Searched refs:Mat_SeqAIJCUSPARSEMultStruct (Results 1 – 2 of 2) sorted by relevance
279 struct Mat_SeqAIJCUSPARSEMultStruct { struct293 Mat_SeqAIJCUSPARSEMultStruct() : matDescr(NULL) in Mat_SeqAIJCUSPARSEMultStruct() argument308 Mat_SeqAIJCUSPARSEMultStruct *mat; /* pointer to the matrix on the GPU */309 …Mat_SeqAIJCUSPARSEMultStruct *matTranspose; /* pointer to the matrix on the GPU (for the transpo…
61 static PetscErrorCode MatSeqAIJCUSPARSEMultStruct_Destroy(Mat_SeqAIJCUSPARSEMultStruct **, MatCUSPA…1219 Mat_SeqAIJCUSPARSEMultStruct *matstruct, *matstructT; in MatSeqAIJCUSPARSEFormExplicitTranspose()1226 matstruct = (Mat_SeqAIJCUSPARSEMultStruct *)cusparsestruct->mat; in MatSeqAIJCUSPARSEFormExplicitTranspose()1228 matstructT = (Mat_SeqAIJCUSPARSEMultStruct *)cusparsestruct->matTranspose; in MatSeqAIJCUSPARSEFormExplicitTranspose()1235 matstructT = new Mat_SeqAIJCUSPARSEMultStruct; in MatSeqAIJCUSPARSEFormExplicitTranspose()2426 Mat_SeqAIJCUSPARSEMultStruct *matstruct = cusparsestruct->mat; in MatSeqAIJCUSPARSECopyToGPU()2474 matstruct = new Mat_SeqAIJCUSPARSEMultStruct; in MatSeqAIJCUSPARSECopyToGPU()2659 Mat_SeqAIJCUSPARSEMultStruct *mat; in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()2909 Mat_SeqAIJCUSPARSEMultStruct *Amat, *Bmat, *Cmat; in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()3030 Mat_SeqAIJCUSPARSEMultStruct *Amat, *Bmat, *Cmat; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()[all …]