|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.nfc.matrix.AbstractGrid<M>
org.mklab.nfc.matrix.AbstractFundamentalMatrix<M>
org.mklab.nfc.matrix.AbstractMatrix<DoubleMatrix>
org.mklab.nfc.matrix.DoubleMatrix
org.mklab.nfc.matx.MatxRealArray
public class MatxRealArray
MaTXの実配列を表すクラスです。
| コンストラクタの概要 | |
|---|---|
MatxRealArray()
コンストラクター |
|
MatxRealArray(double[][] matrix)
コンストラクター |
|
MatxRealArray(double from,
double to,
double by)
コンストラクター |
|
MatxRealArray(DoubleMatrix matrix)
コンストラクター |
|
MatxRealArray(IntMatrix matrix)
コンストラクター |
|
MatxRealArray(NumericalMatrixOperator<DoubleNumber> matrix)
コンストラクター |
|
| メソッドの概要 | |
|---|---|
protected String |
getGridClassName()
出力するクラスの名前を返します。 |
DoubleMatrix |
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, 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 MatxRealArray(double[][] matrix)
matrix - 配列のデータpublic MatxRealArray(IntMatrix matrix)
matrix - 配列のデータpublic MatxRealArray(NumericalMatrixOperator<DoubleNumber> matrix)
matrix - 配列のデータpublic MatxRealArray(DoubleMatrix matrix)
matrix - 配列のデータ
public MatxRealArray(double from,
double to,
double by)
from - 配列の始めto - 配列の最後by - 配列の間隔public MatxRealArray()
| メソッドの詳細 |
|---|
public DoubleMatrix toMatrix()
MatxArray の記述:
MatxArray 内の toMatrixMatxArray.toMatrix()protected String getGridClassName()
AbstractGrid の記述:
DoubleMatrix 内の getGridClassNameDoubleMatrix.getGridClassName()public String toMmString()
MatxObject の記述:
MatxObject 内の toMmStringDoubleMatrix 内の toMmStringDoubleMatrix.toMmString()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||