public abstract class DiagonalScalingOperator extends java.lang.Object implements OperatorClassCoveringBounds
Constructor and Description |
---|
DiagonalScalingOperator(double[] adblDiagonalScaler)
DiagonalScalingOperator Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
entropyNumberIndex()
Compute the Entropy Number Index of the Operator
|
double |
entropyNumberLowerBound()
Lower Bound of the Operator Entropy Number
|
double |
entropyNumberUpperBound()
Upper Bound of the Operator Entropy Number
|
double[] |
scaler()
Retrieve the Diagonal Scaling Multiplier Array
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
entropyNumberAsymptote, norm
public DiagonalScalingOperator(double[] adblDiagonalScaler) throws java.lang.Exception
adblDiagonalScaler
- The Diagonal Scaling Multiplier Arrayjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double[] scaler()
public int entropyNumberIndex()
OperatorClassCoveringBounds
entropyNumberIndex
in interface OperatorClassCoveringBounds
public double entropyNumberLowerBound()
OperatorClassCoveringBounds
entropyNumberLowerBound
in interface OperatorClassCoveringBounds
public double entropyNumberUpperBound()
OperatorClassCoveringBounds
entropyNumberUpperBound
in interface OperatorClassCoveringBounds