73 int npar=_pointer[0].
nPar();
74 HepMatrix temp(
nElem(),npar,0);
75 for(
int i=1; i<=
nElem(); i++){
76 for(
int j=1; j<=npar; j++) {
83void DifArray::copy(
const HepVector& a,
int npar){
84 assert(
nElem()==a.num_row());
85 for(
int i=0; i<
nElem(); i++)
92void DifArray::copy(
const DifArray& a){
94 for(
int i=0; i<
nElem(); i++) {_pointer[i]=a._pointer[i];}
98 for(
int i=0; i<
nElem(); i++) {
105 cout <<
"nElem=" <<
nElem() << endl;
106 for(
int i=1; i<=
nElem(); i++){
DifArray & operator=(const DifArray &)
DifArray(int n, int npar=0)
DifNumber & operator[](int i)
DifNumber fetch(int i) const
HepMatrix jacobian() const
DifNumber & operator()(int i)
double derivative(int i) const