Home
last modified time | relevance | path

Searched defs:col_idx_type (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas.c63 PetscInt col_idx_type = result->col_idx_type; in spbas_allocate_pattern() local
144 …w_order_icol(PetscInt i1, PetscInt i2, PetscInt *irow_in, PetscInt *icol_in, PetscInt col_idx_type) in spbas_row_order_icol()
179 …esort_icols(PetscInt nrows, PetscInt *irow_in, PetscInt *icol_in, PetscInt col_idx_type, PetscInt … in spbas_mergesort_icols()
250 …cInt *irow_in, PetscInt *icol_in, PetscInt nrows, PetscInt ncols, PetscInt col_idx_type, spbas_mat… in spbas_compress_pattern()
387 PetscInt col_idx_type = matrix_A.col_idx_type; in spbas_matrix_to_crs() local
435 PetscInt col_idx_type = in_matrix.col_idx_type; in spbas_transpose() local
H A Dspbas.h50 PetscInt col_idx_type; member