Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatproduct.c392 PetscInt Am, An, Bm, Bn, Cm, Cn; in MatProductSetFromOptions_Private() local
419 Cn = C ? C->cmap->N : 0; in MatProductSetFromOptions_Private()
430 MatProductTypes[product->type], B->rmap->N, B->cmap->N, Cm, Cn); in MatProductSetFromOptions_Private()