+ 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
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
+ 1
this is purely made by me .they use very advanced functions .this is a basic library.
+ 1
I know about it but trying to understand matrix concepts.then learn about NEURAL NETWORKS
+ 1
I know but just learning.
0
Have you seen this library? http://mathjs.org
0
I am using it in my Neural Network codes,
https://code.sololearn.com/WTvhHZWRgMan/?ref=app and
https://code.sololearn.com/Wvo5ljRvHuJD/?ref=app
0
maybe they don't have all the functions you have implemented