suanPan
IntegrationPlan.h File Reference
#include <armadillo/armadillo>
Include dependency graph for IntegrationPlan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IntegrationPlan
 An IntegrationPlan class. More...
 

Enumerations

enum class  IntegrationType {
  IntegrationType::GAUSS , IntegrationType::HERMITE , IntegrationType::CHEBYSHEV , IntegrationType::LOBATTO ,
  IntegrationType::RADAU , IntegrationType::LAGUERRE , IntegrationType::IRONS , IntegrationType::TRIANGLE
}
 

Functions

template<>
void IntegrationPlan::generate< IntegrationType::GAUSS > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationType::HERMITE > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationType::CHEBYSHEV > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationType::LOBATTO > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationType::RADAU > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationType::LAGUERRE > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationType::IRONS > (unsigned, unsigned)
 
template<>
void IntegrationPlan::generate< IntegrationType::TRIANGLE > (unsigned, unsigned)