Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

There are a bunch of “sparse BLAS” operations in csr_matrix.h, like sparse matrix-vector multiply and sparse triangular solve. Why are they only implemented for CSR format sparse matrices?

0
Posted

There are a bunch of “sparse BLAS” operations in csr_matrix.h, like sparse matrix-vector multiply and sparse triangular solve. Why are they only implemented for CSR format sparse matrices?

0

Those are very basic implementations only and not at all optimized. Use OSKI if you need optimized sparse matrix operations like sparse matrix-vector multiplication and sparse triangular solve. It’s not the goal of the Sparse Matrix Converter to support a full set of sparse matrix operations. I’ve implemented them in CSR format for my personal convenience only.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.