Package samer.maths
Class Probe
- java.lang.Object
-
- samer.maths.Probe
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface samer.maths.Vec
Vec.ForArray, Vec.InputIterator, Vec.Iterator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double[]
array()
Vec.Iterator
iterator()
Mat
mat()
void
setTarget(Vec target)
int
size()
-
-
-
Constructor Detail
-
Probe
public Probe(Vec target)
-
-
Method Detail
-
setTarget
public void setTarget(Vec target)
-
iterator
public Vec.Iterator iterator()
-
-