Navigation

Operators and Keywords

Function List:

C++ API

SparseComplexCHOL Class Reference

#include <SparseCmplxCHOL.h>

Inherits sparse_base_chol< SparseComplexMatrix, Complex, SparseMatrix >.

Collaboration diagram for SparseComplexCHOL:

List of all members.

Public Member Functions

 SparseComplexCHOL (void)
 SparseComplexCHOL (const SparseComplexMatrix &a, bool natural=true)
 SparseComplexCHOL (const SparseComplexMatrix &a, octave_idx_type &info, bool natural=true)
 SparseComplexCHOL (const SparseComplexCHOL &a)
 ~SparseComplexCHOL (void)
SparseComplexCHOLoperator= (const SparseComplexCHOL &a)
SparseComplexMatrix chol_matrix (void) const
SparseComplexMatrix L (void) const
SparseComplexMatrix R (void) const
octave_idx_type P (void) const
ColumnVector perm (void) const
SparseMatrix Q (void) const
double rcond (void) const
SparseComplexMatrix inverse (void) const

Constructor & Destructor Documentation

SparseComplexCHOL::SparseComplexCHOL ( void   )  [inline]
SparseComplexCHOL::SparseComplexCHOL ( const SparseComplexMatrix a,
bool  natural = true 
) [inline]
SparseComplexCHOL::SparseComplexCHOL ( const SparseComplexMatrix a,
octave_idx_type info,
bool  natural = true 
) [inline]
SparseComplexCHOL::SparseComplexCHOL ( const SparseComplexCHOL a  )  [inline]
SparseComplexCHOL::~SparseComplexCHOL ( void   )  [inline]

Member Function Documentation

SparseComplexMatrix SparseComplexCHOL::chol_matrix ( void   )  const [inline]
SparseComplexMatrix SparseComplexCHOL::inverse ( void   )  const [inline]
SparseComplexMatrix SparseComplexCHOL::L ( void   )  const [inline]
SparseComplexCHOL& SparseComplexCHOL::operator= ( const SparseComplexCHOL a  )  [inline]
octave_idx_type SparseComplexCHOL::P ( void   )  const [inline]
ColumnVector SparseComplexCHOL::perm ( void   )  const [inline]
SparseMatrix SparseComplexCHOL::Q ( void   )  const [inline]
SparseComplexMatrix SparseComplexCHOL::R ( void   )  const [inline]
double SparseComplexCHOL::rcond ( void   )  const [inline]

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