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

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

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

QZDecomposition を返す org.mklab.nfc.matrix のメソッド
 QZDecomposition<NumericalMatrixOperator<?>> DoubleComplexMatrix.qzDecompose(DoubleComplexMatrix b)
          QZ分解の実行結果を返します。
 QZDecomposition<NumericalMatrixOperator<?>> DoubleMatrix.qzDecompose(DoubleMatrix b)
          QZ分解を返します。
 QZDecomposition<NumericalMatrixOperator<?>> DoubleComplexMatrix.qzDecompose(DoubleMatrix b)
          QZ分解の実行結果を返します。
 QZDecomposition<? extends NumericalMatrixOperator<?>> NumericalMatrixOperator.qzDecompose(NumericalMatrixOperator<?> B)
          QZ分解を返します。
 QZDecomposition<NumericalMatrixOperator<?>> NumericalMatrix.qzDecompose(NumericalMatrixOperator<?> b)
           
 QZDecomposition<NumericalMatrixOperator<?>> DoubleMatrix.qzDecompose(NumericalMatrixOperator<?> b)
           
 QZDecomposition<NumericalMatrixOperator<?>> DoubleComplexMatrix.qzDecompose(NumericalMatrixOperator<?> b)