Minor change to the Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2011-09-24 04:01:05 +00:00
parent b17e283c77
commit 75a473e42e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.apache.commons.math.FieldElement;
* <p>Decomposition algorithms decompose an A matrix has a product of several specific
* matrices from which they can solve A &times; X = B in least squares sense: they find X
* such that ||A &times; X - B|| is minimal.</p>
* <p>Some solvers like {@link LUDecomposition} can only find the solution for
* <p>Some solvers like {@link FieldLUDecomposition} can only find the solution for
* square matrices and when the solution is an exact linear solution, i.e. when
* ||A &times; X - B|| is exactly 0. Other solvers can also find solutions
* with non-square matrix A and with non-null minimal norm. If an exact linear