#include <sph_bessel_recursive.h>
|
| const std::vector< std::vector< std::vector< double > > > & | cal_jlx (const int lmax, const size_t ix1_size, const size_t ix2_size) |
| |
| const std::vector< std::vector< std::vector< double > > > & | get_jlx () const |
| |
| void | set_dx (const double dx_in) |
| |
| double | get_dx () const |
| |
|
| void | cal_jlx_0 (const int l_size, const size_t ix1_size, const size_t ix2_size) |
| |
| void | cal_jlx_smallx (const int l_size, const size_t ix1_size, const size_t ix2_size) |
| |
| void | cal_jlx_recursive (const int l_size, const size_t ix1_size, const size_t ix2_size) |
| |
◆ cal_jlx()
| const std::vector< std::vector< std::vector< double > > > & ModuleBase::Sph_Bessel_Recursive::D2::cal_jlx |
( |
const int |
lmax, |
|
|
const size_t |
ix1_size, |
|
|
const size_t |
ix2_size |
|
) |
| |
◆ cal_jlx_0()
| void ModuleBase::Sph_Bessel_Recursive::D2::cal_jlx_0 |
( |
const int |
l_size, |
|
|
const size_t |
ix1_size, |
|
|
const size_t |
ix2_size |
|
) |
| |
|
private |
◆ cal_jlx_recursive()
| void ModuleBase::Sph_Bessel_Recursive::D2::cal_jlx_recursive |
( |
const int |
l_size, |
|
|
const size_t |
ix1_size, |
|
|
const size_t |
ix2_size |
|
) |
| |
|
private |
◆ cal_jlx_smallx()
| void ModuleBase::Sph_Bessel_Recursive::D2::cal_jlx_smallx |
( |
const int |
l_size, |
|
|
const size_t |
ix1_size, |
|
|
const size_t |
ix2_size |
|
) |
| |
|
private |
◆ get_dx()
| double ModuleBase::Sph_Bessel_Recursive::D2::get_dx |
( |
| ) |
const |
|
inline |
◆ get_jlx()
| const std::vector< std::vector< std::vector< double > > > & ModuleBase::Sph_Bessel_Recursive::D2::get_jlx |
( |
| ) |
const |
|
inline |
◆ set_dx()
| void ModuleBase::Sph_Bessel_Recursive::D2::set_dx |
( |
const double |
dx_in | ) |
|
◆ dx
| double ModuleBase::Sph_Bessel_Recursive::D2::dx = 0.0 |
|
private |
◆ finish_set_dx
| bool ModuleBase::Sph_Bessel_Recursive::D2::finish_set_dx = false |
|
private |
◆ jlx
| std::vector<std::vector<std::vector<double> > > ModuleBase::Sph_Bessel_Recursive::D2::jlx |
|
private |
◆ threshold
| double ModuleBase::Sph_Bessel_Recursive::D2::threshold = 1e-8 |
|
private |
The documentation for this class was generated from the following files: