Contents Up << >>

Cvmath.cc

An include file to make complex math look like regular math.

Author : Leonard Kamlet, lik@engin.umich.edu

Comments : The file uses a lot of operator overloading, so that if x=a+ib and y=c+id, the code for multiplying the two together looks like z = x*y; Also, the file includes nrutil from Numerical Recipes, and adds the complex versions for vectors and matrices.

ftp from usc.edu in pub/C-numanal/cvmath.cc