Click or drag to resize
BoundedLeastSquaresIFunction Interface
Public interface for the user-supplied function to evaluate the function that defines the least-squares problem.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IFunction

The BoundedLeastSquaresIFunction type exposes the following members.

Methods
  NameDescription
Public methodF
Public interface for the user-supplied function to evaluate the function that defines the least-squares problem.
Top
See Also