public class DoubleSEqnRow
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
aii
a[i,i]
|
java.util.List<DoubleSEqnElem> |
aijList
non-diagonal element
|
double |
bi
b[i]
|
java.lang.String |
busId
busId[i]
|
Constructor and Description |
---|
DoubleSEqnRow(int rowNo)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
double |
get(int j)
define the getter for the symbolic notation implementation
|
void |
set(int j,
double x)
define the setter for the symbolic notation implementation
|
java.lang.String |
toString(boolean square)
String representation of the aii object
|
public java.lang.String busId
public double bi
public double aii
public java.util.List<DoubleSEqnElem> aijList
public double get(int j)
j
- public void set(int j, double x)
j
- x
- public java.lang.String toString(boolean square)
i
- i number of this element.