Function tiny_solver::linear::sparse_qr

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