JWS C Library
C language utility library
|
A collection of utility modules for image processing, mathematical computation, and base program abstractions written in the C programming language (ANSI C99). Much of the core functionality is provided through a unified interface to other free libraries, such as BLAS, FFTW, and ImageMagick. The goal is to provide an intuitive C programming environment that enables rapid prototype development for scientific research.
Licensed under Creative Commons BY-NC-SA 3.0.
Questions or comments? Contact Joseph Schlecht.
Use 'jwsc-config'
to get build information about the installed library.
usage: jwsc-config OPTIONS where OPTION is one or more of the following: -h, --help Program usage. -v, --version libjwsc version. -l, --libs External library dependencies. -c, --cflags CFLAGS value. -p, --cppflags CPPFLAGS value. -d, --ldflags LDFLAGS value.