Function bliss_audio_aubio_sys::fmat_vecmul[][src]

pub unsafe extern "C" fn fmat_vecmul(
    s: *const fmat_t,
    scale: *const fvec_t,
    output: *mut fvec_t
)
Expand description

compute the product of a matrix by a vector

\param s matrix to compute product with \param scale vector to compute product with \param output vector to store restults in