#include "MatrixRepresentationsStatic.h"

ROOT::Math::MatRepStd<Double32_t,6,6>


class description - header file
viewCVS header

class ROOT::Math::MatRepStd<Double32_t,6,6>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

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

Data Members

public:
enum { kRows
kCols
kSize
};
private:
Double32_tfArray[36]

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:12 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.