C# Class QLNet.ForwardFlatInterpolationImpl

Inheritance: QLNet.Interpolation.templateImpl
显示文件 Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method Description
ForwardFlatInterpolationImpl ( List xBegin, int size, List yBegin ) : System
derivative ( double x ) : double
primitive ( double x ) : double
secondDerivative ( double x ) : double
update ( ) : void
value ( double x ) : double

Method Details

ForwardFlatInterpolationImpl() public method

public ForwardFlatInterpolationImpl ( List xBegin, int size, List yBegin ) : System
xBegin List
size int
yBegin List
return System

derivative() public method

public derivative ( double x ) : double
x double
return double

primitive() public method

public primitive ( double x ) : double
x double
return double

secondDerivative() public method

public secondDerivative ( double x ) : double
x double
return double

update() public method

public update ( ) : void
return void

value() public method

public value ( double x ) : double
x double
return double