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 onDoubleMatrix2DandDoubleMatrix1D.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 FunctionsStatistic. Fprivate static FunctionsTransform. FDeprecated. -
Uses of Functions in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as Functions Modifier and Type Field Description private static FunctionsTestMatrix2D. 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 FunctionsSeqBlas. F -
Uses of Functions in cern.jet.math
Fields in cern.jet.math declared as Functions Modifier and Type Field Description static FunctionsFunctions. functionsLittle trick to allow for "aliasing", that is, renaming this class.
-