Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_SerialDenseHelpers.hpp"
#include "Teuchos_Version.hpp"
Go to the source code of this file.
Macros | |
#define | OTYPE int |
#define | STYPE std::complex<double> |
Typedefs | |
typedef double | Real |
typedef Teuchos::SerialDenseVector < int, std::complex< Real > > | DVector |
typedef Teuchos::SerialDenseMatrix < int, std::complex< Real > > | DMatrix |
Functions | |
template<typename TYPE > | |
int | PrintTestResults (std::string, TYPE, TYPE, bool) |
int | ReturnCodeCheck (std::string, int, int, bool) |
int | main (int argc, char *argv[]) |
#define OTYPE int |
Definition at line 47 of file numerics/test/DenseMatrix/cxx_main.cpp.
#define STYPE std::complex<double> |
Definition at line 48 of file numerics/test/DenseMatrix/cxx_main.cpp.
typedef double Real |
Definition at line 55 of file numerics/test/DenseMatrix/cxx_main.cpp.
typedef Teuchos::SerialDenseVector<int, std::complex<Real> > DVector |
Definition at line 56 of file numerics/test/DenseMatrix/cxx_main.cpp.
typedef Teuchos::SerialDenseMatrix<int, std::complex<Real> > DMatrix |
Definition at line 57 of file numerics/test/DenseMatrix/cxx_main.cpp.
int PrintTestResults | ( | std::string | testName, |
TYPE | calculatedResult, | ||
TYPE | expectedResult, | ||
bool | verbose | ||
) |
Definition at line 659 of file numerics/test/DenseMatrix/cxx_main.cpp.
int ReturnCodeCheck | ( | std::string | testName, |
int | returnCode, | ||
int | expectedResult, | ||
bool | verbose | ||
) |
Definition at line 675 of file numerics/test/DenseMatrix/cxx_main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 60 of file numerics/test/DenseMatrix/cxx_main.cpp.