complex-atoms {CVXR} | R Documentation |
Basic atoms that support complex arithmetic.
## S4 method for signature 'Expression'
Re(z)
## S4 method for signature 'Expression'
Im(z)
## S4 method for signature 'Expression'
Conj(z)
z |
An Expression object. |
An Expression object that represents the real, imaginary, or complex conjugate.