Package samer.maths
Class Vec.ForArray
- java.lang.Object
-
- samer.maths.Vec.ForArray
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface samer.maths.Vec
Vec.ForArray
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double[]
array()
double
get(int i, int j)
int
height()
Vec.Iterator
iterator()
Mat
mat()
void
set(int i, int j, double t)
int
size()
int
width()
-
-
-
Method Detail
-
iterator
public Vec.Iterator iterator()
-
-