C++ Library Extensions 2022.12.09
To help learn modern C++ programming
cpg::numerical_analysis::delta< Type > Struct Template Reference

#include <cpg_calculus.hpp>

Static Public Attributes

static constexpr double h_1 = 0.0001
 
static constexpr double h_2 = 0.001
 
static constexpr double h_3 = 0.001
 
static constexpr double h_4 = 0.01
 
static constexpr double h_5 = 0.01
 
static constexpr double h_6 = 0.1
 
static constexpr double h_7 = 0.1
 
static constexpr double h_8 = 0.1
 

Detailed Description

template<typename Type>
struct cpg::numerical_analysis::delta< Type >

Definition at line 836 of file cpg_calculus.hpp.

Member Data Documentation

◆ h_1

template<typename Type >
constexpr double cpg::numerical_analysis::delta< Type >::h_1 = 0.0001
staticconstexpr

Definition at line 838 of file cpg_calculus.hpp.

◆ h_2

template<typename Type >
constexpr double cpg::numerical_analysis::delta< Type >::h_2 = 0.001
staticconstexpr

Definition at line 839 of file cpg_calculus.hpp.

◆ h_3

template<typename Type >
constexpr double cpg::numerical_analysis::delta< Type >::h_3 = 0.001
staticconstexpr

Definition at line 840 of file cpg_calculus.hpp.

◆ h_4

template<typename Type >
constexpr double cpg::numerical_analysis::delta< Type >::h_4 = 0.01
staticconstexpr

Definition at line 841 of file cpg_calculus.hpp.

◆ h_5

template<typename Type >
constexpr double cpg::numerical_analysis::delta< Type >::h_5 = 0.01
staticconstexpr

Definition at line 842 of file cpg_calculus.hpp.

◆ h_6

template<typename Type >
constexpr double cpg::numerical_analysis::delta< Type >::h_6 = 0.1
staticconstexpr

Definition at line 843 of file cpg_calculus.hpp.

◆ h_7

template<typename Type >
constexpr double cpg::numerical_analysis::delta< Type >::h_7 = 0.1
staticconstexpr

Definition at line 844 of file cpg_calculus.hpp.

◆ h_8

template<typename Type >
constexpr double cpg::numerical_analysis::delta< Type >::h_8 = 0.1
staticconstexpr

Definition at line 845 of file cpg_calculus.hpp.


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