Logo ROOT  
Reference Guide
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 130 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 131 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 144 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 143 of file MatrixRepresentationsStatic.h.

Member Data Documentation

◆ fOff

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

Definition at line 145 of file MatrixRepresentationsStatic.h.


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