This class represents the 1-D discrete convolution of two vectors.
Conv(lh_exp, rh_exp)# S4 method for Conv
validate_args(object)
# S4 method for Conv
to_numeric(object, values)
# S4 method for Conv
size_from_args(object)
# S4 method for Conv
sign_from_args(object)
# S4 method for Conv
is_incr(object, idx)
# S4 method for Conv
is_decr(object, idx)
# S4 method for Conv
graph_implementation(object, arg_objs, size,
data = NA_real_)
A list of arguments to the atom.
An index into the atom.
A list of linear expressions for each argument.
A vector with two elements representing the size of the resulting expression.
A list of additional data required by the atom.
validate_args
: Check both arguments are vectors and the first is a constant.
to_numeric
: The convolution of the two values.
size_from_args
: The size of the atom.
sign_from_args
: The sign of the atom.
is_incr
: Is the left-hand expression positive?
is_decr
: Is the left-hand expression negative?
graph_implementation
: The graph implementation of the atom.