lis_solve.3f - Man Page

solve the linear equation

Synopsis

subroutine lis_solve(LIS_MATRIX A, LIS_VECTOR b, LIS_VECTOR x, LIS_SOLVER solver, LIS_INTEGER ierr);

Description

Solve the linear equation with the specified solver.

Input

A

The coefficient matrix

b

The right hand side vector

x

The initial vector

solver

The solver

Output

x

The solution

solver

The number of iterations, the execution time, etc.

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions