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
3b36c2196b
Added implementation of A = alpha A + beta B for sparse matrices
5 years ago
Cirdans-Home
dc55713541
Added generic interface psb_scalplusidentity for long integer spmat
5 years ago
Cirdans-Home
e108416719
Added function for scaled sparse matrix plus identity
5 years ago
Cirdans-Home
0f309850cc
Corrected routine for weighted masked 2norm
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
5504e34161
Removed the out-interface for vector scaling
5 years ago
Cirdans-Home
28c1efe650
Corrected pass argument in div routines
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
0edb671d21
Added minimum of realtype distributed vectors
5 years ago
Cirdans-Home
b8ab997bc1
Added generation of mask vector for constraint tests psb_mask
5 years ago
Cirdans-Home
e59932e496
chagend name to acmp for the compare routines
5 years ago
Cirdans-Home
87306f4d1a
added weighted and masked 2 norm, and compare on complex vector
5 years ago
Cirdans-Home
1b214f3f00
added weighted 2-norm function
5 years ago
Cirdans-Home
63885c36c7
psb_geabs corrected version with test
5 years ago
Cirdans-Home
f5709a2254
Added psb_geabs, final output not working
5 years ago
cirdans-home
fcbe0d620a
Added vector/scalar comparison routine
5 years ago
cirdans-home
c1f3b2d9d4
Added entrywise inversion and documentation for vec-vec operation
5 years ago
cirdans-home
db7b882e9c
entrywise divide with zero check
5 years ago
cirdans-home
ce6383b7ff
Added Element-by-Element divison
5 years ago
Salvatore Filippone
c338e7b799
New LPK set_nzeros for COO
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
7e2ffbf34d
New handling of SYMmetry
6 years ago
Salvatore Filippone
51e50120bd
Add move_alloc method to sparse matrix.
6 years ago
Salvatore Filippone
e5535835ec
Implement clean_zeros for CSC and CSR
6 years ago
Salvatore Filippone
6dda7339b5
Restore mistakenly deleted sources.
6 years ago
Salvatore Filippone
638f777322
Fix SPMAT take out LX_icsget; in search of a better solution.
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
1a5ee8c46a
Fix bounds computation in set_vect. Bug report by Alexandre Silva Lopes
6 years ago
Salvatore Filippone
e5ed49a018
Add N to get_vect.
6 years ago
Salvatore Filippone
6c6d2c71ee
Optional argument in GETROW.
6 years ago
Salvatore Filippone
42d5a85e25
Implement TRIL/TRIU for CSR.
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
d63202590d
Fixed silly bug in declaration of NRM2 and DOT.
7 years ago
Salvatore Filippone
c774783057
Updated copyright statement
7 years ago
Salvatore Filippone
7218ae86d6
Added new optional arguments to TRIL and TRIU. Document same.
7 years ago
Salvatore Filippone
de8daf2631
psblas3:
...
base/modules/serial/psb_c_base_vect_mod.f90
base/modules/serial/psb_d_base_vect_mod.f90
base/modules/serial/psb_i_base_vect_mod.f90
base/modules/serial/psb_s_base_vect_mod.f90
base/modules/serial/psb_z_base_vect_mod.f90
Comments in base vector class.
8 years ago
Salvatore Filippone
de0596d677
psblas3:
...
New affiliation and fix compyright formatting.
8 years ago
Salvatore Filippone
de68ae1d64
psblas3:
...
Modified copyright format for all Fortran file.
8 years ago
Salvatore Filippone
0329ffd968
psblas3:
...
base/comm/internals/psi_cswapdata.F90
base/comm/internals/psi_cswaptran.F90
base/comm/internals/psi_dswapdata.F90
base/comm/internals/psi_dswaptran.F90
base/comm/internals/psi_iswapdata.F90
base/comm/internals/psi_iswaptran.F90
base/comm/internals/psi_sswapdata.F90
base/comm/internals/psi_sswaptran.F90
base/comm/internals/psi_zswapdata.F90
base/comm/internals/psi_zswaptran.F90
base/modules/psb_realloc_mod.F90
base/modules/serial/psb_c_base_vect_mod.f90
base/modules/serial/psb_d_base_vect_mod.f90
base/modules/serial/psb_i_base_vect_mod.f90
base/modules/serial/psb_s_base_vect_mod.f90
base/modules/serial/psb_z_base_vect_mod.f90
Introduce v%maybe_free_buffer.
8 years ago