[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Help with GSL Matrices
From: |
adarsh |
Subject: |
[Help-gsl] Help with GSL Matrices |
Date: |
Sat, 10 Jun 2006 14:38:50 -0500 (CDT) |
User-agent: |
SquirrelMail/1.4.5 |
Hey All:
Is there a way we can avoid Segmentation fault error when we try to free a
gsl_matrix that was never allocated, or that has already been freed? I
tried the following but didn't help:
gsl_matrix_free(b);
try{
gsl_matrix_free(b);
}
catch (const char *s){
// i interpret this as: "do not take any action"
}
Thanks,
Adarsh
- [Help-gsl] Help with GSL Matrices,
adarsh <=
- Message not available
- Re: [Help-gsl] Help with GSL Matrices, John D Lamb, 2006/06/11
- Re: [Help-gsl] Help with GSL Matrices, Jochen Küpper, 2006/06/11
- Re: [Help-gsl] Help with GSL Matrices, John D Lamb, 2006/06/11
- free (was: [Help-gsl] Help with GSL Matrices), Jochen Küpper, 2006/06/11
- [Help-gsl] Re: free, John D Lamb, 2006/06/11
- [Help-gsl] Re: free, Jochen Küpper, 2006/06/11
- [Help-gsl] Re: free, Brian Gough, 2006/06/12
- Re: [Help-gsl] Re: free, John D Lamb, 2006/06/12
- Re: [Help-gsl] Re: free, Jochen Küpper, 2006/06/12