public class BinaryOperatorFunction<T extends RealType<T>> extends Object implements RealFunction<T>
Constructor and Description |
---|
BinaryOperatorFunction(BinaryOperator op) |
Modifier and Type | Method and Description |
---|---|
boolean |
canAccept(int numParameters) |
void |
compute(T[] inputs,
T output) |
public BinaryOperatorFunction(BinaryOperator op)
Copyright © 2015–2021 Fiji. All rights reserved.