Skip to content

Makes SPQR solve LSQ problems for blocked matrices

This merge request makes two additions:

  • Fix a segfault that was happening when calling SPQR for solving least squares problems
  • Adapts SPQR to work with blocked (BCRS) matrices and right hand sides composed of vectors with matrix-valued entries

Merge request reports