pyCAPS
pyCAPS: A Python Extension Module for CAPS
ValueOut Class Reference

Defines a CAPS 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...
 

Detailed Description

Defines a CAPS output Value Object Not a standalone class.

Member Function Documentation

◆ deriv()

def deriv (   self,
  name = None 
)

Returns derivatives of the output Value Object.

Parameters
nameName 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

The documentation for this class was generated from the following file: