c8lib, a Fortran90 code which implements certain elementary functions for double precision complex (C8) 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.
The code 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.
The information on this web page is distributed under the MIT license.
c8lib is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
blas1_z, a Fortran90 code which contains basic linear algebra routines for vector-vector operations, using double precision complex arithmetic.
c8poly, a Fortran90 code which operates on complex polynomials.
complex_numbers_test, a Fortran90 code which demonstrates some simple features involved in the use of complex numbers in Fortran90 codeming.
i4lib, a Fortran90 code which contains many utility routines, using "I4" or "single precision integer" arithmetic.
i8lib, a Fortran90 code which contains many utility routines, using "I8" or "double precision integer" arithmetic.
l4lib, a Fortran90 code which contains many utility routines, using one byte logical (L4) variables.
linpack_z, a Fortran90 code which solves linear systems using double precision complex arithmetic;
r16lib, a Fortran90 code which contains many utility routines, using "R16" or "quadruple precision real" arithmetic.
r4lib, a Fortran90 code which contains many utility routines, using "R4" or "single precision real" arithmetic.
r8lib, a Fortran90 code which contains many utility routines, using "R8" or "double precision real" arithmetic.