ROOT  6.06/09
Reference Guide
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 115 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>

+ Collaboration diagram for ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >:

Member Typedef Documentation

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

Definition at line 118 of file MatrixFunctions.h.

Constructor & Destructor Documentation

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 121 of file MatrixFunctions.h.

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

Definition at line 125 of file MatrixFunctions.h.

Member Function Documentation

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 128 of file MatrixFunctions.h.

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

Definition at line 134 of file MatrixFunctions.h.

Member Data Documentation

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

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