This class represents the real part of an expression.
Real(expr)
# S4 method for class 'Real'
to_numeric(object, values)
# S4 method for class 'Real'
dim_from_args(object)
# S4 method for class 'Real'
is_imag(object)
# S4 method for class 'Real'
is_complex(object)
# S4 method for class 'Real'
is_symmetric(object)
An Expression representing a vector or matrix.
An Real object.
A list of arguments to the atom.
to_numeric(Real)
: The imaginary part of the given value.
dim_from_args(Real)
: The dimensions of the atom.
is_imag(Real)
: Is the atom imaginary?
is_complex(Real)
: Is the atom complex valued?
is_symmetric(Real)
: Is the atom symmetric?
expr
An Expression representing a vector or matrix.