Solve

Finds the solution to A x = b .

Synopsis

#include "tao_solver.h"  
int TaoLinearSolver::Solve(TaoVec *b, TaoVec *x, TaoTruth *flag)

Input Parameter

b -the right-hand side

Output Parameter

x - the solution
flag - TAO_TRUE if successful solve, TAO_FALSE otherwise.

Level:intermediate
Location:src/lsolver/taolinearsolver.c
TAO Solver Index
Table of Contents