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

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

#include <CompressedMatrix.h>

Public Types

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

Detailed Description

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

Resize mechanism to obtain a CompressedMatrix with different fixed dimensions.


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