Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
cxx_main_sym.cpp File Reference
#include "Teuchos_SerialSymDenseMatrix.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_SerialDenseHelpers.hpp"
#include "Teuchos_Version.hpp"
Include dependency graph for test/DenseMatrix/cxx_main_sym.cpp:

Go to the source code of this file.

Macros

#define OTYPE   int
 
#define STYPE   std::complex<double>
 

Typedefs

typedef Teuchos::SerialSymDenseMatrix< OTYPE, STYPESDMatrix
 
typedef Teuchos::SerialDenseMatrix< OTYPE, STYPEDMatrix
 
typedef Teuchos::SerialDenseVector< OTYPE, STYPEDVector
 

Functions

template<typename TYPE >
int PrintTestResults (std::string, TYPE, TYPE, bool)
 
int ReturnCodeCheck (std::string, int, int, bool)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ OTYPE

#define OTYPE   int

Definition at line 48 of file test/DenseMatrix/cxx_main_sym.cpp.

◆ STYPE

#define STYPE   std::complex<double>

Definition at line 49 of file test/DenseMatrix/cxx_main_sym.cpp.

Typedef Documentation

◆ SDMatrix

Definition at line 56 of file test/DenseMatrix/cxx_main_sym.cpp.

◆ DMatrix

Definition at line 57 of file test/DenseMatrix/cxx_main_sym.cpp.

◆ DVector

Definition at line 58 of file test/DenseMatrix/cxx_main_sym.cpp.

Function Documentation

◆ PrintTestResults()

template<typename TYPE >
int PrintTestResults ( std::string testName,
TYPE calculatedResult,
TYPE expectedResult,
bool verbose )

Definition at line 346 of file test/DenseMatrix/cxx_main_sym.cpp.

◆ ReturnCodeCheck()

int ReturnCodeCheck ( std::string testName,
int returnCode,
int expectedResult,
bool verbose )

Definition at line 362 of file test/DenseMatrix/cxx_main_sym.cpp.

◆ main()

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

Definition at line 60 of file test/DenseMatrix/cxx_main_sym.cpp.