Commit Graph

72 Commits (a1f477aaf26dacf4f9bb17dc8076fbd80753bbe4)

Author SHA1 Message Date
Cirdans-Home 93b8696df0 Corrected C interface for mask operation to avoid memleak 5 years ago
Cirdans-Home dbdbea9c6f C Interfaces for ijk2idx idx2ijk redefined 5 years ago
Cirdans-Home ac3afe962d Added C interface psb_c_cd_get_global_indices for descriptor objects 5 years ago
Cirdans-Home 3c3470b50e Disambiguated C interfaces for idx2ijk for type of the index 5 years ago
Cirdans-Home 9d34f465a9 Added C interface for util/idx2ijk 5 years ago
Cirdans-Home 9870e5d371 Corrected module load for util_cbind module 5 years ago
Cirdans-Home 166bd219ef Corrected checkmat bugs in compare and get_nnz routines 5 years ago
Cirdans-Home d22d15a0f4 Corrected C interfaces for interrogating build-state 5 years ago
Cirdans-Home ce6c04f508 Corrected output of matrix cmp routines 5 years ago
Cirdans-Home 346ed5f8f8 Added prototype for matrix compare routines 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 44db94ad63 Corrected type for sparse matrix function 5 years ago
Cirdans-Home cfc7c2c78f Added headers for C interfaces of sparse matrix scale, and add functions 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
Cirdans-Home 0ff5321fc1 Added c interface for sparse matrix copy 5 years ago
Cirdans-Home 58198de6fa Added c interfaces to set_asb(), set_upd(), set_bld() for sparse matrices 5 years ago
Cirdans-Home 814e09f5db Added interface (and C interface) to is_bld() for sparse matrices 5 years ago
Cirdans-Home d92b6c02cf Added interface (and C interface) to is_asb() for sparse matrices 5 years ago
Cirdans-Home c4cf78e7b8 Added interface (and C interface) to is_upd() for sparse matrices 5 years ago
Cirdans-Home a6db1b566c Added Interface (and C Interface) for nnz of a sparse matrix 5 years ago
Cirdans-Home 8a67534f0f Added CBIND for functions in psb_util_mod 5 years ago
Cirdans-Home 9e9a2e3975 Corrected implementation of @X@_base_inv_a2_check to be compliant with NVECTOR behavior 5 years ago
Cirdans-Home 6e28cc2b44 Corrected c interface of psb_mask for logic output 5 years ago
Cirdans-Home 03cd6de764 Corrected bug for passage by value 5 years ago
Cirdans-Home 5504e34161 Removed the out-interface for vector scaling 5 years ago
Cirdans-Home 82db0f43b4 New C interface for psb_genrmi sum_i |x_i| 5 years ago
Cirdans-Home 177bc6ecb3 Added function psb_c_dvect_f_get_pnt to get pointer to vector data structure 5 years ago
Cirdans-Home 44f05510bc Added out-of-place axpby and relative c interface 5 years ago
Cirdans-Home 8bf0ff673b Added psb_minquotient function with C interface 5 years ago
Cirdans-Home fd89f2f1bf Added psb_gescal subroutine to entrywise scale distributed vector with C interface 5 years ago
Cirdans-Home ea9c469159 Added psb_geaddconst subroutine to add constant value to vector with C-interfaces 5 years ago
Cirdans-Home 439246e643 Added out-of-place entrywise division with C interfaces 5 years ago
Cirdans-Home 22e7df48da Added out-of-place psb_mlt subroutine interface 5 years ago
Cirdans-Home 37f6ed6077 Added c interface for minimum of realtype distributed vectors 5 years ago
Cirdans-Home 601b56f189 corrected prototypes for psb_c_*gecmp 5 years ago
Cirdans-Home 92fddf917b Added header for c-bindings of new vec operations 5 years ago
Cirdans-Home 17e24bdcf0 C Interfaces for new vector operators 5 years ago
Salvatore Filippone 35b6ee6578 Fix dependency in cbind build. 5 years ago
Salvatore Filippone 4041860070 Fix matrix generation. 5 years ago
Salvatore Filippone 3cc63f7e84 Change constant name to psb_c_Xpk_ 5 years ago
Salvatore Filippone 8d489f8ce2 Merged MixedI8 in new branch (to be later merged into development) 6 years ago
Salvatore Filippone 6414deeb3b ICTXT in PREC%INIT, cbind. 6 years ago
Salvatore Filippone 5dd3392954 Do not assume a naming scheme for MODULE files in the Makefile, as
they change across compilers.
7 years ago
Salvatore Filippone c774783057 Updated copyright statement 7 years ago
Salvatore Filippone bbba6a670e Merged changes from svn dev version. 7 years ago
Salvatore Filippone a566ae52e4 psblas3-mcbind:
cbind/base/psb_cpenv_mod.f90
 cbind/test/pargen/ppdec.c

Fix psb_c_set_index_base; use it in test program.
8 years ago
Salvatore Filippone 855f557673 psblas3-mcbind:
cbind/Makefile
 cbind/base/Makefile
 cbind/base/psb_c_serial_cbind_mod.F90
 cbind/base/psb_d_serial_cbind_mod.F90
 cbind/base/psb_s_serial_cbind_mod.F90
 cbind/base/psb_z_serial_cbind_mod.F90
 cbind/test/pargen/ppdec.c

Added print interface.
8 years ago
Salvatore Filippone 49cddbb6fb psblas3-mcbind:## cbind/prec/Makefile
cbind/test/pargen
 cbind/test/pargen/Makefile
 cbind/test/pargen/ppdec.c
 cbind/test/pargen/runs
 cbind/test/pargen/runs/ppde.inp

Added test program.
8 years ago
Salvatore Filippone fbc41dace7 psblas3-cbind:
cbind/prec/Makefile
 cbind/prec/psb_c_dprec.h
 cbind/prec/psb_cprec_cbind_mod.f90
 cbind/prec/psb_prec_cbind_mod.f90
 cbind/prec/psb_sprec_cbind_mod.f90
 cbind/prec/psb_zprec_cbind_mod.f90

Start on PREC.
8 years ago