Skip to main content

matvec

Function matvec 

Source
pub fn matvec(a: &[f64], m: usize, n: usize, x: &[f64]) -> Vec<f64>
Expand description

Compute y = A * x where A is m × n (row-major), x has n elements, result y has m elements.