Complex Matrices


eedude
07-10-2006, 04:00 PM
I'm trying to figure out how to use Numerical Recipes for complex matrix calculations. I want to adapt the matrix inversion function to work for complex matrices.

As far as I've seen, there aren't any nr examples using complex matrices. The book only mentions that you can use the complex class standard to c++.

Thanks.