library: libSmatrix
#include "MatrixRepresentationsStatic.h"

ROOT::Math::MatRepSym


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

class ROOT::Math::MatRepSym

Inheritance Chart:
ROOT::Math::MatRepSym<double,3>

    public:
ROOT::Math::MatRepSym<double,3> MatRepSym<double,3>() ROOT::Math::MatRepSym<double,3> MatRepSym<double,3>(const ROOT::Math::MatRepSym<double,3>&) void ~MatRepSym<double,3>() double apply(unsigned int i) const double* Array() const double* Array() const const double& operator()(unsigned int i, unsigned int j) const double& operator()(unsigned int i, unsigned int j) ROOT::Math::MatRepSym<double,3>& operator+=(const ROOT::Math::MatRepSym<double,3>& rhs) ROOT::Math::MatRepSym<double,3>& operator-=(const ROOT::Math::MatRepSym<double,3>& rhs) ROOT::Math::MatRepSym<double,3>& operator=(const ROOT::Math::MatRepSym<double,3>& rhs) double& operator[](unsigned int i) const double& operator[](unsigned int i) const

Data Members

    private:
double fArray[6] ROOT::Math::RowOffsets<3> fOffsets public:
static const enum ROOT::Math::MatRepSym<double,3>:: kRows static const enum ROOT::Math::MatRepSym<double,3>:: kCols static const enum ROOT::Math::MatRepSym<double,3>:: kSize

Class Description




Inline Functions


                                    void ~MatRepSym()
                           const double& operator()(unsigned int i, unsigned int j) const
                                 double& operator()(unsigned int i, unsigned int j)
                                 double& operator[](unsigned int i)
                           const double& operator[](unsigned int i) const
                                  double apply(unsigned int i) const
                                 double* Array()
                           const double* Array() const
        ROOT::Math::MatRepSym<double,3>& operator+=(const ROOT::Math::MatRepSym<double,3>& rhs)
        ROOT::Math::MatRepSym<double,3>& operator-=(const ROOT::Math::MatRepSym<double,3>& rhs)
        ROOT::Math::MatRepSym<double,3>& operator=(const ROOT::Math::MatRepSym<double,3>& rhs)
         ROOT::Math::MatRepSym<double,3> MatRepSym()
         ROOT::Math::MatRepSym<double,3> MatRepSym(const ROOT::Math::MatRepSym<double,3>&)


Last update: root/smatrix:$Name: $:$Id: MatrixRepresentationsStatic.h,v 1.1 2006/02/08 14:45:35 moneta Exp $


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.