> in C lib, there are some functions for matrix, such as igraph_matrix_sum.
> But I can't find them in python lib. why is that, please?
Because there are plenty of other packages for Python that do matrix operations 
way better than igraph will ever do (since this is not the primary focus of 
igraph). If you need matrix operations in Python, you can use NumPy for 
instance.

-- 
T.
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to