#include <floatSVD.h>
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) | |
FloatSVD & | operator= (const FloatSVD &a) |
~FloatSVD (void) | |
FloatDiagMatrix | singular_values (void) const |
FloatMatrix | left_singular_matrix (void) const |
FloatMatrix | right_singular_matrix (void) const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FloatSVD &a) |
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 | ( | void | ) | [inline] |
FloatMatrix FloatSVD::left_singular_matrix | ( | void | ) | const |
FloatMatrix FloatSVD::right_singular_matrix | ( | void | ) | const |
FloatDiagMatrix FloatSVD::singular_values | ( | void | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatSVD & | a | |||
) | [friend] |