A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Q

qrDecompose() - クラス org.mklab.nfc.matrix.DoubleComplexMatrix のメソッド
 
qrDecompose() - クラス org.mklab.nfc.matrix.DoubleMatrix のメソッド
 
qrDecompose() - クラス org.mklab.nfc.matrix.NumericalComplexMatrix のメソッド
 
qrDecompose() - クラス org.mklab.nfc.matrix.NumericalMatrix のメソッド
 
qrDecompose() - インタフェース org.mklab.nfc.matrix.NumericalMatrixOperator のメソッド
QR分解を返します。
qrDecomposeWithPermutation() - クラス org.mklab.nfc.matrix.DoubleComplexMatrix のメソッド
 
qrDecomposeWithPermutation() - クラス org.mklab.nfc.matrix.DoubleMatrix のメソッド
推奨されていません。 
qrDecomposeWithPermutation() - クラス org.mklab.nfc.matrix.NumericalComplexMatrix のメソッド
 
qrDecomposeWithPermutation() - クラス org.mklab.nfc.matrix.NumericalMatrix のメソッド
 
qrDecomposeWithPermutation() - インタフェース org.mklab.nfc.matrix.NumericalMatrixOperator のメソッド
並べ替え付きQR分解を返します。
QRDecomposition<M extends NumericalMatrixOperator<?>> - org.mklab.nfc.eig の クラス
QR分解(A=Q*R)および並べ替え付きQR分解(A*P=Q*R)を保持するクラスです。
QRDecomposition(M, M, IntMatrix) - クラス org.mklab.nfc.eig.QRDecomposition のコンストラクタ
新しく生成されたQRDecompositionオブジェクトを初期化します。
QRDecomposition(M, M) - クラス org.mklab.nfc.eig.QRDecomposition のコンストラクタ
新しく生成されたQRDecompositionオブジェクトを初期化します。
QRDecompositionDoubleComplexElements - org.mklab.nfc.eig の クラス
倍精度(double)型の複素行列の並べ替え付きQR分解(A*P=Q*R)を保持するためのクラスです。
QRDecompositionDoubleComplexElements(double[][], double[][], double[][], double[][], int[][]) - クラス org.mklab.nfc.eig.QRDecompositionDoubleComplexElements のコンストラクタ
新しく生成されたQRDecompositionDoubleComplexElementsオブジェクトを初期化します。
QRDecompositionDoubleComplexElements(double[][], double[][], double[][], double[][]) - クラス org.mklab.nfc.eig.QRDecompositionDoubleComplexElements のコンストラクタ
新しく生成されたQRDecompositionDoubleComplexElementsオブジェクトを初期化します。
QRDecompositionDoubleRealElements - org.mklab.nfc.eig の クラス
倍精度(double)型の実行列の並べ替え付きQR分解(A*P=Q*R)を保持するためのクラスです。
QRDecompositionDoubleRealElements(double[][], double[][], int[][]) - クラス org.mklab.nfc.eig.QRDecompositionDoubleRealElements のコンストラクタ
新しく生成されたQRDecompositionDoubleRealElementsオブジェクトを初期化します。
QRDecompositionDoubleRealElements(double[][], double[][]) - クラス org.mklab.nfc.eig.QRDecompositionDoubleRealElements のコンストラクタ
新しく生成されたQRDecompositionDoubleRealElementsオブジェクトを初期化します。
QRDecompositionElements<E extends NumericalScalar<E>> - org.mklab.nfc.eig の クラス
並べ替え付きQR分解(A*P=Q*R)の成分を保持するためのクラスです。
QRDecompositionElements(E[][], E[][], int[][]) - クラス org.mklab.nfc.eig.QRDecompositionElements のコンストラクタ
新しく生成されたQRDecompositionElementsオブジェクトを初期化します。
QRDecompositionElements(E[][], E[][]) - クラス org.mklab.nfc.eig.QRDecompositionElements のコンストラクタ
新しく生成されたQRDecompositionElementsオブジェクトを初期化します。
QuantityType - org.mklab.tool.control.system.parameter の 列挙型
量の型を表わす列挙型です。
Quantizer - org.mklab.tool.control.system.discontinuous の クラス
量子化器システムを表すクラスです。
Quantizer() - クラス org.mklab.tool.control.system.discontinuous.Quantizer のコンストラクタ
コンストラクター
Quantizer(double) - クラス org.mklab.tool.control.system.discontinuous.Quantizer のコンストラクタ
新しく生成されたSaturationオブジェクトを初期化します。
quickSort(double[], int[], int, int) - クラス org.mklab.nfc.matrix.DoubleMatrixUtil の static メソッド
ベクトルの成分を昇順にソートした結果を返します。
quickSort(int[], int[], int, int) - クラス org.mklab.nfc.matrix.IntMatrixUtil の static メソッド
ベクトルの成分を昇順にソートします。
quickSort(E[], int[], int, int) - クラス org.mklab.nfc.matrix.NumericalMatrixUtil の static メソッド
ベクトルの成分を昇順にソートした結果を返します。
quickSortByImagPart(E[], int[], int, int) - クラス org.mklab.nfc.matrix.NumericalMatrixUtil の static メソッド
ベクトルの成分を虚部の昇順にソートした結果を返します。
quickSortByRealPart(E[], int[], int, int) - クラス org.mklab.nfc.matrix.NumericalMatrixUtil の static メソッド
ベクトルの成分を実部の昇順にソートした結果を返します。
quit() - クラス org.mklab.tool.graph.mgplot.Gplot の static メソッド
全てのウィンドウを終了します。
quit() - クラス org.mklab.tool.graph.mgplot.Mgplot の static メソッド
全てのウィンドウを終了します。
quit(int) - クラス org.mklab.tool.graph.mgplot.Mgplot の static メソッド
ウィンドウを終了します。
quit(int, int) - クラス org.mklab.tool.graph.mgplot.Mgplot の static メソッド
2個のウィンドウを終了します。
quit(int, int, int) - クラス org.mklab.tool.graph.mgplot.Mgplot の static メソッド
3個のウィンドウを終了します。
quit(int, int, int, int) - クラス org.mklab.tool.graph.mgplot.Mgplot の static メソッド
4個のウィンドウを終了します。
quit(int, int, int, int, int) - クラス org.mklab.tool.graph.mgplot.Mgplot の static メソッド
5個のウィンドウを終了します。
qzDecompose(double[][], double[][], double[][], double[][]) - クラス org.mklab.nfc.eig.DoubleComplexQzDecomposer のメソッド
倍精度(double)の複素行列のQZ分解を返します。
qzDecompose(NumericalMatrixOperator<?>) - クラス org.mklab.nfc.matrix.DoubleComplexMatrix のメソッド
 
