Logo ROOT   6.07/09
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D > Class Template Reference

template<class MatrixA, class MatrixB, class T, unsigned int D>
class ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >

Class for Matrix-Matrix multiplication.

Definition at line 354 of file MatrixFunctions.h.

Public Member Functions

 MatrixMulOp (const MatrixA &lhs, const MatrixB &rhs)
 
 ~MatrixMulOp ()
 
apply (unsigned int i) const
 calc \(\sum_{j} a_{ik} * b_{kj}\) More...
 
bool IsInUse (const T *p) const
 
operator() (unsigned int i, unsigned j) const
 

Protected Attributes

const MatrixA & lhs_
 
const MatrixB & rhs_
 

#include <Math/MatrixFunctions.h>

Constructor & Destructor Documentation

template<class MatrixA , class MatrixB , class T , unsigned int D>
ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::MatrixMulOp ( const MatrixA &  lhs,
const MatrixB &  rhs 
)
inline

Definition at line 357 of file MatrixFunctions.h.

template<class MatrixA , class MatrixB , class T , unsigned int D>
ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::~MatrixMulOp ( )
inline

Definition at line 361 of file MatrixFunctions.h.

Member Function Documentation

template<class MatrixA , class MatrixB , class T , unsigned int D>
T ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::apply ( unsigned int  i) const
inline

calc \(\sum_{j} a_{ik} * b_{kj}\)

Definition at line 364 of file MatrixFunctions.h.

template<class MatrixA , class MatrixB , class T , unsigned int D>
bool ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::IsInUse ( const T *  p) const
inline

Definition at line 372 of file MatrixFunctions.h.

template<class MatrixA , class MatrixB , class T , unsigned int D>
T ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::operator() ( unsigned int  i,
unsigned  j 
) const
inline

Definition at line 368 of file MatrixFunctions.h.

Member Data Documentation

template<class MatrixA , class MatrixB , class T , unsigned int D>
const MatrixA& ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::lhs_
protected

Definition at line 378 of file MatrixFunctions.h.

template<class MatrixA , class MatrixB , class T , unsigned int D>
const MatrixB& ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D >::rhs_
protected

Definition at line 379 of file MatrixFunctions.h.


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