Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c97 Mat viewB, viewC, productB, workC; in MatProductNumeric_Nest_Dense() local
125 …contents->dm[i], PETSC_DECIDE, M, N, PetscSafePointerPlusOffset(carray, contents->dm[i]), &viewC)); in MatProductNumeric_Nest_Dense()
126 PetscCall(MatDenseSetLDA(viewC, ldc)); in MatProductNumeric_Nest_Dense()
142 PetscCall(MatAXPY(viewC, 1.0, contents->workC[i * nc + j], SAME_NONZERO_PATTERN)); in MatProductNumeric_Nest_Dense()
144 PetscCall(MatDestroy(&viewC)); in MatProductNumeric_Nest_Dense()