Uses of Class
org.drip.graph.asymptote.BigOAsymptoteSpec
Package | Description |
---|---|
org.drip.graph.asymptote |
Big O Algorithm Asymptotic Analysis
|
-
Uses of BigOAsymptoteSpec in org.drip.graph.asymptote
Methods in org.drip.graph.asymptote that return BigOAsymptoteSpec Modifier and Type Method Description static BigOAsymptoteSpec
BigOAsymptoteSpec. Amortized(R1ToR1 boundingFunction, java.lang.String type, java.lang.String form)
Retrieve the Amortized Asymptotic SpecificationBigOAsymptoteSpec
OperationTimeComplexity. bigOmegaSpec()
Retrieve the Big Omega SpecificationBigOAsymptoteSpec
OperationTimeComplexity. bigOSpec()
Retrieve the Big O SpecificationBigOAsymptoteSpec
OperationTimeComplexity. bigThetaSpec()
Retrieve the Big Theta SpecificationBigOAsymptoteSpec
OperationTimeComplexity. smallOSpec()
Retrieve the Small O Specificationstatic BigOAsymptoteSpec
BigOAsymptoteSpec. Unamortized(R1ToR1 boundingFunction, java.lang.String type, java.lang.String form)
Retrieve the Unamortized Asymptotic SpecificationConstructors in org.drip.graph.asymptote with parameters of type BigOAsymptoteSpec Constructor Description OperationTimeComplexity(BigOAsymptoteSpec bigOSpec, BigOAsymptoteSpec bigThetaSpec, BigOAsymptoteSpec bigOmegaSpec, BigOAsymptoteSpec smallOSpec)
OperationTimeComplexity Constructor