GSL Shell 2.3.0 發布,訪問GSL數學函數用戶界面
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。
發布日志: 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