1st - 5th AUGUST 2014

Brisbane Convention & Exhibition Centre

Menu
Create Account
  • Mini-Conferences
    August 1
  • Presentations
    August 2-3
  • Sprints
    August 4-5

<-- Back to schedule

Multiplying really really big matrices

What do you do if you need to multiply matrices that won't fit in memory? There are many approaches to this problem. The talk will describe one approach that uses a combination of Numpy memmap and SciPy CSR sparse matrices to perform matrix-vector multiplication for matrices so large that even the sparse representation does not fit in memory.

Paul Leopardi