jluttine / suitesparse

PLEASE SEE THE OFFICIAL REPOSITORY. THIS IS NOT MAINTAINED ANYMORE.
https://github.com/DrTimothyAldenDavis/SuiteSparse
Other
93 stars 44 forks source link

accessing SPQR_qmult from C #10

Closed lkapelevich closed 4 years ago

lkapelevich commented 5 years ago

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?

ecsx1 commented 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

Reference https://github.com/jluttine/suitesparse/issues/11

lkapelevich commented 4 years ago

Glad to see the official repo on Github :-)