Package org.simulator.math

Class Summary
Mathematics This class contains a collection of mathematical functions like the faculty, logarithms and several trigonometric functions.
MatrixOperations Class used to perform matrix operations, focusing on finding vector solutions to the vector equation F(x) = 0.
RNG A Random Number Generator.
 

Exception Summary
MatrixOperations.MatrixException This exception is thrown when errors in the computation of matrix-related solutions, their eigenvalues or eigenvectors.