$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-02-22 08:09:17
currently following code fails
matrix< double > a( 3, 8 );
const matrix< double >& a_cref = a ;
row( trans( a_cref ), 2 ) ;
previously, `trans( a_cref )[ 2 ]` did work however ?