20 assert(a.
size() + b.
size() <= INT_MAX);
32 results(++index) = b(i);
45 assert(a.
size() + b.
size() <= INT_MAX);
58 results(++index) = b(i);
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
unsigned int size() const
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
unsigned int size() const
Get number of elements in array.
dvector operator&(const dvector &a, const dvector &b)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.