|
NAMElis_vector_get_size - get the size of the vectorSYNOPSIS#include "lis.h"LIS_INT lis_vector_get_size(LIS_VECTOR v, LIS_INT *local_n, LIS_INT *global_n); DESCRIPTIONGet the size of vector v.INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
NOTEIn the case of the serial and multithreaded environments, local_n is equal to global_n.SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |