|
| RKMatrix (const RKMatrix &)=default |
|
| RKMatrix (std::initializer_list< double > initList) |
|
double & | operator() (size_t iRow, size_t iCol) |
|
double & | operator[] (size_t n) |
|
const double & | operator[] (size_t n) const |
|
double * | begin () |
|
double * | end () |
|
const double * | begin () const |
|
const double * | end () const |
|
RKMatrix< nRows, nCols > & | operator= (const RKMatrix< nRows, nCols > &o) |
|
void | print () |
|
|
double | vals [nRows *nCols] |
|
template<size_t nRows, size_t nCols>
struct genfit::RKMatrix< nRows, nCols >
Definition at line 34 of file RKTools.h.
The documentation for this struct was generated from the following file: