Go to the documentation of this file.
92 virtual std::ostream&
info(std::ostream& os)
const;
virtual void apply_()
Intrinsic application method without argument.
bool factorized_
Flag if the matrix is factorized.
Direct sparse solver for unsymmetric matrices.
virtual void apply_(const Vector< F > &fncY, Vector< F > &fncX)
Intrinsic application method, i.e.
int * perm_r_
Row and column permutation vectors.
virtual std::ostream & info(std::ostream &os) const
enum order ispec_
Ordering option for the call to get_perm_c of SuperLU.
uint n_
Dimension of the matrix.
Abstract class for an operator.
void * A_
The matrix of the operator in a special sparse notation.
Abstract class for an operator acting on vectors only, not arbitrary functions.
order
Column ordering options for call to get_perm_c of SuperLU.
void * L_
L and U matrices of the factorization.
SuperLU(const Operator< F > &A, enum order ispec=COLAMD)
Constructor.
Basic namespace for Concepts-2.