public static class GM01.ColMatrix2D
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) double[] |
data |
Constructor and Description |
---|
GM01.ColMatrix2D(double data0,
double data1) |
Modifier and Type | Method and Description |
---|---|
GM01.ColMatrix2D |
add(GM01.ColMatrix2D matrix) |
boolean |
equals(java.lang.Object obj) |
double |
getData(int index) |
void |
setData(int index,
double data) |
GM01.ColMatrix2D |
subtract(GM01.ColMatrix2D matrix) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public double getData(int index)
public void setData(int index, double data)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public GM01.ColMatrix2D add(GM01.ColMatrix2D matrix)
public GM01.ColMatrix2D subtract(GM01.ColMatrix2D matrix)