lis_solve - Man Page

solve the linear equation

Synopsis

#include "lis.h"

LIS_INT lis_solve(LIS_MATRIX A, LIS_VECTOR b, LIS_VECTOR x, LIS_SOLVER solver);

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.

Exit Status

The following exit values are returned:

0

The process is normally terminated

unspecified

An error occurred

See Also

lis(3)

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

Info

6 Sep 2012 Man Page Lis Library Functions