library: libSmatrix #include "MatrixRepresentationsStatic.h" |
ROOT::Math::MatRepStd<float,5,5>
class description - header file - source file - inheritance tree (.pdf)
public:
MatRepStd<float,5,5>()
MatRepStd<float,5,5>(const ROOT::Math::MatRepStd<float,5,5>&)
~MatRepStd<float,5,5>()
float apply(unsigned int i) const
float* Array()
const float* Array() const
const float& operator()(unsigned int i, unsigned int j) const
float& operator()(unsigned int i, unsigned int j)
ROOT::Math::MatRepStd<float,5,5>& operator=(const ROOT::Math::MatRepStd<float,5,5>&)
float& operator[](unsigned int i)
const float& operator[](unsigned int i) const
private:
float fArray[25]
public:
static const enum ROOT::Math::MatRepStd<float,5,5>:: kRows
static const enum ROOT::Math::MatRepStd<float,5,5>:: kCols
static const enum ROOT::Math::MatRepStd<float,5,5>:: kSize