19 results(i) =
log(arr3(i));
34 results(i) =
exp(arr3(i));
49 results(i) =
sin(arr3(i));
64 results(i) =
cos(arr3(i));
79 results(i) =
tan(arr3(i));
138 results(i) = a(i) + b(i);
158 results(i) = a(i) - b(i);
206 results(i) = value + a(i);
222 results(i) = value - a(i);
238 results(i) = a(i) +
value;
254 results(i) = a(i) -
value;
270 results(i) = a(i) *
value;
286 results(i) = value * a(i);
d3_array tan(const d3_array &arr3)
Returns d3_array results with computed tan from elements in arr3.
d3_array elem_prod(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements product of a(i, j, k) * b(i, j, k).
double sumsq(const d3_array &a)
d3_array operator-(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements addition of a(i, j, k) + b(i, j, k).
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].
double sum(const d3_array &darray)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
d3_array operator+(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements addition of a(i, j, k) + b(i, j, k).
d3_array elem_div(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements division of a(i, j, k) / b(i, j, k).
d3_array sin(const d3_array &arr3)
Returns d3_array results with computed sin from elements in arr3.
double norm(const d3_array &a)
Return computed norm value of a.
dmatrix operator*(const d3_array &t, const dvector &v)
Description not yet available.
d3_array sqrt(const d3_array &arr3)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
d3_array exp(const d3_array &arr3)
Returns d3_array results with computed exp from elements in arr3.
double norm2(const d3_array &a)
Return sum of squared elements in a.
d3_array cos(const d3_array &arr3)
Returns d3_array results with computed cos from elements in arr3.
dvector value(const df1_one_vector &v)
Description not yet available.
d3_array log(const d3_array &arr3)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.