12.07.2015 Views

Intel® IPP Quick Reference

Intel® IPP Quick Reference

Intel® IPP Quick Reference

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Quick</strong> <strong>Reference</strong>IppStatus ippsBlockDMatrixInitAlloc_32f(IppsBlockDMatrix_32f** pMatrix,const Ipp32f** mSrc, const int* bSize, int nBlocks);IppStatus ippsBlockDMatrixInitAlloc_64f(IppsBlockDMatrix_64f** pMatrix,const Ipp64f** mSrc, const int* bSize, int nBlocks);BlockDMatrixFreeDeallocates the block diagonal matrix structure.IppStatus ippsBlockDMatrixFree_16s(IppsBlockDMatrix_16s* pMatrix);IppStatus ippsBlockDMatrixFree_32f(IppsBlockDMatrix_32f* pMatrix);IppStatus ippsBlockDMatrixFree_64f(IppsBlockDMatrix_64f* pMatrix);NthMaxElementSearches for the N-th maximal element of a vector.IppStatus ippsNthMaxElement_32s(const Ipp32s* psrc, int len, int n,Ipp32s* pres);IppStatus ippsNthMaxElement_32f(const Ipp32f* psrc, int len, int n,Ipp32f* pres);IppStatus ippsNthMaxElement_64f(const Ipp64f* psrc, int len, int n,Ipp64f* pres);VecMatMulMultiplies a vector by a matrix.IppStatus ippsVecMatMul_16s_D2Sfs(const Ipp16s* psrc, const Ipp16s*pmatr, int step, int height, Ipp16s* pdst, int width, intscalefactor);IppStatus ippsVecMatMul_16s_D2LSfs(const Ipp16s* psrc, const Ipp16s**mmatr, int height, Ipp16s* pdst, int width, int scalefactor);IppStatus ippsVecMatMul_32f_D2(const Ipp32f* psrc, const Ipp32f* pmatr,int step, int height, Ipp32f* pdst, int width);IppStatus ippsVecMatMul_32f_D2L(const Ipp32f* psrc, const Ipp32f**mmatr, int height, Ipp32f* pdst, int width);IppStatus ippsVecMatMul_16s32s_D2Sfs(const Ipp16s* psrc, const Ipp16s*pmatr, int step, int height, Ipp32s* pdst, int width, intscalefactor);IppStatus ippsVecMatMul_16s32s_D2LSfs(const Ipp16s* psrc, const Ipp16s*pmatr, int step, int height, Ipp32s* pdst,int width, intscalefactor);IppStatus ippsVecMatMul_32s_D2Sfs(const Ipp32s* psrc, const Ipp32s*pmatr, int step, int height, Ipp32s* pdst, int width, intscalefactor);IppStatus ippsVecMatMul_32s_D2LSfs(const Ipp32s* psrc, const Ipp32s*pmatr, int step, int height, Ipp32s* pdst, int width, intscalefactor);114

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!