igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] : Adjacency Matrix


From: Gábor Csárdi
Subject: Re: [igraph] : Adjacency Matrix
Date: Sun, 16 Nov 2014 13:28:18 -0500

On Sun, Nov 16, 2014 at 5:58 AM, patricia <address@hidden> wrote:
> Hi,
>
> To use igraph_adjacency function () I need to create a variable of type
> igraph_adjacency_t or simply use the following syntax: igraph_adjacency (&
> net, & adj, IGRAPH_ADJ_UNDIRECTED)?

Yes, you do not need a variable for that.

> You can use the SETEAN () function before creating the graph, or only after
> its creation is possible to set the numerical values of the edges?

No, these functions work on igraph objects, so you need to create one first.

Gabor

> Thank you
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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