Home
last modified time | relevance | path

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

/petsc/src/mat/impls/normal/
H A Dnormm.c94 static PetscErrorCode MatCopy_Normal(Mat A, Mat B, MatStructure str) in MatCopy_Normal() function
428 PetscCall(MatShellSetOperation(*N, MATOP_COPY, (PetscErrorCodeFn *)MatCopy_Normal)); in MatCreateNormal()