
11 Feb
2010
11 Feb
'10
7:20 a.m.
Emil Dotchevski wrote:
By overloading generically, I mean the way other operators are overloaded in (Boost) LA: they're namespace-scope functions that kick-in for any conforming user-defined vector or matrix type.
Oh yeah OK i see it now. What about: at(v, (_2,_1,-_3)) = xxx ; ?