| Modifier and Type | Method and Description |
|---|---|
static ISparseEqnMatrix2x2 |
NumericObjectFactory.createSparseEqnMatrix2x2(int n)
create a SparseEqnMatrix2x2 object
|
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnMatrix2x2 |
IAclfNetFormMatrix.formJMatrix()
form the J-matrix
|
ISparseEqnMatrix2x2 |
IAclfNetFormMatrix.formJMatrix(int n)
form the J-matrix with n extra elements
|
ISparseEqnMatrix2x2 |
IAclfNetFormMatrix.formJMatrix(JacobianMatrixType type)
form the J-matrix according to the Type
|
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnMatrix2x2 |
BaseAclfNetworkImpl.formJMatrix() |
ISparseEqnMatrix2x2 |
BaseAclfNetworkImpl.formJMatrix(int n) |
ISparseEqnMatrix2x2 |
BaseAclfNetworkImpl.formJMatrix(JacobianMatrixType type) |
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnMatrix2x2 |
INrSolver.formJMatrix()
form J-matrix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INrSolver.setPowerMismatch(ISparseEqnMatrix2x2 lfEqn)
set the power mismatch to the right-hand side of the eqn [A][x] = [B]
set AclfNet object bus mismatch to the [B] vector of the Sparse Eqn
|
void |
INrSolver.updateBusVoltage(ISparseEqnMatrix2x2 lfEqn)
After solving the eqn [A][x] = [B], [x] is stored in [B].
|
void |
INrSolver.updateBusVoltage(ISparseEqnMatrix2x2 lfEqn,
double scaleFactor) |
boolean |
INrSolver.updateBusVoltageNonDivergent(ISparseEqnMatrix2x2 lfEqn,
double tolerance)
After solving the eqn [A][x] = [B], [x] is stored in [B].
|
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnMatrix2x2 |
DefaultNrSolver.formJMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNrSolver.setPowerMismatch(ISparseEqnMatrix2x2 lfEqn) |
void |
DefaultNrSolver.updateBusVoltage(ISparseEqnMatrix2x2 lfEqn) |
void |
DefaultNrSolver.updateBusVoltage(ISparseEqnMatrix2x2 lfEqn,
double scaleFactor) |
boolean |
DefaultNrSolver.updateBusVoltageNonDivergent(ISparseEqnMatrix2x2 lfEqn,
double tolerance) |
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnMatrix2x2 |
CommonSparseFactoryImpl.createSparseEqnMatrix2x2FromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
SparseEqnMatrix2x2Impl
Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|