|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.nfc.leq.LUDecompositionDoubleComplexElements
public class LUDecompositionDoubleComplexElements
並べ替え付きLU分解(P*A=L*U)の成分を保持するためのクラスです。
コンストラクタの概要 | |
---|---|
LUDecompositionDoubleComplexElements(double[][] reL,
double[][] imL,
double[][] reU,
double[][] imU)
新しく生成された IndexedElements オブジェクトを初期化します。 |
|
LUDecompositionDoubleComplexElements(double[][] reL,
double[][] imL,
double[][] reU,
double[][] imU,
int[][] permutation)
新しく生成された IndexedElements オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
boolean |
containPermutation()
並び替え行列を含むか判定します。 |
double[][] |
getImL()
L(下三角行列)の虚部を返します。 |
double[][] |
getImU()
U(上三角行列)の虚部を返します。 |
int[][] |
getP()
P(並び替え行列、直交行列)を返します。 |
double[][] |
getReL()
L(下三角行列)の実部を返します。 |
double[][] |
getReU()
U(上三角行列)の実部を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public LUDecompositionDoubleComplexElements(double[][] reL, double[][] imL, double[][] reU, double[][] imU, int[][] permutation)
IndexedElements
オブジェクトを初期化します。
reL
- L(下三角行列)の実部imL
- L(下三角行列)の虚部reU
- U(上三角行列)の実部imU
- U(上三角行列)の虚部permutation
- P(並び替え行列、直交行列)public LUDecompositionDoubleComplexElements(double[][] reL, double[][] imL, double[][] reU, double[][] imU)
IndexedElements
オブジェクトを初期化します。
reL
- L(下三角行列)の実部imL
- L(下三角行列)の虚部reU
- U(上三角行列)の実部imU
- U(上三角行列)の虚部メソッドの詳細 |
---|
public double[][] getReL()
public double[][] getImL()
public double[][] getReU()
public double[][] getImU()
public int[][] getP()
public boolean containPermutation()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |