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 268 of file maths.hpp.
◆ SphericalBesselCalculator() [1/2]
| trv::maths::SphericalBesselCalculator::SphericalBesselCalculator |
( |
const int | ell | ) |
|
|
explicit |
Construct the interpolated function calculator.
- Parameters
-
Definition at line 309 of file maths.cpp.
◆ SphericalBesselCalculator() [2/2]
Copy an interpolated function calculator.
- Parameters
-
| other | Interpolated function to be copied. |
Definition at line 343 of file maths.cpp.
◆ ~SphericalBesselCalculator()
| trv::maths::SphericalBesselCalculator::~SphericalBesselCalculator |
( |
| ) |
|
Destruct the interpolated function.
Definition at line 358 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 368 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/latest/src/triumvirate/include/maths.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/triumvirate/checkouts/latest/src/triumvirate/src/maths.cpp