changeset 8488:cdb4788879b3

[docs] poly-morphic => polymorphic
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:26:42 -0500
parents 5701c2fe3327
children e76b92c7f779
files doc/interpreter/linalg.txi doc/interpreter/sparse.txi
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/linalg.txi	Tue Jan 13 00:26:40 2009 -0500
+++ b/doc/interpreter/linalg.txi	Tue Jan 13 00:26:42 2009 -0500
@@ -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 
--- a/doc/interpreter/sparse.txi	Tue Jan 13 00:26:40 2009 -0500
+++ b/doc/interpreter/sparse.txi	Tue Jan 13 00:26:42 2009 -0500
@@ -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