Skip to content

Nelson 0.1.0 build 28

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 30 Dec 14:22
· 4324 commits to master since this release

This is the first pre-release of Nelson.

Nelson is an extendable and modern numerical computing environment.
Try it !

Alone, I go faster; together, we go further.

Features:

  • Types managed by Nelson:

    • double and double complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
    • single and single complex: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
    • logical: scalar, vector, matrix 2D, N dimensions array, sparse matrix.
    • string (UNICODE supported).
    • integers 8, 16, 32, 64 signed and unsigned: scalar, vector, matrix 2D, N dimensions array.
  • Help engine
    Generate help files using Nelson dedicated functions.

    View your generated help files as html, pdf or directly in Nelson help viewer.

  • Tests engine
    Validate your algorithm using Nelson dedicated functions.

    Export the test results under the xUnit reports format.

Tested and supported platforms:

  • Windows 8, 10 32 bit & 64 bit (intel x86)
  • Linux Debian 32 bit & 64 bit (intel x86)
  • Mac Os X Sierra (intel x86)
  • Arch Linux (ARM v7)