C8LIB
A Double Precision Complex Arithmetic Utility Library


C8LIB is a FORTRAN77 library which implements certain elementary functions for "C8" or double precision complex variables.

The symbol "C8" is used to suggest a double precision complex variable. Here the 8 indicates that the underlying pair of real numbers each use 8 bytes of storage.

C8LIB contains routines that operate on scalars, vectors or doubly dimensioned arrays of C8's. A vector of C8's is denoted a C8VEC, and a doubly dimensioned array is a C8MAT.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

C8LIB is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version and a Python version..

Related Data and Programs:

BLAS1_Z, a FORTRAN77 library which contains basic linear algebra routines for vector-vector operations, using double precision complex arithmetic.

C4LIB, a FORTRAN77 library which implements certain elementary functions for "C4" or single precision complex variables.

COMPLEX_NUMBERS, a FORTRAN77 program which demonstrates some simple features involved in the use of complex numbers in FORTRAN77 programming.

I4LIB, a FORTRAN77 library which contains many utility routines, using "I4" or "single precision integer" arithmetic.

I8LIB, a FORTRAN77 library which contains many utility routines, using "I8" or "double precision integer" arithmetic.

LINPACK_Z, a FORTRAN77 library which solves linear systems using double precision complex arithmetic;

R4LIB, a FORTRAN77 library which contains many utility routines, using "R4" or "single precision real" arithmetic.

R8LIB, a FORTRAN77 library which contains many utility routines, using "R8" or "double precision real" arithmetic.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 13 December 2008.