#include "MatrixRepresentationsStatic.h"

ROOT::Math::MatRepStd<Double32_t,5,5>


class description - header file - source file - inheritance tree (.pdf)

class ROOT::Math::MatRepStd<Double32_t,5,5>

Inheritance Chart:
ROOT::Math::MatRepStd<Double32_t,5,5>

    public:
MatRepStd<Double32_t,5,5>() MatRepStd<Double32_t,5,5>(const ROOT::Math::MatRepStd<Double32_t,5,5>&) ~MatRepStd<Double32_t,5,5>() Double32_t apply(unsigned int i) const Double32_t* Array() const Double32_t* Array() const const Double32_t& operator()(unsigned int i, unsigned int j) const Double32_t& operator()(unsigned int i, unsigned int j) ROOT::Math::MatRepStd<Double32_t,5,5>& operator=(const ROOT::Math::MatRepStd<Double32_t,5,5>&) Double32_t& operator[](unsigned int i) const Double32_t& operator[](unsigned int i) const

Data Members

    private:
Double32_t fArray[25] public:
static const enum ROOT::Math::MatRepStd<Double32_t,5,5>:: kRows static const enum ROOT::Math::MatRepStd<Double32_t,5,5>:: kCols static const enum ROOT::Math::MatRepStd<Double32_t,5,5>:: kSize

Class Description

const T& operator()(unsigned int i, unsigned int j)
T& operator()(unsigned int i, unsigned int j)
T& operator[](unsigned int i)
const T& operator[](unsigned int i)
T apply(unsigned int i)
T* Array()
const T* Array()
MatRepStd<T, D1, D2>& operator=(const R& rhs)

Last update: Tue Jul 11 11:46:42 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.