$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-03-14 19:31:53
----- Original Message -----
From: "Gabriel Dos Reis" <Gabriel.Dos-Reis_at_[hidden]>
> One can see the problem from a type perspetive: Two array objects with
> different shapes are instances of (conceptually) two different types
> (that matters for matrix operations) and implicit conversions should
> not be tolerated.
I think that's only possible when you know the array's dimensions at
compile-time. Many domains don't allow that knowledge a priori.
-Dave