WaveBlocksND
Public Member Functions | Private Attributes | List of all members
waveblocks::potentials::modules::jacobian::Standard< Basis > Struct Template Reference

Helper class for easier template specialization. More...

#include <jacobian.hpp>

Inheritance diagram for waveblocks::potentials::modules::jacobian::Standard< Basis >:
waveblocks::potentials::modules::jacobian::Abstract< Standard< Basis >, Basis >

Public Member Functions

 Standard (jacobian_type jacobian)
 
jacobian_evaluation_type evaluate_jacobian_at_implementation (const argument_type &arg) const
 
- Public Member Functions inherited from waveblocks::potentials::modules::jacobian::Abstract< Standard< Basis >, Basis >
jacobian_evaluation_type evaluate_jacobian_at (const argument_type &arg) const
 
grid_out< jacobian_evaluation_type > evaluate_jacobian (const grid_in< argument_type > &args) const
 

Private Attributes

jacobian_type jacobian
 

Additional Inherited Members

- Public Types inherited from waveblocks::potentials::modules::jacobian::Abstract< Standard< Basis >, Basis >
using Self = Abstract< Standard< Basis >, Basis >
 

Detailed Description

template<class Basis>
struct waveblocks::potentials::modules::jacobian::Standard< Basis >

Helper class for easier template specialization.

This wraps concrete implementations of the Abstract base class

Template Parameters
BasisWhich basis (bases::Eigen or bases::Canonical) the potential is given in

Constructor & Destructor Documentation

template<class Basis >
waveblocks::potentials::modules::jacobian::Standard< Basis >::Standard ( jacobian_type  jacobian)
inline

Member Function Documentation

template<class Basis >
jacobian_evaluation_type waveblocks::potentials::modules::jacobian::Standard< Basis >::evaluate_jacobian_at_implementation ( const argument_type &  arg) const
inline

Member Data Documentation

template<class Basis >
jacobian_type waveblocks::potentials::modules::jacobian::Standard< Basis >::jacobian
private

The documentation for this struct was generated from the following file: