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:
parent
b17e283c77
commit
75a473e42e
|
@ -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 × X = B in least squares sense: they find X
|
||||
* such that ||A × 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 × 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
|
||||
|
|
Loading…
Reference in New Issue