|
||||||||||
前 次 | フレームあり フレームなし |
DoubleComplexMatrix を使用しているパッケージ | |
---|---|
org.mklab.nfc.matrix | 行列に関するクラスを提供します。 |
org.mklab.nfc.matx | MaTXに関係するデータを扱うためのクラスを提供します。 |
org.mklab.nfc.scalar | スカラーに関するクラスを提供します。 |
org.mklab.nfc.matrix での DoubleComplexMatrix の使用 |
---|
DoubleComplexMatrix を返す org.mklab.nfc.matrix のメソッド | |
---|---|
DoubleComplexMatrix |
DoubleMatrix.createComplexMatrix(NumericalMatrixOperator<?> realPart,
NumericalMatrixOperator<?> imagPart)
|
DoubleComplexMatrix |
DoubleMatrix.eigenValue()
|
DoubleComplexMatrix |
DoubleComplexMatrix.eigenValue()
|
DoubleComplexMatrix |
DoubleComplexMatrix.eigenValue(DoubleComplexMatrix b)
一般化固有値からなる列ベクトルを返します。 |
DoubleComplexMatrix |
DoubleComplexMatrix.eigenValue(DoubleMatrix b)
一般化固有値からなる列ベクトルを返します。 |
DoubleComplexMatrix |
DoubleMatrix.eigenValue(NumericalMatrixOperator b)
|
DoubleComplexMatrix |
DoubleComplexMatrix.eigenValue(NumericalMatrixOperator<?> b)
|
DoubleComplexMatrix |
DoubleMatrix.eigenValueReal(DoubleMatrix b)
一般化固有値を対角成分とする対角行列 D と対応する一般化固有ベクトルを列とする行列 X を成分とする配列を返します。 |
DoubleComplexMatrix |
DoubleMatrix.eigenVector()
|
DoubleComplexMatrix |
DoubleComplexMatrix.eigenVector()
|
DoubleComplexMatrix |
DoubleMatrix.eigenVector(DoubleMatrix b)
一般化固有ベクトルを返します。 |
DoubleComplexMatrix |
DoubleMatrix.fft()
|
DoubleComplexMatrix |
DoubleMatrix.fft(int dataCount)
|
DoubleComplexMatrix |
DoubleComplexMatrix.fft(int dataCount)
|
DoubleComplexMatrix |
DoubleMatrix.fftColumnWise()
|
DoubleComplexMatrix |
DoubleMatrix.fftColumnWise(int dataCount)
|
DoubleComplexMatrix |
DoubleMatrix.fftRowWise()
|
DoubleComplexMatrix |
DoubleMatrix.fftRowWise(int dataCount)
|
DoubleComplexMatrix |
DoubleComplexMatrix.fftRowWise(int dataCount)
|
DoubleComplexMatrix |
DoubleMatrix.ifft()
|
DoubleComplexMatrix |
DoubleMatrix.ifft(int dataCount)
|
DoubleComplexMatrix |
DoubleComplexMatrix.ifft(int dataCount)
|
DoubleComplexMatrix |
DoubleMatrix.ifftColumnWise()
|
DoubleComplexMatrix |
DoubleMatrix.ifftColumnWise(int dataCount)
|
DoubleComplexMatrix |
DoubleMatrix.ifftRowWise()
|
DoubleComplexMatrix |
DoubleMatrix.ifftRowWise(int dataCount)
|
DoubleComplexMatrix |
DoubleComplexMatrix.ifftRowWise(int dataCount)
|
DoubleComplexMatrix |
DoubleComplexMatrix.kernel(double tolerance)
|
DoubleComplexMatrix |
DoubleComplexMatrix.kernel(NumericalScalar<?> tolerance)
|
DoubleComplexMatrix |
DoubleMatrix.log()
|
static DoubleComplexMatrix |
DoubleComplexMatrix.ones(Grid matrix)
行列 matrix と同サイズの全成分1の複素行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.ones(int size)
size *size の全成分1の複素行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.ones(int rowSize,
int columnSize)
rowSize *columnSize の全成分1の複素行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.powerElementWise(DoubleComplexNumber scalar,
Matrix matrix)
複素数の累乗(行列成分毎)を成分とする行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.powerElementWise(double scalar,
DoubleComplexMatrix matrix)
実数の成分毎の累乗を成分とする行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.powerElementWise(int scalar,
DoubleComplexMatrix matrix)
整数の成分毎の累乗を成分とする行列を生成します。 |
DoubleComplexMatrix |
DoubleComplexMatrix.pseudoInverse(double tolerance)
|
DoubleComplexMatrix |
DoubleComplexMatrix.pseudoInverse(NumericalScalar<?> tolerance)
|
static DoubleComplexMatrix |
DoubleComplexMatrix.readMatFormat(int rowSize,
int columnSize,
StreamTokenizer st)
MatxMatrix.readMatFormat(String) 用の中間メソッドです。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.readMxFormat(InputStream input,
MxDataHead head)
MatxMatrix.readMxFormat(InputStream)
から呼ばれる中間メソッドです。 |
DoubleComplexMatrix |
DoubleMatrix.sqrt()
|
DoubleComplexMatrix |
IntMatrix.toComplex()
|
DoubleComplexMatrix |
DoubleMatrix.toComplex()
|
static DoubleComplexMatrix |
DoubleComplexMatrix.uniformRandom(int rowSize,
int columnSize)
一様分布の乱数を成分とする複素行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.uniformRandom(int rowSize,
int columnSize,
long seed)
一様乱数の種を seed で指定し, その種によって生成される乱数成分をもつ
rowSize *columnSize の複素行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.unit(Grid matrix)
行列 matrix と同サイズの単位複素行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.unit(int size)
size *size の単位複素行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.unit(int rowSize,
int columnSize)
rowSize *columnSize の単位複素行列を生成します。 |
DoubleComplexMatrix 型の引数を持つ型を返す org.mklab.nfc.matrix のメソッド | |
---|---|
EigenSolution<DoubleComplexMatrix> |
DoubleMatrix.eigenDecompose()
|
DoubleComplexMatrix 型のパラメータを持つ org.mklab.nfc.matrix のメソッド | |
---|---|
EigenSolution<NumericalMatrix<?>> |
DoubleComplexMatrix.eigenDecompose(DoubleComplexMatrix b)
一般化固有値を対角成分とする対角行列 D と対応する一般化固有ベクトルを列とする行列 X を成分とする配列を返します。 |
DoubleComplexMatrix |
DoubleComplexMatrix.eigenValue(DoubleComplexMatrix b)
一般化固有値からなる列ベクトルを返します。 |
NumericalMatrix<DoubleComplexNumber> |
DoubleComplexMatrix.eigenVector(DoubleComplexMatrix b)
一般化固有ベクトルを返します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.powerElementWise(double scalar,
DoubleComplexMatrix matrix)
実数の成分毎の累乗を成分とする行列を生成します。 |
static DoubleComplexMatrix |
DoubleComplexMatrix.powerElementWise(int scalar,
DoubleComplexMatrix matrix)
整数の成分毎の累乗を成分とする行列を生成します。 |
QZDecomposition<NumericalMatrixOperator<?>> |
DoubleComplexMatrix.qzDecompose(DoubleComplexMatrix b)
QZ分解の実行結果を返します。 |
org.mklab.nfc.matx での DoubleComplexMatrix の使用 |
---|
org.mklab.nfc.matx での DoubleComplexMatrix のサブクラス | |
---|---|
class |
MatxComplexArray
MaTXの複素配列を表すクラスです。 |
DoubleComplexMatrix を返す org.mklab.nfc.matx のメソッド | |
---|---|
DoubleComplexMatrix |
MatxComplexArray.toMatrix()
|
DoubleComplexMatrix 型のパラメータを持つ org.mklab.nfc.matx のコンストラクタ | |
---|---|
MatxComplexArray(DoubleComplexMatrix matrix)
コンストラクター |
|
MatxPolynomialArray(DoubleComplexMatrix matrix)
コンストラクター |
|
MatxRationalPolynomialArray(DoubleComplexMatrix matrix)
コンストラクター |
org.mklab.nfc.scalar での DoubleComplexMatrix の使用 |
---|
DoubleComplexMatrix を返す org.mklab.nfc.scalar のメソッド | |
---|---|
DoubleComplexMatrix |
DoubleComplexNumber.createGrid(int rowSize,
int columnSize,
Scalar<? extends Scalar<?>>[][] elements)
|
DoubleComplexMatrix |
DoubleComplexNumber.createGrid(Scalar<? extends Scalar<?>>[] elements)
|
|
||||||||||
前 次 | フレームあり フレームなし |