GNU Octave  3.8.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
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
FloatComplexSVD Class Reference

#include "fCmplxSVD.h"

Collaboration diagram for FloatComplexSVD:
Collaboration graph
[legend]

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
FloatComplexSVDoperator= (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)

Detailed Description

Definition at line 32 of file fCmplxSVD.h.

Constructor & Destructor Documentation

FloatComplexSVD::FloatComplexSVD ( void  )
inline

Definition at line 38 of file fCmplxSVD.h.

FloatComplexSVD::FloatComplexSVD ( const FloatComplexMatrix a,
SVD::type  svd_type = SVD::std,
SVD::driver  svd_driver = SVD::GESVD 
)
inline

Definition at line 42 of file fCmplxSVD.h.

FloatComplexSVD::FloatComplexSVD ( const FloatComplexMatrix a,
octave_idx_type info,
SVD::type  svd_type = SVD::std,
SVD::driver  svd_driver = SVD::GESVD 
)
inline

Definition at line 50 of file fCmplxSVD.h.

FloatComplexSVD::FloatComplexSVD ( const FloatComplexSVD a)
inline

Definition at line 58 of file fCmplxSVD.h.

FloatComplexSVD::~FloatComplexSVD ( void  )
inline

Definition at line 75 of file fCmplxSVD.h.

Member Function Documentation

octave_idx_type FloatComplexSVD::init ( const FloatComplexMatrix a,
SVD::type  svd_type = SVD::std,
SVD::driver  svd_driver = SVD::GESVD 
)
private
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().

FloatComplexSVD& FloatComplexSVD::operator= ( const FloatComplexSVD a)
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().

FloatDiagMatrix FloatComplexSVD::singular_values ( void  ) const
inline

Definition at line 77 of file fCmplxSVD.h.

Referenced by Fsvd(), and FloatComplexMatrix::pseudo_inverse().

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const FloatComplexSVD a 
)
friend

Member Data Documentation

FloatComplexMatrix FloatComplexSVD::left_sm
private

Definition at line 91 of file fCmplxSVD.h.

Referenced by init(), left_singular_matrix(), and operator=().

FloatComplexMatrix FloatComplexSVD::right_sm
private

Definition at line 92 of file fCmplxSVD.h.

Referenced by init(), operator=(), and right_singular_matrix().

FloatDiagMatrix FloatComplexSVD::sigma
private

Definition at line 90 of file fCmplxSVD.h.

Referenced by init(), operator=(), and FloatMatrix::pseudo_inverse().

SVD::type FloatComplexSVD::type_computed
private

Definition at line 88 of file fCmplxSVD.h.

Referenced by init(), left_singular_matrix(), operator=(), and right_singular_matrix().


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