Skip to main content

Module specialized

Module specialized 

Source

Re-exports§

pub use generic::bessel::ratio::bessel_i_ratio_deriv;
pub use generic::bessel::ratio::bessel_i_ratio_deriv_1m;
pub use generic::ndtr::LogTailPolicy;
pub use generic::elliptic::CarlsonKind;
pub use generic::elliptic::CarlsonRc;
pub use generic::elliptic::CarlsonRd;
pub use generic::elliptic::CarlsonRf;
pub use generic::elliptic::CarlsonRg;
pub use generic::elliptic::CarlsonRj;
pub use generic::elliptic::EllintD;
pub use generic::elliptic::EllintDInc;
pub use generic::elliptic::EllintE;
pub use generic::elliptic::EllintEInc;
pub use generic::elliptic::EllintF;
pub use generic::elliptic::EllintK;
pub use generic::elliptic::EllintPi;
pub use generic::elliptic::EllintPiInc;
pub use generic::elliptic::EllipticConsts;
pub use generic::elliptic::EllipticKind;
pub use generic::elliptic::HeumanLambda;
pub use generic::elliptic::JacobiZeta;
pub use generic::elliptic::WrapTo;
pub use generic::sh::MAX_DEGREE as MAX_SH_DEGREE;
pub use generic::sh::ShConsts;
pub use generic::sh::ShTable;
pub use generic::sh::sh_d_impl;
pub use generic::sh::sh_eval_d_impl;
pub use generic::sh::sh_eval_impl;
pub use generic::sh::sh_eval_lifted_impl;
pub use generic::sh::sh_eval_mixed_impl;
pub use generic::sh::sh_impl;
pub use generic::sh::sh_table_impl;
pub use generic::zernike::MAX_DEGREE as MAX_ZERNIKE_DEGREE;
pub use generic::zernike::zernike_basis_d_impl;
pub use generic::zernike::zernike_basis_impl;
pub use generic::zeta::ZetaConsts;
pub use generic::zeta::bernoulli_terms as zeta_bernoulli_terms;
pub use generic::jacobi_elliptic::NMAX as JACOBI_NMAX;
pub use generic::jacobi_elliptic::jacobi_elliptic as jacobi_elliptic_impl;
pub use generic::fresnel::phase_half_x2 as fresnel_phase;

Modules§

generic
The real-vector kernel bodies behind the ps/pd overrides and the trait defaults.

Traits§

BesselDetails
Per-arithmetic decisions of the real-order modified Bessel kernel, bessel_ik_real.
ExpIntDetails
The decisions the expint kernel has to make differently depending on the arithmetic it is running in.
SpecializedRealPrimalMath
Value-and-derivative (_d) forms of the activation functions, for single-value real numbers.
SpecializedRealSpecialMath
Specialized implementation trait for real-only special math functions.
SpecializedSpecialMath
Last built: 2026-09-08 21:35:55 UTC