This class represents the complex conjugate of an expression.
Conjugate(expr)# S4 method for Conjugate
to_numeric(object, values)
# S4 method for Conjugate
dim_from_args(object)
# S4 method for Conjugate
is_incr(object, idx)
# S4 method for Conjugate
is_decr(object, idx)
# S4 method for Conjugate
is_symmetric(object)
# S4 method for Conjugate
is_hermitian(object)
A list of arguments to the atom.
An index into the atom.
to_numeric
: Elementwise complex conjugate of the constant.
dim_from_args
: The (row, col) dimensions of the expression.
is_incr
: Is the composition weakly increasing in argument idx?
is_decr
: Is the composition weakly decreasing in argument idx?
is_symmetric
: Is the expression symmetric?
is_hermitian
: Is the expression hermitian?