Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatrix.c563 PetscInt incols; in MatGetRow() local
573 PetscUseTypeMethod(mat, getrow, row, &incols, (PetscInt **)cols, (PetscScalar **)vals); in MatGetRow()
574 if (ncols) *ncols = incols; in MatGetRow()