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

SingularValueDecompositionElements を使用しているパッケージ
org.mklab.nfc.svd 特異値分解に関するクラスを提供します。 
 

org.mklab.nfc.svd での SingularValueDecompositionElements の使用
 

SingularValueDecompositionElements を返す org.mklab.nfc.svd のメソッド
 SingularValueDecompositionElements<ComplexScalar<E>> ComplexSingularValueDecomposer.singularValueDecompose(ComplexScalar<E>[][] a)
          複素行列を特異値分解を返します。
 SingularValueDecompositionElements<E> RealSingularValueDecomposer.singularValueDecompose(E[][] a)
          実行列の特異値分解を返します。