Classes | Public Member Functions | Private Attributes | Friends

SparseComplexQR Class Reference

#include "SparseCmplxQR.h"

Collaboration diagram for SparseComplexQR:
Collaboration graph
[legend]

List of all members.

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

Private Attributes

SparseComplexQR_reprep

Friends

ComplexMatrix qrsolve (const SparseComplexMatrix &a, const Matrix &b, octave_idx_type &info)
SparseComplexMatrix qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info)
ComplexMatrix qrsolve (const SparseComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info)
SparseComplexMatrix qrsolve (const SparseComplexMatrix &a, const SparseMatrix &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().

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().

Referenced by qrsolve().

ComplexMatrix SparseComplexQR::Q ( void   )  const [inline]

Definition at line 129 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::Q().

Referenced by qrsolve().

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

Definition at line 124 of file SparseCmplxQR.h.

References SparseComplexQR::SparseComplexQR_rep::R().

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 SparseComplexMatrix b,
octave_idx_type info 
) [friend]

Definition at line 716 of file SparseCmplxQR.cc.

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

Definition at line 595 of file SparseCmplxQR.cc.

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

Definition at line 421 of file SparseCmplxQR.cc.


Member Data Documentation

Definition at line 86 of file SparseCmplxQR.h.

Referenced by operator=().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines