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 BigOAsymptoteSpecBigOAsymptoteSpec. Amortized(R1ToR1 boundingFunction, java.lang.String type, java.lang.String form)Retrieve the Amortized Asymptotic SpecificationBigOAsymptoteSpecOperationTimeComplexity. bigOmegaSpec()Retrieve the Big Omega SpecificationBigOAsymptoteSpecOperationTimeComplexity. bigOSpec()Retrieve the Big O SpecificationBigOAsymptoteSpecOperationTimeComplexity. bigThetaSpec()Retrieve the Big Theta SpecificationBigOAsymptoteSpecOperationTimeComplexity. smallOSpec()Retrieve the Small O Specificationstatic BigOAsymptoteSpecBigOAsymptoteSpec. 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