Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Math::SMatrix< T, D1, D2, R >::SMatrixRow 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

Definition at line 392 of file SMatrix.h.

Public Member Functions

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

Private Attributes

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

#include <Math/SMatrix.h>

Constructor & Destructor Documentation

◆ SMatrixRow()

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

Definition at line 394 of file SMatrix.h.

Member Function Documentation

◆ operator[]()

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

Definition at line 397 of file SMatrix.h.

Member Data Documentation

◆ fMat

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

Definition at line 399 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::fRow
private

Definition at line 400 of file SMatrix.h.


The documentation for this class was generated from the following file: