Navigation

Operators and Keywords

Function List:

C++ API

SparseLU Class Reference

#include <SparsedbleLU.h>

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

Collaboration diagram for SparseLU:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

SparseLU::SparseLU ( void   )  [inline]
SparseLU::SparseLU ( const SparseMatrix a,
const Matrix piv_thres = Matrix(),
bool  scale = false 
)
SparseLU::SparseLU ( const SparseMatrix a,
const ColumnVector Qinit,
const Matrix piv_thres = Matrix(),
bool  scale = false,
bool  FixedQ = false,
double  droptol = -1.,
bool  milu = false,
bool  udiag = false 
)
SparseLU::SparseLU ( const SparseLU a  )  [inline]
SparseLU::~SparseLU ( void   )  [inline]

Member Function Documentation

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

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