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