constexpr T sqrt(T x) noexcept
Compute the square root of a floating-point value.
Definition math_utils.h:29
FusedMatrix< T, N, N > cholesky_rank1_update(const FusedMatrix< T, N, N > &L, const FusedVector< T, N > &v)
Rank-1 Cholesky update: compute L' where L'L'ᵀ = LLᵀ + vvᵀ.
Definition cholesky_update.h:59