|
||||||||||
前 次 | フレームあり フレームなし |
BaseArrayOperator を使用しているパッケージ | |
---|---|
org.mklab.nfc.matrix | 行列に関するクラスを提供します。 |
org.mklab.tool.control.system | 制御システムを表現するためのクラスを提供します。 |
org.mklab.tool.control.system.graph | グラフを扱うためのクラスを提供します。 |
org.mklab.nfc.matrix での BaseArrayOperator の使用 |
---|
BaseArrayOperator を実装している org.mklab.nfc.matrix のクラス | |
---|---|
class |
BaseArray<A extends BaseArray<A,E>,E extends ArrayElement<E>>
ArrayElement を成分とする配列を表わすクラスです。 |
BaseArrayOperator を返す org.mklab.nfc.matrix のメソッド | |
---|---|
BaseArrayOperator<E> |
ArrayElement.createGrid(ArrayElement<? extends ArrayElement<?>>[] elements)
行ベクトルを生成します。 |
BaseArrayOperator<E> |
ArrayElement.createGrid(ArrayElement<? extends ArrayElement<?>>[][] elements)
行列を生成します。 |
BaseArrayOperator 型のパラメータを持つ org.mklab.nfc.matrix のメソッド | |
---|---|
BooleanMatrix |
BaseArrayOperator.compareElementWise(String operator,
BaseArrayOperator<?> opponent)
配列 opponent の各成分と成分毎にoperator で指定された演算子で比較し,
それぞれの結果を成分とするBooleanMatrix を返します。 |
BooleanMatrix |
BaseArray.compareElementWise(String operator,
BaseArrayOperator<?> opponent)
|
void |
BaseArrayOperator.copy(BaseArrayOperator<?> source)
各成分に配列 source 各成分をコピーします。 |
void |
BaseArray.copy(BaseArrayOperator<?> source)
|
void |
BaseArrayOperator.setSubMatrix(int rowTo,
int columnTo,
BaseArrayOperator<?> source,
int rowMin,
int rowMax,
int columnMin,
int columnMax)
配列 source のrowMin 行からrowMax行 、
columnMin 列からcolumnMax 列までの部分配列を、
rowTo 行columnTo 列を始点として代入します。 |
void |
BaseArray.setSubMatrix(int rowTo,
int columnTo,
BaseArrayOperator<?> source,
int rowMin,
int rowMax,
int columnMin,
int columnMax)
|
void |
BaseArrayOperator.setSubMatrix(int rowMin,
int rowMax,
IntMatrix columnIndex,
BaseArrayOperator<?> source)
rowMin 列からrowMax 列目の成分のcolumnIndex
で指定された行に、 配列source の成分を代入します。 |
void |
BaseArray.setSubMatrix(int rowMin,
int rowMax,
IntMatrix columnIndex,
BaseArrayOperator<?> source)
|
void |
BaseArrayOperator.setSubMatrix(IntMatrix rowIndex,
int columnMin,
int columnMax,
BaseArrayOperator<?> source)
rowIndex で指定した行のcolumnMin 列からcolumnMax
列までの 配列source を代入します。 |
void |
BaseArray.setSubMatrix(IntMatrix rowIndex,
int columnMin,
int columnMax,
BaseArrayOperator<?> source)
|
void |
BaseArrayOperator.setSubMatrix(IntMatrix rowIndex,
IntMatrix columnIndex,
BaseArrayOperator<?> source)
rowIndex で指定した行のcolumnIndex で指定した列に配列source
code>を代入します。 |
void |
BaseArray.setSubMatrix(IntMatrix rowIndex,
IntMatrix columnIndex,
BaseArrayOperator<?> source)
|
void |
BaseArrayOperator.setSubVector(IntMatrix index,
BaseArrayOperator<?> source)
index |
void |
BaseArray.setSubVector(IntMatrix index,
BaseArrayOperator<?> source)
|
org.mklab.tool.control.system での BaseArrayOperator の使用 |
---|
BaseArrayOperator を実装している org.mklab.tool.control.system のクラス | |
---|---|
class |
AdjacencyConstantMatrix
隣接定数行列を表すクラスです。 |
class |
AdjacencyMatrix
隣接行列(システムオペレータを成分とする行列)を表わすクラスです。 |
org.mklab.tool.control.system.graph での BaseArrayOperator の使用 |
---|
BaseArrayOperator 型のパラメータを持つ org.mklab.tool.control.system.graph のコンストラクタ | |
---|---|
ConnectionMatrix(BaseArrayOperator<SystemOperator> adjacencyMatrix)
新しく生成された ConnectionMatrix オブジェクトを初期化します。 |
|
CycleMatrix(BaseArrayOperator<SystemOperator> adjacencyMatrix)
新しく生成された CycleMatrix オブジェクトを初期化します。 |
|
ReachableMatrix(BaseArrayOperator<SystemOperator> adjacencyMatrix)
新しく生成された ReachableMatrix オブジェクトを初期化します。 |
|
||||||||||
前 次 | フレームあり フレームなし |