Home
last modified time | relevance | path

Searched refs:CsrMatrix (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx53 static PetscErrorCode CsrMatrix_Destroy(CsrMatrix **);
325 loTriFactor->csrMat = new CsrMatrix; in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix()
442 upTriFactor->csrMat = new CsrMatrix; in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix()
603 upTriFactor->csrMat = new CsrMatrix; in MatSeqAIJHIPSPARSEBuildICCTriMatrices()
649 loTriFactor->csrMat = new CsrMatrix; in MatSeqAIJHIPSPARSEBuildICCTriMatrices()
816 loTriFactorT->csrMat = new CsrMatrix; in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve()
889 upTriFactorT->csrMat = new CsrMatrix; in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve()
975 CsrMatrix *matrixT = new CsrMatrix; in MatSeqAIJHIPSPARSEFormExplicitTranspose()
990 CsrMatrix *temp = new CsrMatrix; in MatSeqAIJHIPSPARSEFormExplicitTranspose()
991 CsrMatrix *tempT = new CsrMatrix; in MatSeqAIJHIPSPARSEFormExplicitTranspose()
[all …]
H A Dhipsparsematimpl.h174 struct CsrMatrix { struct
188 CsrMatrix *csrMat; argument
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu60 static PetscErrorCode CsrMatrix_Destroy(CsrMatrix **);
377 loTriFactor->csrMat = new CsrMatrix; in MatSeqAIJCUSPARSEBuildILULowerTriMatrix()
506 upTriFactor->csrMat = new CsrMatrix; in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix()
842 upTriFactor->csrMat = new CsrMatrix; in MatSeqAIJCUSPARSEBuildICCTriMatrices()
897 loTriFactor->csrMat = new CsrMatrix; in MatSeqAIJCUSPARSEBuildICCTriMatrices()
1081 loTriFactorT->csrMat = new CsrMatrix; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1157 upTriFactorT->csrMat = new CsrMatrix; in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve()
1250 CsrMatrix *matrixT = new CsrMatrix; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1289 CsrMatrix *temp = new CsrMatrix; in MatSeqAIJCUSPARSEFormExplicitTranspose()
1290 CsrMatrix *tempT = new CsrMatrix; in MatSeqAIJCUSPARSEFormExplicitTranspose()
[all …]
H A Dcusparsematimpl.h185 struct CsrMatrix { struct
199 CsrMatrix *csrMat; argument