Home
last modified time | relevance | path

Searched refs:LMProductsInsertNextDiagonalValue (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmproducts.h39 PETSC_INTERN PetscErrorCode LMProductsInsertNextDiagonalValue(LMProducts, PetscInt, PetscScalar);
H A Dlmproducts.c123 PetscCall(LMProductsInsertNextDiagonalValue(dots, i, xTy)); in LMProductsUpdate_Internal()
500 PETSC_INTERN PetscErrorCode LMProductsInsertNextDiagonalValue(LMProducts dots, PetscInt i, PetscSca… in LMProductsInsertNextDiagonalValue() function
H A Dlmvmutils.c1346 PetscCall(LMProductsInsertNextDiagonalValue(products, idx, v)); in MatLMVMProductsInsertDiagonalValue()
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.c76 …for (PetscInt i = start; i < next; i++) PetscCall(LMProductsInsertNextDiagonalValue(*Phi, i, phi)); in MatLMVMSymBroydenGetConvexFactor()
152 PetscCall(LMProductsInsertNextDiagonalValue(StBkS, j, sjtbjsj)); in SymBroydenRecursiveBasisUpdate()
165 PetscCall(LMProductsInsertNextDiagonalValue(Phi, j, phi_j)); in SymBroydenRecursiveBasisUpdate()
180 PetscCall(LMProductsInsertNextDiagonalValue(M[0], j, m_00)); in SymBroydenRecursiveBasisUpdate()
181 PetscCall(LMProductsInsertNextDiagonalValue(M[1], j, m_01)); in SymBroydenRecursiveBasisUpdate()
182 PetscCall(LMProductsInsertNextDiagonalValue(M[2], j, m_11)); in SymBroydenRecursiveBasisUpdate()
/petsc/src/ksp/ksp/utils/lmvm/bfgs/
H A Dbfgs.c92 PetscCall(LMProductsInsertNextDiagonalValue(StBkS, j, sjtbjsj)); in BFGSRecursiveBasisUpdate()
/petsc/src/ksp/ksp/utils/lmvm/brdn/
H A Dbadbrdn.c139 PetscCall(LMProductsInsertNextDiagonalValue(YtBkS, j, yjtbjsj)); in BadBroydenRecursiveBasisUpdate()
/petsc/src/ksp/ksp/utils/lmvm/sr1/
H A Dsr1.c117 PetscCall(LMProductsInsertNextDiagonalValue(YtS_minus_StBkS, j, ymbksts)); in SR1RecursiveBasisUpdate()