23 #if !defined (octave_fCmplxSVD_h)
24 #define octave_fCmplxSVD_h 1
39 : type_computed (), sigma (), left_sm (), right_sm ()
45 : type_computed (), sigma (), left_sm (), right_sm ()
47 init (a, svd_type, svd_driver);
53 : type_computed (), sigma (), left_sm (), right_sm ()
55 info = init (a, svd_type, svd_driver);
59 : type_computed (a.type_computed), sigma (a.sigma),
60 left_sm (a.left_sm), right_sm (a.right_sm)
FloatComplexMatrix right_sm
FloatComplexSVD(const FloatComplexMatrix &a, octave_idx_type &info, SVD::type svd_type=SVD::std, SVD::driver svd_driver=SVD::GESVD)
FloatDiagMatrix singular_values(void) const
ComplexNDArray & operator=(const ComplexNDArray &a)
FloatComplexMatrix left_sm
template OCTAVE_API std::ostream & operator<<(std::ostream &, const Array< bool > &)
FloatComplexSVD(const FloatComplexSVD &a)
FloatComplexSVD(const FloatComplexMatrix &a, SVD::type svd_type=SVD::std, SVD::driver svd_driver=SVD::GESVD)