24 #include <iostream.hpp>
60 (*this)[i][j] = base+temp;
104 elem(i,j) =base+temp;
void colfill_seqadd(const int &, double, double)
Fills column of a matrix with a sequence of the form base, base+offset, base+2*offset,...
dvar_vector & elem(int i)
void colfill_seqadd(int, int, int)
Fills column of a matrix with a sequence of the form base, base+offset, base+2*offset,...
void colfill(int j, const dvar_vector &v)
Fills column of a matrix with a vector (supplied)
void RETURN_ARRAYS_INCREMENT()
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
static _THREAD gradient_structure * _instance
void rowfill_seqadd(const int &, double, double)
Fills vector with a sequence of the form base, base+offset, base+2*offset,...
void rowfill(int j, const dvar_vector &v)
Fills row of a matrix with a vector (supplied)
void RETURN_ARRAYS_DECREMENT()
void fill_seqadd(double, double)
Description not yet available.
class for things related to the gradient structures, including dimension of arrays, size of buffers, etc.