Monday, May 24, 2010

Multiply two matrices 3x4 using c++ language?

What kind of multiplication?





Are you looking for the dot product or cross product? Or maybe you are doing element by element with answer also being a 3x4 matrix?





Need more info

Multiply two matrices 3x4 using c++ language?
"The standard library does not provide a matrix class. Instead, the intent is for valarray and slice to provide the tools for building matrices optimized for a variety of needs."


No comments:

Post a Comment