Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.27 KB

ModelicaStandardTables

C sources of the ModelicaStandardTables - Modelica library for reading data from Text or MATLAB MAT-files, interpolation and extrapolation.

The library was presented at the 10th International Modelica Conference. Detailed remarks on the implementation can be found in the article.

Build status

Build Status Coverity Scan Build Status

License

ModelicaStandardTables is released under the terms of the Revised BSD License.

Acknowledgement

ModelicaStandardTables is based on the following third-party C projects

  • matio - Christopher Hulbert's C library for reading and writing MATLAB MAT-files
  • uthash - Troy D. Hanson's C macros for hash tables and more
  • zlib - Jean-loup Gailly's and Mark Adler's massively spiffy yet delicately unobtrusive compression library