CEBL
2.1
|
#include <cppR_math.hpp>
Data Fields | |
ublas::vector< T > | d |
ublas::matrix< T > | u |
singular values of matrix | |
ublas::matrix< T > | v |
left singular vectors |
Struct returned by svd function.
Definition at line 50 of file cppR_math.hpp.
ublas::vector<T> cppR::SvdStruct< T >::d |
Definition at line 52 of file cppR_math.hpp.
Referenced by cppR::rank(), cppR::svd(), and CEBL::WindowedSVD::use().
ublas::matrix<T> cppR::SvdStruct< T >::u |
singular values of matrix
Definition at line 53 of file cppR_math.hpp.
Referenced by cppR::svd(), and CEBL::WindowedSVD::use().
ublas::matrix<T> cppR::SvdStruct< T >::v |
left singular vectors
Definition at line 54 of file cppR_math.hpp.
Referenced by cppR::svd(), and CEBL::WindowedSVD::use().