Package samer.maths
Interface Mat
-
- All Known Implementing Classes:
- Matrix, RowColumn, Vec.ForArray
public interface MatThis is an interface for an element-wise addressable matrix. Not generally used for computation, but for user interface purposes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doubleget(int i, int j)intheight()voidset(int i, int j, double t)intwidth()
-