Go to the source code of this file.
|
template<typename F , typename NRConfig >
requires traits::isSpecialization<NewtonRaphsonWithSubsidiaryFunctionConfig, std::remove_cvref_t<NRConfig>> |
::value auto | Ikarus::createNonlinearSolver (NRConfig &&config, F &&f) |
| Function to create a NewtonRaphson with subsidiary function solver instance. More...
|
|
template<typename F , typename LS = utils::SolverDefault, typename UF = utils::UpdateDefault> |
auto | Ikarus::makeNewtonRaphsonWithSubsidiaryFunction (const F &f, LS &&linearSolver={}, UF &&updateFunction={}) |
| Function to create a NewtonRaphson with subsidiary function solver instance. More...
|
|
template<typename F , typename LS = utils::SolverDefault, typename UF = utils::UpdateDefault> |
| Ikarus::NewtonRaphsonWithSubsidiaryFunction (const F &f, LS &&linearSolver={}, UF &&updateFunction={}) -> NewtonRaphsonWithSubsidiaryFunction< F, std::remove_cvref_t< LS >, std::remove_cvref_t< UF > > |
|