#include <iomanip>
#include <iostream>
|
class | ROOT::Math::BinaryOp< Operator, LHS, RHS, T > |
| BinaryOperation class A class representing binary operators in the parse tree. More...
|
|
class | ROOT::Math::BinaryOpCopyL< Operator, LHS, RHS, T > |
| Binary Operation class with value storage for the left argument. More...
|
|
class | ROOT::Math::BinaryOpCopyR< Operator, LHS, RHS, T > |
| Binary Operation class with value storage for the right argument. More...
|
|
class | ROOT::Math::Constant< T > |
| Constant expression class A class representing constant expressions (literals) in the parse tree. More...
|
|
class | ROOT::Math::Expr< ExprType, T, D, D2, R1 > |
|
class | ROOT::Math::MatRepStd< T, D1, D2 > |
| Expression wrapper class for Matrix objects. More...
|
|
class | ROOT::Math::UnaryOp< Operator, RHS, T > |
| UnaryOperation class A class representing unary operators in the parse tree. More...
|
|
class | ROOT::Math::VecExpr< ExprType, T, D > |
| Expression wrapper class for Vector objects. More...
|
|
|
| ROOT |
| This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
|
|
| ROOT::Math |
|
|
template<class A , class T , unsigned int D> |
std::ostream & | ROOT::Math::operator<< (std::ostream &os, const VecExpr< A, T, D > &rhs) |
|
template<class A , class T , unsigned int D1, unsigned int D2, class R1 > |
std::ostream & | ROOT::Math::operator<< (std::ostream &os, const Expr< A, T, D1, D2, R1 > &rhs) |
|