- bar - Static variable in class cern.clhep.Units
-
- barn - Static variable in class cern.clhep.Units
-
- becquerel - Static variable in class cern.clhep.Units
-
- beforeInsert(int, boolean) - Method in class cern.colt.list.AbstractBooleanList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, byte) - Method in class cern.colt.list.AbstractByteList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, char) - Method in class cern.colt.list.AbstractCharList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, double) - Method in class cern.colt.list.AbstractDoubleList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, float) - Method in class cern.colt.list.AbstractFloatList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, int) - Method in class cern.colt.list.AbstractIntList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, long) - Method in class cern.colt.list.AbstractLongList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, short) - Method in class cern.colt.list.AbstractShortList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, boolean) - Method in class cern.colt.list.BooleanArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, byte) - Method in class cern.colt.list.ByteArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, char) - Method in class cern.colt.list.CharArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, double) - Method in class cern.colt.list.DoubleArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, float) - Method in class cern.colt.list.FloatArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, int) - Method in class cern.colt.list.IntArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, long) - Method in class cern.colt.list.LongArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, Object) - Method in class cern.colt.list.ObjectArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsert(int, short) - Method in class cern.colt.list.ShortArrayList
-
Inserts the specified element before the specified position into the receiver.
- beforeInsertAllOf(int, Collection) - Method in class cern.colt.list.AbstractList
-
Inserts all elements of the specified collection before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractBooleanList, int, int) - Method in class cern.colt.list.AbstractBooleanList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- beforeInsertAllOfFromTo(int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Inserts the part of the specified list between otherFrom
(inclusive) and otherTo
(inclusive) before the specified position into the receiver.
- Benchmark - Class in cern.colt.map
-
Benchmarks the classes of this package.
- benchmark(int, int, String) - Static method in class cern.colt.map.Benchmark
-
- Benchmark - Class in cern.jet.random
-
Benchmarks random number generation from various distributions as well as PDF and CDF lookups.
- Benchmark - Class in cern.jet.random.engine
-
Benchmarks the performance of the currently provided uniform pseudo-random number generation engines.
- benchmark(int) - Static method in class cern.jet.random.engine.Benchmark
-
Benchmarks raw() for various uniform generation engines.
- BenchmarkMatrix - Class in cern.colt.matrix.bench
-
Configurable matrix benchmark.
- Bessel - Class in cern.jet.math
-
Bessel and Airy functions.
- Beta - Class in cern.jet.random
-
- Beta(double, double, RandomEngine) - Constructor for class cern.jet.random.Beta
-
Constructs a Beta distribution.
- beta(double, double) - Static method in class cern.jet.stat.Gamma
-
Returns the beta function of the arguments.
- beta(double, double, double) - Static method in class cern.jet.stat.Probability
-
Returns the area from zero to x under the beta density
function.
- betaComplemented(double, double, double) - Static method in class cern.jet.stat.Probability
-
Returns the area under the right hand tail (from x to
infinity) of the beta density function.
- between(double, double) - Static method in class cern.jet.math.Functions
-
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
- between(int, int) - Static method in class cern.jet.math.IntFunctions
-
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
- bin(DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
-
Fills all cell values of the given vector into a bin from which statistics measures can be retrieved efficiently.
- binarySearch(boolean) - Method in class cern.colt.list.AbstractBooleanList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(byte) - Method in class cern.colt.list.AbstractByteList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(char) - Method in class cern.colt.list.AbstractCharList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(double) - Method in class cern.colt.list.AbstractDoubleList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(float) - Method in class cern.colt.list.AbstractFloatList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(int) - Method in class cern.colt.list.AbstractIntList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(long) - Method in class cern.colt.list.AbstractLongList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(short) - Method in class cern.colt.list.AbstractShortList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearch(Object) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(Object, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(Object, int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
-
Searches the receiver for the specified value using
the binary search algorithm.
- binarySearchFromTo(byte[], byte, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(char[], char, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(double[], double, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(float[], float, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(int[], int, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(long[], long, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(Object[], Object, int, int, Comparator) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(short[], short, int, int) - Static method in class cern.colt.Sorting
-
Searches the list for the specified value using
the binary search algorithm.
- binarySearchFromTo(int, int, IntComparator) - Static method in class cern.colt.Sorting
-
Generically searches the list for the specified value using
the binary search algorithm.
- BinBinFunction1D - Interface in hep.aida.bin
-
Interface that represents a function object: a function that takes
two bins as arguments and returns a single value.
- binCentre(int) - Method in interface hep.aida.IAxis
-
Centre of the bin specified.
- binCentre(int) - Method in class hep.aida.ref.FixedAxis
-
- binCentre(int) - Method in class hep.aida.ref.VariableAxis
-
- bindArg1(DoubleDoubleFunction, double) - Static method in class cern.jet.math.Functions
-
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
- bindArg1(IntIntFunction, int) - Static method in class cern.jet.math.IntFunctions
-
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
- bindArg2(DoubleDoubleFunction, double) - Static method in class cern.jet.math.Functions
-
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
- bindArg2(IntIntFunction, int) - Static method in class cern.jet.math.IntFunctions
-
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
- binEntries(int) - Method in interface hep.aida.IHistogram1D
-
Number of entries in the corresponding bin (ie the number of times fill was called for this bin).
- binEntries(int, int) - Method in interface hep.aida.IHistogram2D
-
The number of entries (ie the number of times fill was called for this bin).
- binEntries(int, int, int) - Method in interface hep.aida.IHistogram3D
-
The number of entries (ie the number of times fill was called for this bin).
- binEntries(int) - Method in class hep.aida.ref.Histogram1D
-
- binEntries(int, int) - Method in class hep.aida.ref.Histogram2D
-
- binEntries(int, int, int) - Method in class hep.aida.ref.Histogram3D
-
- binEntriesX(int) - Method in interface hep.aida.IHistogram2D
-
Equivalent to projectionX().binEntries(indexX).
- binEntriesY(int) - Method in interface hep.aida.IHistogram2D
-
Equivalent to projectionY().binEntries(indexY).
- binError(int) - Method in interface hep.aida.IHistogram1D
-
The error on this bin.
- binError(int, int) - Method in interface hep.aida.IHistogram2D
-
The error on this bin.
- binError(int, int, int) - Method in interface hep.aida.IHistogram3D
-
The error on this bin.
- binError(int) - Method in class hep.aida.ref.Histogram1D
-
- binError(int, int) - Method in class hep.aida.ref.Histogram2D
-
- binError(int, int, int) - Method in class hep.aida.ref.Histogram3D
-
- BinFunction1D - Interface in hep.aida.bin
-
Interface that represents a function object: a function that takes
two bins as arguments and returns a single value.
- BinFunctions1D - Class in hep.aida.bin
-
Function objects computing dynamic bin aggregations; to be passed to generic methods.
- binHeight(int) - Method in interface hep.aida.IHistogram1D
-
Total height of the corresponding bin (ie the sum of the weights in this bin).
- binHeight(int, int) - Method in interface hep.aida.IHistogram2D
-
Total height of the corresponding bin (ie the sum of the weights in this bin).
- binHeight(int, int, int) - Method in interface hep.aida.IHistogram3D
-
Total height of the corresponding bin (ie the sum of the weights in this bin).
- binHeight(int) - Method in class hep.aida.ref.Histogram1D
-
- binHeight(int, int) - Method in class hep.aida.ref.Histogram2D
-
- binHeight(int, int, int) - Method in class hep.aida.ref.Histogram3D
-
- binHeightX(int) - Method in interface hep.aida.IHistogram2D
-
Equivalent to projectionX().binHeight(indexX).
- binHeightY(int) - Method in interface hep.aida.IHistogram2D
-
Equivalent to projectionY().binHeight(indexY).
- binLowerEdge(int) - Method in interface hep.aida.IAxis
-
Lower edge of the specified bin.
- binLowerEdge(int) - Method in class hep.aida.ref.FixedAxis
-
- binLowerEdge(int) - Method in class hep.aida.ref.VariableAxis
-
- binOfElement(float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
-
Returns the bin index of the given element.
- binomial(double, long) - Static method in class cern.jet.math.Arithmetic
-
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
- binomial(long, long) - Static method in class cern.jet.math.Arithmetic
-
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
- Binomial - Class in cern.jet.random
-
- Binomial(int, double, RandomEngine) - Constructor for class cern.jet.random.Binomial
-
Constructs a binomial distribution.
- binomial(int, int, double) - Static method in class cern.jet.stat.Probability
-
Returns the sum of the terms 0 through k of the Binomial
probability density.
- binomialComplemented(int, int, double) - Static method in class cern.jet.stat.Probability
-
Returns the sum of the terms k+1 through n of the Binomial
probability density.
- bins() - Method in class cern.jet.stat.quantile.EquiDepthHistogram
-
Returns the number of bins.
- bins() - Method in interface hep.aida.IAxis
-
The number of bins (excluding underflow and overflow) on the axis.
- bins() - Method in class hep.aida.ref.FixedAxis
-
- bins() - Method in class hep.aida.ref.VariableAxis
-
- binUpperEdge(int) - Method in interface hep.aida.IAxis
-
Upper edge of the specified bin.
- binUpperEdge(int) - Method in class hep.aida.ref.FixedAxis
-
- binUpperEdge(int) - Method in class hep.aida.ref.VariableAxis
-
- binWidth(int) - Method in interface hep.aida.IAxis
-
Width of the bin specified.
- binWidth(int) - Method in class hep.aida.ref.FixedAxis
-
- binWidth(int) - Method in class hep.aida.ref.VariableAxis
-
- bitMaskWithBitsSetFromTo(int, int) - Static method in class cern.colt.bitvector.QuickBitVector
-
Returns a bit mask with bits in the specified range set to 1, all the rest set to 0.
- BitMatrix - Class in cern.colt.bitvector
-
Fixed sized (non resizable) n*m bit matrix.
- BitMatrix(int, int) - Constructor for class cern.colt.bitvector.BitMatrix
-
Constructs a bit matrix with a given number of columns and rows.
- bitsPerElement() - Method in class cern.colt.list.MinMaxNumberList
-
Returns the number of bits necessary to store a single element.
- bitsPerElement(long, long) - Static method in class cern.colt.list.MinMaxNumberList
-
Returns the number of bits necessary to store values in the range [minimum,maximum].
- BitVector - Class in cern.colt.bitvector
-
Fixed sized (non resizable) bitvector.
- BitVector(long[], int) - Constructor for class cern.colt.bitvector.BitVector
-
You normally need not use this method.
- BitVector(int) - Constructor for class cern.colt.bitvector.BitVector
-
Constructs a bit vector that holds size bits.
- Blas - Interface in cern.colt.matrix.linalg
-
Subset of the
BLAS (Basic Linear Algebra System);
High quality "building block" routines for performing basic vector and matrix operations.
- Bohr_radius - Static variable in class cern.clhep.PhysicalConstants
-
- BooleanArrayList - Class in cern.colt.list
-
Resizable list holding boolean
elements; implemented with arrays.
- BooleanArrayList() - Constructor for class cern.colt.list.BooleanArrayList
-
Constructs an empty list.
- BooleanArrayList(boolean[]) - Constructor for class cern.colt.list.BooleanArrayList
-
Constructs a list containing the specified elements.
- BooleanArrayList(int) - Constructor for class cern.colt.list.BooleanArrayList
-
Constructs an empty list with the specified initial capacity.
- BooleanProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
a single argument and does not return a value.
- BRAY_CURTIS - Static variable in class cern.colt.matrix.doublealgo.Statistic
-
Bray-Curtis distance function; Sum( abs(x[i]-y[i]) ) / Sum( x[i]+y[i] ).
- BreitWigner - Class in cern.jet.random
-
- BreitWigner(double, double, double, RandomEngine) - Constructor for class cern.jet.random.BreitWigner
-
Constructs a BreitWigner distribution.
- BreitWignerMeanSquare - Class in cern.jet.random
-
- BreitWignerMeanSquare(double, double, double, RandomEngine) - Constructor for class cern.jet.random.BreitWignerMeanSquare
-
Constructs a mean-squared BreitWigner distribution.
- buffered(int) - Method in class hep.aida.bin.AbstractBin1D
-
Constructs and returns a streaming buffer connected to the receiver.
- ByteArrayList - Class in cern.colt.list
-
Resizable list holding byte
elements; implemented with arrays.
- ByteArrayList() - Constructor for class cern.colt.list.ByteArrayList
-
Constructs an empty list.
- ByteArrayList(byte[]) - Constructor for class cern.colt.list.ByteArrayList
-
Constructs a list containing the specified elements.
- ByteArrayList(int) - Constructor for class cern.colt.list.ByteArrayList
-
Constructs an empty list with the specified initial capacity.
- ByteComparator - Interface in cern.colt.function
-
A comparison function which imposes a total ordering on some
collection of elements.
- ByteProcedure - Interface in cern.colt.function
-
Interface that represents a procedure object: a procedure that takes
a single argument and does not return a value.