ublas compatible solvers (newbie question) (Zrubavel Zodikovich)
------------------------------
Message: 2
Date: Fri, 05 Nov 2004 22:52:14 +0200
From: Zrubavel Zodikovich
Daniel L Elliott wrote:
I know of no such solvers in or out of uBLAS so I am not of much help. However, you may want to consider interfacing uBLAS with libraries which are not compatable with uBLAS. You will find such interfaces in the BOOST-sandbox CVS. I may be undertaking a similar exercise between uBLAS and some sparse system solvers. Also, there exists documentation for these bindings, but I cannot find the link :(
bindigs docs are also in the sandbox, in libs/numeric/bindings. Introduction: http://tinyurl.com/66wb3 Traits: http://tinyurl.com/4vy6g ATLAS bindings: http://tinyurl.com/5ty8f LAPACK bindings: http://tinyurl.com/443zv UMFPACK bindings: http://tinyurl.com/4qfol Regards, fres
G'day all. Daniel L Elliott wrote:
I know of no such solvers in or out of uBLAS so I am not of much help. However, you may want to consider interfacing uBLAS with libraries which are not compatable with uBLAS. You will find such interfaces in the BOOST-sandbox CVS. I may be undertaking a similar exercise between uBLAS and some sparse system solvers.
Interesting. Do you have any specific ones in mind? I took a look at LASPACK, but unfortunately it doesn't appear to use BLAS. Obviously, not reinventing the wheel would be best. Cheers, Andrew Bromage
Have anyone ever thought about implementing bindings for the PETSc library? To me, PETSc (http://www-unix.mcs.anl.gov/petsc/petsc-2/) seems to be the best numeric library so far. Cheers, Lorenzo. On Tue, 2004-11-09 at 00:30, ajb@spamcop.net wrote:
G'day all.
Daniel L Elliott wrote:
I know of no such solvers in or out of uBLAS so I am not of much help. However, you may want to consider interfacing uBLAS with libraries which are not compatable with uBLAS. You will find such interfaces in the BOOST-sandbox CVS. I may be undertaking a similar exercise between uBLAS and some sparse system solvers.
Interesting. Do you have any specific ones in mind? I took a look at LASPACK, but unfortunately it doesn't appear to use BLAS.
Obviously, not reinventing the wheel would be best.
Cheers, Andrew Bromage _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On Monday 08 November 2004 09:47 am, Kresimir Fresl wrote:
Daniel L Elliott wrote:
I know of no such solvers in or out of uBLAS so I am not of much help. However, you may want to consider interfacing uBLAS with libraries which are not compatable with uBLAS. You will find such interfaces in the BOOST-sandbox CVS. I may be undertaking a similar exercise between uBLAS and some sparse system solvers. Also, there exists documentation for these bindings, but I cannot find the link :(
bindigs docs are also in the sandbox, in libs/numeric/bindings.
Introduction: http://tinyurl.com/66wb3
Traits: http://tinyurl.com/4vy6g
ATLAS bindings: http://tinyurl.com/5ty8f
LAPACK bindings: http://tinyurl.com/443zv
UMFPACK bindings: http://tinyurl.com/4qfol
Regards,
fres
Is it true that new documentation is being created for uBLAS? Will this be released with 1.32? Will it contain additional information about sparse matrix types? Thank you, Dan Elliott -- ************************** Dan Elliott 402-210-6429 (me) or 402-210-6735 (amy) dan_elliott@cox.net **************************
participants (5)
-
ajb@spamcop.net
-
Daniel L Elliott
-
Daniel L Elliott
-
Kresimir Fresl
-
Lorenzo Bolla