Wrapper< MatrixType > Struct Template Reference

Public Member Functions

 Wrapper (const MatrixType &x)
 
 operator const MatrixType & () const
 
 operator MatrixType & ()
 

Public Attributes

MatrixType m_mat
 

Constructor & Destructor Documentation

◆ Wrapper()

template<typename MatrixType >
Wrapper< MatrixType >::Wrapper ( const MatrixType x)
inline
17 : m_mat(x) {}
list x
Definition: plotDoE.py:28
MatrixType m_mat
Definition: constructor.cpp:16

Member Function Documentation

◆ operator const MatrixType &()

template<typename MatrixType >
Wrapper< MatrixType >::operator const MatrixType & ( ) const
inline
18 { return m_mat; }

References Wrapper< MatrixType >::m_mat.

◆ operator MatrixType &()

template<typename MatrixType >
Wrapper< MatrixType >::operator MatrixType & ( )
inline
19 { return m_mat; }

References Wrapper< MatrixType >::m_mat.

Member Data Documentation

◆ m_mat


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