A utility class that can do common operations with the singular value decomposition, i.e. solving equation systems.
More...
#include <DecomposeSVD.hpp>
template<class T, int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
class mathter::DecompositionSVD< T, Rows, Columns, Order, Layout, Packed >
A utility class that can do common operations with the singular value decomposition, i.e. solving equation systems.
◆ DecompositionSVD()
template<class T, int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
mathter::DecompositionSVD< T, Rows, Columns, Order, Layout, Packed >::DecompositionSVD |
( |
MatrixT< Udim, Sdim > |
U, |
|
|
MatrixT< Sdim, Sdim > |
S, |
|
|
MatrixT< Sdim, Vdim > |
V |
|
) |
| |
|
inline |
template<class T, int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
template<class T, int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
template<class T, int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
The documentation for this class was generated from the following file: