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

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

#include <StaticMatrix.h>

Public Types

typedef StaticMatrix< ET, M, N, SO > Other
 The type of the other StaticMatrix.
 

Detailed Description

template<typename Type, size_t M, size_t N, bool SO = defaultStorageOrder>
template<typename ET>
struct blaze::StaticMatrix< Type, M, N, SO >::Rebind< ET >

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


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