Solve

Solves the linear system $this tx = tb$.

Synopsis

#include "tao_solver.h"  
int TaoMat::Solve(TaoVec* tb, TaoVec *tx, TaoTruth *tt)

Input Parameter

tb -right hand side

Output Parameter

tx - solution vector
tt - TAO_TRUE if solved to prescribed accuracy and TAO_FALSE otherwise

Note

This routine is optional. A linear solver object can also be used to implement this operation.

See Also

TaoApplication::GetLinearSolver(),TaoMat::Presolve()

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