27#include "neml2/solvers/LinearSolver.h"
SparseTensorList ift(NonlinearSystem &) const override
Solve dr/du du/dg = -dr/dg.
SparseTensorList solve(LinearSystem &) const override
Solve Ax = b for x.
static OptionSet expected_options()
DenseLU(const OptionSet &options)
LinearSolver(const OptionSet &options)
Definition of a linear system of equations, Au = b.
Definition LinearSystem.h:39
Definition of a nonlinear system of equations, r(u) = 0.
Definition NonlinearSystem.h:44
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Definition DiagnosticsInterface.h:31
Alias for a list of Tensors.
Definition SparseTensorList.h:42