Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
6815 Discussions

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

NR
Beginner
467 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
467 Views

There is no similar single function in IPP

Vladimir

0 Kudos
Reply