public class ComplexSEqnRow
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.apache.commons.math3.complex.Complex |
aii
row aii of [A]
|
java.util.List<ComplexSEqnElem> |
aijList
a[i,j] element
|
org.apache.commons.math3.complex.Complex |
bi
b[i]
|
java.lang.String |
busId
busId[i]
|
Constructor and Description |
---|
ComplexSEqnRow(int rowNo,
org.apache.commons.math3.complex.Complex aii)
constructor
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
get(int j)
define the setter for the symbolic notation implementation
|
ComplexSEqnElem |
getAij(int j)
get a[i,j] element
|
void |
set(int j,
org.apache.commons.math3.complex.Complex x)
define the setter for the symbolic notation implementation
|
java.lang.String |
toString(boolean square)
turn the element to a String
|
public java.lang.String busId
public org.apache.commons.math3.complex.Complex bi
public org.apache.commons.math3.complex.Complex aii
public java.util.List<ComplexSEqnElem> aijList
public ComplexSEqnRow(int rowNo, org.apache.commons.math3.complex.Complex aii)
public ComplexSEqnElem getAij(int j)
j
- public org.apache.commons.math3.complex.Complex get(int j)
j
- public void set(int j, org.apache.commons.math3.complex.Complex x)
j
- x
- public java.lang.String toString(boolean square)
i
-