qzDecompose(DoubleComplexMatrix) - クラス org.mklab.nfc.matrix.DoubleComplexMatrix のメソッド
QZ分解の実行結果を返します。
qzDecompose(DoubleMatrix) - クラス org.mklab.nfc.matrix.DoubleComplexMatrix のメソッド
QZ分解の実行結果を返します。
qzDecompose(NumericalMatrixOperator<?>) - クラス org.mklab.nfc.matrix.DoubleMatrix のメソッド
 
qzDecompose(DoubleMatrix) - クラス org.mklab.nfc.matrix.DoubleMatrix のメソッド
QZ分解を返します。
qzDecompose(NumericalMatrixOperator<?>) - クラス org.mklab.nfc.matrix.NumericalMatrix のメソッド
 
qzDecompose(NumericalMatrixOperator<?>) - インタフェース org.mklab.nfc.matrix.NumericalMatrixOperator のメソッド
QZ分解を返します。
QZDecomposition<M extends NumericalMatrixOperator<?>> - org.mklab.nfc.eig の クラス
QZ分解を保持するクラスです。
QZDecomposition(M, M, M, M, M) - クラス org.mklab.nfc.eig.QZDecomposition のコンストラクタ
新しく生成されたQZDecompositionオブジェクトを初期化します。
QZDecompositionDoubleComplexElements - org.mklab.nfc.eig の クラス
QZ分解を保持するクラスです。
QZDecompositionDoubleComplexElements(double[][], double[][], double[][], double[][], double[][], double[][], double[][], double[][], double[][], double[][]) - クラス org.mklab.nfc.eig.QZDecompositionDoubleComplexElements のコンストラクタ
新しく生成されたQZDecompositionDoubleComplexElementsオブジェクトを初期化します。
QZDecompositionDoubleRealElements - org.mklab.nfc.eig の クラス
QZ分解を保持するクラスです。
QZDecompositionDoubleRealElements(double[][], double[][], double[][], double[][], double[][], double[][]) - クラス org.mklab.nfc.eig.QZDecompositionDoubleRealElements のコンストラクタ
新しく生成されたQZDecompositionDoubleRealElementsオブジェクトを初期化します。
QZDecompositionElements<E extends NumericalScalar<E>> - org.mklab.nfc.eig の クラス
QZ分解の成分を保持するためのクラスです。
QZDecompositionElements(E[][], E[][], E[][], E[][], E[][], E[][]) - クラス org.mklab.nfc.eig.QZDecompositionElements のコンストラクタ
新しく生成されたQZDecompositionElementsオブジェクトを初期化します。

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z