Interpolated spherical Bessel function \( j_\ell(x) \) of the first kind.
More...
#include <maths.hpp>
|
| int | order |
| | order \( \ell \)
|
| |
Interpolated spherical Bessel function \( j_\ell(x) \) of the first kind.
Definition at line 258 of file maths.hpp.
◆ SphericalBesselCalculator() [1/2]
| trv::maths::SphericalBesselCalculator::SphericalBesselCalculator |
( |
const int | ell | ) |
|
|
explicit |
Construct the interpolated function calculator.
- Parameters
-
Definition at line 307 of file maths.cpp.
◆ SphericalBesselCalculator() [2/2]
Copy an interpolated function calculator.
- Parameters
-
| other | Interpolated function to be copied. |
Definition at line 341 of file maths.cpp.
◆ ~SphericalBesselCalculator()
| trv::maths::SphericalBesselCalculator::~SphericalBesselCalculator |
( |
| ) |
|
Destruct the interpolated function.
Definition at line 356 of file maths.cpp.
◆ eval()
| double trv::maths::SphericalBesselCalculator::eval |
( |
double | x | ) |
|
Evaluate the interpolated function.
- Parameters
-
- Returns
- Value of \( j_\ell \).
Definition at line 366 of file maths.cpp.
◆ order
| int trv::maths::SphericalBesselCalculator::order |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/triumvirate/checkouts/stable/src/triumvirate/include/maths.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/triumvirate/checkouts/stable/src/triumvirate/src/maths.cpp