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