#include <Definitions.hpp>
|
| SubmatrixHelper (const SubmatrixHelper &rhs)=delete |
|
| SubmatrixHelper (SubmatrixHelper &&rhs) |
|
template<class U , eMatrixOrder UOrder, eMatrixLayout ULayout, bool UPacked> |
| operator Matrix< U, SRows, SColumns, UOrder, ULayout, UPacked > () const |
|
template<class U , bool Packed2, class = typename std::enable_if<VectorAssignable, U>::type> |
| operator Vector< U, VecDim, Packed2 > () const |
|
template<class U , eMatrixOrder UOrder, eMatrixLayout ULayout, bool UPacked> |
SubmatrixHelper & | operator= (const Matrix< U, SRows, SColumns, UOrder, ULayout, UPacked > &rhs) |
|
template<class U , bool Packed, class = typename std::enable_if<VectorAssignable, U>::type> |
SubmatrixHelper & | operator= (const Vector< U, VecDim, Packed > &v) |
|
template<class MatrixU > |
SubmatrixHelper & | operator= (const SubmatrixHelper< MatrixU, SRows, SColumns > &rhs) |
|
SubmatrixHelper & | operator= (const SubmatrixHelper &rhs) |
|
Props::Type & | operator() (int row, int col) |
|
Props::Type | operator() (int row, int col) const |
|
◆ SubmatrixHelper() [1/2]
template<class MatrixT, int SRows, int SColumns>
◆ SubmatrixHelper() [2/2]
template<class MatrixT, int SRows, int SColumns>
◆ operator Matrix< U, SRows, SColumns, UOrder, ULayout, UPacked >()
template<class MatrixT, int SRows, int SColumns>
template<class U , eMatrixOrder UOrder, eMatrixLayout ULayout, bool UPacked>
◆ operator Vector< U, VecDim, Packed2 >()
template<class MatrixT, int SRows, int SColumns>
template<class U , bool Packed2, class = typename std::enable_if<VectorAssignable, U>::type>
◆ operator()() [1/2]
template<class MatrixT, int SRows, int SColumns>
◆ operator()() [2/2]
template<class MatrixT, int SRows, int SColumns>
◆ operator=() [1/4]
template<class MatrixT, int SRows, int SColumns>
template<class U , eMatrixOrder UOrder, eMatrixLayout ULayout, bool UPacked>
◆ operator=() [2/4]
template<class MatrixT, int SRows, int SColumns>
template<class U , bool Packed, class = typename std::enable_if<VectorAssignable, U>::type>
◆ operator=() [3/4]
template<class MatrixT, int SRows, int SColumns>
template<class MatrixU >
◆ operator=() [4/4]
template<class MatrixT, int SRows, int SColumns>
◆ SubmatrixHelper
template<class MatrixT, int SRows, int SColumns>
template<class , int , int >
The documentation for this class was generated from the following files: