|
Matrix.Cholesky | Portability | portable | Stability | experimental | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
Description |
This module contains a routine that solves the system Ax=b, where A
is positive definite, using Cholesky decomposition.
|
|
|
|
cholesky |
:: (Ix a, Integral a, RealFloat b) | | => Array (a, a) (Complex b) | A | -> Array a (Complex b) | b | -> Array a (Complex b) | x |
|
|
Produced by Haddock version 0.4 |