#include <DifArray.h>
◆ DifArray() [1/6]
DifArray::DifArray |
( |
int |
n, |
|
|
int |
npar = 0 |
|
) |
| |
◆ DifArray() [2/6]
DifArray::DifArray |
( |
const HepVector & |
v, |
|
|
int |
npar = 0 |
|
) |
| |
Definition at line 34 of file DifArray.cxx.
34 :
35 _nElem(a.num_row()),
37{copy(a,npar);}
◆ DifArray() [3/6]
DifArray::DifArray |
( |
const DifArray & |
a | ) |
|
◆ ~DifArray() [1/2]
◆ DifArray() [4/6]
DifArray::DifArray |
( |
int |
n, |
|
|
int |
npar = 0 |
|
) |
| |
◆ DifArray() [5/6]
DifArray::DifArray |
( |
const HepVector & |
v, |
|
|
int |
npar = 0 |
|
) |
| |
◆ DifArray() [6/6]
DifArray::DifArray |
( |
const DifArray & |
a | ) |
|
◆ ~DifArray() [2/2]
◆ fetch() [1/2]
Definition at line 60 of file DifArray.cxx.
60 {
61 i=i-1;
62 assert(i>=0);
64 return _pointer[i];
65}
◆ fetch() [2/2]
◆ jacobian() [1/2]
HepMatrix DifArray::jacobian |
( |
| ) |
const |
◆ jacobian() [2/2]
HepMatrix DifArray::jacobian |
( |
| ) |
const |
◆ nElem() [1/2]
int DifArray::nElem |
( |
| ) |
const |
|
inline |
◆ nElem() [2/2]
int DifArray::nElem |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
Definition at line 53 of file DifArray.cxx.
53 {
54 i=i-1;
55 assert(i>=0);
57 return _pointer[i];
58}
◆ operator()() [2/2]
◆ operator=() [1/2]
Definition at line 67 of file DifArray.cxx.
67 {
68 copy(rhs);
69 return *this;
70}
◆ operator=() [2/2]
◆ operator[]() [1/2]
Definition at line 47 of file DifArray.cxx.
47 {
48 assert(i>=0);
50 return _pointer[i];
51}
◆ operator[]() [2/2]
◆ print() [1/2]
void DifArray::print |
( |
| ) |
const |
Definition at line 104 of file DifArray.cxx.
104 {
105 cout <<
"nElem=" <<
nElem() << endl;
106 for(
int i=1; i<=
nElem(); i++){
107
108 }
109
110}
◆ print() [2/2]
void DifArray::print |
( |
| ) |
const |
◆ zero() [1/2]
void DifArray::zero |
( |
int |
npar = 0 | ) |
|
Definition at line 97 of file DifArray.cxx.
97 {
98 for(
int i=0; i<
nElem(); i++) {
99 _pointer[i]=0.0;
101 }
102}
◆ zero() [2/2]
void DifArray::zero |
( |
int |
npar = 0 | ) |
|
The documentation for this class was generated from the following files: