A B C D M O P S T Y

A

abLimits - Variable in class bigOpera.BigOpera
Default limits to decide when to reduce the operator number c for good.

B

B_MAX - Variable in class bigOpera.BigOpera
Array with absolute maximum values b for each c.
bigO(int, int, int) - Static method in class bigOpera.BigOpera
Calculate bigO(a,b,c) for integer types.
bigOpera - package bigOpera
Explore number space..!
BigOpera - Class in bigOpera
List numbers by counting the number of ones needed to construct those numbers using the bigO(int, int, int) method and positive integers.
BigOpera() - Constructor for class bigOpera.BigOpera
Default constructor.
buildNumbers(int) - Method in class bigOpera.BigOpera
Start building numbers from where you've ended last time.

C

cMax - Variable in class bigOpera.BigOpera
Maximum operator number.

D

data - Variable in class bigOpera.BigOpera
Simple integer array to store the result data.

M

main(String[]) - Static method in class bigOpera.BigOpera
Console method to use this class.

O

obitDeviationTotal - Variable in class bigOpera.BigOpera
Sum of deviations of the Obit length from the mean of Obit lengths.
OBitExpression(int) - Method in class bigOpera.BigOpera
Get a bigO mathematical bit expression (or "Obit") for a number.
OPERATORS - Static variable in class bigOpera.BigOpera
Array of supported operators as Strings.

P

PREFER_LOWER_C - Variable in class bigOpera.BigOpera
Prefer to record and display those equations that have the lowest c when fingers are equal.
print(String) - Method in class bigOpera.BigOpera
Print some text to the console.
PRINT_MULTI_STATS - Variable in class bigOpera.BigOpera
Print the totals and gains every 1000th multiple of PRINT_MULTI_STATS inbetween.
PRINT_OBITS - Variable in class bigOpera.BigOpera
Print a second line with the experimental mathematical "Obit" representation of a number.
printData(int) - Method in class bigOpera.BigOpera
Print data for the next number constructions with the bigO equation.
printFooter(int) - Method in class bigOpera.BigOpera
Create and print the footer with the totals and statistical percentages.
printHeader() - Method in class bigOpera.BigOpera
Create and print the header for the results of bigO equations.

S

serialPath - Variable in class bigOpera.BigOpera
File path to serialize this BigOpera object.
serialVersionUID - Static variable in class bigOpera.BigOpera
The ID 7625597484987L for serialization of this class.
setData(int, int, int, int) - Method in class bigOpera.BigOpera
Check if a candidate solution for bigO can be stored in the data array.
setModel(int) - Method in class bigOpera.BigOpera
Set up the data model to store and display new results.

T

textWriter - Variable in class bigOpera.BigOpera
Writer for storing the console data directly in a user specified file.
totals - Variable in class bigOpera.BigOpera
Cummulative totals for Vingers values V and bigO stack values W.

Y

Y_MAX - Variable in class bigOpera.BigOpera
An absolute maximum set to the results of bigO that can be recorded.
yNextVn - Variable in class bigOpera.BigOpera
Array to keep track of cummulative Vingers "number of ones" data in the list.
yNextWn - Variable in class bigOpera.BigOpera
Array to keep track of cummulative bigO stack data in the list.

A B C D M O P S T Y