There are separate ZIP files containing all the files necessary for use. Each ZIP file contains:
- C model shared library
- C model header file
- Example code showing how to call the C model
The following tables list the contents of each ZIP file.
| File | Description |
|---|---|
| cmpy_v6_0_bitacc_cmodel.h | Header file which defined the C model API |
| libIp_cmpy_v6_0_bitacc_cmodel.so | Model shared object library |
| run_bitacc_cmodel.c | Example program for calling the C model. |
| gmp.h | MPIR header file, used by the C model |
| libgmp.so.11 | MPIR library, used by the C model |
| mpfr.h | MPFR header file, used by the C model |
| libmpfr.so.4 | MPFR library, used by the C model |
| File | Description |
|---|---|
| cmpy_v6_0_bitacc_cmodel.h | Header file which defined the C model API |
| libIp_cmpy_v6_0_bitacc_cmodel.dll | Model dynamically linked library |
| libIp_cmpy_v6_0_bitacc_cmodel.lib | Model LIB file for compiling |
| run_bitacc_cmodel.c | Example program for calling the C model |
| gmp.h | MPIR header file, used by the C model |
| libgmp.dll | MPIR library, used by the C model |
| libgmp.lib | MPIR .lib file for compiling |
| mpfr.h | MPFR header file, used by the C model |
| libmpfr.dll | MPFR library, used by the C model |
| libmpfr.lib | MPFR .lib file for compiling |