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, waitentropyNumberAsymptote, normpublic 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()
OperatorClassCoveringBoundsentropyNumberIndex in interface OperatorClassCoveringBoundspublic double entropyNumberLowerBound()
OperatorClassCoveringBoundsentropyNumberLowerBound in interface OperatorClassCoveringBoundspublic double entropyNumberUpperBound()
OperatorClassCoveringBoundsentropyNumberUpperBound in interface OperatorClassCoveringBounds