spleaf.cov.Cov.dotLT#

Cov.dotLT(x, copy=False)#

Compute \(y = L^T x\).

Parameters:
x(n,) ndarray

The input vector \(x\).

copybool

Whether to copy arrays.

Returns:
y(n,) ndarray

The dot product \(y = L^T x\).