igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] matrix in python lib


From: Tam??s Nepusz
Subject: Re: [igraph] matrix in python lib
Date: Mon, 6 May 2013 22:23:03 +0200

> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]