wrtobin / las

Zero-overhead interfaces to Linear Algebraic data structures and Solvers
1 stars 1 forks source link

CSR Builder very slow with large matrices. #51

Closed jacobmerson closed 6 years ago

jacobmerson commented 6 years ago

The current csr builder class is quite slow with large matrices. We should consider having the builder class store everything in coordinate format until it is finalized at which point it constucts the csr matrix from the intermediate form.