public class DoubleSEqnElem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
aij
a[i,j] element
|
int |
j
column index
|
Constructor and Description |
---|
DoubleSEqnElem()
Default constructor
|
DoubleSEqnElem(int j,
double x) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString(int i)
String representation of the aij object
|