Tomographer  v5.3
Tomographer C++ Framework Documentation
Tomographer::MAT::GetStdVector< T_, IsRowMajor_ > Struct Template Reference

Ask for this type in Var::value<typename T>() to get an std::vector of the data. More...

#include <tomographer/tools/ezmatio.h>

Public Types

typedef T_ type
 

Static Public Attributes

static constexpr bool IsRowMajor = IsRowMajor_
 

Detailed Description

template<typename T_, bool IsRowMajor_ = false>
struct Tomographer::MAT::GetStdVector< T_, IsRowMajor_ >

Ask for this type in Var::value<typename T>() to get an std::vector of the data.

Template Parameters
T_is the type stored in the std::vector.
IsRowMajor_should be true if the elements of the matrix should be stored in the vector in row-major ordering or false if they should be stored in column-major ordering (the default, also Eigen's default)

Definition at line 1725 of file ezmatio.h.


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