public interface OperatorClassCoveringBounds
| Modifier and Type | Method and Description |
|---|---|
DiagonalOperatorCoveringBound |
entropyNumberAsymptote()
Compute the Entropy Number Asymptotic Behavior
|
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 |
norm()
Compute the Metric Norm of the Operator
|
double entropyNumberLowerBound()
throws java.lang.Exception
java.lang.Exception - Thrown if the Inputs are Invaliddouble entropyNumberUpperBound()
throws java.lang.Exception
java.lang.Exception - Thrown if the Inputs are Invalidint entropyNumberIndex()
double norm()
throws java.lang.Exception
java.lang.Exception - Thrown if the Metric Norm cannot be computedDiagonalOperatorCoveringBound entropyNumberAsymptote()