| .. |
|
communication.c
|
move Boolean matrix operations from mli/matrix to parcsr_mv
|
2001-05-29 22:36:45 +00:00 |
|
communication.h
|
add guard code
|
2001-02-01 16:49:02 +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
|
Compute A*A^T, the product of a matrix and its transpose. Based on the
|
2001-04-17 21:56:04 +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
|
move Boolean matrix operations from mli/matrix to parcsr_mv
|
2001-05-29 22:36:45 +00:00 |
|
driver_matmul.c
|
changed routine names so that they start with the class names,
|
1999-09-17 19:07:34 +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.c
|
Sequential vector operations have new names, with "Seq" inserted.
|
2000-10-09 16:41:50 +00:00 |
|
F90_HYPRE_parcsr_matrix.c
|
Changed fortran interface port to (hopefully) support CRAY fortran
|
2000-10-09 22:32:34 +00:00 |
|
F90_HYPRE_parcsr_vector.c
|
Changed fortran interface port to (hopefully) support CRAY fortran
|
2000-10-09 22:32:34 +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 Panayot's chord matrix headers and code to convert between ParCSR and
|
2002-03-05 18:14:28 +00:00 |
|
headers.h
|
_matrix_vector=>_mv translations
|
2000-12-14 18:19:22 +00:00 |
|
HYPRE_parcsr_matrix.c
|
Changed 'char *' to 'const char *' in several routines.
|
2001-07-17 05:07:35 +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
|
Changed 'char *' to 'const char *' in several routines.
|
2001-07-17 05:07:35 +00:00 |
|
Makefile.in
|
delete reference to nonexistent file
|
2002-03-06 17:32:23 +00:00 |
|
numbers.c
|
*** empty log message ***
|
2002-03-07 17:11:13 +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_matop.c
|
removed unnecessary declaration
|
2001-09-27 16:00:54 +00:00 |
|
par_csr_matrix.c
|
added hypre_CSRMatrixInitialize(offd) for the case of a parCSRMatrix with
|
2002-02-12 19:23:23 +00:00 |
|
par_csr_matrix.h
|
move Boolean matrix operations from mli/matrix to parcsr_mv
|
2001-05-29 22:36:45 +00:00 |
|
par_csr_matvec.c
|
Sequential vector operations have new names, with "Seq" inserted.
|
2000-10-09 16:41:50 +00:00 |
|
par_vector.c
|
Changed 'char *' to 'const char *' in several routines.
|
2001-07-17 05:07:35 +00:00 |
|
par_vector.h
|
changed hypre_ParVector structure to include partitioning
|
1998-10-23 18:22:38 +00:00 |
|
parchord_to_parcsr.c
|
minor changes to pass compile "with strict checking"
|
2002-03-06 18:58:39 +00:00 |
|
parcsr_mv.h
|
Change function arg prototype from () to (void) for consistency with
|
2002-03-25 23:26:22 +00:00 |