spleaf.cov.Cov.solveL#

Cov.solveL(y, copy=False)#

Solve for \(x = L^{-1} y\).

Parameters:
y(n,) ndarray

The righthand side vector \(y\).

copybool

Whether to copy arrays.

Returns:
x(n,) ndarray

The solution \(x = L^{-1} y\).