Home
last modified time | relevance | path

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

/dports/biology/gmap/gmap-2020-09-12/src/
H A Ddynprog.h186 struct Int3_T **matrix3_ptrs, *matrix3_space; member
H A Ddynprog.c651 new->matrix3_ptrs = (struct Int3_T **) CALLOC(max_glength+1,sizeof(struct Int3_T *)); in Dynprog_new()
736 FREE((*old)->matrix3_ptrs); in Dynprog_free()
1301 matrix3 = Matrix3_alloc(rlength,glength,this->matrix3_ptrs,this->matrix3_space); in Dynprog_standard()