--
You received this message because you are subscribed to the Google Groups "matrixprogramming" group.
To post to this group, send email to matrixpr...@googlegroups.com.
To unsubscribe from this group, send email to matrixprogramm...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/matrixprogramming?hl=en.
I have modified run_taucs_mult.cpp to solve a system of linear equations
with TAUCS. Please have a look at
http://matrixprogramming.com/benchmark/run_taucs.cpp
When I compile it, then
$ ./run_taucs 3x3.mtx 3x1.mtx
is working just fine and produces the correct answer (9.25, 8.5, 5.75).
3x3.mtx and 3x1.mtx are your matrices in the Matrix Market format and
you will find them at
http://matrixprogramming.com/benchmark/
Please just first compile my code (you need to compile auxiliary.cpp as
well, see makefile) and try with your matrices to check that everything
is okay with your libraries. Then you can be back to your original code
to find a mistake. I have forgotten to mention that
taucs_logfile("stdout");
will add debugging output from TAUCS. It may help you to find the
problem. In any case by me TAUCS solves the system.
--
You received this message because you are subscribed to the Google Groups "matrixprogramming" group.
To post to this group, send email to matrixpr...@googlegroups.com.
To unsubscribe from this group, send email to matrixprogramm...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/matrixprogramming?hl=en.