This reduction takes in a complex problem and returns an equivalent real problem.
# S4 method for Complex2Real,Problem
accepts(object, problem)# S4 method for Complex2Real,Problem
perform(object, problem)
# S4 method for Complex2Real,Solution,InverseData
invert(object, solution, inverse_data)
accepts
: Checks whether or not the problem involves any complex numbers.
perform
: Converts a Complex problem into a Real one.
invert
: Returns a solution to the original problem given the inverse data.