|
| bool | isinf_impl (const MetaPhysicL::DualNumber< V, D, asd > &a) |
| |
| bool | isnan_impl (const MetaPhysicL::DualNumber< V, D, asd > &a) |
| |
| MetaPhysicL::DualNumber< V, D, asd > | sqrt (const MetaPhysicL::DualNumber< V, D, asd > &a) |
| |
| MetaPhysicL::DualNumber< V, D, asd > | abs (const MetaPhysicL::DualNumber< V, D, asd > &a) |
| |
| EIGEN_DEVICE_FUNC long double | cast< ADReal, long double > (const ADReal &x) |
| |
| EIGEN_DEVICE_FUNC double | cast< ADReal, double > (const ADReal &x) |
| |
| EIGEN_DEVICE_FUNC long | cast< ADReal, long > (const ADReal &x) |
| |
| EIGEN_DEVICE_FUNC int | cast< ADReal, int > (const ADReal &x) |
| |