Package org.simulator.math

Classes that contain several mathematical operations.

See:
          Description

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.
 

Package org.simulator.math Description

Classes that contain several mathematical operations.