Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
specializedLAPACK< T > Struct Template Reference

Public Member Functions

template<class R >
void add (const R &a, const T &b, T &result)
 
template<class R >
void multiply (const R &a, const T &b, T &result)
 
template<class R >
void divide (const T &a, const R &b, T &result)
 

Static Public Member Functions

static int test (bool verbose)
 

Detailed Description

template<typename T>
struct specializedLAPACK< T >

Definition at line 54 of file numerics/test/LAPACK/cxx_main.cpp.

Member Function Documentation

◆ test()

template<class T >
int specializedLAPACK< T >::test ( bool verbose)
static

Definition at line 351 of file numerics/test/LAPACK/cxx_main.cpp.

◆ add()

template<typename T >
template<class R >
void specializedLAPACK< T >::add ( const R & a,
const T & b,
T & result )
inline

Definition at line 61 of file numerics/test/LAPACK/cxx_main.cpp.

◆ multiply()

template<typename T >
template<class R >
void specializedLAPACK< T >::multiply ( const R & a,
const T & b,
T & result )
inline

Definition at line 64 of file numerics/test/LAPACK/cxx_main.cpp.

◆ divide()

template<typename T >
template<class R >
void specializedLAPACK< T >::divide ( const T & a,
const R & b,
T & result )
inline

Definition at line 67 of file numerics/test/LAPACK/cxx_main.cpp.


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