auto_solve_linear_system

Function auto_solve_linear_system 

Source
pub fn auto_solve_linear_system<F>(
    a: &ArrayView2<'_, F>,
    b: &ArrayView1<'_, F>,
    solver_type: LinearSolverType,
) -> IntegrateResult<Array1<F>>
Expand description

Solve a linear system using automatic method selection