CEBL  2.1
Data Fields
cppR::SvdStruct< T > Struct Template Reference

#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

Detailed Description

template<typename T>
struct cppR::SvdStruct< T >

Struct returned by svd function.

Definition at line 50 of file cppR_math.hpp.


Field Documentation

template<typename T>
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().

template<typename T>
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().

template<typename T>
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().


The documentation for this struct was generated from the following file: