The OpenD Programming Language

MultivariateNormalVariable.cholesky

Compute Cholesky decomposition in place. Only accesses lower/left half of the matrix. Returns false if the matrix is not positive definite.

struct MultivariateNormalVariable(T)
static
bool
cholesky
()
(
Slice!(T*, 2) m
)

Meta