| Epetra Package Browser (Single Doxygen Collection)
    Development
    | 
#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>
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[]) | 
| int matrixCoverage | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 169 of file test/IntSerialDense/cxx_main.cpp.
| int matrixCtr | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 200 of file test/IntSerialDense/cxx_main.cpp.
| int matrixCpyCtr | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 378 of file test/IntSerialDense/cxx_main.cpp.
| int matrixAssignment | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 670 of file test/IntSerialDense/cxx_main.cpp.
| int matrixExceptions | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 449 of file test/IntSerialDense/cxx_main.cpp.
| int vectorCoverage | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 870 of file test/IntSerialDense/cxx_main.cpp.
| int vectorCtr | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 900 of file test/IntSerialDense/cxx_main.cpp.
| int vectorCpyCtr | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 1058 of file test/IntSerialDense/cxx_main.cpp.
| int vectorAssignment | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 1126 of file test/IntSerialDense/cxx_main.cpp.
| int vectorExceptions | ( | bool | verbose, | 
| bool | debug | ||
| ) | 
Definition at line 1321 of file test/IntSerialDense/cxx_main.cpp.
| bool identicalSignatures | ( | Epetra_IntSerialDenseMatrix & | a, | 
| Epetra_IntSerialDenseMatrix & | b, | ||
| bool | testLDA = true | ||
| ) | 
Definition at line 1456 of file test/IntSerialDense/cxx_main.cpp.
| bool seperateData | ( | Epetra_IntSerialDenseMatrix & | a, | 
| Epetra_IntSerialDenseMatrix & | b | ||
| ) | 
Definition at line 1490 of file test/IntSerialDense/cxx_main.cpp.
| double * getRandArray | ( | int | length | ) | 
Definition at line 1513 of file test/IntSerialDense/cxx_main.cpp.
| int randomInt | ( | ) | 
Definition at line 1523 of file test/IntSerialDense/cxx_main.cpp.
| void printArray | ( | int * | array, | 
| int | length | ||
| ) | 
Definition at line 1539 of file test/IntSerialDense/cxx_main.cpp.
| void printMat | ( | const char * | name, | 
| Epetra_IntSerialDenseMatrix & | matrix | ||
| ) | 
Definition at line 1547 of file test/IntSerialDense/cxx_main.cpp.
| void printHeading | ( | const char * | heading | ) | 
Definition at line 1556 of file test/IntSerialDense/cxx_main.cpp.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 79 of file test/IntSerialDense/cxx_main.cpp.
 1.8.5
 1.8.5