[][src]Function aubio_sys::new_fmat

pub unsafe extern "C" fn new_fmat(height: uint_t, length: uint_t) -> *mut fmat_t

fmat_t buffer creation function

\param length the length of the matrix to create \param height the height of the matrix to create