public static class GM2D04.ColMatrix
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) double[] |
data |
Constructor and Description |
---|
GM2D04.ColMatrix(double data0,
double data1) |
Modifier and Type | Method and Description |
---|---|
GM2D04.ColMatrix |
add(GM2D04.ColMatrix matrix) |
boolean |
equals(java.lang.Object obj) |
double |
getData(int index) |
void |
setData(int index,
double data) |
GM2D04.ColMatrix |
subtract(GM2D04.ColMatrix 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 GM2D04.ColMatrix add(GM2D04.ColMatrix matrix)
public GM2D04.ColMatrix subtract(GM2D04.ColMatrix matrix)