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

Go to the source code of this file.

Macros

#define OTYPE   int
 
#define STYPE   double
 
#define SCALARMAX   STYPE(10)
 

Typedefs

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

Functions

template<typename TYPE >
int PrintTestResults (std::string, TYPE, TYPE, bool)
 
int ReturnCodeCheck (std::string, int, int, bool)
 
template<typename TYPE >
TYPE GetRandom (TYPE, TYPE)
 
template<>
int GetRandom (int, int)
 
template<>
double GetRandom (double, double)
 
template<typename T >
std::complex< T > GetRandom (std::complex< T >, std::complex< T >)
 
Teuchos::RCP< SDMatrixGetRandomSpdMatrix (int n)
 
Teuchos::RCP< DMatrixGetRandomMatrix (int m, int n)
 
Teuchos::RCP< DVectorGetRandomVector (int n)
 
int CompareVectors (const SerialDenseVector< OTYPE, STYPE > &Vector1, const SerialDenseVector< OTYPE, STYPE > &Vector2, ScalarTraits< STYPE >::magnitudeType Tolerance)
 
int main (int argc, char *argv[])
 
template<>
int GetRandom (int Low, int High)
 
template<>
double GetRandom (double Low, double High)
 

Macro Definition Documentation

◆ OTYPE

#define OTYPE   int

Definition at line 57 of file cxx_main_spd_solver.cpp.

◆ STYPE

#define STYPE   double

Definition at line 61 of file cxx_main_spd_solver.cpp.

◆ SCALARMAX

#define SCALARMAX   STYPE(10)

Definition at line 69 of file cxx_main_spd_solver.cpp.

Typedef Documentation

◆ DVector

Definition at line 77 of file cxx_main_spd_solver.cpp.

◆ DMatrix

Definition at line 78 of file cxx_main_spd_solver.cpp.

◆ SDMatrix

Definition at line 79 of file cxx_main_spd_solver.cpp.

Function Documentation

◆ PrintTestResults()

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

Definition at line 299 of file cxx_main_spd_solver.cpp.

◆ ReturnCodeCheck()

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

Definition at line 315 of file cxx_main_spd_solver.cpp.

◆ GetRandom() [1/6]

template<typename TYPE >
TYPE GetRandom ( TYPE Low,
TYPE High )

Definition at line 348 of file cxx_main_spd_solver.cpp.

◆ GetRandom() [2/6]

template<>
int GetRandom ( int Low,
int High )

Definition at line 1767 of file numerics/test/BLAS/cxx_main.cpp.

◆ GetRandom() [3/6]

template<>
double GetRandom ( double Low,
double High )

Definition at line 1773 of file numerics/test/BLAS/cxx_main.cpp.

◆ GetRandom() [4/6]

template<typename T >
std::complex< T > GetRandom ( std::complex< T > Low,
std::complex< T > High )

Definition at line 354 of file cxx_main_spd_solver.cpp.

◆ GetRandomSpdMatrix()

Teuchos::RCP< SDMatrix > GetRandomSpdMatrix ( int n)

Definition at line 375 of file cxx_main_spd_solver.cpp.

◆ GetRandomMatrix()

Teuchos::RCP< DMatrix > GetRandomMatrix ( int m,
int n )

Definition at line 413 of file cxx_main_spd_solver.cpp.

◆ GetRandomVector()

Teuchos::RCP< DVector > GetRandomVector ( int n)

Definition at line 425 of file cxx_main_spd_solver.cpp.

◆ CompareVectors()

int CompareVectors ( const SerialDenseVector< OTYPE, STYPE > & Vector1,
const SerialDenseVector< OTYPE, STYPE > & Vector2,
ScalarTraits< STYPE >::magnitudeType Tolerance )

Definition at line 439 of file cxx_main_spd_solver.cpp.

◆ main()

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

Definition at line 107 of file cxx_main_spd_solver.cpp.

◆ GetRandom() [5/6]

template<>
int GetRandom ( int Low,
int High )

Definition at line 364 of file cxx_main_spd_solver.cpp.

◆ GetRandom() [6/6]

template<>
double GetRandom ( double Low,
double High )

Definition at line 370 of file cxx_main_spd_solver.cpp.