|
template<class T , eMatrixOrder Order, eMatrixLayout Layout, bool Packed> |
void | mathter::impl::Rq2x2Helper (const Matrix< T, 2, 2, Order, Layout, Packed > &A, T &x, T &y, T &z, T &c2, T &s2) |
|
template<class T , eMatrixOrder Order, eMatrixLayout Layout, bool Packed> |
void | mathter::impl::Svd2x2Helper (const Matrix< T, 2, 2, Order, Layout, Packed > &A, T &c1, T &s1, T &c2, T &s2, T &d1, T &d2) |
|
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed> |
auto | mathter::impl::DecomposeSVD (Matrix< T, Rows, Columns, Order, Layout, Packed > m, std::true_type) |
|
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed> |
auto | mathter::impl::DecomposeSVD (Matrix< T, Rows, Columns, Order, Layout, Packed > m, std::false_type) |
|
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed> |
auto | mathter::DecomposeSVD (Matrix< T, Rows, Columns, Order, Layout, Packed > m) |
| Calculates the thin SVD of the matrix. More...
|
|