|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.nfc.matrix.IndexedMatrix<M>
M
- 行列の型public class IndexedMatrix<M extends Matrix>
指数付きの行列を表すクラスです。
コンストラクタの概要 | |
---|---|
IndexedMatrix(M matrix,
IntMatrix indices)
新しく生成された IndexedMatrix オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
IntMatrix |
getIndices()
指数を返します。 |
M |
getMatrix()
行列を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public IndexedMatrix(M matrix, IntMatrix indices)
IndexedMatrix
オブジェクトを初期化します。
matrix
- 行列indices
- 指数メソッドの詳細 |
---|
public M getMatrix()
public IntMatrix getIndices()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |