IPartialDifferentiable Interface |
Namespace: AGI.Foundation.NumericalMethods.Advanced
The IPartialDifferentiable type exposes the following members.
Name | Description | |
---|---|---|
Dimension |
Gets the dimension of the values produced by the object. For example, Vectors
would have a dimension of three, and Scalars of one. A PartialDerivativesEvaluator
created by this type will have a "RowDimension" equal to this
property, and a "ColumnDimension equal to the summation
of the dimensions of the independent variables that this object is dependent on.
|
Name | Description | |
---|---|---|
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from IEquatableDefinition.) | |
GetPartialDerivativesEvaluator |
Constructs the PartialDerivativesEvaluator that will calculate the partial derivatives of this
IPartialDifferentiable object with respect to any of the parameters in the
independentVariables that apply.
| |
IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from IEquatableDefinition.) |