| Modifier and Type | Method and Description |
|---|---|
static ISparseEqnDouble |
NumericObjectFactory.createSparseEqnDouble(int n)
create a SparseEqnDouble object
|
| 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 |
ThyConverterImpl.formFMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThyConverterImpl.updateConverter(ISparseEqnDouble eqn) |
| 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 |
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 |
|---|---|
ISparseEqnDouble |
IDclfSolver.getB11Matrix()
get B11 matrix.
|
ISparseEqnDouble |
DcLoadflow.getB11Matrix()
This is a wrapper of aclfNet.formBMatrix() method, making it ready to be used.
|
ISparseEqnDouble |
IDclfSolver.getB1Matrix()
get B1 matrix.
|
ISparseEqnDouble |
DcLoadflow.getB1Matrix()
This is a wrapper of aclfNet.formBMatrix() method, making it ready to be used.
|
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnDouble |
DcLoadflowImpl.getB11Matrix() |
ISparseEqnDouble |
DcLoadflowImpl.getB1Matrix() |
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
SparseEqnDoubleImpl
Sparse Equation of data type double for solving the [A]X=B problem.
|
class |
SparseEqnMatrix2x2Impl
Sparse Equation of data type 2x2 matrix for solving the [A]X=B problem.
|
| Constructor and Description |
|---|
BaseCSJEqnDoubleSolver(ISparseEqnDouble eqn) |
LeastSquareCSJDoubleSolver(ISparseEqnDouble eqn,
int order,
boolean weighted) |
SparseEqnDoubleSolver(ISparseEqnDouble eqn)
Deprecated.
|
SqaureMatrixEqnCSJDoubleSolver(ISparseEqnDouble eqn) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MatrixOutputUtil.matrixToMatlabMFile(java.lang.String mFileName,
ISparseEqnDouble sparseMatrix) |