
18 Jun
2011
18 Jun
'11
2:42 p.m.
Some hints : - using proto should simplifying the boilerplate of expression templates and give you flexible semantic over different type of containers. - I strongly recommend to *not* rewrite linear algebra algorithm but to rely on matching patterns around them to feed them to the proper BLAS/LAPACK implmeentation calls. Matrix/vector is non trivial amount of work (see our talk at boost'con 2010) and you'll have to consider a lot of side stuff if you want it to have decent performances.