Welcome to GSL shell documentationΒΆ

GSL shell is an interactive command line interface that gives easy access to the GNU Scientific Library (GSL) collection of mathematical methods for numerical computations.

GSL shell can be used interactively to perform calculations with matrices or vectors but it does allow also to write complex user defined functions with the LUA scripting interpreter.

LUA is a very interesting and easy to learn scripting language that features advanced functionalities like closures and metamethods. LUA is very easy to learn and will give you the power of defining your own complex routines to use the GSL routines more effectively.

Contents:

Next topic

GSL Shell introduction

This Page