Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c15 Mat_Nest *bA = (Mat_Nest *)A->data; in MatNestGetSizes_Private()
40 Mat_Nest *bA = (Mat_Nest *)A->data; in MatMult_Nest()
62 Mat_Nest *bA = (Mat_Nest *)A->data; in MatMultAdd_Nest()
95 Mat_Nest *bA; in MatProductNumeric_Nest_Dense()
115 bA = (Mat_Nest *)A->data; in MatProductNumeric_Nest_Dense()
170 Mat_Nest *bA; in MatProductSymbolic_Nest_Dense()
185 bA = (Mat_Nest *)A->data; in MatProductSymbolic_Nest_Dense()
263 Mat_Nest *bA = (Mat_Nest *)A->data; in MatMultTransposeKernel_Nest()
299 Mat_Nest *bA = (Mat_Nest *)A->data; in MatMultTransposeAddKernel_Nest()
340 Mat_Nest *bA = (Mat_Nest *)A->data, *bC; in MatTranspose_Nest()
[all …]
H A Dmatnestimpl.h18 } Mat_Nest; typedef