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.
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
Definition at line 150 of file Expression.h.
Referenced by ROOT::Math::PlaceExpr< T, D1, D2, D3, D4, A, R1, R2 >::Evaluate(), ROOT::Math::SMatrix< T, D1, D2, R >::operator<(), ROOT::Math::SMatrix< T, D1, D2, R >::operator==(), and ROOT::Math::SMatrix< T, D1, D2, R >::operator>().
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.
Referenced by ROOT::Math::Assign< T, D1, D2, A, R1, R2 >::Evaluate(), ROOT::Math::PlusEquals< T, D1, D2, A, R1, R2 >::Evaluate(), and ROOT::Math::MinusEquals< T, D1, D2, A, R1, R2 >::Evaluate().
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 |
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 |
template<class ExprType, class T, unsigned int D, unsigned int D2 = 1, class R1 = MatRepStd<T,D,D2>>
Definition at line 203 of file Expression.h.
Referenced by ROOT::Math::Expr< ExprType, T, D, D2, R1 >::apply(), ROOT::Math::Expr< ExprType, T, D, D2, R1 >::IsInUse(), and ROOT::Math::Expr< ExprType, T, D, D2, R1 >::operator()().