tiny_solver::linear

Function sparse_qr

Source
pub fn sparse_qr(
    residuals: &Mat<f64>,
    jacobians: &SparseColMat<usize, f64>,
) -> Mat<f64>