Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const Class Reference

template<class T, unsigned int D1, unsigned int D2 = D1, class R = MatRepStd<T, D1, D2>>
class ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const

Definition at line 382 of file SMatrix.h.

Public Member Functions

 SMatrixRow_const (const SMatrix< T, D1, D2, R > &rhs, unsigned int i)
 
const T & operator[] (int j) const
 

Private Attributes

const SMatrix< T, D1, D2, R > * fMat
 
unsigned int fRow
 

#include <Math/SMatrix.h>

Constructor & Destructor Documentation

◆ SMatrixRow_const()

template<class T , unsigned int D1, unsigned int D2 = D1, class R = MatRepStd<T, D1, D2>>
ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const::SMatrixRow_const ( const SMatrix< T, D1, D2, R > &  rhs,
unsigned int  i 
)
inline

Definition at line 384 of file SMatrix.h.

Member Function Documentation

◆ operator[]()

template<class T , unsigned int D1, unsigned int D2 = D1, class R = MatRepStd<T, D1, D2>>
const T & ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const::operator[] ( int  j) const
inline

Definition at line 388 of file SMatrix.h.

Member Data Documentation

◆ fMat

template<class T , unsigned int D1, unsigned int D2 = D1, class R = MatRepStd<T, D1, D2>>
const SMatrix<T,D1,D2,R>* ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const::fMat
private

Definition at line 391 of file SMatrix.h.

◆ fRow

template<class T , unsigned int D1, unsigned int D2 = D1, class R = MatRepStd<T, D1, D2>>
unsigned int ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow_const::fRow
private

Definition at line 392 of file SMatrix.h.

  • math/smatrix/inc/Math/SMatrix.h