Can you teach me how to used array api in C/C++?
1.How to get a data in co-ordinate i,j ,
example
a = array([[1,2,3],[4,5,6]]) how do i get the value of 5 in c/c++
or
2.How i sum all of data in arrays in c/c++
Best regards.
___
Numpy-discussion mailin
Can you teach me how to used array api in C/C++?
1.How to get a data in co-ordinate i,j ,
example
a = array([[1,2,3],[4,5,6]]) how do i get the value of 5 in c/c++
or
2.How i sum all of data in arrays in c/c++
___
Numpy-discussion mailing list
Numpy-di