|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.nfc.matrix.AbstractGrid<M>
org.mklab.nfc.matrix.AbstractFundamentalMatrix<M>
org.mklab.nfc.matrix.AbstractMatrix<M>
org.mklab.nfc.matrix.BaseMatrix<NumericalMatrix<E>,E>
org.mklab.nfc.matrix.NumericalMatrix<DoubleComplexNumber>
org.mklab.nfc.matrix.DoubleComplexMatrix
org.mklab.nfc.matx.MatxComplexArray
public class MatxComplexArray
MaTXの複素配列を表すクラスです。
コンストラクタの概要 | |
---|---|
MatxComplexArray()
コンストラクター |
|
MatxComplexArray(DoubleComplexMatrix matrix)
コンストラクター |
|
MatxComplexArray(DoubleComplexNumber[][] matrix)
コンストラクター |
|
MatxComplexArray(DoubleMatrix matrix)
コンストラクター |
|
MatxComplexArray(IntMatrix matrix)
コンストラクター |
|
MatxComplexArray(NumericalMatrixOperator<DoubleComplexNumber> matrix)
コンストラクター |
メソッドの概要 | |
---|---|
DoubleComplexMatrix |
toMatrix()
Matrix型の値を返します。 |
String |
toMmString()
MM形式の文字列を生成します。 |
クラス org.mklab.nfc.matrix.AbstractMatrix から継承されたメソッド |
---|
add, covariance, createOnes, createOnes, createOnes, createUnit, createUnit, createUnit, createZero, createZero, createZero, divide, divideElementWise, isUnit, leftDivide, leftDivide, leftDivide, leftDivide, leftDivideElementWise, multiply, multiplyElementWise, power, shiftLeft, shiftUp, subtract, 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 |
インタフェース org.mklab.nfc.matrix.MatrixElementOperator から継承されたメソッド |
---|
copy, copy, determinant, getElement, getElement, mean, product, setElement, setElement, setElement, setElement, setElement, setElement, sum, trace, variance |
コンストラクタの詳細 |
---|
public MatxComplexArray(DoubleComplexNumber[][] matrix)
matrix
- 配列のデータpublic MatxComplexArray(IntMatrix matrix)
matrix
- 配列のデータpublic MatxComplexArray(DoubleMatrix matrix)
matrix
- 配列のデータpublic MatxComplexArray(NumericalMatrixOperator<DoubleComplexNumber> matrix)
matrix
- 配列のデータpublic MatxComplexArray(DoubleComplexMatrix matrix)
matrix
- 配列のデータpublic MatxComplexArray()
メソッドの詳細 |
---|
public DoubleComplexMatrix toMatrix()
MatxArray
の記述:
MatxArray
内の toMatrix
MatxArray.toMatrix()
public String toMmString()
MatxObject
の記述:
MatxObject
内の toMmString
DoubleComplexMatrix
内の toMmString
DoubleComplexMatrix.toMmString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |