
Public Member Functions | |
| def | map |
| default mapping 1 to 1 | |
| def | trans |
| default trans, returns voidSpace | |
| def | trans_adj |
| def | constr |
| def | constr_adj |
Definition at line 45 of file MigLinearOperator.py.
| def map | ( | cls, | ||
| source, | ||||
| command | ||||
| ) |
default mapping 1 to 1
Reimplemented from sfConverter.
Definition at line 52 of file MigLinearOperator.py.
| def trans | ( | cls, | ||
| command, | ||||
| space, | ||||
| spaces | ||||
| ) |
default trans, returns voidSpace
Reimplemented from Converter.
Definition at line 64 of file MigLinearOperator.py.
| def trans_adj | ( | cls, | ||
| command, | ||||
| space, | ||||
| spaces | ||||
| ) |
Definition at line 68 of file MigLinearOperator.py.
| def constr | ( | cls, | ||
| command, | ||||
| space | ||||
| ) |
| def constr_adj | ( | cls, | ||
| command, | ||||
| space | ||||
| ) |
Definition at line 75 of file MigLinearOperator.py.
1.5.6