#include "tao_solver.h" int TaoMat::D_SFischer(TaoVec *tx, TaoVec *tf, TaoVec *tl, TaoVec *tu, double mu, TaoVec *tt1, TaoVec *tt2, TaoVec *tda, TaoVec *tdb, TaoVec *tdm)
this | - the jacobian of tf at tx | |
tx | - current point | |
tf | - function evaluated at tx | |
tl | - lower bounds | |
tu | - upper bounds | |
mu | - smoothing parameter | |
tt1 | - work vector | |
tt2 | - work vector |
tda | - diagonal perturbation component of the result | |
tdb | - row scaling component of the result | |
tdm | - derivative with respect to scaling parameter |
Level:intermediate
Location:src/matrix/taomat.c
TAO Solver Index
Table of Contents