![]() |
Prev | Next | vector_ctor |
bv = module_ref vec_bool(n)
iv = module_ref vec_int(n)
dv = module_ref vec_double(n)
av = module_ref vec_a_double(n)
n
elements.
n
is a non-negative integer with default value zero;
i.e., if it is not present, zero is used.
bv
is a vector with elements of type bool
bv
is a vector with elements of type int
bv
is a vector with elements of type double
av
is a vector with elements of type a_double
.