Searched refs:LMBasisGetWorkRow (Results 1 – 3 of 3) sorted by relevance
42 PETSC_INTERN PetscErrorCode LMBasisGetWorkRow(LMBasis, Vec *);
191 PETSC_INTERN PetscErrorCode LMBasisGetWorkRow(LMBasis basis, Vec *row_p) in LMBasisGetWorkRow() function275 PetscCall(LMBasisGetWorkRow(A, &x_work)); in LMBasisGEMV()321 if (alpha != 1.0 || (beta != 1.0 && beta != 0.0)) PetscCall(LMBasisGetWorkRow(A, &y_)); in LMBasisGEMVH()395 PetscCall(LMBasisGetWorkRow(B, &g)); in LMBasisGEMMH()
1173 PetscCall(LMBasisGetWorkRow(basis, array_p)); in MatLMVMGetWorkRow()