Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex161.c105 PetscCall(MatTransColoringApplySpToDen(matcoloring, R, Rt_dense)); in main()
/petsc/src/mat/impls/aij/seq/
H A Dmatrart.c233 PetscCall(MatTransColoringApplySpToDen(matcoloring, R, Rt)); in MatRARtNumeric_SeqAIJ_SeqAIJ_colorrart()
H A Dmatmatmult.c1328 PetscCall(MatTransColoringApplySpToDen(matcoloring, B, Bt_dense)); in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ()
/petsc/include/
H A Dpetscmat.h1758 PETSC_EXTERN PetscErrorCode MatTransColoringApplySpToDen(MatTransposeColoring, Mat, Mat);
/petsc/src/mat/interface/
H A Dmatrix.c10944 PetscErrorCode MatTransColoringApplySpToDen(MatTransposeColoring coloring, Mat B, Mat Btdense) in MatTransColoringApplySpToDen() function