Quantcast
Channel: Math.NET Numerics - Math.NET
Viewing all articles
Browse latest Browse all 224

System.OutOfMemoryException when doing matrix multiplication

$
0
0

@Lili wrote:

When I do matrix multiplication ( C# ), the problem : System.OutOfMemoryException” MathNet.Numerics.dll happens. The equation I use can be simplified as C=AB , where A is a double matrix of 5000 * 2000 and B is a double matrix of 2000 * 3000. I know the matrix is very large, but I do need to do the calculation. How can I solve this problem?

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 224

Trending Articles