Package | Description |
---|---|
org.eclipse.january.dataset |
Modifier and Type | Class and Description |
---|---|
static class |
Operations.Negation
Negation with boolean not
|
static class |
UnaryOperation.Stub
Stub class where only two methods need to be overridden:
UnaryOperation.Stub.complexOperate(double[], double, double) ,
UnaryOperation.Stub.toString(String) |
Modifier and Type | Method and Description |
---|---|
static Dataset |
Operations.operate(UnaryOperation op,
Object a,
Dataset o)
Operate on a dataset
|
Copyright © 2014–2017 Eclipse Foundation. All rights reserved.