Navigation

Operators and Keywords

Function List:

C++ API

FloatSVD Class Reference

#include <floatSVD.h>

Collaboration diagram for FloatSVD:

List of all members.


Public Member Functions

 FloatSVD (void)
 FloatSVD (const FloatMatrix &a, SVD::type svd_type=SVD::std)
 FloatSVD (const FloatMatrix &a, octave_idx_type &info, SVD::type svd_type=SVD::std)
 FloatSVD (const FloatSVD &a)
FloatSVDoperator= (const FloatSVD &a)
 ~FloatSVD (void)
FloatDiagMatrix singular_values (void) const
FloatMatrix left_singular_matrix (void) const
FloatMatrix right_singular_matrix (void) const

Friends

std::ostreamoperator<< (std::ostream &os, const FloatSVD &a)

Constructor & Destructor Documentation

FloatSVD::FloatSVD ( void   )  [inline]

FloatSVD::FloatSVD ( const FloatMatrix a,
SVD::type  svd_type = SVD::std 
) [inline]

FloatSVD::FloatSVD ( const FloatMatrix a,
octave_idx_type info,
SVD::type  svd_type = SVD::std 
) [inline]

FloatSVD::FloatSVD ( const FloatSVD a  )  [inline]

FloatSVD::~FloatSVD ( void   )  [inline]


Member Function Documentation

FloatMatrix FloatSVD::left_singular_matrix ( void   )  const

FloatSVD& FloatSVD::operator= ( const FloatSVD a  )  [inline]

FloatMatrix FloatSVD::right_singular_matrix ( void   )  const

FloatDiagMatrix FloatSVD::singular_values ( void   )  const [inline]


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream os,
const FloatSVD a 
) [friend]


The documentation for this class was generated from the following files: