Boost logo

Ublas :

From: Dima Sorkin (dsorkin_at_[hidden])
Date: 2005-02-17 03:13:31


Hi.
 Is uBlas intended to work with types other than
'double' and 'float' based ?
  I mean with any classes that support the '*', '*='
operations ( i.e. (double)*(custom class) ) and '+', '+=' '-' ... operators ?
  I didn't suceeded to multiply matrix of double with my custom class of
3d vectors, without interventing into promote_traits inside '...::ublas::'
namespace.
  I asked this question long before. Someone has any answer ?

Thank you.
 Regards,
Dmitri Sorkin.