27#include "neml2/solvers/LinearSolver.h"
AssembledVector solve(const AssembledMatrix &, const AssembledVector &) const override
Solve Ax = b for x.
AssembledMatrix solve(const AssembledMatrix &, const AssembledMatrix &) const override
Solve AX = B for X.
static OptionSet expected_options()
DenseLU(const OptionSet &options)
LinearSolver(const OptionSet &options)
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:54
Definition DiagnosticsInterface.h:31
Dense representation of a matrix assembled from a 2D-list of tensors and their layout.
Definition AssembledMatrix.h:37
Dense representation of a tensor assembled from a list of tensors and their layout.
Definition AssembledVector.h:36