TaoPreLinearSolve

Prepare to solve a linear system

Synopsis

#include "tao_solver.h"  
int TaoPreLinearSolve(TAO_SOLVER tao, TaoMat *AA)

Input Parameters

tao - the TAO_SOLVER context
AA - the matrix

See Also

TaoLinearSolve()

Keywords

linear solver

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