Searched refs:JacobianIdentityB (Results 1 – 1 of 1) sorted by relevance
327 static PetscErrorCode JacobianIdentityB(Mat mat, Vec in, Vec out) in JacobianIdentityB() function549 PetscCall(MatShellSetOperation(am->JB, MATOP_MULT, (PetscErrorCodeFn *)JacobianIdentityB)); in TaoSetUp_ADMM()550 …tscCall(MatShellSetOperation(am->JB, MATOP_MULT_TRANSPOSE, (PetscErrorCodeFn *)JacobianIdentityB)); in TaoSetUp_ADMM()