#include <EpetraExt_BTF_CrsMatrix.h>
#include <EpetraExt_Transpose_CrsGraph.h>
#include <Epetra_Import.h>
#include <Epetra_CrsMatrix.h>
#include <Epetra_CrsGraph.h>
#include <Epetra_Map.h>
#include <vector>
Go to the source code of this file.
Namespaces |
| namespace | EpetraExt |
| | EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
|
Defines |
| #define | MATTRANS_F77 F77_FUNC(mattrans,MATTRANS) |
| #define | GENBTF_F77 F77_FUNC(genbtf,GENBTF) |
Functions |
| void | MATTRANS_F77 (int *, int *, int *, int *, int *, int *) |
| void | GENBTF_F77 (int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *) |
Define Documentation
Function Documentation
| void MATTRANS_F77 |
( |
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |
| void GENBTF_F77 |
( |
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |