C4LIB
Elementary functions for single precision complex variables


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

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

C4LIB contains routines that operate on scalars, vectors or doubly dimensioned arrays of C4's. A vector of C4's is denoted a C4VEC, and a doubly dimensioned array is a C4MAT.

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_C is a FORTRAN77 library which contains basic linear algebra routines for vector-vector operations, using single precision complex arithmetic.

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

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

LINPACK_C is a FORTRAN77 library which solves linear systems using single 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 10 December 2008.