#include <TruncatedSVD.h>
◆ TruncatedSVD()
template<class MatrixType >
◆ compute()
template<class MatrixType >
◆ defaultTruncateRatio()
template<class MatrixType >
◆ numTruncatedSingularValues()
template<class MatrixType >
◆ setTruncateRatio()
template<class MatrixType >
◆ singularValues()
template<class MatrixType >
const Eigen::JacobiSVD<MatrixType>::SingularValuesType& cnoid::TruncatedSVD< MatrixType >::singularValues |
( |
| ) |
const |
|
inline |
◆ solve()
template<class MatrixType >
template<class VectorType1 , class VectorType2 >
void cnoid::TruncatedSVD< MatrixType >::solve |
( |
const Eigen::MatrixBase< VectorType1 > & |
b, |
|
|
Eigen::MatrixBase< VectorType2 > & |
out_x |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: