TaoMinQPTrust

Minimize a quadratic function over a trust region

Synopsis

#include "tao_solver.h"  
int TaoMinQPTrust(TAO_SOLVER tao, TaoMat *AA, TaoVec *bb, TaoVec* xx, double r, TaoTruth *success)

Input Parameters

tao - the TAO_SOLVER context
AA - the matrix
bb - the right hand side
r - the trust region radius

Output Parameters

xx - the solution
success - false if minimization is not successful

See Also

TaoLinearSolve()

Keywords

linear solver

Level:developer
Location:src/interface/tao_lsolver.c
TAO Solver Index
Table of Contents