Esempio n. 1
0
 public GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox(
     math_MultipleVarFunctionWithGradient F, Vector StartingPoint, double Tolerance3d, double Tolerance2d,
     double Eps)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool IsSolutionReached(math_MultipleVarFunctionWithGradient F)
 {
     throw new NotImplementedException();
 }
 public AppDef_Gradient_BFGSOfMyGradientOfCompute(math_MultipleVarFunctionWithGradient F,
                                                  Vector StartingPoint, double Tolerance3d, double Tolerance2d, double Eps)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public AppDef_Gradient_BFGSOfTheGradient(math_MultipleVarFunctionWithGradient F, Vector StartingPoint,
                                          double Tolerance3d, double Tolerance2d, double Eps, int NbIterations)
     : base()
 {
     throw new NotImplementedException();
 }