Public Member Functions | |
| def | __init__ |
| Takes filt and input as paramaters. | |
Static Public Attributes | |
| string | name = "multpred" |
Definition at line 170 of file linear_ops.py.
| def __init__ | ( | self, | ||
| inSpace, | ||||
filt = 1, |
||||
input = None, |
||||
adj = 0, |
||||
| kparams | ||||
| ) |
Takes filt and input as paramaters.
Input as source so it creates it.
Definition at line 179 of file linear_ops.py.
string name = "multpred" [static] |
Definition at line 171 of file linear_ops.py.
1.5.6