$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-05-25 12:21:36
Can someone explain why sometimes B*C doesn't work but prod(B,C) works
when B and C are different types? I think I understand it to be because
there are two global operator * that it can be resolved to, but I'm
unsure.
Thanks!
Sohail