jax-js
    Preparing search index...
    • Compute the Cholesky decomposition of a (batched) positive-definite matrix.

      This is like jax.lax.linalg.cholesky(), except with an option to symmetrize the input matrix, which is on by default.

      Parameters

      • a: ArrayLike
      • __namedParameters: { symmetrizeInput?: boolean; upper?: boolean } = {}

      Returns Array