ROOT 6.13/01 Reference Guide |
adapter for packed arrays (to SMatrix indexing conventions)
Definition at line 43 of file CholeskyDecomp.h.
Public Member Functions | |
PackedArrayAdapter (G *arr) | |
constructor More... | |
const G | operator() (unsigned i, unsigned j) const |
read access to elements (make sure that j <= i) More... | |
G & | operator() (unsigned i, unsigned j) |
write access to elements (make sure that j <= i) More... | |
Private Attributes | |
G * | fArr |
pointer to first array element More... | |
#include <Math/CholeskyDecomp.h>
|
inline |
constructor
Definition at line 527 of file CholeskyDecomp.h.
|
inline |
read access to elements (make sure that j <= i)
Definition at line 529 of file CholeskyDecomp.h.
|
inline |
write access to elements (make sure that j <= i)
Definition at line 532 of file CholeskyDecomp.h.
|
private |
pointer to first array element
Definition at line 524 of file CholeskyDecomp.h.