Searched refs:max_row_nnz (Results 1 – 1 of 1) sorted by relevance
34 …PetscInt *max_row_nnz) /* I : Over-estimate of the number of nonzeros needed to store … in spbas_cholesky_garbage_collect() argument64 n_alloc_ok_max += max_row_nnz[i]; in spbas_cholesky_garbage_collect()71 max_need_extra += max_row_nnz[i]; in spbas_cholesky_garbage_collect()73 need_already += max_row_nnz[i]; in spbas_cholesky_garbage_collect()122 else *n_alloc_used += max_row_nnz[i]; in spbas_cholesky_garbage_collect()149 else *n_alloc_used += max_row_nnz[i]; in spbas_cholesky_garbage_collect()217 else *n_alloc_used += max_row_nnz[i]; in spbas_cholesky_garbage_collect()246 PetscInt *max_row_nnz; in spbas_incomplete_cholesky() local292 PetscCall(PetscCalloc1(nrows, &max_row_nnz)); in spbas_incomplete_cholesky()298 for (j = 0; j < p_nnz; j++) max_row_nnz[i + p_icol[j]]++; in spbas_incomplete_cholesky()[all …]