template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
class ROOT::Math::Expr< ExprType, T, D, D2, R1 >
Definition at line 138 of file Expression.h.
|
| Expr (const ExprType &rhs) |
|
| ~Expr () |
|
T | apply (unsigned int i) const |
|
bool | IsInUse (const T *p) const |
| function to determine if any use operand is being used (has same memory adress) More...
|
|
T | operator() (unsigned int i, unsigned j) const |
|
std::ostream & | print (std::ostream &os) const |
| used by operator<<() simplify to use apply(i,j) More...
|
|
#include <Math/Expression.h>
◆ value_type
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
◆ anonymous enum
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
◆ Expr()
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
◆ ~Expr()
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
◆ apply()
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
◆ IsInUse()
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
function to determine if any use operand is being used (has same memory adress)
Definition at line 161 of file Expression.h.
◆ operator()()
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
T ROOT::Math::Expr< ExprType, T, D, D2, R1 >::operator() |
( |
unsigned int |
i, |
|
|
unsigned |
j |
|
) |
| const |
|
inline |
◆ print()
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
std::ostream& ROOT::Math::Expr< ExprType, T, D, D2, R1 >::print |
( |
std::ostream & |
os | ) |
const |
|
inline |
◆ rhs_
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
The documentation for this class was generated from the following file: