public class UnaryOperator extends Operator
Modifier and Type | Field and Description |
---|---|
ValueFunction |
fn |
sparseSafe
Constructor and Description |
---|
UnaryOperator(ValueFunction p) |
UnaryOperator(ValueFunction p,
int numThreads,
boolean inPlace) |
Modifier and Type | Method and Description |
---|---|
int |
getNumThreads() |
boolean |
isInplace() |
public final ValueFunction fn
public UnaryOperator(ValueFunction p)
public UnaryOperator(ValueFunction p, int numThreads, boolean inPlace)
Copyright © 2020 The Apache Software Foundation. All rights reserved.