|
Ublas : |
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2006-11-23 15:42:02
Am Donnerstag, 23. November 2006 14:38 schrieb Karl Meerbergen:
> Can someone who knows the ublas code tell what happened to
> row_major::size2 ?
The old functions size1(M,m) and size2(M,m) are now size_M(rows, cols)
and size_m(rows, cols) (see functional.hpp). This was just a rename.
BTW. the mapping (rows, cols) -> (Major, minor) and reverse have the
same implementation and can thus be used in both directions.
mfg
Gunter