Skip to main content

mat_vec

Function mat_vec 

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

Matrix-vector multiply.