$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stephen Crowley (stephenc_at_[hidden])
Date: 2002-11-26 22:10:08
It is possible for a vector and a matrix to share the same storage, as
long as the dimensions agree?
Some of the algorithms I am implementing require some objects to be treated
as an arbitrarily sized matrix, and sometimes as a vector, and it would be
convient to have a matrix and a vector share the same memory.
-- Stephen