Boost logo

Ublas :

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2006-07-25 07:15:11


When porting legacy code, it is very helpful if the matrix class supports
the old C/Fortran notation: A[i][j].

It seems ublas doesn't support this, but uses A(i,j). Unfortunate. Is this
too difficult to implement?