|
| 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 int | test (bool verbose) |
| |
template<typename T>
struct specializedLAPACK< T >
Definition at line 54 of file numerics/test/LAPACK/cxx_main.cpp.
◆ test()
◆ add()
template<typename T>
template<class R>
◆ multiply()
template<typename T>
template<class R>
◆ divide()
template<typename T>
template<class R>
The documentation for this struct was generated from the following file: