Lapack++
Public Attributes
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