complex-atoms {CVXR} | R Documentation |
Complex Numbers
Description
Basic atoms that support complex arithmetic.
Usage
## S4 method for signature 'Expression'
Re(z)
## S4 method for signature 'Expression'
Im(z)
## S4 method for signature 'Expression'
Conj(z)
Arguments
z |
An Expression object. |
Value
An Expression object that represents the real, imaginary, or complex conjugate.
[Package CVXR version 1.0-14 Index]