C8LIB
Elementary functions for double precision complex variables


C8LIB is a FORTRAN77 library which implements certain elementary functions for 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.

Related Data and Programs:

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

C4LIB is a FORTRAN77 library which implements certain elementary functions for single precision complex variables.

C8LIB is available in a C version and a FORTRAN77 version and a FORTRAN90 version.

LINPACK_Z is a FORTRAN77 library which solves linear systems using double precision complex 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.