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

Resize mechanism to obtain a HybridMatrix with different fixed dimensions. More...

#include <HybridMatrix.h>

Public Types

using Other = HybridMatrix< Type, NewM, NewN, SO >
 The type of the other HybridMatrix.
 

Detailed Description

template<typename Type, size_t M, size_t N, bool SO = defaultStorageOrder>
template<size_t NewM, size_t NewN>
struct blaze::HybridMatrix< Type, M, N, SO >::Resize< NewM, NewN >

Resize mechanism to obtain a HybridMatrix with different fixed dimensions.


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