void shift(int min)
Description not yet available.
Description not yet available.
lvector & shift(int min)
Shift current dimensions of lvector using to_indexmin as the new lower index value.
Array of integers(int) with indexes from index_min to indexmax.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
int index_min
Minimum valid subscript.
int index_max
Maximum valid subscript.
ivector & shift(int min)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
void shift(int min)
Description not yet available.