Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | Private Types | Private Member Functions | List of all members
FadLAPACKUnitTests< FadType, ScalarType > Class Template Reference

#include <FadLAPACKUnitTests.hpp>

Inherits TestFixture.

Public Member Functions

 FadLAPACKUnitTests ()
 
 FadLAPACKUnitTests (int m, int n, int l, int ndot, double absolute_tolerance, double relative_tolerance)
 
void setUp ()
 
void tearDown ()
 
void testGESV ()
 

Protected Attributes

Sacado::Random< ScalarType > urand
 
Sacado::Random< double > real_urand
 
unsigned int m
 
unsigned int n
 
unsigned int l
 
unsigned int ndot
 
double tol_a
 
double tol_r
 

Private Types

typedef Sacado::Fad::Vector
< unsigned int, FadType
VectorType
 

Private Member Functions

 CPPUNIT_TEST_SUITE (FadLAPACKUnitTests)
 
 CPPUNIT_TEST (testGESV)
 
 CPPUNIT_TEST_SUITE_END ()
 

Detailed Description

template<class FadType, class ScalarType>
class FadLAPACKUnitTests< FadType, ScalarType >

Definition at line 66 of file FadLAPACKUnitTests.hpp.

Member Typedef Documentation

template<class FadType , class ScalarType >
typedef Sacado::Fad::Vector<unsigned int,FadType> FadLAPACKUnitTests< FadType, ScalarType >::VectorType
private

Definition at line 68 of file FadLAPACKUnitTests.hpp.

Constructor & Destructor Documentation

template<class FadType , class ScalarType >
FadLAPACKUnitTests< FadType, ScalarType >::FadLAPACKUnitTests ( )

Definition at line 115 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
FadLAPACKUnitTests< FadType, ScalarType >::FadLAPACKUnitTests ( int  m,
int  n,
int  l,
int  ndot,
double  absolute_tolerance,
double  relative_tolerance 
)

Definition at line 120 of file FadLAPACKUnitTests.hpp.

Member Function Documentation

template<class FadType , class ScalarType >
FadLAPACKUnitTests< FadType, ScalarType >::CPPUNIT_TEST_SUITE ( FadLAPACKUnitTests< FadType, ScalarType >  )
private
template<class FadType , class ScalarType >
FadLAPACKUnitTests< FadType, ScalarType >::CPPUNIT_TEST ( testGESV  )
private
template<class FadType , class ScalarType >
FadLAPACKUnitTests< FadType, ScalarType >::CPPUNIT_TEST_SUITE_END ( )
private
template<class FadType , class ScalarType >
void FadLAPACKUnitTests< FadType, ScalarType >::setUp ( )

Definition at line 133 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
void FadLAPACKUnitTests< FadType, ScalarType >::tearDown ( )

Definition at line 137 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
void FadLAPACKUnitTests< FadType, ScalarType >::testGESV ( )

Definition at line 143 of file FadLAPACKUnitTests.hpp.

Member Data Documentation

template<class FadType , class ScalarType >
Sacado::Random<ScalarType> FadLAPACKUnitTests< FadType, ScalarType >::urand
protected

Definition at line 91 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
Sacado::Random<double> FadLAPACKUnitTests< FadType, ScalarType >::real_urand
protected

Definition at line 94 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
unsigned int FadLAPACKUnitTests< FadType, ScalarType >::m
protected

Definition at line 97 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
unsigned int FadLAPACKUnitTests< FadType, ScalarType >::n
protected

Definition at line 100 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
unsigned int FadLAPACKUnitTests< FadType, ScalarType >::l
protected

Definition at line 103 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
unsigned int FadLAPACKUnitTests< FadType, ScalarType >::ndot
protected

Definition at line 106 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
double FadLAPACKUnitTests< FadType, ScalarType >::tol_a
protected

Definition at line 109 of file FadLAPACKUnitTests.hpp.

template<class FadType , class ScalarType >
double FadLAPACKUnitTests< FadType, ScalarType >::tol_r
protected

Definition at line 109 of file FadLAPACKUnitTests.hpp.


The documentation for this class was generated from the following file: