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