Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
ROOT::Math::RowOffsets< D > Struct Template Reference

template<unsigned int D>
struct ROOT::Math::RowOffsets< D >

Static structure to keep the conversion from (i,j) to offsets in the storage data for a symmetric matrix.

Definition at line 132 of file MatrixRepresentationsStatic.h.

Public Member Functions

 RowOffsets ()
 
int apply (unsigned int i) const
 
int operator() (unsigned int i, unsigned int j) const
 

Public Attributes

int fOff [D *D]
 

#include <Math/MatrixRepresentationsStatic.h>

Constructor & Destructor Documentation

◆ RowOffsets()

template<unsigned int D>
ROOT::Math::RowOffsets< D >::RowOffsets ( )
inline

Definition at line 133 of file MatrixRepresentationsStatic.h.

Member Function Documentation

◆ apply()

template<unsigned int D>
int ROOT::Math::RowOffsets< D >::apply ( unsigned int  i) const
inline

Definition at line 146 of file MatrixRepresentationsStatic.h.

◆ operator()()

template<unsigned int D>
int ROOT::Math::RowOffsets< D >::operator() ( unsigned int  i,
unsigned int  j 
) const
inline

Definition at line 145 of file MatrixRepresentationsStatic.h.

Member Data Documentation

◆ fOff

template<unsigned int D>
int ROOT::Math::RowOffsets< D >::fOff[D *D]

Definition at line 147 of file MatrixRepresentationsStatic.h.


The documentation for this struct was generated from the following file: