Fixed javadoc link.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1413126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2012-11-24 04:24:26 +00:00
parent a42825bef5
commit a30bef00fb
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ public class EigenDecomposition {
* Transforms the matrix to Schur form and calculates the eigenvalues.
*
* @param matrix Matrix to transform.
* @return the {@link SchurTransform} for this matrix
* @return the {@link SchurTransformer Shur transform} for this matrix
*/
private SchurTransformer transformToSchur(final RealMatrix matrix) {
final SchurTransformer schurTransform = new SchurTransformer(matrix);