Functions | |
| template<typename T > | |
| constexpr T | sqrtNewtonRaphson (T x, T curr, T prev) |
| template<typename T > | |
| constexpr T | sqrt (T x) |
| template<typename T > | |
| constexpr bool | eq (T x, T y) |
| template<typename T > | |
| constexpr T | cbrtNewtonRaphson (T x, T curr, T prev) |
| template<typename T > | |
| constexpr T | cbrtSub (T x) |
| template<typename T > | |
| constexpr T | cbrt (T x) |
| template<typename T > | |
| T | SO3JacF2 (const T &x) |
| template<typename T > | |
| T | dSO3JacF2 (const T &x) |
|
constexpr |
Constexpr version of the cubic root Return value:
|
constexpr |
|
constexpr |
|
inline |
Compute the value
which is the derivative of
.
|
constexpr |
|
inline |
Compute the value
.
|
constexpr |
Constexpr version of the square root Return value:
|
constexpr |