|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_SerialBandDenseMatrix.hpp"#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 Teuchos::SerialBandDenseMatrix < OTYPE, STYPE > | BDMatrix |
| typedef Teuchos::SerialDenseMatrix < OTYPE, STYPE > | DMatrix |
| typedef Teuchos::SerialDenseVector < OTYPE, STYPE > | DVector |
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 16 of file cxx_main_band.cpp.
| #define STYPE std::complex<double> |
Definition at line 17 of file cxx_main_band.cpp.
| typedef Teuchos::SerialBandDenseMatrix<OTYPE, STYPE> BDMatrix |
Definition at line 24 of file cxx_main_band.cpp.
| typedef Teuchos::SerialDenseMatrix<OTYPE, STYPE> DMatrix |
Definition at line 25 of file cxx_main_band.cpp.
| typedef Teuchos::SerialDenseVector<OTYPE, STYPE> DVector |
Definition at line 26 of file cxx_main_band.cpp.
| int PrintTestResults | ( | std::string | testName, |
| TYPE | calculatedResult, | ||
| TYPE | expectedResult, | ||
| bool | verbose | ||
| ) |
| int ReturnCodeCheck | ( | std::string | testName, |
| int | returnCode, | ||
| int | expectedResult, | ||
| bool | verbose | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 28 of file cxx_main_band.cpp.
1.8.5