To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

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

NeuroDebian

NITRC-listed