TaoLinearSolve

Solve a linear system

Synopsis

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

Input Parameters

tao - the TAO_SOLVER context
AA - the matrix
bb - the right hand side

Output Parameters

xx - the solution
success - false if linear solve is not successful

See Also

TaoSolve()

Keywords

linear solver

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