25#ifndef __SBESSEL_HPP__
26#define __SBESSEL_HPP__
44 std::vector<Spline<double>> sbessel_;
51 static void sbessel(
int lmax__,
double t__,
double* jl__);
53 static void sbessel_deriv_q(
int lmax__,
double q__,
double x__,
double* jl_dq__);
Spherical Bessel functions up to lmax.
Spline< double > deriv_q(int l__)
Derivative of Bessel function with respect to q.
Namespace of the SIRIUS library.
Contains declaraion and partial implementation of sirius::Radial_grid class.
Contains definition and partial implementation of sirius::Spline class.