Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
IAclfNetFormMatrix.formB11Matrix()
form the B11 matrix and cache it.
|
ISparseEqnDouble |
IAclfNetFormMatrix.formB11Matrix(JacobianMatrixType type)
form the B11 matrix and cache it.
|
ISparseEqnDouble |
IAclfNetFormMatrix.formB1Matrix()
form the B1 matrix and cache it.
|
ISparseEqnDouble |
IAclfNetFormMatrix.formB1Matrix(JacobianMatrixType type)
form the B1 matrix and cache it.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
BaseAclfNetworkImpl.formB11Matrix() |
ISparseEqnDouble |
BaseAclfNetworkImpl.formB11Matrix(JacobianMatrixType type) |
ISparseEqnDouble |
BaseAclfNetworkImpl.formB1Matrix() |
ISparseEqnDouble |
BaseAclfNetworkImpl.formB1Matrix(JacobianMatrixType type) |
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
AclfNetBMatrixHelper.formB11Matrix(JacobianMatrixType type)
Forms the B11 matrix for the AC load flow network based on the specified Jacobian matrix type.
|
ISparseEqnDouble |
AclfNetBMatrixHelper.formB1Matrix(JacobianMatrixType type)
Forms the B1 matrix for the AC load flow network based on the specified Jacobian matrix type.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
DclfAlgorithm.getB11Matrix()
This is a wrapper of aclfNet.formBMatrix() method, making it ready to be used.
|
ISparseEqnDouble |
DclfAlgorithm.getB1Matrix()
This is a wrapper of aclfNet.formBMatrix() method, making it ready to be used.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
DclfAlgorithmImpl.getB11Matrix() |
ISparseEqnDouble |
DclfAlgorithmImpl.getB1Matrix() |
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
IDclfSolver.getB11Matrix()
get B11 matrix.
|
ISparseEqnDouble |
IDclfSolver.getB1Matrix()
get B1 matrix.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
BMatrixSolver.getB11Matrix()
get B11 matrix.
|
ISparseEqnDouble |
BMatrixSolver.getB1Matrix()
get B1 matrix.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
CommonSparseFactoryImpl.createSparseEqnDoubleFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CoreDebugFunc.bMatrixInfo(ISparseEqnDouble bMatrix)
check if the two branches are connected to the fromBus and toBus
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
SparseEqnObjectFactory.createSparseEqnDouble(int n)
create a double data type sparse eqn object
|
ISparseEqnDouble |
SparseEqnObjectFactory.createSparseEqnDouble(int rows,
int cols,
int order)
create a double data type sparse eqn object
|
ISparseEqnDouble |
SparseEqnObjectFactory.createSparseEqnDouble(int rows,
int cols,
int order,
boolean weightedLS)
create a double data type sparse eqn object
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSparseEqnDoubleImpl
Abstract Sparse Equation of data type double for solving the [A]X=B problem.
|
class |
AbstractSparseEqnMatrix2x2Impl
Abstract Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|
Modifier and Type | Class and Description |
---|---|
class |
CSJSparseEqnDoubleImpl
CSJ Sparse Equation of data type double for solving the [A]X=B problem.
|
class |
CSJSparseEqnMatrix2x2Impl
CSJ Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnSolver |
SparseEqnSolverFactory.createLeastSqaureDoubleSolver(ISparseEqnDouble eqn,
int order)
create a double data type sparse eqn solver object for the Least Square problem
|
ISparseEqnSolver |
SparseEqnSolverFactory.createSparseEqnDoubleSolver(ISparseEqnDouble eqn)
create a double data type sparse eqn solver object
|
ISparseEqnSolver |
SparseEqnSolverFactory.createWeightedLeastSqaureDoubleSolver(ISparseEqnDouble eqn,
int order)
create a double data type sparse eqn solver object for Weighted Least Square problem
|
Constructor and Description |
---|
BaseCSJEqnDoubleSolver(ISparseEqnDouble eqn) |
CSJLeastSquareDoubleSolver(ISparseEqnDouble eqn,
int order) |
CSJSqaureMatrixEqnDoubleSolver(ISparseEqnDouble eqn) |
CSJWeightedLeastSquareDoubleSolver(ISparseEqnDouble eqn,
int order) |
Constructor and Description |
---|
SparseEqnDoubleSolver(ISparseEqnDouble eqn)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
DcNetwork.formJMatrix() |
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
DcNetworkImpl.formJMatrix() |
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
SENetwork.formPMatrix()
form the P matrix
|
ISparseEqnDouble |
SENetwork.formQMatrix()
form the Q matrix
|
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
SEAlgorithm.getPMatrix()
Returns the value of the 'PMatrix' attribute.
|
ISparseEqnDouble |
SEAlgorithm.getQMatrix()
Returns the value of the 'QMatrix' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
SEAlgorithm.setPMatrix(ISparseEqnDouble value)
Sets the value of the '
PMatrix ' attribute. |
void |
SEAlgorithm.setQMatrix(ISparseEqnDouble value)
Sets the value of the '
QMatrix ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected ISparseEqnDouble |
SEAlgorithmImpl.pMatrix
The cached value of the '
PMatrix ' attribute. |
protected static ISparseEqnDouble |
SEAlgorithmImpl.PMATRIX_EDEFAULT
The default value of the '
PMatrix ' attribute. |
protected ISparseEqnDouble |
SEAlgorithmImpl.qMatrix
The cached value of the '
QMatrix ' attribute. |
protected static ISparseEqnDouble |
SEAlgorithmImpl.QMATRIX_EDEFAULT
The default value of the '
QMatrix ' attribute. |
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
SEAlgorithmImpl.getPMatrix() |
ISparseEqnDouble |
SEAlgorithmImpl.getQMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
SEAlgorithmImpl.setPMatrix(ISparseEqnDouble newPMatrix) |
void |
SEAlgorithmImpl.setQMatrix(ISparseEqnDouble newQMatrix) |
Modifier and Type | Method and Description |
---|---|
ISparseEqnDouble |
SENetworkImpl.formPMatrix() |
ISparseEqnDouble |
SENetworkImpl.formQMatrix() |
Modifier and Type | Method and Description |
---|---|
static boolean |
MatrixOutputUtil.matrixToMatlabMFile(java.lang.String mFileName,
ISparseEqnDouble sparseMatrix) |