Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lis_input(3)		      Lis Library Functions		    lis_input(3)

NAME
     lis_input - read the matrix and vector data

SYNOPSIS
     #include "lis.h"

     LIS_INT  lis_input(LIS_MATRIX  A,	LIS_VECTOR  b, LIS_VECTOR x, char *file-
     name);

DESCRIPTION
     Read the matrix and vector data from the external file.

INPUT
     filename
	    The source file

OUTPUT
     A	    The matrix in the specified storage format

     b	    The right hand side vector

     x	    The solution

EXIT STATUS
     The following exit values are returned:

     0	    The process is normally terminated

     unspecified
	    An error occurred

NOTE
     The following file formats are supported:

     The extended Matrix Market format (extended to allow vector data)

     The Harwell-Boeing format

SEE ALSO
     lis(3)

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

Man Page			   6 Sep 2012			    lis_input(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lis_input&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help