Belle II Software  release-08-01-10
RKMatrix< nRows, nCols > Struct Template Reference

Public Member Functions

 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]
 

Detailed Description

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: