Home
last modified time | relevance | path

Searched refs:do_gsl_matrix_safe_free (Results 1 – 2 of 2) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Ddebug.h70 void do_gsl_matrix_safe_free (gsl_matrix *m, const char *__pretty_function, const char *__file, int…
192 do_gsl_matrix_safe_free(m,__SHOW_FUNC,__FILE__,__LINE__,false);
194 do_gsl_matrix_safe_free(m,__SHOW_FUNC,__FILE__,__LINE__,true);
H A Ddebug.cpp226 void do_gsl_matrix_safe_free (gsl_matrix *m, const char *__pretty_function, const char *__file, int… in do_gsl_matrix_safe_free() function