Uses of Interface
cern.colt.function.DoubleProcedure
Packages that use DoubleProcedure
Package
Description
Resizable lists holding objects or primitive data types such as int,
double, etc.
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
Matrix interfaces and factories; efficient and flexible dense and sparse
1, 2, 3 and d-dimensional matrices holding objects or primitive data types such
as int, double, etc; Templated, fixed sized (not dynamically
resizable); Also known as multi-dimensional arrays or Data Cubes.
Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions,
Function Objects for generic function evaluation, etc.
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
-
Uses of DoubleProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type DoubleProcedureModifier and TypeMethodDescriptionboolean
AbstractDoubleList.forEach
(DoubleProcedure procedure) Applies a procedure to each element of the receiver, if any.boolean
DoubleArrayList.forEach
(DoubleProcedure procedure) Applies a procedure to each element of the receiver, if any. -
Uses of DoubleProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type DoubleProcedureModifier and TypeMethodDescriptionabstract boolean
AbstractDoubleIntMap.forEachKey
(DoubleProcedure procedure) Applies a procedure to each key of the receiver, if any.boolean
OpenDoubleIntHashMap.forEachKey
(DoubleProcedure procedure) Applies a procedure to each key of the receiver, if any. -
Uses of DoubleProcedure in cern.colt.matrix
Methods in cern.colt.matrix with parameters of type DoubleProcedureModifier and TypeMethodDescriptionDoubleMatrix1D.viewSelection
(DoubleProcedure condition) Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.private boolean
DoubleMatrix1D.xforEach
(DoubleProcedure procedure) Applies a procedure to each cell's value.private boolean
DoubleMatrix2D.xforEach
(DoubleProcedure procedure) Applies a procedure to each cell's value.private boolean
DoubleMatrix3D.xforEach
(DoubleProcedure procedure) Applies a procedure to each cell's value. -
Uses of DoubleProcedure in cern.jet.math
Methods in cern.jet.math that return DoubleProcedureModifier and TypeMethodDescriptionstatic DoubleProcedure
Functions.isBetween
(double from, double to) Constructs a function that returns frominvalid input: '<'=a invalid input: '&'invalid input: '&' ainvalid input: '<'=to.static DoubleProcedure
Functions.isEqual
(double b) Constructs a function that returns a == b.static DoubleProcedure
Functions.isGreater
(double b) Constructs a function that returns a > b.static DoubleProcedure
Functions.isLess
(double b) Constructs a function that returns a invalid input: '<' b. -
Uses of DoubleProcedure in cern.jet.stat.quantile
Methods in cern.jet.stat.quantile with parameters of type DoubleProcedureModifier and TypeMethodDescriptionboolean
DoubleBufferSet.forEach
(DoubleProcedure procedure) Applies a procedure to each element of the receiver, if any.boolean
DoubleQuantileEstimator.forEach
(DoubleProcedure procedure) Applies a procedure to each element of the receiver, if any.boolean
DoubleQuantileFinder.forEach
(DoubleProcedure procedure) Applies a procedure to each element of the receiver, if any.boolean
ExactDoubleQuantileFinder.forEach
(DoubleProcedure procedure) Applies a procedure to each element of the receiver, if any.