FreeBSD Manual Pages
lis_matrix_duplicate(3) Lis Library Functions lis_matrix_duplicate(3) NAME lis_matrix_duplicate - duplicate the matrix SYNOPSIS #include "lis.h" LIS_INT lis_matrix_duplicate(MATRIX *Ain, LIS_MATRIX *Aout); DESCRIPTION Create matrix Aout which has the same information as Ain. INPUT Ain The source matrix OUTPUT Aout The destination matrix EXIT STATUS The following exit values are returned: 0 The process is normally terminated unspecified An error occurred NOTE The function lis_matrix_duplicate does not copy the elements of the ma- trix, but allocates only the memory. To copy the values as well, the function lis_matrix_copy must be called after this function. SEE ALSO lis(3) http://www.ssisc.org/lis/ Man Page 6 Sep 2012 lis_matrix_duplicate(3)
NAME | SYNOPSIS | DESCRIPTION | INPUT | OUTPUT | EXIT STATUS | NOTE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lis_matrix_duplicate&sektion=3&manpath=FreeBSD+Ports+15.0>
