cholesky#

swordfish.function.cholesky()#

Conduct Cholesky decomposition of a symmetric positive-definite matrix.

参数:
  • obj (Constant) -- A symmetric positive definite matrix.

  • lower (Constant, optional) -- A Boolean value indicating whether the result is a lower triangular matrix (true, default) or an upper triangular matrix (false).