library: libSmatrix
#include "MatrixRepresentationsStatic.h"

ROOT::Math::MatRepStd<double,7,7>


class description - header file
viewCVS header

class ROOT::Math::MatRepStd<double,7,7>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
~MatRepStd<double,7,7>()
doubleapply(unsigned int i) const
double*Array()
const double*Array() const
ROOT::Math::MatRepStd<double,7,7>MatRepStd<double,7,7>()
ROOT::Math::MatRepStd<double,7,7>MatRepStd<double,7,7>(const ROOT::Math::MatRepStd<double,7,7>&)
const double&operator()(unsigned int i, unsigned int j) const
double&operator()(unsigned int i, unsigned int j)
ROOT::Math::MatRepStd<double,7,7>&operator=(const ROOT::Math::MatRepStd<double,7,7>&)
double&operator[](unsigned int i)
const double&operator[](unsigned int i) const

Data Members

public:
enum { kRows
kCols
kSize
};
private:
doublefArray[49]

Class Description

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

Last update: Tue Nov 21 09:01:15 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.