org.metasyntactic.math.matrix
Class Matrix
java.lang.Object
|
+--org.metasyntactic.math.matrix.Matrix
- public class Matrix
- extends java.lang.Object
Constructor Summary |
Matrix(java.lang.Number[][] matrix)
Creates new Matrix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Matrix
public Matrix(java.lang.Number[][] matrix)
- Creates new Matrix
get
public java.lang.Number get(int i,
int j)
isSquare
public boolean isSquare()
copy
public Matrix copy()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
main
public static void main(java.lang.String[] args)