Skip to main content

mat_vec_mul

Function mat_vec_mul 

Source
pub fn mat_vec_mul(a: &[Vec<f64>], x: &[f64]) -> Vec<f64>