#include "tao_solver.h" int TaoMinQPTrust(TAO_SOLVER tao, TaoMat *AA, TaoVec *bb, TaoVec* xx, double r, TaoTruth *success)
| tao | - the TAO_SOLVER context | |
| AA | - the matrix | |
| bb | - the right hand side | |
| r | - the trust region radius |
| xx | - the solution | |
| success | - false if minimization is not successful |
Level:developer
Location:src/interface/tao_lsolver.c
TAO Solver Index
Table of Contents