41 elem(i) =
static_cast<double>(u.
elem(i));
71 tmp(i)=(*this)((int)u(i));
74 assert(ui <= INT_MAX);
75 tmp(i)=(*this)((int)ui);
dvector()
Construct a dvector without allocating memory.
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
Description not yet available.
void allocate(void)
Allocate dvector without allocating memory.
AD_LONG_INT & elem(int i)
Array of integers(int) with indexes from index_min to indexmax.
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dvector operator()(int lb, int ub)
Get subvector.