mvpa2.clfs.gpr.SLcho_solve

mvpa2.clfs.gpr.SLcho_solve((c, lower), b, overwrite_b=False)

Solve the linear equations A x = b, given the Cholesky factorization of A.

Parameters :

(c, lower) : tuple, (array, bool)

Cholesky factorization of a, as given by cho_factor

b : array

Right-hand side

Returns :

x : array

The solution to the system A x = b

See also

cho_factor
Cholesky factorization of a matrix

Previous topic

mvpa2.clfs.gpr.Ndot

Next topic

mvpa2.clfs.gpr.SLcholesky

NeuroDebian

NITRC-listed