GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "fCmplxSVD.h"
Public Member Functions | |
FloatComplexSVD (void) | |
FloatComplexSVD (const FloatComplexMatrix &a, SVD::type svd_type=SVD::std, SVD::driver svd_driver=SVD::GESVD) | |
FloatComplexSVD (const FloatComplexMatrix &a, octave_idx_type &info, SVD::type svd_type=SVD::std, SVD::driver svd_driver=SVD::GESVD) | |
FloatComplexSVD (const FloatComplexSVD &a) | |
~FloatComplexSVD (void) | |
FloatComplexMatrix | left_singular_matrix (void) const |
FloatComplexSVD & | operator= (const FloatComplexSVD &a) |
FloatComplexMatrix | right_singular_matrix (void) const |
FloatDiagMatrix | singular_values (void) const |
Private Member Functions | |
octave_idx_type | init (const FloatComplexMatrix &a, SVD::type svd_type=SVD::std, SVD::driver svd_driver=SVD::GESVD) |
Private Attributes | |
FloatComplexMatrix | left_sm |
FloatComplexMatrix | right_sm |
FloatDiagMatrix | sigma |
SVD::type | type_computed |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FloatComplexSVD &a) |
Definition at line 32 of file fCmplxSVD.h.
|
inline |
Definition at line 38 of file fCmplxSVD.h.
|
inline |
Definition at line 42 of file fCmplxSVD.h.
|
inline |
Definition at line 50 of file fCmplxSVD.h.
|
inline |
Definition at line 58 of file fCmplxSVD.h.
|
inline |
Definition at line 75 of file fCmplxSVD.h.
|
private |
Definition at line 84 of file fCmplxSVD.cc.
References Array< T >::cols(), SVD::economy, F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, DiagArray2< T >::fortran_vec(), Array< T >::fortran_vec(), SVD::GESDD, SVD::GESVD, FloatComplexMatrix::hermitian(), left_sm, max(), OCTAVE_LOCAL_BUFFER, DiagArray2< T >::resize(), FloatComplexMatrix::resize(), Array< T >::resize(), right_sm, Array< T >::rows(), sigma, SVD::sigma_only, and type_computed.
FloatComplexMatrix FloatComplexSVD::left_singular_matrix | ( | void | ) | const |
Definition at line 58 of file fCmplxSVD.cc.
References left_sm, SVD::sigma_only, and type_computed.
Referenced by Fsvd(), and FloatComplexMatrix::pseudo_inverse().
|
inline |
Definition at line 63 of file fCmplxSVD.h.
References left_sm, right_sm, sigma, and type_computed.
FloatComplexMatrix FloatComplexSVD::right_singular_matrix | ( | void | ) | const |
Definition at line 71 of file fCmplxSVD.cc.
References right_sm, SVD::sigma_only, and type_computed.
Referenced by Fsvd(), and FloatComplexMatrix::pseudo_inverse().
|
inline |
Definition at line 77 of file fCmplxSVD.h.
Referenced by Fsvd(), and FloatComplexMatrix::pseudo_inverse().
|
friend |
|
private |
Definition at line 91 of file fCmplxSVD.h.
Referenced by init(), left_singular_matrix(), and operator=().
|
private |
Definition at line 92 of file fCmplxSVD.h.
Referenced by init(), operator=(), and right_singular_matrix().
|
private |
Definition at line 90 of file fCmplxSVD.h.
Referenced by init(), operator=(), and FloatMatrix::pseudo_inverse().
|
private |
Definition at line 88 of file fCmplxSVD.h.
Referenced by init(), left_singular_matrix(), operator=(), and right_singular_matrix().