public abstract class AbstractComplexVectorEvaluator extends Object implements Evaluator
getReturnType()
Constructor and Description |
---|
AbstractComplexVectorEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
getComplexVectorValue(de.jtem.blas.ComplexVector v)
Assigns
v the evaluated ComplexVector value. |
Type |
getReturnType()
Returns
ComplexVectorType.TYPE . |
public void getComplexVectorValue(de.jtem.blas.ComplexVector v)
v
the evaluated ComplexVector
value.v
- the ComplexVector
value the evaluated value is to be
assigned to.public Type getReturnType()
ComplexVectorType.TYPE
.getReturnType
in interface Evaluator
ComplexVectorType.TYPE
.