简体   繁体   中英

Huge sparse matrix - vector multiplication

I'm looking for a library to do huge Sparse Matrix x Vector multiplication. The matrix itself will almost fill the RAM.

I've found Eigen3, OSKI and some basic Sparse BLAS implementations.

Are there other options? How can I choose between them ?

Edit: There is also Intel's MKL

There are the linear algebra routines in Trilinos and Petsc. Also, most finite element libraries like deal.II or Dune have this capability.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM