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

Detailed Description

template<typename Type, AlignmentFlag AF, PaddingFlag PF, bool SO, typename Tag, typename RT>
template<size_t NewM, size_t NewN>
struct blaze::CustomMatrix< Type, AF, PF, SO, Tag, 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: