psblas3/base/serial
Salvatore Filippone 9e0d336d9d Mark matrix on host after clean_zeros
..
impl Mark matrix on host after clean_zeros
sort Reworked all the sorting routines from templates.
Makefile psblas3:
psb_aspxpby.f90 Updated copyright statement
psb_camax_s.f90 Updated copyright statement
psb_casum_s.f90 Updated copyright statement
psb_cgelp.f90 Updated copyright statement
psb_cgeprt.f90 Updated copyright statement
psb_cnumbmm.f90 Updated copyright statement
psb_crwextd.f90 Fix silly bug in rw_extd cleanup code when NR > MA+MB.
psb_cspspmm.f90 Updated copyright statement
psb_csymbmm.f90 Lifted interface to symbmm into psb_serial_mod.
psb_damax_s.f90 Updated copyright statement
psb_dasum_s.f90 Updated copyright statement
psb_dgelp.f90 Updated copyright statement
psb_dgeprt.f90 Updated copyright statement
psb_dnumbmm.f90 Updated copyright statement
psb_drwextd.f90 Fix silly bug in rw_extd cleanup code when NR > MA+MB.
psb_dspspmm.f90 Updated copyright statement
psb_dsymbmm.f90 Lifted interface to symbmm into psb_serial_mod.
psb_lsame.f90 Updated copyright statement
psb_samax_s.f90 Updated copyright statement
psb_sasum_s.f90 Updated copyright statement
psb_sgelp.f90 Updated copyright statement
psb_sgeprt.f90 Updated copyright statement
psb_snumbmm.f90 Updated copyright statement
psb_spdot_srtd.f90 Updated copyright statement
psb_spge_dot.f90 Updated copyright statement
psb_srwextd.f90 Fix silly bug in rw_extd cleanup code when NR > MA+MB.
psb_sspspmm.f90 Updated copyright statement
psb_ssymbmm.f90 Lifted interface to symbmm into psb_serial_mod.
psb_zamax_s.f90 Updated copyright statement
psb_zasum_s.f90 Updated copyright statement
psb_zgelp.f90 Updated copyright statement
psb_zgeprt.f90 Updated copyright statement
psb_znumbmm.f90 Updated copyright statement
psb_zrwextd.f90 Fix silly bug in rw_extd cleanup code when NR > MA+MB.
psb_zspspmm.f90 Updated copyright statement
psb_zsymbmm.f90 Lifted interface to symbmm into psb_serial_mod.
psi_c_serial_impl.f90 Fix psi_serial_impl missing AXPBY.
psi_d_serial_impl.f90 Fix psi_serial_impl missing AXPBY.
psi_i_serial_impl.f90 Fix psi_serial_impl missing AXPBY.
psi_s_serial_impl.f90 Fix psi_serial_impl missing AXPBY.
psi_z_serial_impl.f90 Fix psi_serial_impl missing AXPBY.
smmp.f90 Fix implicit none.