Mol(Math Object Library) fot .Net
数値で与えられた n 個のデータ点列 (xi,yi(xi)) (i=1,2,...,n) の n-1 個の区間(xi < xi+1) (i=1,2,...,n-1) を多項式(n-1個)で結ぶ多項式スプライン(以後単にスプラインと呼びます)のクラスです。 各多項式は同じ次数で各項の係数だけが異なるものとします。 この多項式に基づいて任意の点 x の y(x) や任意範囲の積分値を計算します。 DataFitting オブジェクトは補間や積分の計算を実行します。多項式は別途_Splineを継承したオブジェクトを 作成して DataFitting オブジェクトにセットします。デフォルトでは SplineLinear が設定されます。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public class DataFitting : _Mol
Visual Basic
Public Class DataFitting
	Inherits _Mol
Visual C++
public ref class DataFitting : public _Mol
type DataFitting =  
    class
        inherit _Mol
    end

派生階層

System..::..Object
  Mol..::.._Mol
    Mol..::..DataFitting

参照