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

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

#include <DynamicMatrix.h>

Public Types

typedef DynamicMatrix< ET, SO > Other
 The type of the other DynamicMatrix.
 

Detailed Description

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

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


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