|
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 | |
| def | value (self) |
| Property getter returns a copy the values stored in the CAPS Value Object. | |
| def | name (self) |
| Property returns the name of the CAPS Value Object. | |
| def | history (self) |
| Returns the history list of the CAPS Value Object. | |
| def | props (self) |
| Property getter returns a copy the values stored in the CAPS Value Object. | |
| def | hasDeriv (self) |
| Returns a string list of of the input Value Object names that can be used in deriv. | |
| def | deriv (self, name=None) |
| Returns derivatives of the output Value Object. More... | |
Defines a CAPS dynamic output Value Object Not a standalone class.
| def 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 |