KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
phys::math Namespace Reference

Functions

constexpr std::complex< real_precisionim (0.0L, 1.0L)
 Imaginary Unit.
 
constexpr std::complex< real_precisioniu (1.0L, 0.0L)
 
constexpr std::complex< real_precisioniz (0.0L, 0.0L)
 

Variables

constexpr real_precision eu = 2.718281828459045235360287
 Euler'Constant.
 
constexpr real_precision pi = 3.141592653589793238462643L
 pi
 
constexpr real_precision twopi = 6.283185307179586476925287L
 
constexpr real_precision halfpi = 1.570796326794896619231321L
 
constexpr real_precision eps8 = 1.0E-8L
 
constexpr real_precision eps16 = 1.0E-16L
 
constexpr real_precision eps32 = 1.0E-32L
 
constexpr real_precision sqrttwo = 1.414213562373095048801689L
 
constexpr real_precision sqrthalf = 0.707106781186547524400844L
 

Function Documentation

◆ im()

◆ iu()

◆ iz()

Variable Documentation

◆ eps16

constexpr real_precision phys::math::eps16 = 1.0E-16L
constexpr

Definition at line 34 of file phys.h.

Referenced by phys::inner::inverse().

◆ eps32

constexpr real_precision phys::math::eps32 = 1.0E-32L
constexpr

Definition at line 35 of file phys.h.

◆ eps8

constexpr real_precision phys::math::eps8 = 1.0E-8L
constexpr

Definition at line 33 of file phys.h.

Referenced by SparseMat< T >::SparseMat().

◆ eu

constexpr real_precision phys::math::eu = 2.718281828459045235360287
constexpr

Euler'Constant.

Definition at line 29 of file phys.h.

◆ halfpi

◆ pi

constexpr real_precision phys::math::pi = 3.141592653589793238462643L
constexpr

◆ sqrthalf

constexpr real_precision phys::math::sqrthalf = 0.707106781186547524400844L
constexpr

◆ sqrttwo

constexpr real_precision phys::math::sqrttwo = 1.414213562373095048801689L
constexpr

Definition at line 37 of file phys.h.

◆ twopi