Add CArg
Reference issue
What does this implement/fix?
Enables vectorized complex argument calculations. Eigen lacks the "infrastructure" to easily adapt assignment loops for complex to real conversions. However, it is not difficult to represent those real numbers as complex numbers with a 0 imaginary component. This adds CArg
, which is simply the real-valued arg
function returned as a complex number.
Additional information
Edited by Charles Schlosser