Lines Matching defs:N
13 static PetscErrorCode MatMult_LRC_kernel(Mat N, Vec x, Vec y, PetscBool transpose) in MatMult_LRC_kernel()
86 static PetscErrorCode MatMult_LRC(Mat N, Vec x, Vec y) in MatMult_LRC()
93 static PetscErrorCode MatMultTranspose_LRC(Mat N, Vec x, Vec y) in MatMultTranspose_LRC()
100 static PetscErrorCode MatDestroy_LRC(Mat N) in MatDestroy_LRC()
119 static PetscErrorCode MatLRCGetMats_LRC(Mat N, Mat *A, Mat *U, Vec *c, Mat *V) in MatLRCGetMats_LRC()
131 static PetscErrorCode MatLRCSetMats_LRC(Mat N, Mat A, Mat U, Vec c, Mat V) in MatLRCSetMats_LRC()
174 PetscErrorCode MatLRCGetMats(Mat N, Mat *A, Mat *U, Vec *c, Mat *V) in MatLRCGetMats()
200 PetscErrorCode MatLRCSetMats(Mat N, Mat A, Mat U, Vec c, Mat V) in MatLRCSetMats()
250 static PetscErrorCode MatSetUp_LRC(Mat N) in MatSetUp_LRC()
309 PETSC_EXTERN PetscErrorCode MatCreate_LRC(Mat N) in MatCreate_LRC()
373 PetscErrorCode MatCreateLRC(Mat A, Mat U, Vec c, Mat V, Mat *N) in MatCreateLRC()