spleaf.Spleaf.solveLT#

Spleaf.solveLT(y, copy=False)#

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

Parameters:
y(n,) ndarray

The righthand side vector \(y\).

copybool

Whether to copy arrays.

Returns:
x(n,) ndarray

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