multiplication of matrices | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
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