LowerTriangular#

class gpjax.parameters.LowerTriangular(value)[source]#

Bases: AbstractUnwrappable

Lower-triangular matrix parameter with positive diagonal (Cholesky factor).

Stored as a flat vector; unwrap() fills a lower-triangular matrix with softplus applied to the diagonal entries.

unwrap()[source]#

Returns the unwrapped pytree, assuming no wrapped subnodes exist.