#include "petsctao.h" PetscErrorCode MatDFischer(Mat jac, Vec X, Vec Con, Vec XL, Vec XU, Vec T1, Vec T2, Vec Da, Vec Db)Collective on jac
jac | - the jacobian of f at X | |
X | - current point | |
Con | - constraints function evaluated at X | |
XL | - lower bounds | |
XU | - upper bounds | |
t1 | - work vector | |
t2 | - work vector |
Da | - diagonal perturbation component of the result | |
Db | - row scaling component of the result |