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