PaStiXLUSolver.h

Note

The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.

class PaStiXLUSolver

Parent class(es)

PaStiXLUSolver(const STLMatrix& A)

Constructor

PaStiXLUSolver(std::shared_ptr<const STLMatrix> A)

Constructor

std::size_t solve(GenericVector& x, const GenericVector& b)

Solve Ax = b

static Parameters default_parameters()

Default parameter values

Previous topic

PETScVector.h

Next topic

SLEPcEigenSolver.h

This Page