Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 131 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 132 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 145 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 144 of file MatrixRepresentationsStatic.h.

Member Data Documentation

◆ fOff

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

Definition at line 146 of file MatrixRepresentationsStatic.h.

Collaboration diagram for ROOT::Math::RowOffsets< D >:
[legend]

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