public class LinearizationOutput
extends java.lang.Object
Constructor and Description |
---|
LinearizationOutput(double[] adblTransformedRHS,
double[][] aadblTransformedMatrix,
java.lang.String strLinearizationMethod)
LinearizationOutput constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLinearizationMethod()
The Linearization Method
|
double[][] |
getTransformedMatrix()
The Transformed Matrix
|
double[] |
getTransformedRHS()
The RHS
|
public LinearizationOutput(double[] adblTransformedRHS, double[][] aadblTransformedMatrix, java.lang.String strLinearizationMethod) throws java.lang.Exception
adblTransformedRHS
- The Transformed RHSaadblTransformedMatrix
- The Transformed MatrixstrLinearizationMethod
- Method used for the Linearizationjava.lang.Exception
- Thrown if the inputs are invalidpublic double[] getTransformedRHS()
public double[][] getTransformedMatrix()
public java.lang.String getLinearizationMethod()