Searched refs:col_indices (Results 1 – 1 of 1) sorted by relevance
28 PetscInt *col_sz, *col_indices; member135 free(xxt_handle->info->col_indices); in XXT_free()186 PetscInt *col_sz, *col_indices, *stages; in xxt_generate() local210 col_indices = (PetscInt *)malloc((2 * m + 1) * sizeof(PetscInt)); in xxt_generate()213 col_indices[j] = col_indices[j + 1] = col_sz[i] = -1; in xxt_generate()216 col_indices[j] = -1; in xxt_generate()288 iptr = col_indices; in xxt_generate()303 iptr = col_indices; in xxt_generate()365 col_indices[2 * i] = off; in xxt_generate()366 col_sz[i] = col_indices[2 * i + 1] = len; in xxt_generate()[all …]