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
SparseQR Class Reference

#include "SparseQR.h"

Collaboration diagram for SparseQR:
Collaboration graph
[legend]

Classes

class  SparseQR_rep
 

Public Member Functions

 SparseQR (void)
 
 SparseQR (const SparseMatrix &a, int order=0)
 
 SparseQR (const SparseQR &a)
 
 ~SparseQR (void)
 
Matrix C (const Matrix &b) const
 
bool ok (void) const
 
SparseQRoperator= (const SparseQR &a)
 
ColumnVector P (void) const
 
ColumnVector Pinv (void) const
 
Matrix Q (void) const
 
SparseMatrix R (const bool econ=false) const
 
SparseMatrix V (void) const
 

Protected Member Functions

cs_din * N (void)
 
cs_dis * S (void)
 

Private Attributes

SparseQR_reprep
 

Friends

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

Detailed Description

Definition at line 40 of file SparseQR.h.

Constructor & Destructor Documentation

SparseQR::SparseQR ( void  )
inline

Definition at line 92 of file SparseQR.h.

SparseQR::SparseQR ( const SparseMatrix a,
int  order = 0 
)
inline

Definition at line 94 of file SparseQR.h.

SparseQR::SparseQR ( const SparseQR a)
inline

Definition at line 97 of file SparseQR.h.

References SparseQR::SparseQR_rep::count.

SparseQR::~SparseQR ( void  )
inline

Definition at line 99 of file SparseQR.h.

References SparseQR::SparseQR_rep::count.

Member Function Documentation

Matrix SparseQR::C ( const Matrix b) const
inline

Definition at line 128 of file SparseQR.h.

References SparseQR::SparseQR_rep::C().

cs_din* SparseQR::N ( void  )
inlineprotected
bool SparseQR::ok ( void  ) const
inline

Definition at line 118 of file SparseQR.h.

References SparseQR::SparseQR_rep::ok().

Referenced by qrsolve().

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

Definition at line 105 of file SparseQR.h.

References SparseQR::SparseQR_rep::count, and rep.

ColumnVector SparseQR::P ( void  ) const
inline

Definition at line 124 of file SparseQR.h.

References SparseQR::SparseQR_rep::P().

ColumnVector SparseQR::Pinv ( void  ) const
inline

Definition at line 122 of file SparseQR.h.

References SparseQR::SparseQR_rep::P().

Matrix SparseQR::Q ( void  ) const
inline

Definition at line 130 of file SparseQR.h.

References SparseQR::SparseQR_rep::Q().

SparseMatrix SparseQR::R ( const bool  econ = false) const
inline

Definition at line 126 of file SparseQR.h.

References SparseQR::SparseQR_rep::R().

cs_dis* SparseQR::S ( void  )
inlineprotected
SparseMatrix SparseQR::V ( void  ) const
inline

Definition at line 120 of file SparseQR.h.

References SparseQR::SparseQR_rep::V().

Friends And Related Function Documentation

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

Definition at line 274 of file SparseQR.cc.

Referenced by qrsolve().

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

Definition at line 378 of file SparseQR.cc.

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

Definition at line 529 of file SparseQR.cc.

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

Definition at line 696 of file SparseQR.cc.

Member Data Documentation

SparseQR_rep* SparseQR::rep
private

Definition at line 88 of file SparseQR.h.

Referenced by operator=().


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