laversion.h File Reference

Lapack++ version numbers. More...

Go to the source code of this file.

Defines

#define LAPACKPP_HAVE_BITS_CPP_TYPE_TRAITS_H   0
#define LAPACK_OS_WIN32   0
#define LAPACKPP_VERSION_MAJOR   2
#define LAPACKPP_VERSION_MINOR   5
#define LAPACKPP_VERSION_PATCHLEVEL   2
#define HAVE_ZDOTC_WITH_RV   1


Detailed Description

Lapack++ version numbers.

This file contains defines about version number of Lapack++ and the current system configuration.


Define Documentation

#define LAPACKPP_HAVE_BITS_CPP_TYPE_TRAITS_H   0

Defined to 1 when this library had the header <bits/cpp_type_traits> available, which is the case for gcc>=3.0.0. Otherwise defined to 0. This distinction is needed in la::complex<T>.

#define LAPACK_OS_WIN32   0

Defined to 1 when this library is being compiled on Windows32, otherwise defined to 0.

#define LAPACKPP_VERSION_MAJOR   2

The major version of the lapack++ library. Introduced in lapackpp-2.4.8.

#define LAPACKPP_VERSION_MINOR   5

The minor version of the lapack++ library. Introduced in lapackpp-2.4.8.

#define LAPACKPP_VERSION_PATCHLEVEL   2

The patchlevel version of the lapack++ library. Introduced in lapackpp-2.4.8.

#define HAVE_ZDOTC_WITH_RV   1

Defined to 1 when the zdotc() function of the LAPACK/BLAS library on this computer returns its result on the stack, otherwise defined to 0 (when it returns the result in its first argument).


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