Matrix Library [CONTRIBUTE] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Matrix Library [CONTRIBUTE]

hey ! i am trying to make an open source matrix library.you can contribute to this library. existing functions are 1.add,sub,div,and mult scaler number to matrix 2.add,dub,mult,div one matrix with other 3.dot produnct || matrix produnt 4.transpose matrix(rows to cols , cols to rows) 5.copy function 6.vector to matrix function 7.Matrix to vector function 8.square root https://code.sololearn.com/WbJYY5049yl6/?ref=app

12th Mar 2018, 6:26 PM
Eeshan Narula
Eeshan Narula - avatar
8 Answers
+ 6
Maybe you can add functions like : Rank of Matrix Kronecker Product Decompositions Exponentiations Complex Matrices Other utilities like sort, join, split, merge, extract, check, fill, refill, reset, resize, etc. I have tried to implement a similar class, in C++ though. You may check that as well. https://code.sololearn.com/cq24J951TxgI/?ref=app
13th Mar 2018, 10:52 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 1
this is purely made by me .they use very advanced functions .this is a basic library.
12th Mar 2018, 7:43 PM
Eeshan Narula
Eeshan Narula - avatar
+ 1
I know about it but trying to understand matrix concepts.then learn about NEURAL NETWORKS
12th Mar 2018, 7:55 PM
Eeshan Narula
Eeshan Narula - avatar
+ 1
I know but just learning.
12th Mar 2018, 7:56 PM
Eeshan Narula
Eeshan Narula - avatar
16th Mar 2018, 5:49 AM
Vikash Pal
Vikash Pal - avatar
0
Have you seen this library? http://mathjs.org
12th Mar 2018, 7:40 PM
🤖 Basile Laderchi
12th Mar 2018, 7:53 PM
🤖 Basile Laderchi
0
maybe they don't have all the functions you have implemented
12th Mar 2018, 7:54 PM
🤖 Basile Laderchi