#include <EpetraExt_ConfigDefs.h>#include <EpetraExt_MatrixMatrix.h>#include <EpetraExt_MMHelpers.h>#include <EpetraExt_Transpose_RowMatrix.h>#include <Epetra_Export.h>#include <Epetra_Import.h>#include <Epetra_Util.h>#include <Epetra_Map.h>#include <Epetra_Comm.h>#include <Epetra_CrsMatrix.h>#include <Epetra_Directory.h>#include <Epetra_HashTable.h>#include <Epetra_Distributor.h>Include dependency graph for EpetraExt_MatrixMatrix.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
Functions | |
| double | EpetraExt::sparsedot (double *u, int *u_ind, int u_len, double *v, int *v_ind, int v_len) |
| Method for internal use. | |
| int | EpetraExt::mult_A_B (CrsMatrixStruct &Aview, CrsMatrixStruct &Bview, CrsWrapper &C) |
| int | EpetraExt::mult_A_Btrans (CrsMatrixStruct &Aview, CrsMatrixStruct &Bview, CrsWrapper &C) |
| int | EpetraExt::mult_Atrans_B (CrsMatrixStruct &Aview, CrsMatrixStruct &Bview, CrsWrapper &C) |
| int | EpetraExt::mult_Atrans_Btrans (CrsMatrixStruct &Aview, CrsMatrixStruct &Bview, CrsWrapper &C) |
| int | EpetraExt::import_and_extract_views (const Epetra_CrsMatrix &M, const Epetra_Map &targetMap, CrsMatrixStruct &Mview) |
| int | EpetraExt::distribute_list (const Epetra_Comm &Comm, int lenSendList, const int *sendList, int &maxSendLen, int *&recvList) |
| Epetra_Map * | EpetraExt::create_map_from_imported_rows (const Epetra_Map *map, int totalNumSend, int *sendRows, int numProcs, int *numSendPerProc) |
| int | EpetraExt::form_map_union (const Epetra_Map *map1, const Epetra_Map *map2, const Epetra_Map *&mapunion) |
| Epetra_Map * | EpetraExt::find_rows_containing_cols (const Epetra_CrsMatrix &M, const Epetra_Map *colmap) |
1.4.7