public void Perform(math_Function F, double Ax, double Bx, double Cx) { throw new NotImplementedException(); }
public bool IsSolutionReached(math_Function theFunction) { throw new NotImplementedException(); }
public bool GKRule(math_Function theFunction, double theLower, double theUpper, Vector theGaussP, Vector theGaussW, Vector theKronrodP, Vector theKronrodW, ref double theValue, ref double theError) { throw new NotImplementedException(); }
public math_Function(math_Function parameter1) : base() { throw new NotImplementedException("Native class is abstract"); }
public void Perform(math_Function theFunction, double theLower, double theUpper, int theNbPnts) { throw new NotImplementedException(); }
public void Perform(math_Function theFunction, double theLower, double theUpper, int theNbPnts, double theTolerance, int theMaxNbIter) { throw new NotImplementedException(); }
public bool LimitAndMayBeSwap(math_Function F, double theA, ref double theB, ref double theFB, ref double theC, ref double theFC) { throw new NotImplementedException(); }
public math_KronrodSingleIntegration(math_Function theFunction, double theLower, double theUpper, int theNbPnts, double theTolerance, int theMaxNbIter) : base() { throw new NotImplementedException(); }
public void Perform(math_Function F) { throw new NotImplementedException(); }
public math_BracketMinimum(math_Function F, double A, double B, double FA, double FB) : base() { throw new NotImplementedException(); }
public math_BracketedRoot(math_Function F, double Bound1, double Bound2, double Tolerance) : base() { throw new NotImplementedException(); }
public void Perform(math_Function F, double Lower, double Upper, int Order) { throw new NotImplementedException(); }
public math_GaussSingleIntegration(math_Function F, double Lower, double Upper, int Order, double Tol) : base() { throw new NotImplementedException(); }