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

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

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

BalancedDecomposition を返す org.mklab.nfc.matrix のメソッド
 BalancedDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.balancedDecompose()
          非対称行列のバランス化分解を返します。
 BalancedDecomposition<NumericalMatrix<E>> NumericalMatrix.balancedDecompose()
           
 BalancedDecomposition<DoubleMatrix> DoubleMatrix.balancedDecompose()