WaveBlocksND
Classes | Namespaces | Typedefs
taylor.hpp File Reference
#include <tuple>
#include "../../types.hpp"
#include "../../utilities/evaluations.hpp"
#include "../bases.hpp"
#include "evaluation.hpp"
#include "jacobian.hpp"
#include "hessian.hpp"

Go to the source code of this file.

Classes

struct  waveblocks::potentials::modules::taylor::Abstract< Subtype, Basis >
 Abstract class for potential evaluation. More...
 
struct  waveblocks::potentials::modules::taylor::Standard< EvalImpl, JacImpl, HessImpl, Basis >
 Helper class for easier template specialization. More...
 

Namespaces

 waveblocks
 
 waveblocks::potentials
 
 waveblocks::potentials::modules
 
 waveblocks::potentials::modules::taylor
 

Typedefs

template<class Basis >
using waveblocks::potentials::modules::Taylor = taylor::Standard< Evaluation< Basis >, Jacobian< Basis >, Hessian< Basis >, Basis >