| Package | Description |
|---|---|
| palisades.lakes.bench.java.spaces.linear | |
| palisades.lakes.bench.java.spaces.linear.r2 |
| Modifier and Type | Method and Description |
|---|---|
static Vector |
Axpy.axpy(LinearFunction a,
Vector x,
Vector y) |
static Vector |
Axpy.axpy(Object a,
Object x,
Object y) |
Vector |
LinearFunction.axpy(Vector x,
Vector y)
Basic operation for affine functions.
|
Vector |
LinearFunction.invoke(Vector v) |
Vector |
Vector.linearCombination(Number a0,
Number a1,
Vector v1)
Almost certainly would want scalars to be primitive,
not Object references.
|
| Modifier and Type | Method and Description |
|---|---|
static Vector |
Axpy.axpy(LinearFunction a,
Vector x,
Vector y) |
Vector |
LinearFunction.axpy(Vector x,
Vector y)
Basic operation for affine functions.
|
Vector |
LinearFunction.invoke(Vector v) |
Vector |
Vector.linearCombination(Number a0,
Number a1,
Vector v1)
Almost certainly would want scalars to be primitive,
not Object references.
|
static double |
Axpy.maxL1Interface(LinearFunction[] a,
Vector[] x,
Vector[] y) |
static double |
Axpy.maxL1Interface(LinearFunction[] a,
Vector[] x,
Vector[] y) |
| Modifier and Type | Class and Description |
|---|---|
class |
B2
(Immutable) vector in R2 represented
by
byte x y
coordinates. |
class |
D2
(Immutable) vector in R2 represented
by
double x y
coordinates. |
class |
F2
(Immutable) vector in R2 represented
by
float x y
coordinates. |
class |
I2
(Immutable) vector in R2 represented
by
int x y
coordinates. |
class |
L2
(Immutable) vector in R2 represented
by
long x y
coordinates. |
class |
S2
(Immutable) vector in R2 represented
by
short x y
coordinates. |
| Modifier and Type | Method and Description |
|---|---|
Vector |
S22.axpy(Vector x,
Vector y) |
Vector |
L22.axpy(Vector x,
Vector y) |
Vector |
I22.axpy(Vector x,
Vector y) |
Vector |
F22.axpy(Vector x,
Vector y) |
Vector |
D22.axpy(Vector x,
Vector y) |
Vector |
B22.axpy(Vector x,
Vector y) |
Vector |
S22.invoke(Vector v) |
Vector |
L22.invoke(Vector v) |
Vector |
I22.invoke(Vector v) |
Vector |
F22.invoke(Vector v) |
Vector |
D22.invoke(Vector v) |
Vector |
B22.invoke(Vector v) |
Vector |
S2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
L2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
I2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
F2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
D2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
B2.linearCombination(Number a0,
Number a1,
Vector v1) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
S22.axpy(Vector x,
Vector y) |
Vector |
L22.axpy(Vector x,
Vector y) |
Vector |
I22.axpy(Vector x,
Vector y) |
Vector |
F22.axpy(Vector x,
Vector y) |
Vector |
D22.axpy(Vector x,
Vector y) |
Vector |
B22.axpy(Vector x,
Vector y) |
Vector |
S22.invoke(Vector v) |
Vector |
L22.invoke(Vector v) |
Vector |
I22.invoke(Vector v) |
Vector |
F22.invoke(Vector v) |
Vector |
D22.invoke(Vector v) |
Vector |
B22.invoke(Vector v) |
Vector |
S2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
L2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
I2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
F2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
D2.linearCombination(Number a0,
Number a1,
Vector v1) |
Vector |
B2.linearCombination(Number a0,
Number a1,
Vector v1) |
Copyright © 2017. All rights reserved.