Epetra Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
cxx_main.cpp File Reference
#include "Epetra_IntSerialDenseMatrix.h"
#include "Epetra_IntSerialDenseVector.h"
#include "../epetra_test_err.h"
#include "Epetra_ConfigDefs.h"
#include "Epetra_DataAccess.h"
#include "Epetra_Version.h"
#include "Epetra_MpiComm.h"
#include <mpi.h>
Include dependency graph for test/IntSerialDense/cxx_main.cpp:

Go to the source code of this file.

Functions

int matrixCoverage (bool verbose, bool debug)
 
int matrixCtr (bool verbose, bool debug)
 
int matrixCpyCtr (bool verbose, bool debug)
 
int matrixAssignment (bool verbose, bool debug)
 
int matrixExceptions (bool verbose, bool debug)
 
int vectorCoverage (bool verbose, bool debug)
 
int vectorCtr (bool verbose, bool debug)
 
int vectorCpyCtr (bool verbose, bool debug)
 
int vectorAssignment (bool verbose, bool debug)
 
int vectorExceptions (bool verbose, bool debug)
 
bool identicalSignatures (Epetra_IntSerialDenseMatrix &a, Epetra_IntSerialDenseMatrix &b, bool testLDA=true)
 
bool seperateData (Epetra_IntSerialDenseMatrix &a, Epetra_IntSerialDenseMatrix &b)
 
int * getRandArray (int length)
 
int randomInt ()
 
void printArray (int *array, int length)
 
void printMat (const char *name, Epetra_IntSerialDenseMatrix &matrix)
 
void printHeading (const char *heading)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ matrixCoverage()

int matrixCoverage ( bool verbose,
bool debug )

Definition at line 169 of file test/IntSerialDense/cxx_main.cpp.

◆ matrixCtr()

int matrixCtr ( bool verbose,
bool debug )

Definition at line 200 of file test/IntSerialDense/cxx_main.cpp.

◆ matrixCpyCtr()

int matrixCpyCtr ( bool verbose,
bool debug )

Definition at line 378 of file test/IntSerialDense/cxx_main.cpp.

◆ matrixAssignment()

int matrixAssignment ( bool verbose,
bool debug )

Definition at line 670 of file test/IntSerialDense/cxx_main.cpp.

◆ matrixExceptions()

int matrixExceptions ( bool verbose,
bool debug )

Definition at line 449 of file test/IntSerialDense/cxx_main.cpp.

◆ vectorCoverage()

int vectorCoverage ( bool verbose,
bool debug )

Definition at line 870 of file test/IntSerialDense/cxx_main.cpp.

◆ vectorCtr()

int vectorCtr ( bool verbose,
bool debug )

Definition at line 900 of file test/IntSerialDense/cxx_main.cpp.

◆ vectorCpyCtr()

int vectorCpyCtr ( bool verbose,
bool debug )

Definition at line 1058 of file test/IntSerialDense/cxx_main.cpp.

◆ vectorAssignment()

int vectorAssignment ( bool verbose,
bool debug )

Definition at line 1126 of file test/IntSerialDense/cxx_main.cpp.

◆ vectorExceptions()

int vectorExceptions ( bool verbose,
bool debug )

Definition at line 1321 of file test/IntSerialDense/cxx_main.cpp.

◆ identicalSignatures()

bool identicalSignatures ( Epetra_IntSerialDenseMatrix & a,
Epetra_IntSerialDenseMatrix & b,
bool testLDA = true )

Definition at line 1456 of file test/IntSerialDense/cxx_main.cpp.

◆ seperateData()

Definition at line 1490 of file test/IntSerialDense/cxx_main.cpp.

◆ getRandArray()

double * getRandArray ( int length)

Definition at line 1513 of file test/IntSerialDense/cxx_main.cpp.

◆ randomInt()

int randomInt ( )

Definition at line 1523 of file test/IntSerialDense/cxx_main.cpp.

◆ printArray()

void printArray ( int * array,
int length )

Definition at line 1539 of file test/IntSerialDense/cxx_main.cpp.

◆ printMat()

void printMat ( const char * name,
Epetra_IntSerialDenseMatrix & matrix )

Definition at line 1547 of file test/IntSerialDense/cxx_main.cpp.

◆ printHeading()

void printHeading ( const char * heading)

Definition at line 1556 of file test/IntSerialDense/cxx_main.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 79 of file test/IntSerialDense/cxx_main.cpp.