Scilab 5.4.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
chsolve
sparse Cholesky solver
Calling Sequence
sol=chsolve(spcho,rhs)
Arguments
- spcho
- list containing the Cholesky factors in coded form returned by chfact 
- rhs, sol
- full column vectors 
Description
sol=chsolve(spcho,rhs) computes the solution of 
            rhs=A*sol, 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
| Report an issue | ||
| << chfact | Sparse Matrix | ordmmd >> |