You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/src/serial
Salvatore Filippone 30dc67fbc0 New swap data code. 20 years ago
..
aux Fixed bug in imsr/imsrx handling of iaux. 20 years ago
coo Merged some serial modifications from therm sample version. 20 years ago
csr Fix spurious reference to xsperr. 20 years ago
dp New swap data code. 20 years ago
f77 New swap data code. 20 years ago
jad New swap data code. 20 years ago
Makefile New (and better) names: extrow-> getrow, gtrow->gtblk. 20 years ago
README.serial Folded in changes for complex version. We can now declare RC2. 20 years ago
lsame.f90 Changed lsame implementation. 20 years ago
psb_cest.f90 Included first development version of multilevel stuff. 20 years ago
psb_dcoins.f90 *** empty log message *** 20 years ago
psb_dcsdp.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_dcsmm.f90 Fixed bug in swaptran. Added psb_krylov interface. 20 years ago
psb_dcsmv.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_dcsnmi.f90 Added copyright statements. 21 years ago
psb_dcsprt.f90 Included first development version of multilevel stuff. 20 years ago
psb_dcsrws.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_dcssm.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_dcssv.f90 Added copyright statements. 21 years ago
psb_dfixcoo.f90 *** empty log message *** 20 years ago
psb_dipcoo2csc.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_dipcoo2csr.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_dipcsr2coo.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_dneigh.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_dnumbmm.f90 Revert to old version to avoid performance problem. To be investigated further. 20 years ago
psb_drwextd.f90 New (and better) names: extrow-> getrow, gtrow->gtblk. 20 years ago
psb_dspgetrow.f90 Fixed documentation. Also going for GetRow in SYMBMM. NUMBMM to be completed. 20 years ago
psb_dspgtblk.f90 *** empty log message *** 20 years ago
psb_dspgtdiag.f90 New (and better) names: extrow-> getrow, gtrow->gtblk. 20 years ago
psb_dspinfo.f90 New (and better) names: extrow-> getrow, gtrow->gtblk. 20 years ago
psb_dspscal.f90 Folded in changes for complex version. We can now declare RC2. 20 years ago
psb_dsymbmm.f90 Included first development version of multilevel stuff. 20 years ago
psb_dtransp.f90 *** empty log message *** 20 years ago
psb_getifield.f90 Changed handling of duplicates and storage format. Changed interface 20 years ago
psb_setifield.f90 Changed handling of duplicates and storage format. Changed interface 20 years ago
psb_update_mod.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_zcoins.f90 *** empty log message *** 20 years ago
psb_zcsdp.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_zcsmm.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_zcsmv.f90 Folded in changes for complex version. We can now declare RC2. 20 years ago
psb_zcsnmi.f90 Folded in changes for complex version. We can now declare RC2. 20 years ago
psb_zcsprt.f90 Fixed to case-independent character comparison. Descriptions for constants. 20 years ago
psb_zcsrws.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_zcssm.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_zcssv.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_zfixcoo.f90 *** empty log message *** 20 years ago
psb_zipcoo2csc.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_zipcoo2csr.f90 Giant patch: cleanup after -Wunused -Wuninitialized. 20 years ago
psb_zipcsr2coo.f90 *** empty log message *** 20 years ago
psb_zneigh.f90 Folded in changes for complex version. We can now declare RC2. 20 years ago
psb_znumbmm.f90 Revert to old version to avoid performance problem. To be investigated further. 20 years ago
psb_zrwextd.f90 New (and better) names: extrow-> getrow, gtrow->gtblk. 20 years ago
psb_zspgetrow.f90 Fixed documentation. Also going for GetRow in SYMBMM. NUMBMM to be completed. 20 years ago
psb_zspgtblk.f90 *** empty log message *** 20 years ago
psb_zspgtdiag.f90 New (and better) names: extrow-> getrow, gtrow->gtblk. 20 years ago
psb_zspinfo.f90 New (and better) names: extrow-> getrow, gtrow->gtblk. 20 years ago
psb_zspscal.f90 Folded in changes for complex version. We can now declare RC2. 20 years ago
psb_zsymbmm.f90 Included first development version of multilevel stuff. 20 years ago
psb_ztransc.f90 *** empty log message *** 20 years ago
psb_ztransp.f90 *** empty log message *** 20 years ago

README.serial

Most of the subdirectories here contain material that was originally
distributed through the serial sparse blas SPARKER project, plus a
number of extensions of our own design. The original file spblas.f can
be downloaded from matisa.cc.rl.ac.uk; of course any bugs in our 
implementation are our own to fix.  

The main reference for the serial
sparse BLAS is: 
Duff, I., Marrone, M., Radicati, G., and Vittoli, C.
Level 3 basic linear algebra subprograms for sparse matrices: a user 
level interface
ACM Trans. Math. Softw., 23(3), 379-401, 1997.

We also include  SMMP by Randolph E. Bank and
Craig C. Douglas  na.bank@na-net.ornl.gov and
na.cdouglas@na-net.ornl.gov;  we wrapped  it in a Fortran 95 interface
with dynamic memory allocation.