ROOT
6.07/01
Reference Guide
|
Classes | |
class | ROOT::Math::AddOp< T > |
Addition Operation Class. More... | |
class | ROOT::Math::MinOp< T > |
Subtraction Operation Class. More... | |
class | ROOT::Math::MulOp< T > |
Multiplication (element-wise) Operation Class. More... | |
class | ROOT::Math::DivOp< T > |
Division (element-wise) Operation Class. More... | |
class | ROOT::Math::VecExpr< ExprType, T, D > |
Expression wrapper class for Vector objects. More... | |
class | ROOT::Math::MatRepStd< T, D, D2 > |
Expression wrapper class for Matrix objects. More... | |
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::UnaryOp< Operator, RHS, T > |
UnaryOperation class A class representing unary operators in the parse tree. More... | |
class | ROOT::Math::Constant< T > |
Constant expression class A class representing constant expressions (literals) in the parse tree. More... | |
class | ROOT::Math::VectorMatrixColOp< Vector, Matrix, D1 > |
Class for Vector-Matrix multiplication. More... | |
class | ROOT::Math::MatrixMulOp< MatrixA, MatrixB, T, D > |
Class for Matrix-Matrix multiplication. More... | |
class | ROOT::Math::TransposeOp< Matrix, T, D1, D2 > |
Class for Transpose Operations. More... | |
class | ROOT::Math::TensorMulOp< Vector1, Vector2 > |
Class for Tensor Multiplication (outer product) of two vectors giving a matrix. More... | |
class | ROOT::Math::Minus< T > |
Unary Minus Operation Class. More... | |
class | ROOT::Math::Fabs< T > |
Unary abs Operation Class. More... | |
class | ROOT::Math::Sqr< T > |
Unary Square Operation Class. More... | |
class | ROOT::Math::Sqrt< T > |
Unary Square Root Operation Class. More... | |