Lines Matching refs:head
14 Mat_CompositeLink head, tail; member
39 next = shell->head; in MatDestroy_Composite()
81 next = shell->head; in MatMult_Composite_Multiplicative()
143 cur = shell->head; in MatMult_Composite()
152 for (cur = shell->head; cur; cur = cur->next) { in MatMult_Composite()
162 for (cur = shell->head; cur; cur = cur->next) { in MatMult_Composite()
174 for (cur = shell->head; cur; cur = cur->next) { in MatMult_Composite()
204 for (cur = shell->head, j = 0; cur; cur = cur->next, j++) { /* j-th matrix */ in MatMult_Composite()
251 for (cur = shell->head, tot = i = 0; cur; cur = cur->next, i++) { /* i-th matrix */ in MatMult_Composite()
263 for (cur = shell->head, i = 0; cur; cur = cur->next, i++) { in MatMult_Composite()
268 for (cur = shell->head; cur; cur = cur->next) PetscCall(MatMultAdd(cur->mat, x, y, y)); in MatMult_Composite()
283 next = shell->head; in MatMultTranspose_Composite()
311 next = shell->head; in MatGetDiagonal_Composite()
410 next = shell->head; in MatCompositeAddMat_Composite()
416 if (!next) shell->head = ilink; in MatCompositeAddMat_Composite()
663 next = shell->head; in MatCompositeMerge_Composite()
789 ilink = shell->head; in MatCompositeGetMat_Composite()