#include <assert.h>
Go to the source code of this file.
Matrix vector dot product: m.v m[0..n1-1][0..n2-1] is input v[0..n2-1] in input r[0..n1-1] is output
Definition at line 7 of file mvdot.c.