Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/dfp/
H A Ddfp.c90 PetscCall(MatLMVMGetWorkRow(B, &StB0X)); in DFPKernel_CompactDense()
91 PetscCall(MatLMVMGetWorkRow(B, &YtX)); in DFPKernel_CompactDense()
92 PetscCall(MatLMVMGetWorkRow(B, &u)); in DFPKernel_CompactDense()
93 PetscCall(MatLMVMGetWorkRow(B, &v)); in DFPKernel_CompactDense()
140 PetscCall(MatLMVMGetWorkRow(B, &YtX)); in DFPKernel_Dense()
141 PetscCall(MatLMVMGetWorkRow(B, &u)); in DFPKernel_Dense()
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c29 PetscCall(MatLMVMGetWorkRow(B, &StBkX)); in BFGSKernel_Recursive_Inner()
30 PetscCall(MatLMVMGetWorkRow(B, &YtX)); in BFGSKernel_Recursive_Inner()
199 PetscCall(MatLMVMGetWorkRow(B, &YtX)); in BFGSKernel_CompactDense()
200 PetscCall(MatLMVMGetWorkRow(B, &StB0X)); in BFGSKernel_CompactDense()
201 PetscCall(MatLMVMGetWorkRow(B, &u)); in BFGSKernel_CompactDense()
202 PetscCall(MatLMVMGetWorkRow(B, &v)); in BFGSKernel_CompactDense()
/petsc/src/ksp/ksp/utils/lmvm/brdn/
H A Dbrdn.c169 PetscCall(MatLMVMGetWorkRow(B, &StX)); in BroydenKernel_CompactDense()
200 PetscCall(MatLMVMGetWorkRow(B, &YmB0StX)); in BroydenKernelHermitianTranspose_CompactDense()
238 PetscCall(MatLMVMGetWorkRow(B, &StX)); in BroydenKernel_Dense()
281 PetscCall(MatLMVMGetWorkRow(B, &YtX)); in BroydenKernelHermitianTranspose_Dense()
282 PetscCall(MatLMVMGetWorkRow(B, &StBHX)); in BroydenKernelHermitianTranspose_Dense()
H A Dbadbrdn.c301 PetscCall(MatLMVMGetWorkRow(B, &YtB0X)); in BadBroydenKernel_CompactDense()
302 PetscCall(MatLMVMGetWorkRow(B, &v)); in BadBroydenKernel_CompactDense()
341 PetscCall(MatLMVMGetWorkRow(B, &YmB0StG)); in BadBroydenKernelHermitianTranspose_CompactDense()
342 PetscCall(MatLMVMGetWorkRow(B, &v)); in BadBroydenKernelHermitianTranspose_CompactDense()
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.c42 PetscCall(MatLMVMGetWorkRow(B, &StBkX)); in SymBroydenKernel_Recursive_Inner()
43 PetscCall(MatLMVMGetWorkRow(B, &YtX)); in SymBroydenKernel_Recursive_Inner()
44 PetscCall(MatLMVMGetWorkRow(B, &U)); in SymBroydenKernel_Recursive_Inner()
45 PetscCall(MatLMVMGetWorkRow(B, &V)); in SymBroydenKernel_Recursive_Inner()
524 PetscCall(MatLMVMGetWorkRow(B, &StB0X)); in SymBroydenKernel_CompactDense()
525 PetscCall(MatLMVMGetWorkRow(B, &YtX)); in SymBroydenKernel_CompactDense()
526 PetscCall(MatLMVMGetWorkRow(B, &u)); in SymBroydenKernel_CompactDense()
527 PetscCall(MatLMVMGetWorkRow(B, &v)); in SymBroydenKernel_CompactDense()
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c56 PetscCall(MatLMVMGetWorkRow(B, &YmBkStX)); in SR1Kernel_Recursive_Inner()
220 PetscCall(MatLMVMGetWorkRow(B, &YmB0StX)); in SR1Kernel_CompactDense()
221 PetscCall(MatLMVMGetWorkRow(B, &v)); in SR1Kernel_CompactDense()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvm.h151 PETSC_INTERN PetscErrorCode MatLMVMGetWorkRow(Mat, Vec *);
H A Dlmvmutils.c1167 PETSC_INTERN PetscErrorCode MatLMVMGetWorkRow(Mat B, Vec *array_p) in MatLMVMGetWorkRow() function