Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::meta_matrix_dot< I > Struct Template Reference

template<unsigned int I>
struct ROOT::Math::meta_matrix_dot< I >

Definition at line 292 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

◆ f()

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

Definition at line 295 of file MatrixFunctions.h.

◆ g()

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

Definition at line 305 of file MatrixFunctions.h.


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