public class MatrixComplementTransform
extends java.lang.Object
| Constructor and Description |
|---|
MatrixComplementTransform(double[][] aadblSource,
double[][] aadblComplement)
MatrixComplementTransform constructor
|
| Modifier and Type | Method and Description |
|---|---|
double[][] |
getComplement()
Retrieve the Transformed Complement
|
double[][] |
getSource()
Retrieve the Transformed Source
|
int |
size()
Retrieve the Dimension Length
|
public MatrixComplementTransform(double[][] aadblSource,
double[][] aadblComplement)
throws java.lang.Exception
aadblSource - Transformed Source MatrixaadblComplement - Transformed Complement Matrixjava.lang.Exception - Thrown if the inputs are invalidpublic double[][] getSource()
public double[][] getComplement()
public int size()