Scilab 6.1.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
chfact
sparse Cholesky factorization
Syntax
spcho=chfact(A)
Arguments
- A
 square symmetric positive sparse matrix
- spcho
 list containing the Cholesky factors in coded form
Description
spcho=chfact(A) computes the sparse Cholesky factors of sparse
            matrix A, assumed symmetric positive definite.
            This function is based on the Ng-Peyton programs (ORNL). See the
            Fortran programs for a complete description of the variables in
            spcho. This function is to be used with chsolve.
See also
| Report an issue | ||
| << Sparse Matrix Conversion | Sparse Matrix | chsolve >> |