WaveBlocksND
|
Helper class for easier template specialization. More...
#include <localQuadratic.hpp>
Public Member Functions | |
Standard (potential_type potential, jacobian_type jacobian, hessian_type hessian) | |
potential_evaluation_type | evaluate_local_quadratic_at_implementation (const argument_type &x, const argument_type &q) const |
Public Member Functions inherited from waveblocks::potentials::modules::localQuadratic::Abstract< Standard< TaylorImpl, Basis >, Basis > | |
potential_evaluation_type | evaluate_local_quadratic_at (const argument_type &arg, const argument_type &position) const |
grid_out< potential_evaluation_type > | evaluate_local_remainder (const grid_in< argument_type > &args, argument_type position) const |
Additional Inherited Members | |
Public Types inherited from waveblocks::potentials::modules::localQuadratic::Abstract< Standard< TaylorImpl, Basis >, Basis > | |
using | Self = Abstract< Standard< TaylorImpl, Basis >, Basis > |
Helper class for easier template specialization.
This wraps concrete implementations of the Abstract base class
TaylorImpl | The implementation of the taylor module used |
Basis | Which basis (bases::Eigen or bases::Canonical) the potential is given in |
|
inline |
|
inline |