Commit Graph

354 Commits (6a6f6ad2c227c39fd1c2919ed7c76767bac3ca27)

Author SHA1 Message Date
Salvatore Filippone 6a6f6ad2c2 Change name of ICTXT to CTXT 4 years ago
Salvatore Filippone a1c2561de6 Cleanup unused variables. 4 years ago
Salvatore Filippone dc36db6083 Reformat assignment of entire component. 4 years ago
Cirdans-Home c0ccbe14f7 merge with unify_agg_build 5 years ago
Salvatore Filippone f28e3a9ea9 Further fixes for uninitialized vars 5 years ago
Salvatore Filippone eb934e2a45 Fix uninitialized INFO in cp/mv _from 5 years ago
Salvatore Filippone b56abbb270 Improve structure of Makefiles 5 years ago
Cirdans-Home 166bd219ef Corrected checkmat bugs in compare and get_nnz routines 5 years ago
Cirdans-Home 5c34e3d853 Removed orphan implementation for scale plus identity 5 years ago
Cirdans-Home 01f4f718de Corrected implementation of scale plus identity for sparse matrices 5 years ago
Salvatore Filippone dbc20d482e In psb_rwextd use ensure_size instead of reallocate 5 years ago
Cirdans-Home 1c23654328 Added functions to compare the entries of two matrices or every entry of matrix with a value 5 years ago
Cirdans-Home ca296fc0cf Added missign @LX@ implementation of new sparse matrix sum routines 5 years ago
Cirdans-Home 3b36c2196b Added implementation of A = alpha A + beta B for sparse matrices 5 years ago
Cirdans-Home e108416719 Added function for scaled sparse matrix plus identity 5 years ago
Salvatore Filippone 4c7fa23c8a New files for 2-bytes integer support. To be compiled and tested. 5 years ago
Cirdans-Home 44f05510bc Added out-of-place axpby and relative c interface 5 years ago
Salvatore Filippone 01ffca76d2 Change mat%print interface, and refactor. 5 years ago
Salvatore Filippone 76d5c5f3ae Fixes for cases where IPK==LPK 5 years ago
Salvatore Filippone 936ef49e7d Further changes for ambiguous interfaces when IPK==LPK 5 years ago
Salvatore Filippone 487fa54f06 Define coo%ensure_size method 5 years ago
Salvatore Filippone e2653b1c60 New clip "in place" method 5 years ago
Salvatore Filippone cea69503a4 New method for cleaning entries with negative indices in COO. 5 years ago
Salvatore Filippone e2bd21d9be Update internal documentation. 5 years ago
Salvatore Filippone 319d2831b7 New methods for LX%set_nrows with IPK/LPK 5 years ago
Salvatore Filippone 634c2e0aa5 Implement clip_diag for LX 5 years ago
Salvatore Filippone 22d76d1e48 Fix SYM handling at spmat level. 5 years ago
Salvatore Filippone 239f25a913 Memory allocation for COO/CSC/CSR. 5 years ago
Salvatore Filippone 9a6d9ac5c4 Aux space spspmm estimate was wrong, reverted. 5 years ago
Salvatore Filippone e5535835ec Implement clean_zeros for CSC and CSR 6 years ago
Salvatore Filippone c29ea43990 Fix silly bug in rw_extd cleanup code when NR > MA+MB. 6 years ago
Salvatore Filippone d3c6bfb5f1 In CSCNV we should call b%set_asb(), not b%asb() 6 years ago
Salvatore Filippone cd8ae65c85 Take out GTL arg from CSPUT. 6 years ago
Salvatore Filippone 8d489f8ce2 Merged MixedI8 in new branch (to be later merged into development) 6 years ago
Salvatore Filippone 9488a91d48 Fix implicit none. 6 years ago
Salvatore Filippone 4dc21ec7e2 Fix chksz in getblk. 6 years ago
Salvatore Filippone f2e247c8a8 Take out obsolete method impl. 6 years ago
Salvatore Filippone 6c6d2c71ee Optional argument in GETROW. 6 years ago
Salvatore Filippone 42d5a85e25 Implement TRIL/TRIU for CSR. 6 years ago
Salvatore Filippone 663fa5b8e5 Implement TRIL/TRIU with blocking. 6 years ago
Salvatore Filippone c573f38d34 Fix psi_serial_impl missing AXPBY. 7 years ago
Salvatore Filippone 95009f7ad5 Lifted interface to symbmm into psb_serial_mod.
Updated printouts in test programs.
7 years ago
Salvatore Filippone e37b43d45a Take out HAVE_MOLD.
Make support for MOLD mandatory in compiler version.
Define set_vect_defaults() and set_mat_defaults(), invoke them at
_init() time.
7 years ago
Salvatore Filippone 3d347d31dc Ensure that the CNV method pick up the default storage format.
Populate the defaults at psb_init time.
7 years ago
Salvatore Filippone b06c612f9a Reworked all the sorting routines from templates.
Also merged blsrch into gen_block_map_mod, where it belongs.
7 years ago
Salvatore Filippone c774783057 Updated copyright statement 7 years ago
Salvatore Filippone a947008be2 Fix error message handling for CSMV 7 years ago
Salvatore Filippone 7218ae86d6 Added new optional arguments to TRIL and TRIU. Document same. 7 years ago
Salvatore Filippone 077998c1bd psblas3:
.
 Make.inc.in
 base/comm/Makefile
 base/internals/Makefile
 base/internals/psi_exist_ovr_elem.f
 base/internals/psi_exist_ovr_elem.f90
 base/internals/psi_list_search.f
 base/internals/psi_list_search.f90
 base/internals/psi_srtlist.f90
 base/internals/srtlist.f
 base/modules/Makefile
 base/serial/Makefile
 base/serial/f77
 base/serial/f77/Makefile
 base/serial/f77/caxpby.f
 base/serial/f77/cnumbmm.f
 base/serial/f77/daxpby.f
 base/serial/f77/dnumbmm.f
 base/serial/f77/iaxpby.f
 base/serial/f77/saxpby.f
 base/serial/f77/snumbmm.f
 base/serial/f77/symbmm.f
 base/serial/f77/zaxpby.f
 base/serial/f77/znumbmm.f
 base/serial/psb_aspxpby.f90
 base/serial/psi_c_serial_impl.f90
 base/serial/psi_d_serial_impl.f90
 base/serial/psi_i_serial_impl.f90
 base/serial/psi_s_serial_impl.f90
 base/serial/psi_z_serial_impl.f90
 base/serial/smmp.f90
 base/tools/Makefile
 configure.ac
 configure
 prec/psb_d_bjacprec.f90
 prec/psb_d_diagprec.f90
 prec/psb_d_nullprec.f90
 test/fileread/Makefile
 test/hello/Makefile
 test/kernel/Makefile
 test/pargen/Makefile
 test/serial/Makefile
 test/torture/Makefile
 test/util/Makefile

Merged changes from fixprec branch.
8 years ago
Salvatore Filippone de0596d677 psblas3:
New affiliation and fix compyright formatting.
8 years ago