![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
Definition at line 306 of file TLMFitter.h.
Public Member Functions | |
| NRMat3d () | |
| NRMat3d (const NRMat3d &)=default | |
| NRMat3d (int n, int m, int k) | |
| NRMat3d (NRMat3d &&) noexcept=default | |
| ~NRMat3d () | |
| int | dim1 () const |
| int | dim2 () const |
| int | dim3 () const |
| NRMat3d & | operator= (const NRMat3d &)=default |
| NRMat3d & | operator= (NRMat3d &&) noexcept=default |
| T ** | operator[] (int i) |
| const T *const * | operator[] (int i) const |
Private Attributes | |
| int | kk |
| int | mm |
| int | nn |
| T *** | v |
|
private |
Definition at line 310 of file TLMFitter.h.
|
private |
Definition at line 309 of file TLMFitter.h.
|
private |
Definition at line 308 of file TLMFitter.h.
|
private |
Definition at line 311 of file TLMFitter.h.
Referenced by NRMat3d< T >::NRMat3d().