Expression wrapper class for Matrix objects.
Definition at line 54 of file MatrixRepresentationsStatic.h.
Public Types | |
enum | { kRows = D1 , kCols = D2 , kSize = D1*D2 } |
typedef T | value_type |
Public Member Functions | |
T | apply (unsigned int i) const |
T * | Array () |
const T * | Array () const |
T & | operator() (unsigned int i, unsigned int j) |
const T & | operator() (unsigned int i, unsigned int j) const |
template<class R > | |
MatRepStd< T, D1, D2 > & | operator+= (const R &rhs) |
template<class R > | |
MatRepStd< T, D1, D2 > & | operator-= (const R &rhs) |
template<class R > | |
MatRepStd< T, D1, D2 > & | operator= (const R &rhs) |
template<class R > | |
bool | operator== (const R &rhs) const |
T & | operator[] (unsigned int i) |
const T & | operator[] (unsigned int i) const |
Private Attributes | |
T | fArray [kSize] |
#include <Math/MatrixRepresentationsStatic.h>
typedef T ROOT::Math::MatRepStd< T, D1, D2 >::value_type |
Definition at line 58 of file MatrixRepresentationsStatic.h.
Enumerator | |
---|---|
kRows | return no. of matrix rows |
kCols | return no. of matrix columns |
kSize | return no of elements: rows*columns |
Definition at line 103 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 70 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 72 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 74 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 63 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 60 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 77 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 83 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 89 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 95 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 66 of file MatrixRepresentationsStatic.h.
|
inline |
Definition at line 68 of file MatrixRepresentationsStatic.h.
|
private |
Definition at line 114 of file MatrixRepresentationsStatic.h.