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

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

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

EigenSolution を返す org.mklab.nfc.matrix のメソッド
 EigenSolution<? extends NumericalMatrixOperator<?>> NumericalMatrixOperator.eigenDecompose()
          固有値を対角成分とする対角行列D、固有値に対応する固有ベクトルを横方向に並べた行列Xを返します。
 EigenSolution<NumericalMatrix<?>> NumericalMatrix.eigenDecompose()
           
 EigenSolution<NumericalMatrix<?>> NumericalComplexMatrix.eigenDecompose()
           
 EigenSolution<DoubleComplexMatrix> DoubleMatrix.eigenDecompose()
           
 EigenSolution<NumericalMatrix<?>> DoubleComplexMatrix.eigenDecompose()
           
 EigenSolution<NumericalMatrix<?>> DoubleComplexMatrix.eigenDecompose(DoubleComplexMatrix b)
          一般化固有値を対角成分とする対角行列 D と対応する一般化固有ベクトルを列とする行列 X を成分とする配列を返します。
 EigenSolution<NumericalMatrix<?>> DoubleMatrix.eigenDecompose(DoubleMatrix b)
          一般化固有値を対角成分とする対角行列 D と対応する一般化固有ベクトルを列とする行列 X を成分とする配列を返します。
 EigenSolution<NumericalMatrix<?>> DoubleComplexMatrix.eigenDecompose(DoubleMatrix b)
          一般化固有値を対角成分とする対角行列 D と対応する一般化固有ベクトルを列とする行列 X を成分とする配列を返します。
 EigenSolution<? extends NumericalMatrixOperator<?>> NumericalMatrixOperator.eigenDecompose(NumericalMatrixOperator<?> B)
          一般化固有値を対角成分とする対角行列 D と対応する一般化固有ベクトルを列とする行列 X を返します。
 EigenSolution<NumericalMatrix<?>> NumericalMatrix.eigenDecompose(NumericalMatrixOperator<?> b)
           
 EigenSolution<NumericalMatrix<?>> DoubleMatrix.eigenDecompose(NumericalMatrixOperator<?> b)
           
 EigenSolution<NumericalMatrix<?>> DoubleComplexMatrix.eigenDecompose(NumericalMatrixOperator<?> b)