GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FloatSVD Member List

This is the complete list of members for FloatSVD, including all inherited members.

FloatSVD(void)FloatSVDinline
FloatSVD(const FloatMatrix &a, SVD::type svd_type=SVD::std, SVD::driver svd_driver=SVD::GESVD)FloatSVDinline
FloatSVD(const FloatMatrix &a, octave_idx_type &info, SVD::type svd_type=SVD::std, SVD::driver svd_driver=SVD::GESVD)FloatSVDinline
FloatSVD(const FloatSVD &a)FloatSVDinline
init(const FloatMatrix &a, SVD::type svd_type=SVD::std, SVD::driver svd_driver=SVD::GESVD)FloatSVDprivate
left_singular_matrix(void) const FloatSVD
left_smFloatSVDprivate
operator<<(std::ostream &os, const FloatSVD &a)FloatSVDfriend
operator=(const FloatSVD &a)FloatSVDinline
right_singular_matrix(void) const FloatSVD
right_smFloatSVDprivate
sigmaFloatSVDprivate
singular_values(void) const FloatSVDinline
type_computedFloatSVDprivate
~FloatSVD(void)FloatSVDinline