chsolvesparse Cholesky solverCalling Sequencesol=chsolve(spcho,rhs)Argumentsspcholist containing the Cholesky factors in coded form returned by chfactrhs, solfull column vectorsDescriptionsol=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.
ExamplesSee Also
chfact
sparse
lufact
luget
spchol