|
Boost : |
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 ?
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk