spleaf.cov.Cov.dotL#

Cov.dotL(x, copy=False)#

Compute \(y = L x\).

Parameters:
x(n,) ndarray

The input vector \(x\).

copybool

Whether to copy arrays.

Returns:
y(n,) ndarray

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