All Classes
-
Class Summary Class Description JacobiDiagonalization This class uses Jacobi iteration to compute the eigenvalues and eigenvectors of a symmetric matrix, provided as a 2-D Java array.MathFunctions MathFunctions is a class of utility methods that implement various mathematical functions.MatrixOps Utility class of basic linear algebra matrix operations, where matrices are represented as 2-D Java arrays.PolarGaussian This class provides methods for generating pseudorandom numbers from a Gaussian distribution using the classic Polar Method.RandomIndexer RandomIndexer is a class of utility methods related to efficiently generating random indexes, and combination of indexes, into arrays.RandomVariates This utility class provides methods for generating random variates from different distributions.Statistics Utility class of basic statistics.ZigguratGaussian This class provides methods for generating pseudorandom numbers from a Gaussian distribution using the Ziggurat Algorithm.