# HG changeset patch # User Brian Gough # Date 1231824406 18000 # Node ID e76b92c7f77984e1cd3862b947a273ee6988eea6 # Parent cdb4788879b36dfe9991700f10d70e4cbdeadc0f [docs] low cost => low-cost diff --git a/src/DLD-FUNCTIONS/matrix_type.cc b/src/DLD-FUNCTIONS/matrix_type.cc --- a/src/DLD-FUNCTIONS/matrix_type.cc +++ b/src/DLD-FUNCTIONS/matrix_type.cc @@ -99,7 +99,7 @@ and so it is entirely the responsibility of the user to correctly identify the\n\ matrix type.\n\ \n\ -Also the test for positive definiteness is a low cost test for a hermitian\n\ +Also the test for positive definiteness is a low-cost test for a hermitian\n\ matrix with a real positive diagonal. This does not guarantee that the matrix\n\ is positive definite, but only that it is a probable candidate. When such a\n\ matrix is factorized, a Cholesky factorization is first attempted, and if\n\