+
class ROOT::Math::MatRepSym<float,7>
-
library: libSmatrix
#include "MatrixRepresentationsStatic.h"
Display options:
Show inherited
Show non-public

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

Function Members (Methods)

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

Data Members

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

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

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) const
{ return fArray[i]; }
T* Array()
{ return fArray; }
const T* Array()
{ return fArray; }
MatRepStd<T, D1, D2>& operator+=(const ROOT::Math::MatRepSym<float,7>& rhs)
MatRepStd<T, D1, D2>& operator-=(const ROOT::Math::MatRepSym<float,7>& rhs)
MatRepStd<T, D1, D2>& operator=(const ROOT::Math::MatRepSym<float,7>& rhs)
return fArray[ Offsets()
void CreateOffsets()

Last update: Mon Jun 25 19:40:00 2007

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.