Public Types | List of all members
blaze::DynamicMatrix< Type, SO >::Rebind< NewType > Struct Template Reference

Rebind mechanism to obtain a DynamicMatrix with different data/element type. More...

#include <DynamicMatrix.h>

Public Types

using Other = DynamicMatrix< NewType, SO >
 The type of the other DynamicMatrix.
 

Detailed Description

template<typename Type, bool SO = defaultStorageOrder>
template<typename NewType>
struct blaze::DynamicMatrix< Type, SO >::Rebind< NewType >

Rebind mechanism to obtain a DynamicMatrix with different data/element type.


The documentation for this struct was generated from the following file: