クラス
org.mklab.nfc.eig.SchurDecomposition の使用

SchurDecomposition を使用しているパッケージ
org.mklab.nfc.matrix 行列に関するクラスを提供します。 
 

org.mklab.nfc.matrix での SchurDecomposition の使用
 

SchurDecomposition を返す org.mklab.nfc.matrix のメソッド
 SchurDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.schurDecompose()
          Schur分解を返します。
 SchurDecomposition<NumericalMatrix<E>> NumericalMatrix.schurDecompose()
           
 SchurDecomposition<NumericalMatrix<ComplexScalar<E>>> NumericalComplexMatrix.schurDecompose()
           
 SchurDecomposition<DoubleMatrix> DoubleMatrix.schurDecompose()
           
 SchurDecomposition<NumericalMatrix<DoubleComplexNumber>> DoubleComplexMatrix.schurDecompose()