Home
last modified time | relevance | path

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

/petsc/src/tao/constrained/impls/admm/
H A Dadmm.c316 static PetscErrorCode JacobianIdentity(Mat mat, Vec in, Vec out) in JacobianIdentity() function
556 PetscCall(MatShellSetOperation(am->JA, MATOP_MULT, (PetscErrorCodeFn *)JacobianIdentity)); in TaoSetUp_ADMM()
557 …etscCall(MatShellSetOperation(am->JA, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)JacobianIdentity)); in TaoSetUp_ADMM()