org.mklab.nfc.matrix
クラス IndexedMatrix<M extends Matrix>

java.lang.Object
  上位を拡張 org.mklab.nfc.matrix.IndexedMatrix<M>
型パラメータ:
M - 行列の型

public class IndexedMatrix<M extends Matrix>
extends Object

指数付きの行列を表すクラスです。

バージョン:
$Revision$, 2009/12/18
作成者:
koga

コンストラクタの概要
IndexedMatrix(M matrix, IntMatrix indices)
          新しく生成されたIndexedMatrixオブジェクトを初期化します。
 
メソッドの概要
 IntMatrix getIndices()
          指数を返します。
 M getMatrix()
          行列を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IndexedMatrix

public IndexedMatrix(M matrix,
                     IntMatrix indices)
新しく生成されたIndexedMatrixオブジェクトを初期化します。

パラメータ:
matrix - 行列
indices - 指数
メソッドの詳細

getMatrix

public M getMatrix()
行列を返します。

戻り値:
行列

getIndices

public IntMatrix getIndices()
指数を返します。

戻り値:
指数