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:
parent
a42825bef5
commit
a30bef00fb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue