| e2ce353b | 09-May-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add support of MatSetRandom on assembled MPIAIJ matrices
This is to make concept of MatSetRandom() simpler and consistent with MatSetRandom on MPIDENSE. We just need to change existing nonzeros to r
Add support of MatSetRandom on assembled MPIAIJ matrices
This is to make concept of MatSetRandom() simpler and consistent with MatSetRandom on MPIDENSE. We just need to change existing nonzeros to random numbers as we do with MPIDENSE.
show more ...
|