public final class FnOp2
extends mikera.vectorz.Op2
| Modifier and Type | Field and Description |
|---|---|
protected clojure.lang.IFn |
fn |
| Constructor and Description |
|---|
FnOp2(clojure.lang.IFn f) |
FnOp2(Object f) |
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x,
double y) |
void |
applyTo(double[] xs,
int offset,
int length,
mikera.vectorz.AVector ys) |
static mikera.vectorz.Op2 |
wrap(Object f) |
public FnOp2(Object f)
public FnOp2(clojure.lang.IFn f)
public static mikera.vectorz.Op2 wrap(Object f)
public double apply(double x,
double y)
apply in class mikera.vectorz.Op2public void applyTo(double[] xs,
int offset,
int length,
mikera.vectorz.AVector ys)
applyTo in class mikera.vectorz.Op2Copyright © 2016. All rights reserved.