library: libSmatrix
#include "MatrixRepresentationsStatic.h"

ROOT::Math::MatRepSym<float,3>


class description - header file
viewCVS header

class ROOT::Math::MatRepSym<float,3>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
~MatRepSym<float,3>()
floatapply(unsigned int i) const
float*Array()
const float*Array() const
voidCreateOffsets()
ROOT::Math::MatRepSym<float,3>MatRepSym<float,3>()
ROOT::Math::MatRepSym<float,3>MatRepSym<float,3>(const ROOT::Math::MatRepSym<float,3>&)
const ROOT::Math::RowOffsets<3>&Offsets() const
const float&operator()(unsigned int i, unsigned int j) const
float&operator()(unsigned int i, unsigned int j)
ROOT::Math::MatRepSym<float,3>&operator+=(const ROOT::Math::MatRepSym<float,3>& rhs)
ROOT::Math::MatRepSym<float,3>&operator-=(const ROOT::Math::MatRepSym<float,3>& rhs)
ROOT::Math::MatRepSym<float,3>&operator=(const ROOT::Math::MatRepSym<float,3>& rhs)
float&operator[](unsigned int i)
const float&operator[](unsigned int i) const

Data Members

public:
enum { kRows
kCols
kSize
};
private:
floatfArray[6]
ROOT::Math::RowOffsets<3>*fOff! transient

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)
MatRepStd<T, D1, D2>& operator-=(const R& rhs)
MatRepStd<T, D1, D2>& operator=(const R& rhs)
return fArray[ Offsets()
void CreateOffsets()

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