mm.math.cholesky

math.cholesky()

Computes the Cholesky decomposition of square matrices.

Parameters:

input (Tensor) –

Returns:

tensor with the same type as input

Return type:

Tensor