Top 20 NuGet matrix Packages

C# bindings for NumPy on Win64 - a fundamental library for scientific computing, machine learning and AI. Does require Python 3.7 with NumPy 1.16 installed!
Barcode Professional for Silverlight generates high quality vector-based Linear, Postal, MICR, Composite and 2D Symbologies. Features: - Linear & 2D Barcodes - Silverlight printing and data-binding support, raster image exportation (WriteableBitmap), Barcode rotation (0, 90, 180, 270 degrees), S...
Barcode Professional for XAML WinRT generates high quality vector-based Linear, Postal, MICR, Composite and 2D Symbologies for Windows Store Apps. Features: - Linear & 2D Barcodes - Printing and data-binding support, Barcode rotation (0, 90, 180, 270 degrees), Full design-time support Visual Stu...
Provides matrix data structure suitable for storing elements in an n-dimensional cartesian coordinate system of positive integers. example: Axis x = new Axis("x", 0, 100, 1); Axis y = new Axis("y", 0, 10, 1); Matrix<long> matrix = new Matrix<long>(new []{x,y});...
Intel MKL native libraries for Math.NET Numerics on Linux.
Intel MKL native libraries for Math.NET Numerics on Linux.
Yet Another Math Parser (PCL Version) enables you to parse complex (numerical) expressions with a syntax that is quite close to MATLAB's syntax.
GlmNet is a .NET version of the popular GLM mathematics library.
Open-source Excel add-in in C#/.NET4.0 that makes matrix, vector and most importantly, table-valued functions of Finaquant Calcs available for Excel users and programmers. Based on ExcelDNA and NetOffice
Epicycle .NET image processing library. Includes: Convolution matrix, Sobel operator, Gaussian blur * Details & release notes: https://github.com/open-epicycle/Epicycle.ImageProcessing-cs/blob/ver-0.1.1.0/README.md * Sources: https://github.com/open-epicycle/Epicycle.ImageProcessing-cs/tree/ver-0.1...
FsAlg is a linear algebra library that supports generic types. It is implemented in the F# language. The library provides generic Vector and Matrix types that support most of the commonly used linear algebra operations, including matrix–vector operations, matrix inverse, determinants, eigenvalues, ...
Blitz++ is a (LGPLv3+) licensed meta-template library for array manipulation in C++ with a speed comparable to Fortran implementations, while preserving an object-oriented interface.
A Portable Class Library for numeric computing with support for statistics, matrix algebra, and advanced functions. Supported platforms .NET 4 and higher, Windows 8 and higher, Windows Phone Silverlight 8 and 8.1, Windows Phone 8.1 and higher, Silverlight 5, Xamarin Android, Xamarin iOS (Classic ...
This project makes it really easy to add LED Matrix graphics to your Windows 10 for IoT project running on Raspberry Pi 2 or the Minnow Max Board. The main graphics library includes a font set, symbols and support for drawing lines, boxes, dots plus support for scrolling text across multiple displa...
Advanced Barcode component for Blazor WebAssembly, WPF, WinForms, and Xamarin.Mac. Features QR Code, Data Matrix Code, PDF417, and 28 Linear Barcode symbologies For more information visit: https://www.nevron.com/products-open-vision.aspx Documentation available at: http://helpopenvision...
A simple 2D camera for Monogame.
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications. This is an unofficial release of the library
ZXing.Net is a port of ZXing, an open-source, multi-format 1D/2D barcode image processing library originally implemented in Java. It has been ported by hand with a lot of optimizations and improvements. It is now compatible with UWP