GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
NRMat< T > Class Template Reference

Detailed Description

template<class T>
class NRMat< T >

Definition at line 152 of file TLMFitter.h.

Public Member Functions

 NRMat ()
 
 NRMat (const NRMat &rhs)
 
 NRMat (const T &a, int n, int m)
 
 NRMat (const T *a, int n, int m)
 
 NRMat (int n, int m)
 
 NRMat (NRMat &&rhs) noexcept=default
 
 ~NRMat ()
 
int ncols () const
 
int nrows () const
 
NRMatoperator= (const NRMat &rhs)
 
NRMatoperator= (const T &a)
 
NRMatoperator= (NRMat &&rhs) noexcept=default
 
T * operator[] (int i)
 
const T * operator[] (int i) const
 

Private Attributes

int mm
 
int nn
 
T ** v
 

Constructor & Destructor Documentation

◆ NRMat()

template<class T >
NRMat< T >::NRMat ( NRMat< T > && rhs)
defaultnoexcept

Member Function Documentation

◆ operator=()

template<class T >
NRMat & NRMat< T >::operator= ( NRMat< T > && rhs)
defaultnoexcept

Member Data Documentation

◆ mm

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

Definition at line 155 of file TLMFitter.h.

Referenced by NRMat< T >::NRMat(), and NRMat< T >::operator=().

◆ nn

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

Definition at line 154 of file TLMFitter.h.

Referenced by NRMat< T >::NRMat(), and NRMat< T >::operator=().

◆ v

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