Menu

#1 Add special case for 1x1 * NxM as scaling

open
nobody
None
5
2003-07-15
2003-07-15
No

This should work:
Matrix a(3, 1);
Matrix b(3, 1);
Matrix c = a.transpose()*b*IdentityMatrix(3);

Discussion


Log in to post a comment.