Re: [BLAS bindings] help appreciated on using trmv and gbmv
Florent Teichteil <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <CAMW3hvMBr5vWj=LcTxbO2Ghecab3NDFyhmiF0JWKmiKj-uUCvQ@mail.gmail.com> |
For those trying to compile my tests, I forgot to remove line 12 in file test.cc. I'm reattaching it. 2012/10/7 Florent Teichteil <[email protected]>: >> Hello Florent, >> >> thanks for all the testing! I would like to try your test cases, hunt down >> potential bugs, and, if you agree, include the test cases in the testing >> part of the bindings. Could you please provide your code as an attachment? >> >> Thanks, >> >> >> Rutger >> > > Hi Rutger, > > Thanks for your interest. You'll find my tests in the attached file > test.cc as well as the output file testoutput.txt which I get when > running it. I'm using Ubuntu with ATLAS backend. > > I would stress that there is in my opinion no other library like ublas > and its bindings around there, that handles so many matrix formats and > matrix storage options, and that we can bind to cblas compliant > libraries and others. It's really a great job. The problem is that I'm > using it in a large production code, so that I must say that I thought > to move to another library (eigen for instance), but in fact they > aren't much libraries like ublas that handle packed matrix formats > like triangular_matrix and banded_matrix. For my needs, I dream that I > could use proxies of triangular and banded (packed) matrices in > conjunction with the blas bindings, but it seems that it is not > possible for some technical reasons (I am not sure to understand why, > because netlib's blas or atlas also handle packed triangular and > banded matrices...). > > OK, but for the moment, it would be wonderful if binding functions > like trmv and gbmv work properly with dense matrices and triangular > and banded adaptors. (Perhaps they work properly, but I'm misusing > them, see my attached test files). > > Cheers > Florent _______________________________________________ ublas mailing list [email protected] http://lists.boost.org/mailman/listinfo.cgi/ublas Sent to: [email protected]
test.cc
(application/octet-stream, 5.1 KB) - not displayed