STK++ 0.9.13
|
namespace enclosing the usual mathematical constants and the constant arrays or structures. More...
Classes | |
class | Array |
Define the constant general matrix. More... | |
class | IConstArray |
class | Identity |
Define the constant identity matrix. More... | |
class | LowerTriangular |
Define the constant lower triangular matrix. More... | |
class | Point |
Define the constant point. More... | |
class | Square |
Define the constant square matrix. More... | |
class | UpperTriangular |
Define the constant upper triangular matrix. More... | |
class | Vector |
Define the constant point. More... | |
Functions | |
Real | pi () |
compute pi | |
Real | pi_2 () |
Compute ![]() | |
Real | euler () |
Compute the Euler constant. | |
Variables | |
const Real | factorialArray [51] |
array for the 51th fisrt factorial elements. | |
const Real | doubleFactorialOddArray [19] |
array for the double factorial of odd numbers. | |
const Real | doubleFactorialEvenArray [20] |
array for the double factorial of even numbers. | |
const Real | doubleFactorialArray [39] |
array for the double factorial. | |
const Real | bernouilliNumbersArray [21] |
Array of the 40th first Bernouilli numbers Bernouilli(n) n=0, 2, 4, ... ,40. | |
const Real | bernouilliNumbersArrayDivBy2K [7] |
The Bernouilli numbers divided by 2k. | |
namespace enclosing the usual mathematical constants and the constant arrays or structures.
Definition at line 87 of file STK_Const_Arrays.h.
typedef Point<double, 2> STK::Const::ConstPoint2d |
Definition at line 90 of file STK_Const_Arrays.h.
Definition at line 93 of file STK_Const_Arrays.h.
Definition at line 86 of file STK_Const_Arrays.h.
typedef Point<double, 3> STK::Const::ConstPoint3d |
Definition at line 89 of file STK_Const_Arrays.h.
Definition at line 92 of file STK_Const_Arrays.h.
Definition at line 85 of file STK_Const_Arrays.h.
typedef Point<double, UnknownSize> STK::Const::ConstPointXd |
Definition at line 88 of file STK_Const_Arrays.h.
Definition at line 91 of file STK_Const_Arrays.h.
Definition at line 67 of file STK_Const_Arrays.h.
typedef Vector<double, 2> STK::Const::ConstVector2d |
Definition at line 70 of file STK_Const_Arrays.h.
Definition at line 73 of file STK_Const_Arrays.h.
Definition at line 66 of file STK_Const_Arrays.h.
typedef Vector<double, 3> STK::Const::ConstVector3d |
Definition at line 69 of file STK_Const_Arrays.h.
Definition at line 72 of file STK_Const_Arrays.h.
Definition at line 65 of file STK_Const_Arrays.h.
Definition at line 68 of file STK_Const_Arrays.h.
Definition at line 71 of file STK_Const_Arrays.h.
Definition at line 77 of file STK_Const_Arrays.h.
typedef Point<double, 2> STK::Const::Point2d |
Definition at line 80 of file STK_Const_Arrays.h.
Definition at line 83 of file STK_Const_Arrays.h.
Definition at line 76 of file STK_Const_Arrays.h.
typedef Point<double, 3> STK::Const::Point3d |
Definition at line 79 of file STK_Const_Arrays.h.
Definition at line 82 of file STK_Const_Arrays.h.
Definition at line 75 of file STK_Const_Arrays.h.
typedef Point<double, UnknownSize> STK::Const::PointXd |
Definition at line 78 of file STK_Const_Arrays.h.
Definition at line 81 of file STK_Const_Arrays.h.
Definition at line 57 of file STK_Const_Arrays.h.
typedef Vector<double, 2> STK::Const::Vector2d |
Definition at line 60 of file STK_Const_Arrays.h.
Definition at line 63 of file STK_Const_Arrays.h.
Definition at line 56 of file STK_Const_Arrays.h.
typedef Vector<double, 3> STK::Const::Vector3d |
Definition at line 59 of file STK_Const_Arrays.h.
Definition at line 62 of file STK_Const_Arrays.h.
Definition at line 55 of file STK_Const_Arrays.h.
typedef Vector<double, UnknownSize> STK::Const::VectorXd |
Definition at line 58 of file STK_Const_Arrays.h.
Definition at line 61 of file STK_Const_Arrays.h.
The Bernouilli numbers divided by 2k.
Definition at line 722 of file STK_Const_Sequences.h.
Referenced by STK::Funct::psi_raw().