Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmbasis.c386 PetscCall(MatDenseGetColumnVec(G, b_oldest % B->m, &g)); in LMBasisGEMMH()
H A Dlmproducts.c136 PetscCall(MatDenseGetColumnVec(dots->full, i % dots->m, &column)); in LMProductsUpdate_Internal()
/petsc/src/mat/tests/
H A Dex70.c483 PetscCall(MatDenseGetColumnVec(T, k, &Tv)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi509 PetscErrorCode MatDenseGetColumnVec(PetscMat, PetscInt, PetscVec*)
H A DMat.pyx5751 restoreDenseColumnVec, petsc.MatDenseGetColumnVec
5761 CHKERR(MatDenseGetColumnVec(self.mat, _i, &v.vec))
/petsc/include/
H A Dpetscmat.h708 PETSC_EXTERN PetscErrorCode MatDenseGetColumnVec(Mat, PetscInt, Vec *);
/petsc/src/mat/impls/dense/seq/
H A Ddense.c3694 PetscErrorCode MatDenseGetColumnVec(Mat A, PetscInt col, Vec *v) in MatDenseGetColumnVec() function
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c5200 PetscCall(MatDenseGetColumnVec(pcbddc->coarse_psi_B, i, &v)); in PCBDDCSetUpCorrection()
5212 PetscCall(MatDenseGetColumnVec(pcbddc->coarse_psi_D, i, &v)); in PCBDDCSetUpCorrection()