igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] undocumented argument "eigenvectors" in igraph_community_le


From: Gábor Csárdi
Subject: Re: [igraph] undocumented argument "eigenvectors" in igraph_community_leading_eigenvector()
Date: Mon, 12 Sep 2011 10:59:38 -0400

Minh,

I've just added this:

 * \param eigenvectors If not a null pointer, then the eigenvectors
 *    that are calculated in each step of the algorithm, are stored here,
 *    in a pointer vector. Each eigenvector is stored in an
 *    \ref igraph_vector_t object. The user is responsible of
 *    deallocating the memory that belongs to the individual vectors,
 *    by calling first \ref igraph_vector_destroy(), and then
 *    <code>free()<code> on them.

Thanks, Best,
Gabor

On Fri, Sep 9, 2011 at 8:43 AM, Minh Nguyen <address@hidden> wrote:
> Hi folks,
>
> The C library has the function igraph_community_leading_eigenvector()
> to extract community structures via Newman's method of leading
> eigenvector. All arguments of this function, except for
> "eigenvectors", are documented. What is the purpose of the argument
> "eigenvectors"? Is there any documentation on this argument?
>
> --
> Regards
> Minh Van Nguyen
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     MTA KFKI RMKI



reply via email to

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