$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2003-05-22 11:18:44
In my opinion this proposal should be split into two parts:
1) an efficient container for short fixed size vectors and matrices and
operations on them, similar to TinyVector<T,N> in Blitz++. This might
be part of ublas.
2) a geometry library built on this TinyVector
Matthias