lis_vector_set_all(3) - Linux man page

Name

lis_vector_set_all - assign the value to the elements of the vector

Synopsis

#include "lis.h"

LIS_INT lis_vector_set_all(LIS_SCALAR value, LIS_VECTOR y);

Description

Assign the scalar value to the elements of vector v.

Input

value
The scalar value to be assigned
v
The destination

vector

Output

v
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

lis(3)

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