Lines Matching refs:Bmat

2909   Mat_SeqAIJCUSPARSEMultStruct *Amat, *Bmat, *Cmat;  in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()  local
2966 Bmat = Bcusp->mat; in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2970 Bmat = Bcusp->mat; in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2974 Bmat = Bcusp->matTranspose; in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2981 …PetscCheck(Bmat, PetscObjectComm((PetscObject)C), PETSC_ERR_GPU, "Missing B mult struct for produc… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2984 …Bcsr = mmdata->Bcsr ? mmdata->Bcsr : (CsrMatrix *)Bmat->mat; /* B may be in compressed row storage… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
2991 …BmatSpDescr = mmdata->Bcsr ? mmdata->matSpBDescr : Bmat->matDescr; /* B may be in compressed row s… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3003 …t(), Acsr->row_offsets->data().get(), Acsr->column_indices->data().get(), Bmat->descr, Bcsr->num_e… in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3030 Mat_SeqAIJCUSPARSEMultStruct *Amat, *Bmat, *Cmat; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE() local
3087 Bmat = Bcusp->mat; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3097 Bmat = Bcusp->mat; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3106 Bmat = Bcusp->matTranspose; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3160 …PetscCheck(Bmat, PetscObjectComm((PetscObject)C), PETSC_ERR_GPU, "Missing B mult struct for produc… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3163 Bcsr = (CsrMatrix *)Bmat->mat; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3165 BmatSpDescr = Bmat->matDescr; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3168 CsrMatrix *cBcsr = (CsrMatrix *)Bmat->mat; in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3313 …ies, Acsr->row_offsets->data().get(), Acsr->column_indices->data().get(), Bmat->descr, Bcsr->num_e… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3326 …t(), Acsr->row_offsets->data().get(), Acsr->column_indices->data().get(), Bmat->descr, Bcsr->num_e… in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()