|
| MKLCorrTask (MKL_INT mode, MKL_INT dims, const MKL_INT *xshape, const MKL_INT *yshape, const MKL_INT *zshape) |
| vslCorrNewTask More...
|
|
| MKLCorrTask (MKL_INT mode, const MKL_INT xshape, MKL_INT yshape, MKL_INT zshape) |
| vslCorrNewTask1D More...
|
|
| MKLCorrTask (MKL_INT mode, MKL_INT dims, const MKL_INT *xshape, const MKL_INT *yshape, const MKL_INT *zshape, const result_type *x, const MKL_INT *xstride) |
| vslCorrNewTaskX More...
|
|
| MKLCorrTask (MKL_INT mode, MKL_INT xshape, MKL_INT yshape, MKL_INT zshape, const result_type *x, const MKL_INT xstride) |
| vslCorrNewTaskX1D More...
|
|
| MKLCorrTask (const MKLCorrTask< ResultType > &other) |
| vslCorrCopyTask More...
|
|
| MKLCorrTask (MKLCorrTask< ResultType > &&)=default |
|
MKLCorrTask< ResultType > & | operator= (const MKLCorrTask< ResultType > &other) |
| vslCorrCopyTask More...
|
|
MKLCorrTask< ResultType > & | operator= (MKLCorrTask< ResultType > &&)=default |
|
int | reset (MKL_INT mode, MKL_INT dims, const MKL_INT *xshape, const MKL_INT *yshape, const MKL_INT *zshape) |
| vslCorrNewTask More...
|
|
int | reset (MKL_INT mode, const MKL_INT xshape, MKL_INT yshape, MKL_INT zshape) |
| vslCorrNewTask1D More...
|
|
int | reset (MKL_INT mode, MKL_INT dims, const MKL_INT *xshape, const MKL_INT *yshape, const MKL_INT *zshape, const result_type *x, const MKL_INT *xstride) |
| vslCorrNewTaskX More...
|
|
int | reset (MKL_INT mode, MKL_INT xshape, MKL_INT yshape, MKL_INT zshape, const result_type *x, const MKL_INT xstride) |
| vslCorrNewTaskX1D More...
|
|
| MKLBase ()=default |
|
| MKLBase (const MKLBase< ::VSLCorrTaskPtr, MKLCorrTask< ResultType > > &)=delete |
|
| MKLBase (MKLBase< ::VSLCorrTaskPtr, MKLCorrTask< ResultType > > &&)=default |
|
pointer | get () const |
|
deleter_type & | get_deleter () |
|
const deleter_type & | get_deleter () const |
|
| operator bool () const |
|
MKLBase< ::VSLCorrTaskPtr, MKLCorrTask< ResultType > > & | operator= (const MKLBase< ::VSLCorrTaskPtr, MKLCorrTask< ResultType > > &)=delete |
|
MKLBase< ::VSLCorrTaskPtr, MKLCorrTask< ResultType > > & | operator= (MKLBase< ::VSLCorrTaskPtr, MKLCorrTask< ResultType > > &&)=default |
|
int | release () |
|
void | reset (pointer ptr) |
|
void | swap (MKLBase< ::VSLCorrTaskPtr, MKLCorrTask< ResultType > > &other) |
|
template<typename ResultType = double>
class vsmc::MKLCorrTask< ResultType >
MKL VSLCorrTaskPtr
Definition at line 1566 of file mkl.hpp.