I - -describeme-O - -describeme-public abstract class Operator<I extends Operator<I,O>,O extends I>
extends java.lang.Object
| Constructor and Description |
|---|
Operator() |
| Modifier and Type | Method and Description |
|---|---|
O |
$div(double d) |
O |
$minus(double v) |
O |
$minus(I v) |
O |
$plus(double v) |
O |
$plus(I v) |
O |
$times(double d) |
abstract O |
add(double other) |
abstract O |
add(I other) |
O |
divide(double other) |
abstract O |
multiply(double other) |
O |
negate() |
abstract O |
reciprocal()
Gets the reciprocal of this vector.
|
O |
subtract(double other) |
O |
subtract(I other) |
O |
unary_$minus() |
public abstract O add(double other)
public final O subtract(double other)
public abstract O multiply(double other)
public final O divide(double other)
public abstract O reciprocal()
public final O negate()
public O $plus(double v)
public O $minus(double v)
public O $times(double d)
public O $div(double d)
public O unary_$minus()