Show / Hide Table of Contents

Delegate GaussNewtonMinimizer.JacobiFunction

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