Inheritance diagram for MakeMatrix:
Public Member Functions | |
MakeMatrix (Int_t nrows, Int_t ncols, const Double_t *_array, Int_t _no_elems) | |
MakeMatrix (Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb, const Double_t *_array, Int_t _no_elems) | |
Private Member Functions | |
void | FillIn (TMatrixD &m) const |
Private Attributes | |
const Double_t * | array |
Int_t | no_elems |
Definition at line 3878 of file stressLinear.cxx.
MakeMatrix::MakeMatrix | ( | Int_t | nrows, | |
Int_t | ncols, | |||
const Double_t * | _array, | |||
Int_t | _no_elems | |||
) | [inline] |
Definition at line 3890 of file stressLinear.cxx.
MakeMatrix::MakeMatrix | ( | Int_t | row_lwb, | |
Int_t | row_upb, | |||
Int_t | col_lwb, | |||
Int_t | col_upb, | |||
const Double_t * | _array, | |||
Int_t | _no_elems | |||
) | [inline] |
Definition at line 3893 of file stressLinear.cxx.
void MakeMatrix::FillIn | ( | TMatrixD & | m | ) | const [inline, private] |
const Double_t* MakeMatrix::array [private] |
Int_t MakeMatrix::no_elems [private] |