27#include "neml2/base/NEML2Object.h"
28#include "neml2/base/Registry.h"
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
const bool verbose
Whether to print additional (debugging) information during the solve.
Definition Solver.h:52
Solver(const OptionSet &options)
Construct a new Solver object.
virtual void to(const TensorOptions &)
Change the device and dtype of the solver's internal data.
Definition Solver.h:49
static OptionSet expected_options()
Definition DiagnosticsInterface.h:31
c10::TensorOptions TensorOptions
Definition types.h:66