lis_vector_set_all - Man Page
assign the value to the elements of the vector
Synopsis
#include "lis.h"
LIS_INT lis_vector_set_all(LIS_SCALAR value, LIS_VECTOR x);
Description
Assign scalar value value to the elements of vector x.
Input
- value
The scalar value to be assigned
- x
The destination vector
Output
- x
The vector with the value assigned to the elements
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions