All Classes and Interfaces
Class
Description
An EnhancedArbitrarilyJumpableGenerator is used to wrap an object of any class that implements
RandomGenerator.ArbitrarilyJumpableGenerator
for the purpose of adding all of the
functionality of the RandomIndexer
, RandomSampler
, and RandomVariates
.An EnhancedJumpableGenerator is used to wrap an object of any class that implements
RandomGenerator.JumpableGenerator
for the purpose of adding all of the functionality of the
RandomIndexer
, RandomSampler
, and RandomVariates
.An EnhancedLeapableGenerator is used to wrap an object of any class that implements
RandomGenerator.LeapableGenerator
for the purpose of adding all of the functionality of the
RandomIndexer
, RandomSampler
, and RandomVariates
.An EnhancedRandomGenerator is used to wrap an object of any class that implements
RandomGenerator
for the purpose of adding all of the functionality of the RandomIndexer
,
RandomSampler
, and RandomVariates
.An EnhancedSplittableGenerator is used to wrap an object of any class that implements
RandomGenerator.SplittableGenerator
for the purpose of adding all of the functionality of the
RandomIndexer
, RandomSampler
, and RandomVariates
.An EnhancedStreamableGenerator is used to wrap an object of any class that implements
RandomGenerator.StreamableGenerator
for the purpose of adding all of the functionality of the
RandomIndexer
, RandomSampler
, and RandomVariates
.A pair of indexes.
A triple of indexes.
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.
RandomIndexer is a class of utility methods related to efficiently generating random indexes, and
combination of indexes, into arrays.
RandomSampler is a class of utility methods related to efficiently sampling integers without
replacement.
This utility class provides methods for generating random variates from different distributions.
Shuffler is a class of utility methods for randomizing the order of elements in arrays and Lists.
Utility class of basic statistics.