# HG changeset patch # User Brian Gough # Date 1231824402 18000 # Node ID cdb4788879b36dfe9991700f10d70e4cbdeadc0f # Parent 5701c2fe3327b1ac7e8f2b3561d5a020f8595490 [docs] poly-morphic => polymorphic diff --git a/doc/interpreter/linalg.txi b/doc/interpreter/linalg.txi --- a/doc/interpreter/linalg.txi +++ b/doc/interpreter/linalg.txi @@ -34,7 +34,7 @@ @node Techniques used for Linear Algebra @section Techniques used for Linear Algebra -Octave includes a poly-morphic solver, that selects an appropriate +Octave includes a polymorphic solver, that selects an appropriate matrix factorization depending on the properties of the matrix itself. Generally, the cost of determining the matrix type is small relative to the cost of factorizing the matrix itself, but in any case the matrix diff --git a/doc/interpreter/sparse.txi b/doc/interpreter/sparse.txi --- a/doc/interpreter/sparse.txi +++ b/doc/interpreter/sparse.txi @@ -725,7 +725,7 @@ @node Sparse Linear Algebra, Iterative Techniques, Basics, Sparse Matrices @section Linear Algebra on Sparse Matrices -Octave includes a poly-morphic solver for sparse matrices, where +Octave includes a polymorphic solver for sparse matrices, where the exact solver used to factorize the matrix, depends on the properties of the sparse matrix itself. Generally, the cost of determining the matrix type is small relative to the cost of factorizing the matrix itself, but in any