[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[igraph] matrix problem
From: |
Guilherme Ferraz de Arruda |
Subject: |
[igraph] matrix problem |
Date: |
Mon, 11 Oct 2010 17:22:27 -0300 |
Hi,
I have used:
igraph_matrix_t w_adj;
igraph_matrix_init(&w_adj, (long int)dados->i, (long int)dados->i);
where dados->i = 151.
But i got Segmentation Fault.
What is wrong?
i tried to use
igraph_matrix_init(&w_adj, 151, 151);
and got the same error.
What is wrong?
it seens to be so simple to have an erros, but i got this error at
this line by debugging.
Thanks for all.
Guilherme.
- [igraph] matrix problem,
Guilherme Ferraz de Arruda <=
Re: [igraph] matrix problem, Gábor Csárdi, 2010/10/11