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/base/serial
Salvatore Filippone b97283eed5 Fixes for build paths with SuperLU and UMFPACK. 18 years ago
..
aux Fixed makefile and use statements for psb_msort, psb_qsort etc. 18 years ago
coo Second step of major reorg: tested compilation. 18 years ago
csr Second step of major reorg: tested compilation. 18 years ago
dp Aligned to new names for internal constants. 18 years ago
f77 Fixed makefile and use statements for psb_msort, psb_qsort etc. 18 years ago
jad Aligned to new names for internal constants. 18 years ago
Makefile Second step of major reorg: tested compilation. 18 years ago
README.serial First reorganization towards psblas-2.1/3.0 18 years ago
lsame.f90 Fixed makefile and use statements for psb_msort, psb_qsort etc. 18 years ago
psb_cest.f90 Aligned to new names for internal constants. 18 years ago
psb_dcoins.f90 Aligned to new names for internal constants. 18 years ago
psb_dcsdp.f90 Aligned to new names for internal constants. 18 years ago
psb_dcsmm.f90 Aligned to new names for internal constants. 18 years ago
psb_dcsmv.f90 Aligned to new names for internal constants. 18 years ago
psb_dcsnmi.f90 Aligned to new names for internal constants. 18 years ago
psb_dcsprt.f90 Second step of major reorg: tested compilation. 18 years ago
psb_dcsrws.f90 Aligned to new names for internal constants. 18 years ago
psb_dcssm.f90 Aligned to new names for internal constants. 18 years ago
psb_dcssv.f90 Aligned to new names for internal constants. 18 years ago
psb_dfixcoo.f90 First reorganization towards psblas-2.1/3.0 18 years ago
psb_dipcoo2csc.f90 Aligned to new names for internal constants. 18 years ago
psb_dipcoo2csr.f90 Aligned to new names for internal constants. 18 years ago
psb_dipcsr2coo.f90 Aligned to new names for internal constants. 18 years ago
psb_dneigh.f90 Aligned to new names for internal constants. 18 years ago
psb_dnumbmm.f90 Second step of major reorg: tested compilation. 18 years ago
psb_drwextd.f90 Fixes for build paths with SuperLU and UMFPACK. 18 years ago
psb_dspgetrow.f90 Aligned to new names for internal constants. 18 years ago
psb_dspgtblk.f90 Aligned to new names for internal constants. 18 years ago
psb_dspgtdiag.f90 Aligned to new names for internal constants. 18 years ago
psb_dspscal.f90 Aligned to new names for internal constants. 18 years ago
psb_dsymbmm.f90 Fixed makefile and use statements for psb_msort, psb_qsort etc. 18 years ago
psb_dtransp.f90 First reorganization towards psblas-2.1/3.0 18 years ago
psb_getifield.f90 First reorganization towards psblas-2.1/3.0 18 years ago
psb_setifield.f90 First reorganization towards psblas-2.1/3.0 18 years ago
psb_update_mod.f90 First reorganization towards psblas-2.1/3.0 18 years ago
psb_zcoins.f90 Aligned to new names for internal constants. 18 years ago
psb_zcsdp.f90 Aligned to new names for internal constants. 18 years ago
psb_zcsmm.f90 Aligned to new names for internal constants. 18 years ago
psb_zcsmv.f90 Aligned to new names for internal constants. 18 years ago
psb_zcsnmi.f90 Aligned to new names for internal constants. 18 years ago
psb_zcsprt.f90 Fixes for complex halo gather. 18 years ago
psb_zcsrws.f90 Aligned to new names for internal constants. 18 years ago
psb_zcssm.f90 Aligned to new names for internal constants. 18 years ago
psb_zcssv.f90 Aligned to new names for internal constants. 18 years ago
psb_zfixcoo.f90 First reorganization towards psblas-2.1/3.0 18 years ago
psb_zipcoo2csc.f90 Aligned to new names for internal constants. 18 years ago
psb_zipcoo2csr.f90 Aligned to new names for internal constants. 18 years ago
psb_zipcsr2coo.f90 Aligned to new names for internal constants. 18 years ago
psb_zneigh.f90 Aligned to new names for internal constants. 18 years ago
psb_znumbmm.f90 Second step of major reorg: tested compilation. 18 years ago
psb_zrwextd.f90 Fixes for build paths with SuperLU and UMFPACK. 18 years ago
psb_zspgetrow.f90 Aligned to new names for internal constants. 18 years ago
psb_zspgtblk.f90 Fixes for complex halo gather. 18 years ago
psb_zspgtdiag.f90 Aligned to new names for internal constants. 18 years ago
psb_zspscal.f90 Aligned to new names for internal constants. 18 years ago
psb_zsymbmm.f90 Fixed makefile and use statements for psb_msort, psb_qsort etc. 18 years ago
psb_ztransc.f90 First reorganization towards psblas-2.1/3.0 18 years ago
psb_ztransp.f90 First reorganization towards psblas-2.1/3.0 18 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.