public interface ISparseEqnInteger extends ISparseEquation
ISparseEquation.IndexType
Modifier and Type | Method and Description |
---|---|
void |
arrangeRowNoT2()
Arrange bus bus according to the Tinney-2 rule
|
void |
arrangeRowNoT3()
Arrange bus bus according to the Tinney-3 rule
|
int |
getAijElement(int i,
int j)
Get the aij element.
|
int |
getOld2New(int i)
After the bus number arrangement, get the new bus number from an old bus number.
|
void |
setAij(int n,
int i,
int j)
Set the aij element
|
factorization, factorization, getBusId, getDimension, getDimension, getTotalElements, getZeroAii_row, increaseDimension, isFactorized, isSquareMatrix, reset, setB2Unity, setB2Zero, setBusId, setFactorized, setToZero, solveEqn, solveEqn
void arrangeRowNoT2()
void arrangeRowNoT3()
int getOld2New(int i)
i
- old bus numbervoid setAij(int n, int i, int j)
n
- the aij elementi
- the element row number (starts from 0)j
- the element column number (starts from 0)int getAijElement(int i, int j)
i
- the element row numberj
- the element column number