simplified a javadoc sentence
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@710167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89b21145fb
commit
13ea282ab8
|
@ -22,8 +22,7 @@ package org.apache.commons.math.linear;
|
|||
* eigen decomposition of a real symmetric matrix.
|
||||
* <p>The eigen decomposition of matrix A is a set of two matrices:
|
||||
* V and D such that A = V × D × V<sup>T</sup>.
|
||||
* Let A be an m × n matrix, then V is an m × m orthogonal matrix
|
||||
* and D is a m × n diagonal matrix.</p>
|
||||
* A, V and D are all m × m matrices.</p>
|
||||
* <p>This interface is similar in spirit to the <code>EigenvalueDecomposition</code>
|
||||
* class from the now defunct <a href="http://math.nist.gov/javanumerics/jama/">JAMA</a>
|
||||
* library, with the following changes:</p>
|
||||
|
|
Loading…
Reference in New Issue