
Public Member Functions | |
| def | __init__ |
| The param wvec must be able to be applied to another vector. | |
| def | applyop |
| apply this operator to a vector | |
Public Attributes | |
| wvec | |
Static Public Attributes | |
| string | cmnd = 'mul' |
Definition at line 93 of file transforms.py.
| def __init__ | ( | self, | ||
| wvec, | ||||
| inSpace | ||||
| ) |
The param wvec must be able to be applied to another vector.
Or is it is out of core, can be a string TODO if wvec is None, it is the Identity operator. TODO - error trap that if wvec is same type as other when applying.
Definition at line 101 of file transforms.py.
| def applyop | ( | self, | ||
| other | ||||
| ) |
apply this operator to a vector
Reimplemented in conjoper.
Definition at line 120 of file transforms.py.
string cmnd = 'mul' [static] |
Definition at line 106 of file transforms.py.
1.5.6