Uses of Class
cern.jet.math.Functions
-
Packages that use Functions Package Description cern.colt.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics.cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces ofcern.colt.matrix
, without subsetting or supersetting.cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2D
andDoubleMatrix1D
.cern.jet.math Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions, Function Objects for generic function evaluation, etc. -
-
Uses of Functions in cern.colt.matrix.doublealgo
Fields in cern.colt.matrix.doublealgo declared as Functions Modifier and Type Field Description private static Functions
Statistic. F
private static Functions
Transform. F
Deprecated. -
Uses of Functions in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as Functions Modifier and Type Field Description private static Functions
TestMatrix2D. F
-
Uses of Functions in cern.colt.matrix.linalg
Fields in cern.colt.matrix.linalg declared as Functions Modifier and Type Field Description private static Functions
SeqBlas. F
-
Uses of Functions in cern.jet.math
Fields in cern.jet.math declared as Functions Modifier and Type Field Description static Functions
Functions. functions
Little trick to allow for "aliasing", that is, renaming this class.
-