Commit Graph

14 Commits (46da91cdc73330caececdc2a6e6cb26a5a3442ca)

Author SHA1 Message Date
Michele Martone 46da91cdc7 psblas3:
changing flags and interface to rsb revision 1282; now using smarter constructors.
14 years ago
Salvatore Filippone 3831be4ef0 psblas3:## base/modules/psb_c_base_mat_mod.f03
base/modules/psb_d_mat_mod.f03
 base/modules/psb_linmap_type_mod.f90
 base/modules/psb_serial_mod.f90
 base/serial/Makefile
 base/serial/f03/psb_c_coo_impl.f03
 base/serial/f03/psb_c_csc_impl.f03
 base/serial/f03/psb_c_csr_impl.f03
 base/serial/f03/psb_d_coo_impl.f03
 base/serial/f03/psb_d_csc_impl.f03
 base/serial/f03/psb_d_csr_impl.f03
 base/serial/f03/psb_d_mat_impl.F03
 base/serial/f03/psb_s_coo_impl.f03
 base/serial/f03/psb_s_csc_impl.f03
 base/serial/f03/psb_s_csr_impl.f03
 base/serial/f03/psb_z_coo_impl.f03
 base/serial/f03/psb_z_csc_impl.f03
 base/serial/f03/psb_z_csr_impl.f03
 opt
 opt/Makefile
 opt/psb_d_ell_impl.f03
 opt/psb_d_ell_mat_mod.f03
 prec/psb_d_base_prec_mod.f03
 prec/psb_d_bjacprec.f03
 prec/psb_d_prec_type.f03
 test/fileread/df_sample.f90
 test/fileread/runs/dfs.inp
 test/serial/d_matgen.f03
 test/serial/psb_d_rsb_mat_mod.F03

1. Fixed get_diag for various cases.
2. OPT subdir for experimental material; right now ELL.
14 years ago
Michele Martone 7eb4a4d1d0 psblas3:
more interface fixes on the RSB side.
14 years ago
Michele Martone edc01c32fd psblas3:
missing HAVE_LIBRSB in the configure script. fixed.
14 years ago
Michele Martone 723200a4e3 psblas3:
more fixwork towards RSB integration.
14 years ago
Michele Martone d163a70313 in psblas3:
in /test/serial, update the RSB module and Makefile, temporarily.
14 years ago
Michele Martone ea7fba00ca psblas3:
preliminar rsb interfacing for mv_from_fmt csput mv_to_coo mv_from_coo mv_to_fmt.
14 years ago
Michele Martone 6db76c9574 psblas3:
rsb interface for csgetptn, d_csgetrow.
14 years ago
Michele Martone 869e57c379 psblas3: implementing a first cp_from_fmt for rsb. 14 years ago
Michele Martone 9120b460e1 first interface implementations for psb_d_cp_rsb_to_coo, psb_d_cp_rsb_from_coo, psb_d_cp_rsb_to_fmt. 14 years ago
Michele Martone c1c9273de8 psblas3:
interfaced the following operations: psb_d_rsb_rowsum, psb_d_rsb_colsum, d_rsb_get_nz_row, psb_d_rsb_reinit, psb_d_rsb_mold.
the colsum and rowsum operations were implemented brand new today in rsb.
14 years ago
Michele Martone 437966fb4e psblas3: first implementations for psb_d_rsb_csmm, psb_d_rsb_cssm, psb_d_rsb_cssv, psb_d_rsb_scals, psb_d_rsb_scal, psb_d_rsb_csnmi, psb_d_rsb_csnm1, psb_d_rsb_arwsum, psb_d_rsb_aclsum, psb_d_rsb_get_diag, psb_d_rsb_trim, psb_d_rsb_print, d_rsb_free. 14 years ago
Michele Martone c21d3a5b62 psblas3:
giving substance to the rsb interface.
14 years ago
Michele Martone e0fd8549d1 psblas3:
implemented a stub rsb format module.
14 years ago