Blaze  3.6
Public Types | List of all members
blaze::DynamicMatrix< Type, SO >::Resize< NewM, NewN > Struct Template Reference

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

#include <DynamicMatrix.h>

Public Types

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

Detailed Description

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

Resize mechanism to obtain a DynamicMatrix with different fixed dimensions.


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