[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Unable to find the source code for transitivity_undirected
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Unable to find the source code for transitivity_undirected |
Date: |
Sun, 10 Jan 2016 12:10:05 +0100 |
That method is written in C, not Python, so you won't find its source
in the Python source code. The C source is here:
https://github.com/igraph/igraph/blob/0.7.1/src/triangles.c#L575
T.
On Sun, Jan 10, 2016 at 11:06 AM, Ayushi Dalmia
<address@hidden> wrote:
> Hi,
>
> I am unable to find the source code for the function transitivity_undirected
> in the source code here:
>
> http://igraph.org/python/doc/igraph-pysrc.html#GraphBase.transitivity_undirected
>
> Regards,
> Ayushi
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>