A tiny, fast and rich Javascript LINQ-like library for working with collections. Barely 8KB minified, over 60 functions, highly optimized for performance. Works with browsers back to IE6.
Tools for the following scenarios
- Console applications
- Abstract trees
- Matrices
- Mathematical Ranges
- Arrays
- Serialization
- Text or string tools
ArrayDeconstructors is a source package which allows you to use new C# 7 deconstruction syntax to deconstruct array into variables:
int[] array = <...>;
var (a,b) = array;
C# scientific package containing among other things :
* an N-dimensional array object and the main functions to operate on it
* the main linear algebra functions on N-dimensional arrays.
The syntax is mainly based on python's numpy library. MKL is used for optimized...
More information
Brings full compatibility with numpy NdArray features for ILNumerics Array<T>. This module is part of the ILNumerics Computing Engine, for convenient authoring of fast numerical algorithms on .NET. Free trial licenses are available here: https://ilnumerics.net/download.html.
Managed LAPACK. This package is part of ILNumerics Computing Engine, for convenient authoring of fast numerical algorithms on .NET. It is automatically referenced when adding ILNumerics.Computing to your project. Free trial licenses are available here: https://ilnumerics.net/download.html.
Fast, stable and efficient numerical algorithms for .NET (C#, Visual Basic). Supports numpy and Matlab n-dimensional array style. Free trial licenses are available here: https://ilnumerics.net/download.html.