hypre/parcsr_mv
2006-03-03 18:40:28 +00:00
..
communicationT.c move Boolean matrix operations from mli/matrix to parcsr_mv 2001-05-29 22:36:45 +00:00
driver_aat.c First cut at multivector support. 2004-06-07 23:11:58 +00:00
driver_boolaat.c move Boolean matrix operations from mli/matrix to parcsr_mv 2001-05-29 22:36:45 +00:00
driver_boolmatmul.c First cut at multivector support. 2004-06-07 23:11:58 +00:00
driver_mat_multivec.c First cut at multivector support. 2004-06-07 23:11:58 +00:00
driver_matmul.c First cut at multivector support. 2004-06-07 23:11:58 +00:00
driver_matvec.c changed routine names so that they start with the class names, 1999-09-17 19:07:34 +00:00
driver_multivec.c First cut at multivector support. 2004-06-07 23:11:58 +00:00
driver.c Sequential vector operations have new names, with "Seq" inserted. 2000-10-09 16:41:50 +00:00
F90_HYPRE_parcsr_matrix.c Updated to be compatible with C versions. 2006-03-03 18:40:28 +00:00
F90_HYPRE_parcsr_vector.c Removed duplicate routine. 2006-02-09 19:06:46 +00:00
F90_par_vector.c Changed fortran interface port to (hopefully) support CRAY fortran 2000-10-09 22:32:34 +00:00
F90_parcsr_matrix.c Changed fortran interface port to (hopefully) support CRAY fortran 2000-10-09 22:32:34 +00:00
headers Add ParVector clone functions needed for Babel-based interface. 2005-05-03 20:57:13 +00:00
headers.h _matrix_vector=>_mv translations 2000-12-14 18:19:22 +00:00
HYPRE_parcsr_matrix.c corrected a bug which got global rows instaed of columns 2002-04-12 15:25:13 +00:00
HYPRE_parcsr_mv.h Changed 'char *' to 'const char *' in several routines. 2001-07-17 05:07:35 +00:00
HYPRE_parcsr_vector.c vector operation needed to complete Babel ParCSRVector implementation, 2005-11-14 18:48:03 +00:00
Makefile Updated to be compatible with C versions. 2006-03-03 18:40:28 +00:00
new_commpkg.c Added sorting to the new commpkg routine so that processors are listed in numerical order - to give the same result as the std. comm package routine. 2005-11-07 20:05:46 +00:00
new_commpkg.h Changed the name of the assumed partition data structure. 2005-06-08 16:55:15 +00:00
numbers.c change macro assert to hypre_assert 2005-09-12 17:41:30 +00:00
numbers.h Change function arg prototype from () to (void) for consistency with 2002-03-25 23:26:22 +00:00
par_chord_matrix.h Add Panayot's chord matrix headers and code to translate between chord and 2002-03-05 18:13:24 +00:00
par_csr_aat.c Initialize certain new arrays for off-diagonal block to NULL, to guarantee 2001-08-15 00:11:26 +00:00
par_csr_bool_matop.c removed unnecessary declaration 2001-09-27 16:00:54 +00:00
par_csr_bool_matrix.c Changed 'char *' to 'const char *' in several routines. 2001-07-17 05:07:35 +00:00
par_csr_communication.c bug fix - don't want to destroy NULL 2004-10-20 20:03:50 +00:00
par_csr_communication.h fixed common/duplicate file name 2003-06-26 01:26:24 +00:00
par_csr_matop.c Updated to be compatible with C versions. 2006-03-03 18:40:28 +00:00
par_csr_matrix.c added double variable d_total_num_nonzeros to parcsr_matrix data structure 2005-11-10 23:14:43 +00:00
par_csr_matrix.h added double variable d_total_num_nonzeros to parcsr_matrix data structure 2005-11-10 23:14:43 +00:00
par_csr_matvec.c change macro assert to hypre_assert 2005-09-12 17:41:30 +00:00
par_vector.c Fixed bugs with HYPRE_NO_GLOBAL_PARTITION code. In particular, there was a problem with creating the comm_pkg for rectangular matrices. 2005-11-02 01:13:54 +00:00
par_vector.h Changes for "HYPRE_NO_GLOBAL_PARTITION" option. 2005-07-08 20:36:50 +00:00
parchord_to_parcsr.c change macro assert to hypre_assert 2005-09-12 17:41:30 +00:00
parcsr_mv.h slightly more up-to-date, mainly in that some Boolean functions are included 2005-12-02 00:18:13 +00:00