

Public Member Functions | |
| def | __init__ |
Static Public Attributes | |
| dictionary | props |
| dictionary | defaults |
DerivativeProperties proxy class
This is a 'Property' class restricted to specific attributes that are
type-checked. These properties are:
linearity - str: an enumeration limited to 'unknown', 'const' and
'nonconst' (default 'unknown')
rank - str: an enumeration limited to 'unknown', 'full' and
'deficient' (default 'unknown')
supportsAdjoint - bool: True indicates that the adjoint is supported
(default False)
dictionary PyTrilinos::EpetraExt.DerivativeProperties::defaults [static] |
{'linearity' : 'unknown',
'rank' : 'unknown',
'supportsAdjoint' : False}
dictionary PyTrilinos::EpetraExt.DerivativeProperties::props [static] |
{'linearity' : ('unknown', 'const', 'nonconst'),
'rank' : ('unknown', 'full', 'deficient'),
'supportsAdjoint' : bool}
1.7.6.1