DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Namespaces | Functions
utlCoreMKL.h File Reference
#include <cmath>
+ Include dependency graph for utlCoreMKL.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 utl
 

Functions

template<typename T >
void utl::vAbs (int n, T *vecIn, T *vecOut)
 
template<typename T >
void utl::vAdd (int n, T *vecIn, T *vecIn2, T *vecOut)
 
template<typename T >
void utl::vCos (int n, T *vecIn, T *vecOut)
 
template<typename T >
void utl::vDiv (int n, T *vecIn, T *vecIn2, T *vecOut)
 
template<typename T >
void utl::vExp (int n, T *vecIn, T *vecOut)
 
template<typename T >
void utl::vInv (int n, T *vecIn, T *vecOut)
 
template<typename T >
void utl::vInvSqrt (int n, T *vecIn, T *vecOut)
 
template<typename T >
void utl::vMul (int n, T *vecIn, T *vecIn2, T *vecOut)
 
template<typename T >
void utl::vSin (int n, T *vecIn, T *vecOut)
 
template<typename T >
void utl::vSqr (int n, T *vecIn, T *vecOut)
 
template<typename T >
void utl::vSqrt (int n, T *vecIn, T *vecOut)
 
template<typename T >
void utl::vSub (int n, T *vecIn, T *vecIn2, T *vecOut)
 

Detailed Description

Author
Dr. Jian Cheng (JC), jian..nosp@m.chen.nosp@m.g.198.nosp@m.3@gm.nosp@m.ail.c.nosp@m.om

Definition in file utlCoreMKL.h.