TBCI Numerical high perf. C++ Library  2.8.0
Functions
superlu_z.cpp File Reference

Super-LU interface for TBCI NumLib (cplx<double>) More...

#include "tbci/cscmatrix.h"
#include "tbci/cplx.h"
#include "tbci/superlu/util.h"
#include "tbci/superlu/zsp_defs.h"
Include dependency graph for superlu_z.cpp:

Go to the source code of this file.

Functions

NAMESPACE_TBCI int lu_solve (CSCMatrix< cplx< double > > &M, Vector< cplx< double > > &x, const Vector< cplx< double > > &rhs, colperm_t permc_spec, bool verbose, bool symm)
 
 WEAK (TVector< cplx< double > > lu_solve(CSCMatrix< cplx< double > > &M, const Vector< cplx< double > > &rhs, colperm_t permc_spec, bool verbose, bool symm))
 The symbol was part of the library before, so keep it as weak symbol for copmatibility reasons. More...
 

Detailed Description

Super-LU interface for TBCI NumLib (cplx<double>)

Definition in file superlu_z.cpp.

Function Documentation

NAMESPACE_TBCI int lu_solve ( CSCMatrix< cplx< double > > &  M,
Vector< cplx< double > > &  x,
const Vector< cplx< double > > &  rhs,
colperm_t  permc_spec,
bool  verbose,
bool  symm 
)
WEAK ( TVector< cplx< double > >   lu_solveCSCMatrix< cplx< double > > &M,const Vector< cplx< double > > &rhs,colperm_t permc_spec,bool verbose, bool symm)

The symbol was part of the library before, so keep it as weak symbol for copmatibility reasons.

Definition at line 148 of file superlu_z.cpp.

References lu_solve(), and x.