enthought / distarray

Default Repo description from terraform module
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Support to sparse matrix and its operations #615

Open dutradda opened 9 years ago

dutradda commented 9 years ago

Distarray must have a way to deal with sparse matrix like scipy does. Including operations with it, like multiplications, transpose and etc. The idea is to translate the CPP code in scipy to a mpi one.