lis_array_set_all.3f - Man Page

assign the value to the elements of the vector

Synopsis

subroutine lis_array_set_all(LIS_INTEGER n, LIS_SCALAR value, LIS_SCALAR x(), LIS_INTEGER ierr);

Description

Assign scalar value value to the elements of vector x.

Input

n

The size of the vector

value

The scalar value to be assigned

x

The array that stores the vector

Output

x

The array with the value assigned to the elements

See Also

lis(3)

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

Info

3 Dec 2014 Man Page Lis Library Functions