public class DiagonalOperatorCoveringBound
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BASE_DIAGONAL_ENTROPY_ASYMPTOTE_EXPONENT
Asymptote on the Base Diagonal Operator Entropy Number
|
static int |
LOG_DIAGONAL_ENTROPY_ASYMPTOTE_EXPONENT
Asymptote on the Log of the Diagonal Operator Entropy Number
|
Constructor and Description |
---|
DiagonalOperatorCoveringBound(int iOperatorEntropyAsymptoteBase,
double dblOperatorEntropyAsymptoteExponent)
DiagonalOperatorCoveringBound Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
entropyNumberAsymptoteExponent()
Retrieve the Entropy Number Asymptote Exponent
|
int |
entropyNumberAsymptoteType()
Retrieve the Entropy Number Asymptote Type
|
public static final int BASE_DIAGONAL_ENTROPY_ASYMPTOTE_EXPONENT
public static final int LOG_DIAGONAL_ENTROPY_ASYMPTOTE_EXPONENT
public DiagonalOperatorCoveringBound(int iOperatorEntropyAsymptoteBase, double dblOperatorEntropyAsymptoteExponent) throws java.lang.Exception
iOperatorEntropyAsymptoteBase
- Indicate the Asymptote is on the Base Value or Log ValuedblOperatorEntropyAsymptoteExponent
- The Entropy Number Asymptote Exponentjava.lang.Exception
- Throws if the Inputs are Invalidpublic int entropyNumberAsymptoteType()
public double entropyNumberAsymptoteExponent()