[][src]Function simple_ml::matrix_vector_product_f

pub fn matrix_vector_product_f(
    matrix: &Vec<Vec<f64>>,
    vector: &Vec<f64>
) -> Vec<f64>