Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Ddebug.h85 void do_validate_K(const gsl_matrix *K, const char*__pretty_func, const char *__file, int __line);
88 #define validate_K(K) do_validate_K(K,__SHOW_FUNC,__FILE__,__LINE__)
H A Ddebug.cpp327 void do_validate_K(const gsl_matrix *K, const char *__pretty_function, const char *__file, int __li… in do_validate_K() function