base/modules/psb_c_mat_mod.f90 base/modules/psb_d_mat_mod.f90 base/modules/psb_s_mat_mod.f90 base/modules/psb_z_mat_mod.f90 base/psblas/psb_cspnrm1.f90 base/psblas/psb_dspnrm1.f90 base/psblas/psb_sspnrm1.f90 base/psblas/psb_zspnrm1.f90 base/serial/impl/psb_c_mat_impl.F90 base/serial/impl/psb_d_mat_impl.F90 base/serial/impl/psb_s_mat_impl.F90 base/serial/impl/psb_z_mat_impl.F90 prec/impl/psb_c_diagprec_impl.f90 prec/impl/psb_d_diagprec_impl.f90 prec/impl/psb_s_diagprec_impl.f90 prec/impl/psb_z_diagprec_impl.f90 Change rowsum & friends into functions. Fix preconditioners.
Fix copyright in preparation for vers. 3.1
Updated license statement on all files in preparation for 3.0 release. Defined i_base_vect and i_vect; also to get through with preprocessing defined idot and inrm2 even if they are not actually used (and inrm2 really does norm1).
base/psblas/Makefile base/psblas/psb_cspnrm1.f90 base/psblas/psb_sspnrm1.f90 base/psblas/psb_zspnrm1.f90 Fixed sparse matrix norm1.