NAME¶
ginac-excompiler - GiNaC expression compiler launcher
SYNOPSIS¶
ginac-excompiler infile
DESCRIPTION¶
Launches the C compiler for compiling GiNaC library in order to create a shared
library that can be linked using
dlopen(3). This script is intented to be
invoked by programs using the GiNaC library, not manually.
SEE ALSO¶
GiNaC Tutorial - An open framework for symbolic computation within the C++
programming language.