|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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<PolynomialMatrix,Polynomial>
org.mklab.nfc.matrix.PolynomialMatrix
org.mklab.nfc.matx.MatxPolynomialArray
public class MatxPolynomialArray
MaTXの多項式配列を表すクラスです。
コンストラクタの概要 | |
---|---|
MatxPolynomialArray()
コンストラクター |
|
MatxPolynomialArray(DoubleComplexMatrix matrix)
コンストラクター |
|
MatxPolynomialArray(DoubleMatrix matrix)
コンストラクター |
|
MatxPolynomialArray(IntMatrix matrix)
コンストラクター |
|
MatxPolynomialArray(Polynomial[][] matrix)
コンストラクター |
|
MatxPolynomialArray(PolynomialMatrix matrix)
コンストラクター |
メソッドの概要 | |
---|---|
PolynomialMatrix |
toMatrix()
Matrix型の値を返します。 |
String |
toMmString()
MM形式の文字列を生成します。 |
クラス org.mklab.nfc.matrix.PolynomialMatrix から継承されたメソッド |
---|
diagonal, getGridClassName, hashCode, integral, integral, isTransformableFrom, ones, ones, ones, ones, powerElementWise, powerElementWise, 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 MatxPolynomialArray(Polynomial[][] matrix)
matrix
- 配列のデータpublic MatxPolynomialArray(IntMatrix matrix)
matrix
- 配列のデータpublic MatxPolynomialArray(DoubleMatrix matrix)
matrix
- 配列のデータpublic MatxPolynomialArray(DoubleComplexMatrix matrix)
matrix
- 配列のデータpublic MatxPolynomialArray(PolynomialMatrix matrix)
matrix
- 配列のデータpublic MatxPolynomialArray()
メソッドの詳細 |
---|
public PolynomialMatrix toMatrix()
MatxArray
の記述:
MatxArray
内の toMatrix
MatxArray.toMatrix()
public String toMmString()
MatxObject
の記述:
MatxObject
内の toMmString
PolynomialMatrix
内の toMmString
PolynomialMatrix.toMmString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |