Go to the source code of this file.
|
void | itk::InitializeLUTExp () |
|
double | itk::lutExpValue (const double x) |
|
template<class T > |
std::shared_ptr< NDArray< T, 2 > > | utl::ReadGrad (const int tess, const int NoSymmetricDuple=DIRECTION_NODUPLICATE, const int mode=CARTESIAN_TO_SPHERICAL, const int flipx=DIRECTION_NOFLIP, const int flipy=DIRECTION_NOFLIP, const int flipz=DIRECTION_NOFLIP, const bool need_normalize=true) |
|
template<> |
std::shared_ptr< NDArray< float, 2 > > | utl::ReadGrad< float > (const int tess, const int NoSymmetricDuple, const int mode, const int flipx, const int flipy, const int flipz, const bool need_normalize) |
|
template<class T > |
std::shared_ptr< NDArray< T, 2 > > | utl::ReadGradElectricRepulsion (const int num, const int NoSymmetricDuple=DIRECTION_NODUPLICATE, const int mode=CARTESIAN_TO_SPHERICAL, const int flipx=DIRECTION_NOFLIP, const int flipy=DIRECTION_NOFLIP, const int flipz=DIRECTION_NOFLIP, const bool need_normalize=true) |
|
static std::shared_ptr< NDArray< double, 3 > > | utl::SH3IntegralTable (new NDArray< double, 3 >) |
|