Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::VectorMatrixColOp< Vector, Matrix, D1 > Class Template Reference

template<class Vector, class Matrix, unsigned int D1>
class ROOT::Math::VectorMatrixColOp< Vector, Matrix, D1 >

Class for Vector-Matrix multiplication.

Definition at line 174 of file MatrixFunctions.h.

Public Types

typedef Vector::value_type T
 

Public Member Functions

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

Protected Attributes

const Vector & lhs_
 
const Matrix & rhs_
 

#include <Math/MatrixFunctions.h>

Member Typedef Documentation

◆ T

template<class Vector , class Matrix , unsigned int D1>
typedef Vector::value_type ROOT::Math::VectorMatrixColOp< Vector, Matrix, D1 >::T

Definition at line 177 of file MatrixFunctions.h.

Constructor & Destructor Documentation

◆ VectorMatrixColOp()

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

Definition at line 179 of file MatrixFunctions.h.

◆ ~VectorMatrixColOp()

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

Definition at line 183 of file MatrixFunctions.h.

Member Function Documentation

◆ apply()

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

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

Definition at line 186 of file MatrixFunctions.h.

◆ IsInUse()

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

Definition at line 192 of file MatrixFunctions.h.

Member Data Documentation

◆ lhs_

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

Definition at line 198 of file MatrixFunctions.h.

◆ rhs_

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

Definition at line 199 of file MatrixFunctions.h.

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