A B C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages

M

main(String[]) - Static method in class net.n1da.dev.euler.Euler
Standard point of execution.
Mathe - Class in net.n1da.dev.euler.helper
Helper class for all mathematical methods.
Mathe() - Constructor for class net.n1da.dev.euler.helper.Mathe
No instances wanted!
Matrix - Class in net.n1da.dev.euler.helper
Objects of this class can store integer values in form of a two-dimensional matrix.
Matrix(int) - Constructor for class net.n1da.dev.euler.helper.Matrix
Creates a square matrix with the given width for both dimensions.
Matrix(int, int) - Constructor for class net.n1da.dev.euler.helper.Matrix
Creates a matrix with the given dimensions.
MatrixProblems - Class in net.n1da.dev.euler.tests.problems.suites
A suite for all problem tests that handle at least one Matrix.
MatrixProblems() - Constructor for class net.n1da.dev.euler.tests.problems.suites.MatrixProblems
 
max - Variable in class net.n1da.dev.euler.helper.LargeNumber
Sometimes not all digits of a large number are necessary.
max - Variable in class net.n1da.dev.euler.helper.Sieve
The upper border of the sieve.
max - Variable in class net.n1da.dev.euler.PE0007
The maximum number to search to.
max - Variable in class net.n1da.dev.euler.PE0010
The maximum number to search to.
MAX_RUNTIME - Static variable in class net.n1da.dev.euler.tests.problems.EulerTest
Defines the maximum runtime (in seconds) of every problem test.
mem - Variable in class net.n1da.dev.euler.PE0029
Storage for all found LargeNumbers
mem - Variable in class net.n1da.dev.euler.PE0051
Internal memory for all primes referenced by their length
mem - Variable in class net.n1da.dev.euler.PE0061
Memory for all Triangle, Square, Pentagonal, Hexagonal, Heptagonal, and Octagonal numbers with 4 digits.
mult(int) - Method in class net.n1da.dev.euler.helper.LargeNumber
Multiplies the current number with the given integer value.
mult(LargeNumber) - Method in class net.n1da.dev.euler.helper.LargeNumber
Multiplies the current number with the given LargeNumber.
A B C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages