mirror of
https://bitbucket.org/Mattrixwv/matrix.git
synced 2025-12-06 23:13:57 -05:00
Created DoubleMatrix
This commit is contained in:
@@ -115,7 +115,7 @@ public class IntegerMatrix{
|
|||||||
public IntegerMatrix(){
|
public IntegerMatrix(){
|
||||||
grid = new int[0][0];
|
grid = new int[0][0];
|
||||||
}
|
}
|
||||||
public IntegerMatrix(int[][]grid){
|
public IntegerMatrix(int[][] grid){
|
||||||
setGrid(grid);
|
setGrid(grid);
|
||||||
}
|
}
|
||||||
public IntegerMatrix(IntegerMatrix matrix){
|
public IntegerMatrix(IntegerMatrix matrix){
|
||||||
|
|||||||
Reference in New Issue
Block a user