|
pyCAPS
pyCAPS: A Python Extension Module for CAPS
|
Defines a CAPS dynamic output Value Object Not a standalone class. More...
Inherits object.
Public Member Functions | |
| value (self) | |
| Property getter returns a copy the values stored in the CAPS Value Object. | |
| name (self) | |
| Property returns the name of the CAPS Value Object. | |
| history (self) | |
| Returns the history list of the CAPS Value Object. | |
| props (self) | |
| Property getter returns a copy the values stored in the CAPS Value Object. | |
| hasDeriv (self) | |
| Returns a string list of of the input Value Object names that can be used in deriv. | |
| deriv (self, name=None) | |
| Returns derivatives of the output Value Object. | |
Defines a CAPS dynamic output Value Object Not a standalone class.
| deriv | ( | self, | |
name = None |
|||
| ) |
Returns derivatives of the output Value Object.
| name | Name of the input Value Object to take derivative w.r.t. if name is None then a dictionary with all dervatives from hasDeriv are returned |