public void Perform(math_MultipleVarFunctionWithHessian theFunction, Vector theStartingPoint)
 {
     throw new NotImplementedException();
 }
 public math_NewtonMinimum(math_MultipleVarFunctionWithHessian theFunction)
     : base()
 {
     throw new NotImplementedException();
 }
 public math_NewtonMinimum(math_MultipleVarFunctionWithHessian theFunction, double theTolerance,
                           int theNbIterations, double theConvexity, bool theWithSingularity)
     : base()
 {
     throw new NotImplementedException();
 }
 public math_NewtonMinimum(math_MultipleVarFunctionWithHessian theFunction, double theTolerance,
                           int theNbIterations)
     : base()
 {
     throw new NotImplementedException();
 }
Example #5
0
 public math_MultipleVarFunctionWithHessian(math_MultipleVarFunctionWithHessian parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }