Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx270 PetscInt i, nz, nzLower, offset, rowOffset; in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix() local
294 rowOffset = 1; in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix()
298 AiLo[i] = rowOffset; in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix()
299 rowOffset += nz + 1; in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu315 PetscInt i, nz, nzLower, offset, rowOffset; in MatSeqAIJCUSPARSEBuildILULowerTriMatrix() local
340 rowOffset = 1; in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
344 AiLo[i] = rowOffset; in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
345 rowOffset += nz + 1; in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()