Evaluators
evaluating an
mathExpr.parser.Expression
to a blas.RealVector
result.See: Description
Class | Description |
---|---|
AbstractRealVectorEvaluator | |
NegativeSignRealVectorEvaluator |
The
Evaluator evaluating a UnaryOperation of type '-',
which operand is a RealVector when evaluated. |
PositiveSignRealVectorEvaluator |
The
Evaluator evaluating a UnaryOperation of type '+',
which operand is a RealVector when evaluated. |
RealDivideRealVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '/',
which first operand is a Real and second operand is a
RealVector when evaluated. |
RealTimesRealVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '*',
which first operand is a Real and second operand is a
RealVector when evaluated. |
RealVectorDivideRealEvaluator |
The
Evaluator evaluating a BinaryOperation of type '/',
which first operand is a RealVector and second operand is a
Real when evaluated. |
RealVectorEvaluator | |
RealVectorMinusRealVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '-',
which both operands are RealVector when evaluated. |
RealVectorPlusRealVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '+',
which both operands are RealVector when evaluated. |
RealVectorTimesRealEvaluator |
The
Evaluator evaluating a BinaryOperation of type '*',
which first operand is a RealVector and second operand is a
Real when evaluated. |
RealVectorType |
Evaluators
evaluating an
mathExpr.parser.Expression
to a blas.RealVector
result.