Public Member Functions | |
| def | __new__ |
| def | __init__ |
| nN is the number of N's that are given to the functions. | |
Static Public Attributes | |
| string | name = "pad" |
P = pad( space, beg#, end# n# , n.out,adj, ) Pad a dataset with zeros
Definition at line 39 of file linear_ops.py.
| def __new__ | ( | cls, | ||
| inSpace, | ||||
| kparams | ||||
| ) |
Definition at line 41 of file linear_ops.py.
| def __init__ | ( | self, | ||
| inSpace, | ||||
adj = False, |
||||
| kparams | ||||
| ) |
nN is the number of N's that are given to the functions.
Note: n1,n2 and n1out,n2out are the same. beg1.end1 - beg2,end2 adds padding to the dataset.
Definition at line 63 of file linear_ops.py.
string name = "pad" [static] |
Definition at line 56 of file linear_ops.py.
1.5.6