Skip to content

Lower Cholesky

gpjax.lower_cholesky

lower_cholesky(A: cola.ops.LinearOperator)

Returns the lower Cholesky factor of a linear operator.

Parameters:

Name Type Description Default
A LinearOperator

A linear operator.

required

Returns:

Type Description

cola.ops.LinearOperator: The lower Cholesky factor of A.

_(A: cola.ops.BlockDiag)