No.13769236 ViewReplyOriginalReport
Im writing a Linear Algebra library for Scientific Computing and im considering using Real Number encoding as default. How much do I have to worry about real numbers not closed with respect to some operation and I wishing I used Complex number encoding instead? Its' okay if Intermediary operations are complex, but the end result of the entire procedure has to end up a Real number.