pub unsafe extern "C" fn fvec_weighted_copy(
    in_: *const fvec_t,
    weight: *const fvec_t,
    out: *mut fvec_t
)
Expand description

make a copy of a vector, applying weights to each element

\param in input vector \param weight weights vector \param out output vector