git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1189499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-10-26 22:05:03 +00:00
parent 7980a24266
commit 39970a520e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import org.apache.commons.math.util.FastMath;
* </ul> * </ul>
* <p> * <p>
* As of 2.0, this class supports only <strong>symmetric</strong> matrices, and * As of 2.0, this class supports only <strong>symmetric</strong> matrices, and
* hence computes only real realEigenvalues. This implies the D matrix returned * hence computes only real real Eigenvalues. This implies the D matrix returned
* by {@link #getD()} is always diagonal and the imaginary values returned * by {@link #getD()} is always diagonal and the imaginary values returned
* {@link #getImagEigenvalue(int)} and {@link #getImagEigenvalues()} are always * {@link #getImagEigenvalue(int)} and {@link #getImagEigenvalues()} are always
* null. * null.