Blaze 3.9
Public Types | List of all members
blaze::DynamicMatrix< Type, SO, Alloc, Tag >::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, Alloc, Tag >
 The type of the other DynamicMatrix.
 

Detailed Description

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

Resize mechanism to obtain a DynamicMatrix with different fixed dimensions.


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