#include <f2c.h>
Public Attributes | |
doublereal | r |
doublereal | i |
The complex type inside LAPACK++ has to be compatible to the FORTRAN type, since LAPACK++ has to pass these values back and forth to the FORTRAN functions. Don't use this data type anywhere outside anymore. The included C++ class la::complex provides automatic conversion from and to this FORTRAN type.