multiplication of matrices | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

multiplication of matrices

please help me wih this code in C++ . i am not getting it right.

17th Oct 2016, 2:09 PM
Astha
1 Answer
0
C++ doesn't come with built-in matrix functionality, and while multi-dimensional arrays are similar, they aren't matrices. However, while C++ doesn't have matrices built-in, the Boost libraries do come with matrix functionality. http://www.boost.org/doc/libs/1_36_0/libs/numeric/ublas/doc/matrix.htm
18th Oct 2016, 2:44 AM
DaemonErrors
DaemonErrors - avatar