Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/admm/
H A Dadmm.c327 static PetscErrorCode JacobianIdentityB(Mat mat, Vec in, Vec out) in JacobianIdentityB() function
549 PetscCall(MatShellSetOperation(am->JB, MATOP_MULT, (PetscErrorCodeFn *)JacobianIdentityB)); in TaoSetUp_ADMM()
550 …tscCall(MatShellSetOperation(am->JB, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)JacobianIdentityB)); in TaoSetUp_ADMM()