Modifier and Type | Method and Description |
---|---|
ISparseEqnComplexMatrix3x3 |
INetwork3Phase.formYMatrixABC() |
ISparseEqnComplexMatrix3x3 |
Static3PNetwork.formYMatrixABC() |
ISparseEqnComplexMatrix3x3 |
Static3PNetwork.getYMatrixAbc()
Returns the value of the 'YMatrix Abc' attribute.
|
ISparseEqnComplexMatrix3x3 |
INetwork3Phase.getYMatrixABC() |
Modifier and Type | Field and Description |
---|---|
protected static ISparseEqnComplexMatrix3x3 |
Static3PNetworkImpl.YMATRIX_ABC_EDEFAULT
The default value of the '
YMatrix Abc ' attribute. |
protected ISparseEqnComplexMatrix3x3 |
Static3PNetworkImpl.yMatrixAbc
The cached value of the '
YMatrix Abc ' attribute. |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplexMatrix3x3 |
Static3PNetworkImpl.formYMatrixABC() |
ISparseEqnComplexMatrix3x3 |
Static3PNetworkImpl.getYMatrixAbc() |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplexMatrix3x3 |
CommonSparseFactoryImpl.createSparseEqnComplexMatrix3x3FromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
ISparseEqnComplexMatrix3x3 |
SparseEqnObjectFactory.createSparseEqnComplex3x3(int n)
create an complex matrix3x3 data type sparse eqn object
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSparseEqnComplexMatrix3x3Impl<T extends ISparseEqnSolver>
Abstract Sparse Equation of data type complex3x3 for solving the [A]X=B problem.
|
Modifier and Type | Class and Description |
---|---|
class |
CSJSparseEqnComplexMatrix3x3Impl
CSJ Sparse Equation of data type complex3x3 for solving the [A]X=B problem.
|