GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
NRMat3d< T > Class Template Reference

template<class T>
class NRMat3d< T >

Definition at line 313 of file TLMFitter.h.

Public Member Functions

 NRMat3d ()
 
 NRMat3d (int n, int m, int k)
 
 ~NRMat3d ()
 
int dim1 () const
 
int dim2 () const
 
int dim3 () const
 
T ** operator[] (const int i)
 
const T *const * operator[] (const int i) const
 

Private Attributes

int kk
 
int mm
 
int nn
 
T *** v
 

#include <TLMFitter.h>

Member Data Documentation

◆ kk

template<class T >
int NRMat3d< T >::kk
private

Definition at line 317 of file TLMFitter.h.

◆ mm

template<class T >
int NRMat3d< T >::mm
private

Definition at line 316 of file TLMFitter.h.

◆ nn

template<class T >
int NRMat3d< T >::nn
private

Definition at line 315 of file TLMFitter.h.

◆ v

template<class T >
T*** NRMat3d< T >::v
private

Definition at line 318 of file TLMFitter.h.

Referenced by NRMat3d< T >::NRMat3d().