|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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<M,E>
org.mklab.nfc.matrix.SymbolicMatrix<RationalPolynomialMatrix,RationalPolynomial>
org.mklab.nfc.matrix.RationalPolynomialMatrix
org.mklab.nfc.matx.MatxRationalPolynomialArray
public class MatxRationalPolynomialArray
MaTXの有理多項式配列を表すクラスです。
コンストラクタの概要 | |
---|---|
MatxRationalPolynomialArray()
コンストラクター |
|
MatxRationalPolynomialArray(DoubleComplexMatrix matrix)
コンストラクター |
|
MatxRationalPolynomialArray(DoubleMatrix matrix)
コンストラクター |
|
MatxRationalPolynomialArray(IntMatrix matrix)
コンストラクター |
|
MatxRationalPolynomialArray(PolynomialMatrix matrix)
コンストラクター |
|
MatxRationalPolynomialArray(RationalPolynomial[][] matrix)
コンストラクター |
|
MatxRationalPolynomialArray(RationalPolynomialMatrix matrix)
コンストラクター |
メソッドの概要 | |
---|---|
RationalPolynomialMatrix |
toMatrix()
Matrix型の値を返します。 |
String |
toMmString()
MM形式の文字列を生成します。 |
クラス org.mklab.nfc.matrix.RationalPolynomialMatrix から継承されたメソッド |
---|
diagonal, getDenominatorElementWise, getGridClassName, getNumeratorElementWise, getQuotientElementWise, getRemainderElementWise, hashCode, isTransformableFrom, ones, ones, ones, ones, powerElementWise, powerElementWise, printElements, printElements, readMxFormat, toMmString, transformFrom, unit, unit, unit, unit, writeMmFormat, writeMmFormat, writeMxFormat, writeMxFormat |
クラス org.mklab.nfc.matrix.SymbolicMatrix から継承されたメソッド |
---|
derivative, derivative, evaluate, evaluate, evaluate, evaluate, evaluate, evaluateElementWise, setVariable, shiftHigher, shiftHigher, shiftLower, shiftLower |
クラス 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, powerElementWise, roundToZeroElementWise, 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 MatxRationalPolynomialArray(RationalPolynomial[][] matrix)
matrix
- 配列のデータpublic MatxRationalPolynomialArray(IntMatrix matrix)
matrix
- 配列のデータpublic MatxRationalPolynomialArray(DoubleMatrix matrix)
matrix
- 配列のデータpublic MatxRationalPolynomialArray(DoubleComplexMatrix matrix)
matrix
- 配列のデータpublic MatxRationalPolynomialArray(PolynomialMatrix matrix)
matrix
- 配列のデータpublic MatxRationalPolynomialArray(RationalPolynomialMatrix matrix)
matrix
- 配列のデータpublic MatxRationalPolynomialArray()
メソッドの詳細 |
---|
public RationalPolynomialMatrix toMatrix()
MatxArray
の記述:
MatxArray
内の toMatrix
MatxArray.toMatrix()
public String toMmString()
MatxObject
の記述:
MatxObject
内の toMmString
RationalPolynomialMatrix
内の toMmString
RationalPolynomialMatrix.toMmString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |