Closed lkapelevich closed 4 years ago
This is not the official SuiteSparse repo. It's just a copy. Please submit your issue to the official repo maintained by the author (Tim Davis): https://github.com/DrTimothyAldenDavis/SuiteSparse
Glad to see the official repo on Github :-)
In https://github.com/jluttine/suitesparse/blob/master/SPQR/Source/SuiteSparseQR_qmult.cpp there are functions to apply a Q factor to a dense or sparse matrix. But in this header file: https://github.com/jluttine/suitesparse/blob/003319cab6429a61aed5b311f5957fce28ce06fd/SPQR/Include/SuiteSparseQR_C.h#L196 the description says
SuiteSparseQR_C_qmult
applies only for the dense case. Is there is no C interface for applying Q to a sparse matrix? Or am I missing something?