library: libSmatrix #include "MatrixRepresentationsStatic.h" |
ROOT::Math::MatRepStd<float,2,2>
class description - header file - source file - inheritance tree (.pdf)
public:
MatRepStd<float,2,2>()
MatRepStd<float,2,2>(const ROOT::Math::MatRepStd<float,2,2>&)
~MatRepStd<float,2,2>()
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,2,2>& operator=(const ROOT::Math::MatRepStd<float,2,2>&)
float& operator[](unsigned int i)
const float& operator[](unsigned int i) const
private:
float fArray[4]
public:
static const enum ROOT::Math::MatRepStd<float,2,2>:: kRows
static const enum ROOT::Math::MatRepStd<float,2,2>:: kCols
static const enum ROOT::Math::MatRepStd<float,2,2>:: kSize