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