Skip to content

Nelson 0.1.4 build

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 19 Mar 19:00
· 3792 commits to master since this release

0.1.4 alpha (2017-03-19)

Compilation:

LAPACKE used for linear algebra functions. On Windows, OpenBLAS used. On others platforms reference library LAPACKE used.

Features:

Add 'isnan' function.

Rework double and single matrix 2D display.

Add 'trace' function.

Add 'schur' function.

Add 'inv' function.

Add 'expm' function (single, double, sparse double managed).

Rename 'string' type to 'char' type, 'string' type will be added later.

Add 'dlmwrite' function.

Add 'mat2str' function (sparse managed).

Add 'str2double' function.

Add 'cosm' function.

which(function_name, '-all') without output argument display paths.

Bug Fixes:

#34: Windows installer did not copy module_skeleton help files at the good place.

#31: doc function was too slow (indexing at each restart).

#30: Search path order for functions was wrong.