Scilab Function

chsolve - sparse Cholesky solver

Calling Sequence

sol=chsolve(spcho,rhs)

Parameters

Description

sol=chsolve(spcho,rhs) computes the solution of sol=A*rhs, with A a symmetric sparse positive definite matrix. This function is based on the Ng-Peyton programs (ORNL). See the Fortran programs for a complete description of the variables in spcho.

Examples

See Also