ListConvolve::ohp
ListCorrelate::ohp
Partition::ohp
ListConvolve::ohp ListCorrelate::ohp Partition::ohp
Details
-
- This message is generated when the third argument in ListConvolve or ListCorrelate, or the fourth argument in Partition, does not have the expected form.
- The overhang parameters are the integers given in the third argument of ListConvolve or ListCorrelate, or in the fourth argument of Partition.
- The overhang parameters are expected to be specified using a nonzero integer, a list of nonzero integers, or a list of lists of nonzero integers.
- Off[message] switches off the message; On[message] switches it on. For example: Off[ListConvolve::ohp].
Examples
Basic Examples (1)
The third argument is not nonzero:
ListCorrelate[{k1, k2, k3}, {d1, d2, d3}, 0, 2]This shows valid arguments in ListCorrelate:
ListCorrelate[{k1, k2, k3}, {d1, d2, d3}, 2, 0]