Function compute::linalg::solve_sys[][src]

pub fn solve_sys(a: &[f64], b: &[f64]) -> Vec<f64>
Expand description

Solves a system of linear scalar equations. a must represent a square matrix.