Skip to content
Christian Woltering edited this page Mar 10, 2023 · 6 revisions

Examples

Limitations

The number of elements an array can hold on the .NET platform is limited to approximately 2^31, see System.Array and gcAllowVeryLargeObjects remarks. If you are dealing with very large matrices, a factorization might exceed this limit and you will have to resort to native libraries.

Clone this wiki locally