クラス
org.mklab.nfc.svd.SingularValueDecomposition の使用

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

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

SingularValueDecomposition を返す org.mklab.nfc.matrix のメソッド
 SingularValueDecomposition<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.singularValueDecompose()
          特異値分解で得られる各行列を返します。
 SingularValueDecomposition<NumericalMatrix<E>> NumericalMatrix.singularValueDecompose()
           
 SingularValueDecomposition<NumericalMatrix<ComplexScalar<E>>> NumericalComplexMatrix.singularValueDecompose()
           
 SingularValueDecomposition<DoubleMatrix> DoubleMatrix.singularValueDecompose()
           
 SingularValueDecomposition<NumericalMatrix<DoubleComplexNumber>> DoubleComplexMatrix.singularValueDecompose()