Go to the source code of this file.
|
| void | vsmc::internal::mkl_error_check (int status, const char *func, const char *mklf) |
| |
| template<typename MKLPtr , typename Derived > |
| bool | vsmc::operator!= (const MKLBase< MKLPtr, Derived > &ptr1, const MKLBase< MKLPtr, Derived > &ptr2) |
| | Comparison of inequality of two MKLBase objects. More...
|
| |
| template<typename MKLPtr , typename Derived > |
| bool | vsmc::operator== (const MKLBase< MKLPtr, Derived > &ptr1, const MKLBase< MKLPtr, Derived > &ptr2) |
| | Comparison of equality of two MKLBase objects. More...
|
| |
| template<typename MKLPtr , typename Derived > |
| void | vsmc::swap (const MKLBase< MKLPtr, Derived > &ptr1, const MKLBase< MKLPtr, Derived > &ptr2) |
| | Swap two MKLBase objects. More...
|
| |