|
|
|
|
a new object with type S, a subtype of T
|
|
|
|
| apply(self,
Vec x,
Vec y) |
|
|
|
|
| applySymmetricLeft(self,
Vec x,
Vec y) |
|
|
|
|
| applySymmetricRight(self,
Vec x,
Vec y) |
|
|
|
|
| applyTranspose(self,
Vec x,
Vec y) |
|
|
|
|
|
|
|
| createPython(self,
context=None,
comm=None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| setOperators(self,
Mat A=None,
Mat P=None,
structure=None) |
|
|
|
|
|
|
|
| setPythonContext(self,
context) |
|
|
|
|
| setPythonType(self,
py_type) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| view(self,
Viewer viewer=None) |
|
|
|
Inherited from Object:
__eq__,
__ge__,
__gt__,
__le__,
__lt__,
__ne__,
__nonzero__,
compose,
decRef,
getAttr,
getClassName,
getComm,
getCookie,
getDict,
getName,
getRefCount,
incRef,
query,
setAttr,
setName
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|