Public Member Functions | |
def | __init__ |
Just call the superclass weight operator, that will apply the conj op. | |
def | applyop |
apply this operator to a vector | |
Static Public Attributes | |
string | cmnd = 'conj' |
Definition at line 148 of file transforms.py.
def __init__ | ( | self, | ||
inspace | ||||
) |
Just call the superclass weight operator, that will apply the conj op.
Definition at line 154 of file transforms.py.
def applyop | ( | self, | ||
other | ||||
) |
apply this operator to a vector
Reimplemented from weightoper.
Definition at line 157 of file transforms.py.
string cmnd = 'conj' [static] |