Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Dsymtranspose.c138 PetscCall(MatTransposeSetPrecursor(A, *B)); in MatTranspose_SeqAIJ()
H A Dmatmatmult.c1964 PetscCall(MatTransposeSetPrecursor(A, atb->At)); in MatProductNumeric_AtB_SeqAIJ_SeqAIJ()
/petsc/doc/changes/
H A D318.md195 …fter a call to `MatTranspose()` with `MAT_INITIAL_MATRIX`. Add `MatTransposeSetPrecursor()` to all…
/petsc/src/mat/impls/htool/
H A Dhtool.cxx211 PetscCall(MatTransposeSetPrecursor(B, BT)); in MatCreateSubMatrices_Htool()
233 PetscCall(MatTransposeSetPrecursor(B, BT)); in MatCreateSubMatrices_Htool()
/petsc/src/mat/impls/aij/mpi/
H A Dmpimatmatmult.c1257 PetscCall(MatTransposeSetPrecursor(P, Pt)); in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ_matmatmult()
1540 PetscCall(MatTransposeSetPrecursor(p->A, ptap->Rd)); in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ_nonscalable()
1542 PetscCall(MatTransposeSetPrecursor(p->B, ptap->Ro)); in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ_nonscalable()
H A Dmpiaij.c1948 PetscCall(MatTransposeSetPrecursor(A_diag, *B_diag)); in MatTranspose_MPIAIJ()
6011 PetscCall(MatTransposeSetPrecursor(Ct, C)); in MatMatMultNumeric_MPIDense_MPIAIJ()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi293 PetscErrorCode MatTransposeSetPrecursor(PetscMat, PetscMat)
H A DMat.pyx2229 petsc.MatTransposeSetPrecursor
2232 CHKERR(MatTransposeSetPrecursor(self.mat, out.mat))
/petsc/src/mat/interface/
H A Dmatrix.c5294 PetscErrorCode MatTransposeSetPrecursor(Mat mat, Mat B) in MatTransposeSetPrecursor() function
5343 if (reuse == MAT_INITIAL_MATRIX) PetscCall(MatTransposeSetPrecursor(mat, *B)); in MatTranspose_Private()
5422 PetscCall(MatTransposeSetPrecursor(A, *B)); in MatTransposeSymbolic()
/petsc/include/
H A Dpetscmat.h826 PETSC_EXTERN PetscErrorCode MatTransposeSetPrecursor(Mat, Mat);