public class MatrixSolveParameter
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
protected static class |
MatrixSolveParameter.ParameterMap
行列解法パラメータ
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
private static MatrixSolveParameter.ParameterMap |
map
行列解法パラメータを格納した配列
|
private double[] |
param
行列解法のパラメータを格納した配列
|
| 修飾子 | コンストラクタと説明 |
|---|---|
private |
MatrixSolveParameter(double p1)
行列解法パラメータを構築する
|
private |
MatrixSolveParameter(double p1,
double p2)
行列解法パラメータを構築する
|
private |
MatrixSolveParameter(double p1,
double p2,
double p3)
行列解法パラメータを構築する
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static MatrixSolveParameter |
getParameter(MatrixSolveMethod method)
行列解法のパラメータを返す
|
static double[] |
getParameters(MatrixSolveMethod method)
行列解法のパラメータを返す
|
static void |
setParameters(MatrixSolveMethod method,
double[] param)
行列解法のパラメータを設定する
|
private static MatrixSolveParameter.ParameterMap map
private double[] param
private MatrixSolveParameter(double p1)
p1 - パラメータ 1private MatrixSolveParameter(double p1,
double p2)
p1 - パラメータ 1p2 - パラメータ 2private MatrixSolveParameter(double p1,
double p2,
double p3)
p1 - パラメータ 1p2 - パラメータ 2p3 - パラメータ 3public static MatrixSolveParameter getParameter(MatrixSolveMethod method)
method - 行列解法public static double[] getParameters(MatrixSolveMethod method)
method - 行列解法public static void setParameters(MatrixSolveMethod method, double[] param)
method - 行列解法param - 行列解法のパラメータを格納した配列