Matrices

A matrix is a two-dimensional array of numbers. Numerics.NET contains a series of classes for working with matrices. The main classes live in the Numerics.NET namespace, while some specialized classes are contained in the Numerics.NET.LinearAlgebra namespace.

All matrix code uses optimized implementations of the Basic Linear Algebra Subroutines (BLAS) and the Linear Algebra PACKage (LAPACK) wherever possible.

In this section: