SD_Fischer

Calculates an element of the B-subdifferential of the smoothed Fischer-Burmeister function for complementarity problems.

Synopsis

#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)

Input Parameters

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

Output Parameter

tda - diagonal perturbation component of the result
tdb - row scaling component of the result
tdm - derivative with respect to scaling parameter

See Also

TaoVec::SFischer()

Level:intermediate
Location:src/matrix/taomat.c
TAO Solver Index
Table of Contents