$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ronald Garcia (rgarcia4_at_[hidden])
Date: 2001-03-13 09:40:54
>>>>> "w" == walter  <walter_at_[hidden]> writes:
    >> Would there be any interest in developing a multi-dimensional
    >> array (vector, matrix, ...) library at Boost ?
    w> Definitely yes.
    >> Following features would at least have to be in there: _
While we're on the topic of features, there is an item of note I would
like to mention.  Over the past few months, I have seen a good share
of conversations about wrapping C++ Standard valarray to work with
scripting languages and their mathematical libraries  - ie. using BPL
to supply valarrays to numerical python and vice versa.  I believe
that providing support for this kind of thing out of the box would be
an important feature to take into consideration.  I have been
including this requirement in my design of a mult-array.
ron