Home
last modified time | relevance | path

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

/petsc/src/mat/impls/normal/
H A Dnormm.c105 static PetscErrorCode MatMult_Normal(Mat N, Vec x, Vec y) in MatMult_Normal() function
423 PetscCall(MatShellSetOperation(*N, MATOP_MULT, (PetscErrorCodeFn *)MatMult_Normal)); in MatCreateNormal()
424 PetscCall(MatShellSetOperation(*N, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)MatMult_Normal)); in MatCreateNormal()