choleskySolve

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void choleskySolve(DoubleMatrix a, double[] b, double[] x)
  2. void choleskySolve(double[][] a, double[] diag, double[] b, double[] x)
    version(!scid)
    package
    void
    choleskySolve
    (
    double[][] a
    ,
    double[] diag
    ,
    double[] b
    ,
    double[] x
    )
  3. void choleskySolve(DoubleMatrix a, double[] b, double[] x)

Meta