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()  | 
double | 
getPattern()  | 
boolean | 
isInplace()  | 
public final ValueFunction fn
public UnaryOperator(ValueFunction p)
public UnaryOperator(ValueFunction p, int numThreads, boolean inPlace)
Copyright © 2021 The Apache Software Foundation. All rights reserved.