EpetraExt Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
EpetraExt_PointToBlockDiagPermute.cpp File Reference
#include "Epetra_ConfigDefs.h"
#include "EpetraExt_PointToBlockDiagPermute.h"
#include "EpetraExt_BlockDiagMatrix.h"
#include "Epetra_MultiVector.h"
#include "Epetra_Import.h"
#include "Epetra_Export.h"
#include "Epetra_Comm.h"
#include <stdio.h>
#include <fstream>
Include dependency graph for EpetraExt_PointToBlockDiagPermute.cpp:

Go to the source code of this file.

Macros

#define MAX(x, y)   ((x)>(y)?(x):(y))
 

Macro Definition Documentation

#define MAX (   x,
 
)    ((x)>(y)?(x):(y))

Definition at line 55 of file EpetraExt_PointToBlockDiagPermute.cpp.