21 dmatrix* presulti = &result(min);
23 for (
int i = min; i <=
max; ++i)
25 *presulti =
value(*parr3i);
42 cerr <<
" Error: d3_array unable to allocate memory in "
43 << __FILE__ <<
':' << __LINE__ <<
'\n';
48 cerr <<
" Error: d3_array unable to allocate memory in "
49 << __FILE__ <<
':' << __LINE__ <<
'\n';
55 for (
int i = sl; i <= sh; ++i)
void allocate(void)
Does NOT allocate, but initializes empty d3_array.
void allocate(void)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
three_array_shape * shape
void allocate(const ad_integer &sl, const ad_integer &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch)
Allocate array of matrices with dimensions [sl to sh] x [nrl to nrh] x [ncl to nch].
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
Description not yet available.
Class definition of matrix with derivitive information .
unsigned int slicesize() const
dvector value(const df1_one_vector &v)
Description not yet available.