GSL Shell 2.3.0 发布,访问GSL数学函数用户界面

jopen 12年前

GSL Shell 提供了一个交互式的用户界面来访问GSL的数学函数集合。它是基于强大而优雅的脚本语言Lua实现。GSL shell is not just a wrapper over the C API of GSL, but offers a much more simple and expressive way to use GSL. The objective is to give the user the power to easily access GSL functions without having to write a complete C application. It also has a powerful module to produce plots or almost any kind of graphics based on data or functions。
GSL Shell 2.3.0 发布,访问GSL数学函数用户界面

发布日志:
The General Data Table implementation is now complete. All the related functions are documented in a specific chapter of the user's manual. A family of plotting functions to create plots based on a table's data are available and documented. The function for linear regression now correctly handles most corner cases and complex factor products. The functions to create tables and read CVS files were improved. A function for univariate interpolation based on gdt tables was introduced