|
double | Dm (const int m) |
|
double | Clm (const int l, const int m) |
|
template<typename X , typename Y , typename Z > |
boost::math::differentiation::promote< X, Y, Z > | radVal (const X &x, const Y &y, const Z &z, const std::vector< double > &coeffVec) |
|
template<typename X , typename Y , typename Z > |
boost::math::differentiation::promote< X, Y, Z > | cutOff (const X &x, const Y &y, const Z &z, const double smoothness, const double cutoff) |
|
template<typename X , typename Y , typename Z > |
boost::math::differentiation::promote< X, Y, Z > | legendre (const X &x, const Y &y, const Z &z, const int l, const int m) |
|
template<typename X , typename Y , typename Z > |
boost::math::differentiation::promote< X, Y, Z > | f (const X &x, const Y &y, const Z &z, const std::vector< double > &coeffVec, const double smoothness, const double cutoff, const int l, const int m, const double polarAngleTolerance) |
|