Evaluators
evaluating an
mathExpr.parser.Expression
to a blas.ComplexVector
result.See: Description
Class | Description |
---|---|
AbstractComplexVectorEvaluator | |
ComplexTimesComplexVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '*',
which first operand is a Complex and second operand is a
ComplexVector when evaluated. |
ComplexTimesRealVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '*',
which first operand is a Complex and second operand is a
RealVector when evaluated. |
ComplexVectorDivideComplexEvaluator |
The
Evaluator evaluating a BinaryOperation of type '/',
which first operand is a ComplexVector and second operand is a
Complex when evaluated. |
ComplexVectorEvaluator | |
ComplexVectorMinusComplexVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '-',
which both operands are ComplexVector when evaluated. |
ComplexVectorPlusComplexVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '+',
which both operands are ComplexVector when evaluated. |
ComplexVectorTimesComplexEvaluator |
The
Evaluator evaluating a BinaryOperation of type '*',
which first operand is a ComplexVector and second operand is a
Complex when evaluated. |
ComplexVectorType | |
NegativeSignComplexVectorEvaluator |
The
Evaluator evaluating a UnaryOperation of type '-',
which operand is a ComplexVector when evaluated. |
PositiveSignComplexVectorEvaluator |
The
Evaluator evaluating a UnaryOperation of type '+',
which operand is a ComplexVector when evaluated. |
RealTimesComplexVectorEvaluator |
The
Evaluator evaluating a BinaryOperation of type '*',
which first operand is a Real and second operand is a
ComplexVector when evaluated. |
Evaluators
evaluating an
mathExpr.parser.Expression
to a blas.ComplexVector
result.