library: libSmatrix #include "MatrixRepresentationsStatic.h" |
ROOT::Math::MatRepSym<double,2>
class description - header file - source file - inheritance tree (.pdf)
public:
MatRepSym<double,2>()
MatRepSym<double,2>(const ROOT::Math::MatRepSym<double,2>&)
~MatRepSym<double,2>()
double apply(unsigned int i) const
double* Array()
const double* Array() const
void CreateOffsets()
const ROOT::Math::RowOffsets<2>& Offsets() const
const double& operator()(unsigned int i, unsigned int j) const
double& operator()(unsigned int i, unsigned int j)
ROOT::Math::MatRepSym<double,2>& operator+=(const ROOT::Math::MatRepSym<double,2>& rhs)
ROOT::Math::MatRepSym<double,2>& operator-=(const ROOT::Math::MatRepSym<double,2>& rhs)
ROOT::Math::MatRepSym<double,2>& operator=(const ROOT::Math::MatRepSym<double,2>& rhs)
double& operator[](unsigned int i)
const double& operator[](unsigned int i) const
private:
double fArray[3]
ROOT::Math::RowOffsets<2>* fOff ! transient
public:
static const enum ROOT::Math::MatRepSym<double,2>:: kRows
static const enum ROOT::Math::MatRepSym<double,2>:: kCols
static const enum ROOT::Math::MatRepSym<double,2>:: kSize