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,2>

    public:
ROOT::Math::MatRepSym<double,2> MatRepSym<double,2>() ROOT::Math::MatRepSym<double,2> MatRepSym<double,2>(const ROOT::Math::MatRepSym<double,2>&) void ~MatRepSym<double,2>() 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,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

Data Members

    private:
double fArray[3] ROOT::Math::RowOffsets<2> fOffsets 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

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,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)
         ROOT::Math::MatRepSym<double,2> MatRepSym()
         ROOT::Math::MatRepSym<double,2> MatRepSym(const ROOT::Math::MatRepSym<double,2>&)


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.