IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

Performance comparison with mask vs without mask #35

Open sindhu2993 opened 4 years ago

sindhu2993 commented 4 years ago

Need to test and compare the performance when matrix multiplication is done with masked array and without masked array. example: r^Tr and r[mask]^Tr[mask]