|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectmath.SequenceFunction
math.CubicSplineIP
public class CubicSplineIP
3次スプライン補間クラス
フィールドの概要 |
---|
クラス math.SequenceFunction から継承されたフィールド |
---|
functions, x |
コンストラクタの概要 | |
---|---|
CubicSplineIP(int n,
double[] x,
double[] y)
補間オブジェクトを構築する |
|
CubicSplineIP(int n,
java.awt.geom.Point2D[] p)
補間オブジェクトを構築する |
メソッドの概要 | |
---|---|
protected Function[] |
getCoefficient(int n,
double[] x,
double[] y)
係数を設定する |
Function |
getDerivative()
導関数を返す |
クラス math.SequenceFunction から継承されたメソッド |
---|
getValue |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース math.Function から継承されたメソッド |
---|
getValue |
コンストラクタの詳細 |
---|
public CubicSplineIP(int n, double[] x, double[] y)
n
- 母点の数x
- 母点の x 座標を格納した配列y
- 母点の y 座標を格納した配列public CubicSplineIP(int n, java.awt.geom.Point2D[] p)
n
- 母点の数p
- 母点を格納した配列メソッドの詳細 |
---|
protected Function[] getCoefficient(int n, double[] x, double[] y)
n
- 母点の数x
- 母点の x 座標を格納した配列y
- 母点の y 座標を格納した配列
public Function getDerivative()
DifferentiableFunction
内の getDerivative
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |