
22 Feb
2011
22 Feb
'11
8:35 a.m.
Hi, while not extending the Boost.uBLAS library? http://www.boost.org/doc/libs/1_45_0/libs/numeric/ublas/doc/index.htm
It works very well with matrix and vector. It uses expression templates. It handles special matrices (like sparse matricies). It easly integrates with LAPACK/UBLAS thanks to Boost.Numeric-Bindings.
Best,
Hi Marco. I considered doing it as such - but it was too difficult imo. I do use ublas/blas indirectly - where tensor can be treated as a matrix. but I didnt find it easy to reuse either containers or algorithms as they are stricly 2D. For my purposes multi array is much more useful (thats what I use as backend).