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

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

#include <CustomMatrix.h>

Public Types

using RRT = Resize_t< RT, NewM, NewN >
 The resized result type.
 
using Other = CustomMatrix< Type, AF, PF, SO, RRT >
 The type of the other CustomMatrix.
 

Detailed Description

template<typename Type, bool AF, bool PF, bool SO = defaultStorageOrder, typename RT = DynamicMatrix<RemoveConst_t<Type>,SO>>
template<size_t NewM, size_t NewN>
struct blaze::CustomMatrix< Type, AF, PF, SO, RT >::Resize< NewM, NewN >

Resize mechanism to obtain a CustomMatrix with different fixed dimensions.


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