NEML2 1.4.0
|
This is the complete list of members for NewtonWithLineSearch, including all inherited members.
_alpha | NewtonWithLineSearch | protected |
_linesearch_c | NewtonWithLineSearch | protected |
_linesearch_miter | NewtonWithLineSearch | protected |
_linesearch_sigma | NewtonWithLineSearch | protected |
atol | NonlinearSolver | |
converged(size_t itr, const torch::Tensor &nR, const torch::Tensor &nR0) const | Newton | protectedvirtual |
doc() const | NEML2Object | inline |
expected_options() | NewtonWithLineSearch | static |
final_update(NonlinearSystem &system, BatchTensor &x) | Newton | protectedvirtual |
host() const | NEML2Object | |
host() | NEML2Object | |
input_options() const | NEML2Object | inline |
linesearch(NonlinearSystem &system, const BatchTensor &x, const BatchTensor &dx) | NewtonWithLineSearch | protectedvirtual |
miters | NonlinearSolver | |
name() const | NEML2Object | inline |
NEML2Object(const OptionSet &options) | NEML2Object | |
Newton(const OptionSet &options) | Newton | |
NewtonWithLineSearch(const OptionSet &options) | NewtonWithLineSearch | |
NonlinearSolver(const OptionSet &options) | NonlinearSolver | |
path() const | NEML2Object | inline |
prepare(const NonlinearSystem &, const BatchTensor &) | Newton | inlineprotectedvirtual |
rtol | NonlinearSolver | |
setup() | NEML2Object | inlinevirtual |
solve(NonlinearSystem &system, BatchTensor &x) override | Newton | virtual |
solve_direction(const NonlinearSystem &system) | Newton | protectedvirtual |
Solver(const OptionSet &options) | Solver | |
type() const | NEML2Object | inline |
update(NonlinearSystem &system, BatchTensor &x) override | NewtonWithLineSearch | protectedvirtual |
verbose | Solver | |
~NEML2Object()=default | NEML2Object | virtual |