library: libSmatrix
#include "MatrixRepresentationsStatic.h"

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


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

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

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

    public:
MatRepSym<float,3>() MatRepSym<float,3>(const ROOT::Math::MatRepSym<float,3>&) ~MatRepSym<float,3>() float apply(unsigned int i) const float* Array() const float* Array() const void CreateOffsets() 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

    private:
float fArray[6] ROOT::Math::RowOffsets<3>* fOff ! transient public:
static const enum ROOT::Math::MatRepSym<float,3>:: kRows static const enum ROOT::Math::MatRepSym<float,3>:: kCols static const enum ROOT::Math::MatRepSym<float,3>:: kSize

Class Description

const T& operator()(unsigned int i, unsigned int j)
T& operator()(unsigned int i, unsigned int j)
T& operator[](unsigned int i)
const T& operator[](unsigned int i)
T apply(unsigned int i)
T* Array()
const T* Array()
MatRepStd<T, D1, D2>& operator+=(const R& rhs)
MatRepStd<T, D1, D2>& operator-=(const R& rhs)
MatRepStd<T, D1, D2>& operator=(const R& rhs)
void CreateOffsets()
const RowOffsets<D> & Offsets()

Last update: Tue Jul 11 11:46:47 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.