On 10/25/12 3:43 PM, Lorenzo Botti wrote:
> http://epubs.siam.org/doi/abs/10.1137/110830125
> I guess you already know this work...

Yep.  Is there actually any code available for Blaze yet?

Blitz++ is really an array class library.  Although you can do dense 
linear algebra with it, that's not really what it seems to have been 
designed to do.  (I like to use Blitz++ simply as a multi-dimensional 
array class and then pass the data off to BLAS/LAPACK.)

The use case for this stuff in libMesh for this stuff is --- I think --- 
small vectors / matrices (2x2 or 3x3).  This is also probably not 
especially well-suited for Blitz++.  I would put my money on Eigen3. 
But it would be nice to be able to try out different underlying 
implementations.

-- Boyce

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to