|
GENFIT Rev: NoNumberAvailable
|
#include <RKTools.h>

Public Member Functions | |
| RKMatrix ()=default | |
| 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 () |
Public Attributes | |
| double | vals [nRows *nCols] |
|
default |
|
default |
|
inline |
|
inline |
Definition at line 53 of file RKTools.h.
Referenced by genfit::RKTrackRep::calcJ_Mp_7x5(), genfit::RKTrackRep::calcJ_pM_5x7(), genfit::RKTrackRep::Extrap(), genfit::MaterialEffects::noiseCoulomb(), genfit::RKMatrix< 1, 3 >::operator=(), genfit::RKTrackRep::RKutta(), genfit::RKTrackRep::transformM6P(), and genfit::RKTrackRep::transformPM6().
|
inline |
|
inline |
Definition at line 54 of file RKTools.h.
Referenced by genfit::RKTrackRep::calcJ_Mp_7x5(), genfit::RKTrackRep::calcJ_pM_5x7(), genfit::MaterialEffects::noiseCoulomb(), genfit::RKMatrix< 1, 3 >::operator=(), genfit::RKTrackRep::transformM6P(), and genfit::RKTrackRep::transformPM6().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 98 of file RKTools.h.
References genfit::RKTools::printDim(), and vals.
| double genfit::RKMatrix< nRows, nCols >::vals[nRows *nCols] |