doublecomplex Struct Reference

Complex type that is used in LAPACK++ internally. More...

#include <f2c.h>

List of all members.

Public Attributes

doublereal r
doublereal i


Detailed Description

Complex type that is used in LAPACK++ internally.

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.


Member Data Documentation

doublereal doublecomplex::r

doublereal doublecomplex::i


Generated on Sat Jul 14 11:40:37 2007 for Lapack++ by  doxygen 1.5.0