クラス
org.mklab.nfc.matrix.IndexedMatrix の使用

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

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

IndexedMatrix を返す org.mklab.nfc.matrix のメソッド
 IndexedMatrix<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.maximumColumnWise()
          列毎の最大成分とその指数を返します。
 IndexedMatrix<NumericalMatrix<E>> NumericalMatrix.maximumColumnWise()
           
 IndexedMatrix<DoubleMatrix> DoubleMatrix.maximumColumnWise()
           
 IndexedMatrix<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.maximumRowWise()
          行毎の最大成分とその指数を返します。
 IndexedMatrix<NumericalMatrix<E>> NumericalMatrix.maximumRowWise()
           
 IndexedMatrix<DoubleMatrix> DoubleMatrix.maximumRowWise()
           
 IndexedMatrix<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.minimumColumnWise()
          列毎の最小成分とその指数を返します。
 IndexedMatrix<NumericalMatrix<E>> NumericalMatrix.minimumColumnWise()
           
 IndexedMatrix<DoubleMatrix> DoubleMatrix.minimumColumnWise()
           
 IndexedMatrix<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.minimumRowWise()
          行毎の最小成分とその指数を返します。
 IndexedMatrix<NumericalMatrix<E>> NumericalMatrix.minimumRowWise()
           
 IndexedMatrix<DoubleMatrix> DoubleMatrix.minimumRowWise()
           
 IndexedMatrix<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.sort()
          全ての成分を昇順に並び替えた行列と元の位置を示す指数(IntMatrix)を返します。
 IndexedMatrix<NumericalMatrix<E>> NumericalMatrix.sort()
           
 IndexedMatrix<IntMatrix> IntMatrix.sort()
          全ての成分を昇順に並び替えた行列 と、 元の位置を示す指数(IntMatrix)を返します。
 IndexedMatrix<DoubleMatrix> DoubleMatrix.sort()
           
 IndexedMatrix<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.sortColumnWise()
          列毎に昇順に並び替えた行列と元の位置を示す指数(IntMatrix)を返します。
 IndexedMatrix<NumericalMatrix<E>> NumericalMatrix.sortColumnWise()
           
 IndexedMatrix<IntMatrix> IntMatrix.sortColumnWise()
          列毎に昇順に並び替えた行列 と、 元の位置を示す指数(IntMatrix)を返します。
 IndexedMatrix<DoubleMatrix> DoubleMatrix.sortColumnWise()
           
 IndexedMatrix<? extends NumericalMatrixOperator<E>> NumericalMatrixOperator.sortRowWise()
          行毎に昇順に並び替えた行列と元の位置を示す指数(IntMatrix)を返します。
 IndexedMatrix<NumericalMatrix<E>> NumericalMatrix.sortRowWise()
           
 IndexedMatrix<IntMatrix> IntMatrix.sortRowWise()
          行毎に昇順に並び替えた行列 と、 元の位置を示す指数(IntMatrix)を返します。
 IndexedMatrix<DoubleMatrix> DoubleMatrix.sortRowWise()