$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2006-12-01 09:27:40
I was interested in using multi_array for some numeric work, but a trivial
benchmark of indexing operations, comparing C-style array, ublas, and
multi_array showed that multi_array was many times slower than ublas for
this common operation.