Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6711 Discussions

Vector Matrix Vector Product aka f64 result = v[1,n] * m[n, n] * v[n,1]

NR
Beginner
199 Views

f32/f64 result = v[1,n] * m[n, n] * v[n,1]

Is there a function which computes the above without having to allocate intermediate storage?

Similar to MahDist but with full matrix as inverse covariance matrix. Also the ippsLogGaussSingle_BlockDVar_32f is not suitable here due to the allocation requirement.

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
199 Views

There is no similar single function in IPP

Vladimir

0 Kudos
Reply