fixed javadoc comment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@729431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a1a7822552
commit
9eccfc3c46
|
@ -158,8 +158,6 @@ public class EigenDecompositionImpl implements EigenDecomposition {
|
|||
* Calculates the eigen decomposition of the given symmetric matrix.
|
||||
* <p>Calling this constructor is equivalent to first call the no-arguments
|
||||
* constructor and then call {@link #decompose(RealMatrix)}.</p>
|
||||
* <p>The specified matrix is assumed to be symmetrical without any check.
|
||||
* Only the upper triangular part of the matrix is used.</p>
|
||||
* @param matrix The <strong>symmetric</strong> matrix to decompose.
|
||||
* @param splitTolerance tolerance on the off-diagonal elements relative to the
|
||||
* geometric mean to split the tridiagonal matrix (a suggested value is
|
||||
|
|
Loading…
Reference in New Issue