22 #include <iostream.hpp>
44 for (
int i = min; i <=
max; ++i)
68 for (
int i = min; i <=
max; ++i)
92 for (
int i = min; i <=
max; ++i)
Base class for dvariable.
Vector of double precision numbers.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
Class definition of matrix with derivitive information .
void allocate(int nrl, int nrh, int ncl, int nch)
Allocates AD variable matrix with dimensions nrl to nrh by ncl to nch.
d3_array operator/(const d3_array &m, const double d)
Author: David Fournier.