Index integer_div(const Index &x, const Index &y)
integer_div
void nlinspace(Vector &x, const Numeric start, const Numeric stop, const Index n)
nlinspace
Numeric gamma_func(Numeric xx)
Gamma Function.
Numeric lgamma_func(Numeric xx)
ln Gamma Function
void nlogspace(Vector &x, const Numeric start, const Numeric stop, const Index n)
nlogspace
Numeric sign(const Numeric &x)
sign
NUMERIC Numeric
The type to use for all floating point numbers.
Numeric last(ConstVectorView x)
last
Numeric fac(const Index n)
fac
A constant view of a Matrix.
void linspace(Vector &x, const Numeric start, const Numeric stop, const Numeric step)
linspace
Numeric AngIntegrate_trapezoid_opti(ConstMatrixView Integrand, ConstVectorView za_grid, ConstVectorView aa_grid, ConstVectorView grid_stepsize)
AngIntegrate_trapezoid_opti.
INDEX Index
The type to use for all integer numbers and indices.
Numeric AngIntegrate_trapezoid(ConstMatrixView Integrand, ConstVectorView za_grid, ConstVectorView aa_grid)
AngIntegrate_trapezoid.
A constant view of a Vector.