help-gsl
[Top][All Lists]
Advanced

[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





reply via email to

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