- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 28
Home
        Christian Woltering edited this page Mar 10, 2023 
        ·
        6 revisions
      
    - Creating a sparse LU factorization
- Creating a sparse Cholesky factorization
- Creating a sparse QR factorization
- Creating a sparse LDLT factorization
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.