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

FreeBSD Manual Pages

  
 
  

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

NAME
     lis_matrix_axpyz - calculate the sum of the matrices

SYNOPSIS
     #include "lis.h"

     LIS_INT  lis_matrix_axpyz(LIS_SCALAR  alpha,  LIS_MATRIX  A,  LIS_MATRIX B,
     LIS_MATRIX C);

DESCRIPTION
     Calculate the sum of the matrices C = alpha * A + B.

INPUT
     alpha  The scalar value

     A, B   The matrices

OUTPUT
     C	    alpha * A + B

EXIT STATUS
     The following exit values are returned:

     0	    The process is normally terminated

     unspecified
	    An error occurred

NOTE
     Matrices A, B and C must be in the DNS format.

SEE ALSO
     lis(3)

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

Man Page			   30 Dec 2014		     lis_matrix_axpyz(3)

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

home | help