figure.matrix
クラス MatrixSolveParameter

java.lang.Object
  上位を拡張 figure.matrix.MatrixSolveParameter

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)
          行列解法のパラメータを設定する
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

map

private static MatrixSolveParameter.ParameterMap map
行列解法パラメータを格納した配列


param

private double[] param
行列解法のパラメータを格納した配列

コンストラクタの詳細

MatrixSolveParameter

private MatrixSolveParameter(double p1)
行列解法パラメータを構築する

パラメータ:
p1 - パラメータ 1

MatrixSolveParameter

private MatrixSolveParameter(double p1,
                             double p2)
行列解法パラメータを構築する

パラメータ:
p1 - パラメータ 1
p2 - パラメータ 2

MatrixSolveParameter

private MatrixSolveParameter(double p1,
                             double p2,
                             double p3)
行列解法パラメータを構築する

パラメータ:
p1 - パラメータ 1
p2 - パラメータ 2
p3 - パラメータ 3
メソッドの詳細

getParameter

public static MatrixSolveParameter getParameter(MatrixSolveMethod method)
行列解法のパラメータを返す

パラメータ:
method - 行列解法
戻り値:
行列解法のパラメータ

getParameters

public static double[] getParameters(MatrixSolveMethod method)
行列解法のパラメータを返す

パラメータ:
method - 行列解法
戻り値:
行列解法のパラメータを格納した配列

setParameters

public static void setParameters(MatrixSolveMethod method,
                                 double[] param)
行列解法のパラメータを設定する

パラメータ:
method - 行列解法
param - 行列解法のパラメータを格納した配列