32 (*this)(oldmin,
max) = tmp(oldmin, max);
int allocated(void) const
Returns 1 (TRUE) if memory is allocated.
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
void allocate(void)
Allocate dvector without allocating memory.
friend double max(const dvector &)
Returns the maximum value of vector vec.
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
void initialize(void)
Initialze all elements of dvector to zero.
void reallocate(double size)
Reallocate size of array.
void deallocate(void)
Called by destructor to deallocate memory for a dvector object.