Logo ROOT   6.10/09
Reference Guide
List of all members | Public Types | Public Member Functions | Protected Attributes | List of all members
ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 > Class Template Reference

template<class Matrix, class Vector, unsigned int D2>
class ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >

Definition at line 107 of file MatrixFunctions.h.

Public Types

typedef Vector::value_type T
 

Public Member Functions

 VectorMatrixRowOp (const Matrix &lhs, const Vector &rhs)
 
 ~VectorMatrixRowOp ()
 
Matrix::value_type apply (unsigned int i) const
 calc \( \sum_{j} a_{ij} * v_j \) More...
 
bool IsInUse (const T *p) const
 

Protected Attributes

const Matrix & lhs_
 
const Vector & rhs_
 

#include <Math/MatrixFunctions.h>

Member Typedef Documentation

◆ T

template<class Matrix , class Vector , unsigned int D2>
typedef Vector::value_type ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >::T

Definition at line 110 of file MatrixFunctions.h.

Constructor & Destructor Documentation

◆ VectorMatrixRowOp()

template<class Matrix , class Vector , unsigned int D2>
ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >::VectorMatrixRowOp ( const Matrix &  lhs,
const Vector &  rhs 
)
inline

Definition at line 113 of file MatrixFunctions.h.

◆ ~VectorMatrixRowOp()

template<class Matrix , class Vector , unsigned int D2>
ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >::~VectorMatrixRowOp ( )
inline

Definition at line 117 of file MatrixFunctions.h.

Member Function Documentation

◆ apply()

template<class Matrix , class Vector , unsigned int D2>
Matrix::value_type ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >::apply ( unsigned int  i) const
inline

calc \( \sum_{j} a_{ij} * v_j \)

Definition at line 120 of file MatrixFunctions.h.

◆ IsInUse()

template<class Matrix , class Vector , unsigned int D2>
bool ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >::IsInUse ( const T p) const
inline

Definition at line 126 of file MatrixFunctions.h.

Member Data Documentation

◆ lhs_

template<class Matrix , class Vector , unsigned int D2>
const Matrix& ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >::lhs_
protected

Definition at line 132 of file MatrixFunctions.h.

◆ rhs_

template<class Matrix , class Vector , unsigned int D2>
const Vector& ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >::rhs_
protected

Definition at line 133 of file MatrixFunctions.h.


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