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

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

#include <HybridMatrix.h>

Public Types

using Other = HybridMatrix< NewType, M, N, SO >
 The type of the other HybridMatrix.
 

Detailed Description

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

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


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