29class DLLEXPORT LDLWrapper :
public SolverWrapper {
31 LDLWrapper(RSparseMatrix & S,
bool verbose=
false);
33 LDLWrapper(CSparseMatrix & S,
bool verbose=
false);
35 virtual ~LDLWrapper();
41 virtual void setMatrix(RSparseMatrix & S);
43 virtual void solve(
const RVector & rhs, RVector & solution);
47 int initialize_(RSparseMatrix & S);