Click or drag to resize

PartialDerivativesFixed Properties

The PartialDerivativesFixed type exposes the following members.

Properties
  NameDescription
Public propertyDependencies
Gets the read only list of the IPartialDifferentiable representing the objects the PartialDerivatives are with respect to.
Public propertyDimension
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.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyPartialDerivatives
Gets the Matrix of the fixed partial derivatives of the Subject with respect to the Dependencies.
Public propertySubject
Gets the entity whose partials are represented by this fixed object.
Top
See Also