상속: CascadeSharp.TKMath.math.math_Function
예제 #1
0
 public void Perform(math_FunctionWithDerivative F, double Guess)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public bool IsSolutionReached(math_FunctionWithDerivative theFunction)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public math_NewtonFunctionRoot(math_FunctionWithDerivative F, double Guess, double EpsX, double EpsF, double A,
                                double B)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void Perform(math_FunctionWithDerivative F, double Bound1, double Bound2, int NbIterations)
 {
     throw new NotImplementedException();
 }
 public math_FunctionWithDerivative(math_FunctionWithDerivative parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
예제 #6
0
 public math_FunctionAllRoots(math_FunctionWithDerivative F, math_FunctionSample S, double EpsX, double EpsF,
                              double EpsNul)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public math_FunctionRoot(math_FunctionWithDerivative F, double Guess, double Tolerance, double A, double B)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public math_FunctionRoots(math_FunctionWithDerivative F, double A, double B, int NbSample)
     : base()
 {
     throw new NotImplementedException();
 }