How can I create or download larger input files for the examples? #1005
-
I want to test the program in the example directory with a large A, but how to download it with the command. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can either download a matrix from the SuiteSparse Matrix Collection in MatrixMarket format, unpack it and use it to replace the If you want to download a larger number of matrices, or automate some processes involving downloads from the SuiteSparse Matrix Collection, take a look at the And again, please use the Github Discussions to ask your questions and avoid creating new issues, unless they involve compilation or execution failures! |
Beta Was this translation helpful? Give feedback.
You can either download a matrix from the SuiteSparse Matrix Collection in MatrixMarket format, unpack it and use it to replace the
A.mtx
file, or generate one yourself, for example using MATLAB and themmwrite
function, whose source code you can find here.If you want to download a larger number of matrices, or automate some processes involving downloads from the SuiteSparse Matrix Collection, take a look at the
ssget
script.And again, please use the Github Discussions to ask your questions and avoid creating new issues, unless they involve compilation or execution failures!