psblas3/base/serial/impl
sfilippone e72c0f0bf9 Fix OMP impl of sparse-sparse product
..
Makefile New SPSPMM implementation
psb_base_mat_impl.f90 First round of cleanup build warnings
psb_c_base_mat_impl.F90 OpenMP in base_mat and coo
psb_c_coo_impl.F90 Silly bug in coo insert
psb_c_csc_impl.F90 Make sure realloc is always called with size >0
psb_c_csr_impl.F90 Fix OMP impl of sparse-sparse product
psb_c_mat_impl.F90 Define merge_nd method
psb_c_rb_idx_tree_impl.F90 New SPSPMM implementation
psb_d_base_mat_impl.F90 OpenMP in base_mat and coo
psb_d_coo_impl.F90 Silly bug in coo insert
psb_d_csc_impl.F90 Make sure realloc is always called with size >0
psb_d_csr_impl.F90 Fix OMP impl of sparse-sparse product
psb_d_mat_impl.F90 Define merge_nd method
psb_d_rb_idx_tree_impl.F90 Moved various modules related to RB around, into auxil, update Makefile.
psb_s_base_mat_impl.F90 OpenMP in base_mat and coo
psb_s_coo_impl.F90 Silly bug in coo insert
psb_s_csc_impl.F90 Make sure realloc is always called with size >0
psb_s_csr_impl.F90 Fix OMP impl of sparse-sparse product
psb_s_mat_impl.F90 Define merge_nd method
psb_s_rb_idx_tree_impl.F90 New SPSPMM implementation
psb_z_base_mat_impl.F90 OpenMP in base_mat and coo
psb_z_coo_impl.F90 Silly bug in coo insert
psb_z_csc_impl.F90 Make sure realloc is always called with size >0
psb_z_csr_impl.F90 Fix OMP impl of sparse-sparse product
psb_z_mat_impl.F90 Define merge_nd method
psb_z_rb_idx_tree_impl.F90 New SPSPMM implementation