Lapack++
|
Complex type that is used in LAPACK++ internally. More...
#include <f2c.h>
Public Attributes | |
doublereal | r |
doublereal | i |
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.
Referenced by operator!=(), operator==(), and la::complex< _Tp >::toCOMPLEX().
Referenced by operator!=(), operator==(), and la::complex< _Tp >::toCOMPLEX().