Skip to main content

matrix_sub

Function matrix_sub 

Source
pub fn matrix_sub(a: &[Vec<f64>], b: &[Vec<f64>]) -> Option<Vec<Vec<f64>>>