| Package | Description |
|---|---|
| com.interpss.core.sparse.impl | |
| org.interpss.numeric.datatype | |
| org.interpss.numeric.matrix |
| Modifier and Type | Method and Description |
|---|---|
Complex3x3 |
SparseEqnComplexMatrix3x3Impl.getA(int i,
int j) |
| Modifier and Type | Method and Description |
|---|---|
void |
SparseEqnComplexMatrix3x3Impl.addToA(Complex3x3 x,
int i,
int j) |
void |
SparseEqnComplexMatrix3x3Impl.setA(Complex3x3 x,
int i,
int j) |
| Modifier and Type | Method and Description |
|---|---|
static Complex3x3 |
Complex3x3.abc_to_120(Complex3x3 abc)
Zs = T^-1*Zp*T
|
Complex3x3 |
Complex3x3.add(Complex3x3 m3x3) |
static Complex3x3 |
Complex3x3.createUnitMatrix() |
Complex3x3 |
Complex3x3.inv() |
Complex3x3 |
Complex3x3.multiply(org.apache.commons.math3.complex.Complex factor) |
Complex3x3 |
Complex3x3.multiply(Complex3x3 m3x3) |
Complex3x3 |
Complex3x3.multiply(double factor) |
Complex3x3 |
Complex3x3.subtract(Complex3x3 m3x3) |
Complex3x3 |
Complex3x3.To120() |
Complex3x3 |
Complex3x3.ToAbc() |
Complex3x3 |
Complex3x3.transpose() |
static Complex3x3 |
Complex3x3.z12_to_abc(Complex3x3 z12) |
| Modifier and Type | Method and Description |
|---|---|
static Complex3x3 |
Complex3x3.abc_to_120(Complex3x3 abc)
Zs = T^-1*Zp*T
|
Complex3x3 |
Complex3x3.add(Complex3x3 m3x3) |
Complex3x3 |
Complex3x3.multiply(Complex3x3 m3x3) |
Complex3x3 |
Complex3x3.subtract(Complex3x3 m3x3) |
static Complex3x3 |
Complex3x3.z12_to_abc(Complex3x3 z12) |
| Modifier and Type | Method and Description |
|---|---|
static Complex3x3[][] |
MatrixUtil.add(Complex3x3[][] A,
Complex3x3[][] B)
add the two matrix together
|
static Complex3x3[][] |
MatrixUtil.createComplex3x32DArray(int row,
int col)
create a Complex3x3 block matrix with all fields initialized
|
static Complex3x3[][] |
MatrixUtil.multiply(Complex3x3[][] matrix,
double[][] transMatrix)
multiply the matrix by a transformation matrix.
|
static Complex3x3[][] |
MatrixUtil.multiply(Complex3x3[][] matrix,
int[][] transMatrix)
multiply the matrix by a transformation matrix.
|
static Complex3x3[][] |
MatrixUtil.preMultiply(double[][] transMatrix,
Complex3x3[][] matrix)
pre-multiply the matrix by a transformation matrix.
|
static Complex3x3[][] |
MatrixUtil.preMultiply(int[][] transMatrix,
Complex3x3[][] matrix)
pre-multiply the matrix by a transformation matrix.
|
Complex3x3[][] |
ComplexMatrixEqn.to3x3BlockMatrix()
transform the [A] matrix to a 3x3 block matrix
|
| Modifier and Type | Method and Description |
|---|---|
static Complex3x3[][] |
MatrixUtil.add(Complex3x3[][] A,
Complex3x3[][] B)
add the two matrix together
|
static Complex3x3[][] |
MatrixUtil.add(Complex3x3[][] A,
Complex3x3[][] B)
add the two matrix together
|
static java.lang.String |
MatrixUtil.complex3x32DAry2String(Complex3x3[][] ary) |
static Complex3x3[][] |
MatrixUtil.multiply(Complex3x3[][] matrix,
double[][] transMatrix)
multiply the matrix by a transformation matrix.
|
static Complex3x3[][] |
MatrixUtil.multiply(Complex3x3[][] matrix,
int[][] transMatrix)
multiply the matrix by a transformation matrix.
|
static Complex3x3[][] |
MatrixUtil.preMultiply(double[][] transMatrix,
Complex3x3[][] matrix)
pre-multiply the matrix by a transformation matrix.
|
static Complex3x3[][] |
MatrixUtil.preMultiply(int[][] transMatrix,
Complex3x3[][] matrix)
pre-multiply the matrix by a transformation matrix.
|