Navigation

Operators and Keywords

Function List:

C++ API

SparseComplexLU Class Reference

#include <SparseCmplxLU.h>

Inherits sparse_base_lu< SparseComplexMatrix, Complex, SparseMatrix, double >.

Collaboration diagram for SparseComplexLU:

List of all members.


Public Member Functions

 SparseComplexLU (void)
 SparseComplexLU (const SparseComplexMatrix &a, const Matrix &piv_thres=Matrix(), bool scale=false)
 SparseComplexLU (const SparseComplexMatrix &a, const ColumnVector &Qinit, const Matrix &piv_thres=Matrix(), bool scale=false, bool FixedQ=false, double droptol=-1., bool milu=false, bool udiag=false)
 SparseComplexLU (const SparseComplexLU &a)
SparseComplexLUoperator= (const SparseComplexLU &a)
 ~SparseComplexLU (void)

Constructor & Destructor Documentation

SparseComplexLU::SparseComplexLU ( void   )  [inline]

SparseComplexLU::SparseComplexLU ( const SparseComplexMatrix a,
const Matrix piv_thres = Matrix (),
bool  scale = false 
)

SparseComplexLU::SparseComplexLU ( const SparseComplexMatrix a,
const ColumnVector Qinit,
const Matrix piv_thres = Matrix (),
bool  scale = false,
bool  FixedQ = false,
double  droptol = -1.,
bool  milu = false,
bool  udiag = false 
)

SparseComplexLU::SparseComplexLU ( const SparseComplexLU a  )  [inline]

SparseComplexLU::~SparseComplexLU ( void   )  [inline]


Member Function Documentation

SparseComplexLU& SparseComplexLU::operator= ( const SparseComplexLU a  )  [inline]


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