$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in multi-dimensional array class templates.
From: Joel falcou (joel.falcou_at_[hidden])
Date: 2011-06-18 10:42:47
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.