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
Classes | Public Member Functions | Protected Member Functions | Private Attributes | Friends | List of all members
SparseComplexQR Class Reference

#include "SparseCmplxQR.h"

Collaboration diagram for SparseComplexQR:
Collaboration graph
[legend]

Classes

class  SparseComplexQR_rep
 

Public Member Functions

 SparseComplexQR (void)
 
 SparseComplexQR (const SparseComplexMatrix &a, int order=0)
 
 SparseComplexQR (const SparseComplexQR &a)
 
 ~SparseComplexQR (void)
 
ComplexMatrix C (const ComplexMatrix &b) const
 
bool ok (void) const
 
SparseComplexQRoperator= (const SparseComplexQR &a)
 
ColumnVector P (void) const
 
ColumnVector Pinv (void) const
 
ComplexMatrix Q (void) const
 
SparseComplexMatrix R (const bool econ=false) const
 
SparseComplexMatrix V (void) const
 

Protected Member Functions

cs_cin * N (void)
 
cs_cis * S (void)
 

Private Attributes

SparseComplexQR_reprep
 

Friends

ComplexMatrix qrsolve (const SparseComplexMatrix &a, const Matrix &b, octave_idx_type &info)
 
SparseComplexMatrix qrsolve (const SparseComplexMatrix &a, const SparseMatrix &b, octave_idx_type &info)
 
ComplexMatrix qrsolve (const SparseComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info)
 
SparseComplexMatrix qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info)
 

Detailed Description

Definition at line 40 of file SparseCmplxQR.h.

Constructor & Destructor Documentation

SparseComplexQR::SparseComplexQR ( void  )
inline

Definition at line 89 of file SparseCmplxQR.h.

SparseComplexQR::SparseComplexQR ( const SparseComplexMatrix a,
int  order = 0 
)
inline

Definition at line 92 of file SparseCmplxQR.h.

SparseComplexQR::SparseComplexQR ( const SparseComplexQR a)
inline

Definition at line 95 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::count.

SparseComplexQR::~SparseComplexQR ( void  )
inline

Definition at line 97 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::count.

Member Function Documentation

ComplexMatrix SparseComplexQR::C ( const ComplexMatrix b) const
inline

Definition at line 127 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::C().

cs_cin* SparseComplexQR::N ( void  )
inlineprotected
bool SparseComplexQR::ok ( void  ) const
inline

Definition at line 116 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::ok().

Referenced by qrsolve().

SparseComplexQR& SparseComplexQR::operator= ( const SparseComplexQR a)
inline

Definition at line 103 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::count, and rep.

ColumnVector SparseComplexQR::P ( void  ) const
inline

Definition at line 122 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::P().

ColumnVector SparseComplexQR::Pinv ( void  ) const
inline

Definition at line 120 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::P().

ComplexMatrix SparseComplexQR::Q ( void  ) const
inline

Definition at line 129 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::Q().

SparseComplexMatrix SparseComplexQR::R ( const bool  econ = false) const
inline

Definition at line 124 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::R().

cs_cis* SparseComplexQR::S ( void  )
inlineprotected
SparseComplexMatrix SparseComplexQR::V ( void  ) const
inline

Definition at line 118 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::V().

Friends And Related Function Documentation

ComplexMatrix qrsolve ( const SparseComplexMatrix a,
const Matrix b,
octave_idx_type info 
)
friend

Definition at line 293 of file SparseCmplxQR.cc.

Referenced by qrsolve().

SparseComplexMatrix qrsolve ( const SparseComplexMatrix a,
const SparseMatrix b,
octave_idx_type info 
)
friend

Definition at line 419 of file SparseCmplxQR.cc.

ComplexMatrix qrsolve ( const SparseComplexMatrix a,
const ComplexMatrix b,
octave_idx_type info 
)
friend

Definition at line 594 of file SparseCmplxQR.cc.

SparseComplexMatrix qrsolve ( const SparseComplexMatrix a,
const SparseComplexMatrix b,
octave_idx_type info 
)
friend

Definition at line 715 of file SparseCmplxQR.cc.

Member Data Documentation

SparseComplexQR_rep* SparseComplexQR::rep
private

Definition at line 86 of file SparseCmplxQR.h.

Referenced by operator=().


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