Blitz logo

Blitz Support :

From: eto_at_[hidden]
Date: 2004-08-17 19:23:09


On Sun, Aug 08, 2004 at 08:21:21AM -0400, Xianglong Yuan wrote:
> Hi, there,
>
> I'm new with Blitz, and would like to do a matrix multiplication.
> Particularly,
>
> M(3,N) x M(3,3) --> M(3,N)

Please forgive me for asking a possibly basic question here, but,
what is the expected behavior when doing this kind of operation?

AFAIK A(N,3)xB(3,3) is a well-defined piece of linear algebra ... it
results in a matric of C(N,3).

What you have proposed, though, I wouldn't know how you want the results
to pan out.

I feel like I'm missing out on some "industry" knowledge and I would
appreciate a clue.

TIA