comparison doc/interpreter/sparse.txi @ 10711:fbd7843974fa

Periodic grammar check of documentation files to ensure common format.
author Rik <octave@nomad.inbox5.com>
date Wed, 16 Jun 2010 20:36:55 -0700
parents 72585f1ca7a2
children 3140cb7a05a1
comparison
equal deleted inserted replaced
10710:4669da47fe0d 10711:fbd7843974fa
788 @item If the matrix is square, hermitian with a real positive diagonal, attempt 788 @item If the matrix is square, hermitian with a real positive diagonal, attempt
789 sparse Cholesky factorization using CHOLMOD. 789 sparse Cholesky factorization using CHOLMOD.
790 790
791 @item If the sparse Cholesky factorization failed or the matrix is not 791 @item If the sparse Cholesky factorization failed or the matrix is not
792 hermitian with a real positive diagonal, and the matrix is square, factorize 792 hermitian with a real positive diagonal, and the matrix is square, factorize
793 using UMFPACK. 793 using @sc{umfpack}.
794 794
795 @item If the matrix is not square, or any of the previous solvers flags 795 @item If the matrix is not square, or any of the previous solvers flags
796 a singular or near singular matrix, find a minimum norm solution using 796 a singular or near singular matrix, find a minimum norm solution using
797 CXSPARSE@footnote{The CHOLMOD, UMFPACK and CXSPARSE packages were 797 CXSPARSE@footnote{The CHOLMOD, UMFPACK and CXSPARSE packages were
798 written by Tim Davis and are available at 798 written by Tim Davis and are available at