ROOT  6.06/09
Reference Guide
Static Public Member Functions | List of all members
ROOT::Math::meta_matrix_dot< 0 > Struct Template Reference

template<>
struct ROOT::Math::meta_matrix_dot< 0 >

Definition at line 325 of file MatrixFunctions.h.

Static Public Member Functions

template<class MatrixA , class MatrixB >
static MatrixA::value_type f (const MatrixA &lhs, const MatrixB &rhs, const unsigned int offset)
 
template<class MatrixA , class MatrixB >
static MatrixA::value_type g (const MatrixA &lhs, const MatrixB &rhs, unsigned int i, unsigned int j)
 

#include <Math/MatrixFunctions.h>

Member Function Documentation

template<class MatrixA , class MatrixB >
static MatrixA::value_type ROOT::Math::meta_matrix_dot< 0 >::f ( const MatrixA &  lhs,
const MatrixB &  rhs,
const unsigned int  offset 
)
inlinestatic

Definition at line 328 of file MatrixFunctions.h.

template<class MatrixA , class MatrixB >
static MatrixA::value_type ROOT::Math::meta_matrix_dot< 0 >::g ( const MatrixA &  lhs,
const MatrixB &  rhs,
unsigned int  i,
unsigned int  j 
)
inlinestatic

Definition at line 337 of file MatrixFunctions.h.


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