pub unsafe extern "C" fn fmat_get_channel(
    s: *const fmat_t,
    channel: uint_t,
    output: *mut fvec_t
)
Expand description

read channel vector from a buffer

\param s vector to read from \param channel channel to read from \param output ::fvec_t to output to