79 for (
int i = min; i <=
max; ++i)
110 for (
int i = min; i <=
max; ++i)
double sumsq(const d3_array &a)
double norm(const d3_array &a)
Return computed norm value of a.
void RETURN_ARRAYS_INCREMENT()
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
static _THREAD gradient_structure * _instance
double norm2(const d3_array &a)
Return sum of squared elements in a.
Class definition of matrix with derivitive information .
void RETURN_ARRAYS_DECREMENT()
class for things related to the gradient structures, including dimension of arrays, size of buffers, etc.
Fundamental data type for reverse mode automatic differentiation.
d3_array pow(const d3_array &m, int e)
Description not yet available.