Package | Description |
---|---|
cern.colt.list |
Resizable lists holding objects or primitive data types such as int,
double, etc.
|
cern.colt.map |
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
|
cern.colt.matrix |
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.
|
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.
|
cern.jet.stat.quantile |
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
|
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OpenDoubleIntHashMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
abstract boolean |
AbstractDoubleIntMap.forEachKey(DoubleProcedure procedure)
Applies a procedure to each key of the receiver, if any.
|
Modifier and Type | Method and Description |
---|---|
DoubleMatrix1D |
DoubleMatrix1D.viewSelection(DoubleProcedure condition)
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
|
Modifier and Type | Method and Description |
---|---|
static DoubleProcedure |
Functions.isBetween(double from,
double to)
Constructs a function that returns from<=a && a<=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 < b.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DoubleQuantileFinder.forEach(DoubleProcedure procedure)
Applies a procedure to each element of the receiver, if any.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.