C# Class TPB3D.Maths.ALGLIB.alglib.optserv

Show file Open project: tpb3d/TPB3D

Public Methods

Method Description
trimfunction ( double &f, double &g, int n, double threshold ) : void
trimprepare ( double f, double &threshold ) : void

Method Details

trimfunction() public static method

public static trimfunction ( double &f, double &g, int n, double threshold ) : void
f double
g double
n int
threshold double
return void

trimprepare() public static method

public static trimprepare ( double f, double &threshold ) : void
f double
threshold double
return void