Searched refs:LMProductsReset (Results 1 – 6 of 6) sorted by relevance
37 PETSC_INTERN PetscErrorCode LMProductsReset(LMProducts);
73 … for (PetscInt j = 0; j < LMBASIS_END; j++) PetscCall(LMProductsReset(lmvm->products[k][i][j])); in MatReset_LMVM()
469 PETSC_INTERN PetscErrorCode LMProductsReset(LMProducts dots) in LMProductsReset() function
381 for (PetscInt i = 0; i < SR1_PRODUCTS_COUNT; i++) PetscCall(LMProductsReset(lsr1->products[i])); in MatReset_LMVMSR1()
404 …for (PetscInt i = 0; i < BROYDEN_PRODUCTS_COUNT; i++) PetscCall(LMProductsReset(lbrdn->products[i]… in MatReset_LMVMBrdn()
757 …for (PetscInt i = 0; i < SYMBROYDEN_PRODUCTS_COUNT; i++) PetscCall(LMProductsReset(lsb->products[i… in MatReset_LMVMSymBrdn_Internal()