Show / Hide Table of Contents

Delegate GaussNewtonMinimizer.ErrorFunction

Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void ErrorFunction(double[] parameters, out double[] errorValues);
Parameters
Type Name Description
System.Double[] parameters
System.Double[] errorValues
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX