|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.nfc.matrix.AbstractGrid<M>
org.mklab.nfc.matrix.AbstractFundamentalMatrix<M>
org.mklab.nfc.matrix.AbstractMatrix<IntMatrix>
org.mklab.nfc.matrix.IntMatrix
org.mklab.nfc.matx.MatxIntegerArray
public class MatxIntegerArray
MaTXの整数配列を表すクラスです。
コンストラクタの概要 | |
---|---|
MatxIntegerArray()
コンストラクター |
|
MatxIntegerArray(BooleanMatrix matrix)
コンストラクター |
|
MatxIntegerArray(int[][] matrix)
コンストラクター |
|
MatxIntegerArray(IntMatrix matrix)
コンストラクター |
メソッドの概要 | |
---|---|
IntMatrix |
toMatrix()
Matrix型の値を返します。 |
String |
toMmString()
MM形式の文字列を生成します。 |
クラス org.mklab.nfc.matrix.AbstractMatrix から継承されたメソッド |
---|
add, covariance, createOnes, createOnes, createOnes, createUnit, createUnit, createUnit, createZero, createZero, createZero, divide, divideElementWise, isTransformableTo, isUnit, isZero, leftDivide, leftDivide, leftDivide, leftDivide, leftDivideElementWise, multiply, multiplyElementWise, power, powerElementWise, roundToZeroElementWise, shiftLeft, shiftUp, subtract, transformTo, transformToSameClass |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
インタフェース org.mklab.nfc.matrix.Grid から継承されたメソッド |
---|
clone, count, exchangeColumn, exchangeRow, getColumnSize, getElementAlignment, getElementFormat, getPrintingElementsString, getPrintingString, getRowSize, hasSameColumnSize, hasSameRowSize, isEmpty, isSameSize, isSquare, isZero, length, print, print, print, printElements, printElements, removeColumnVector, removeColumnVectors, removeColumnVectors, removeRowVector, removeRowVectors, removeRowVectors, setElementAlignment, setElementFormat |
インタフェース org.mklab.nfc.matx.MatxObject から継承されたメソッド |
---|
toMmString, writeMmFormat, writeMmFormat, writeMxFormat, writeMxFormat |
コンストラクタの詳細 |
---|
public MatxIntegerArray(int[][] matrix)
matrix
- 配列のデータpublic MatxIntegerArray(IntMatrix matrix)
matrix
- 配列のデータpublic MatxIntegerArray(BooleanMatrix matrix)
matrix
- 配列のデータpublic MatxIntegerArray()
メソッドの詳細 |
---|
public IntMatrix toMatrix()
MatxArray
の記述:
MatxArray
内の toMatrix
MatxArray.toMatrix()
public String toMmString()
MatxObject
の記述:
MatxObject
内の toMmString
IntMatrix
内の toMmString
IntMatrix.toMmString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |