INonLinearExplanatories

Description

The INonLinearExplanatories interface is used to work with collection of explanatory variables for non-linear optimization method.

Comments

Collection elements are implemented with the INonLinearExplanatory interface.

Properties

  Property name Brief description
Count The Count property returns number of explanatory variables in the collection.
Item The Item method returns a variable from the collection based on its index.

Methods

  Method name Brief description
Add The Add method adds variable to the collection.
Clear The Clear method clears collection.
Remove The Remove method removes the variable from the collection by given index.

See also:

Cp Assembly Interfaces