ROOT
6.06/09
Reference Guide
|
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 | operator() (unsigned int i, unsigned int j) const |
int | apply (unsigned int i) const |
Public Attributes | |
int | fOff [D *D] |
#include <Math/MatrixRepresentationsStatic.h>
|
inline |
Definition at line 133 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 146 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 145 of file MatrixRepresentationsStatic.h.
int ROOT::Math::RowOffsets< D >::fOff[D *D] |
Definition at line 147 of file MatrixRepresentationsStatic.h.
Referenced by ROOT::Math::RowOffsets< D >::apply(), ROOT::Math::RowOffsets< D >::operator()(), and ROOT::Math::RowOffsets< D >::RowOffsets().