Parallel Colt 0.10.1-SNAPSHOT
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

B

backwardSolve(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Solves the upper triangular system U*x=b;
backwardSolve(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Solves the upper triangular system U*x=b;
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.tboolean.AbstractBooleanList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, boolean) - Method in class cern.colt.list.tboolean.BooleanArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, byte) - Method in class cern.colt.list.tbyte.ByteArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, char) - Method in class cern.colt.list.tchar.AbstractCharList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, char) - Method in class cern.colt.list.tchar.CharArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, double) - Method in class cern.colt.list.tdouble.DoubleArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, float) - Method in class cern.colt.list.tfloat.FloatArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, int) - Method in class cern.colt.list.tint.AbstractIntList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, int) - Method in class cern.colt.list.tint.IntArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, long) - Method in class cern.colt.list.tlong.AbstractLongList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, long) - Method in class cern.colt.list.tlong.LongArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, Object) - Method in class cern.colt.list.tobject.ObjectArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, short) - Method in class cern.colt.list.tshort.AbstractShortList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, short) - Method in class cern.colt.list.tshort.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.tboolean.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.tbyte.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.tchar.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.tdouble.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.tfloat.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.tint.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.tlong.AbstractLongList
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.tobject.ObjectArrayList
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.tshort.AbstractShortList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
Bessel - Class in cern.jet.math.tdouble
Bessel and Airy functions.
Beta - Class in cern.jet.random.tdouble
Beta(double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Beta
Constructs a Beta distribution.
beta(double, double) - Static method in class cern.jet.stat.tdouble.Gamma
Returns the beta function of the arguments.
beta(double, double, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the area from zero to x under the beta density function.
betaComplemented(double, double, double) - Static method in class cern.jet.stat.tdouble.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.tdouble.DoubleFunctions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
between(float, float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
between(int, int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
between(long, long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
bin(DoubleMatrix1D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Fills all cell values of the given vector into a bin from which statistics measures can be retrieved efficiently.
bin(FloatMatrix1D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
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.tboolean.AbstractBooleanList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(char) - Method in class cern.colt.list.tchar.AbstractCharList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(int) - Method in class cern.colt.list.tint.AbstractIntList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(long) - Method in class cern.colt.list.tlong.AbstractLongList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(Object) - Method in class cern.colt.list.tobject.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(short) - Method in class cern.colt.list.tshort.AbstractShortList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(boolean, int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(char, int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(char, int, int) - Method in class cern.colt.list.tchar.CharArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(double, int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(double, int, int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(float, int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(float, int, int) - Method in class cern.colt.list.tfloat.FloatArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(int, int, int) - Method in class cern.colt.list.tint.AbstractIntList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(int, int, int) - Method in class cern.colt.list.tint.IntArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(long, int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(long, int, int) - Method in class cern.colt.list.tlong.LongArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(Object, int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(Object, int, int, Comparator) - Method in class cern.colt.list.tobject.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(short, int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(short, int, int) - Method in class cern.colt.list.tshort.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.
binCentre(int) - Method in interface hep.aida.tdouble.DoubleIAxis
Centre of the bin specified.
binCentre(int) - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
binCentre(int) - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
binCentre(int) - Method in interface hep.aida.tfloat.FloatIAxis
Centre of the bin specified.
binCentre(int) - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
binCentre(int) - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
bindArg1(DComplexDComplexDComplexFunction, double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
bindArg1(DoubleDoubleFunction, double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
bindArg1(FComplexFComplexFComplexFunction, float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
bindArg1(FloatFloatFunction, float) - Static method in class cern.jet.math.tfloat.FloatFunctions
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.tint.IntFunctions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
bindArg1(LongLongFunction, long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
bindArg2(DComplexDComplexDComplexFunction, double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
bindArg2(DoubleDoubleFunction, double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
bindArg2(FComplexFComplexFComplexFunction, float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
bindArg2(FloatFloatFunction, float) - Static method in class cern.jet.math.tfloat.FloatFunctions
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.tint.IntFunctions
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
bindArg2(LongLongFunction, long) - Static method in class cern.jet.math.tlong.LongFunctions
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.tdouble.DoubleIHistogram1D
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.tdouble.DoubleIHistogram2D
The number of entries (ie the number of times fill was called for this bin).
binEntries(int, int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
The number of entries (ie the number of times fill was called for this bin).
binEntries(int) - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
binEntries(int, int) - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
binEntries(int, int, int) - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
binEntries(int) - Method in interface hep.aida.tfloat.FloatIHistogram1D
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.tfloat.FloatIHistogram2D
The number of entries (ie the number of times fill was called for this bin).
binEntries(int, int, int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
The number of entries (ie the number of times fill was called for this bin).
binEntries(int) - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
binEntries(int, int) - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
binEntries(int, int, int) - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
binEntriesX(int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Equivalent to projectionX().binEntries(indexX).
binEntriesX(int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Equivalent to projectionX().binEntries(indexX).
binEntriesY(int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Equivalent to projectionY().binEntries(indexY).
binEntriesY(int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Equivalent to projectionY().binEntries(indexY).
binError(int) - Method in interface hep.aida.tdouble.DoubleIHistogram1D
The error on this bin.
binError(int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
The error on this bin.
binError(int, int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
The error on this bin.
binError(int) - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
binError(int, int) - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
binError(int, int, int) - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
binError(int) - Method in interface hep.aida.tfloat.FloatIHistogram1D
The error on this bin.
binError(int, int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
The error on this bin.
binError(int, int, int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
The error on this bin.
binError(int) - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
binError(int, int) - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
binError(int, int, int) - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
binHeight(int) - Method in interface hep.aida.tdouble.DoubleIHistogram1D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int, int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int) - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
binHeight(int, int) - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
binHeight(int, int, int) - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
binHeight(int) - Method in interface hep.aida.tfloat.FloatIHistogram1D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int, int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int, int, int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
Total height of the corresponding bin (ie the sum of the weights in this bin).
binHeight(int) - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
binHeight(int, int) - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
binHeight(int, int, int) - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
binHeightX(int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Equivalent to projectionX().binHeight(indexX).
binHeightX(int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Equivalent to projectionX().binHeight(indexX).
binHeightY(int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Equivalent to projectionY().binHeight(indexY).
binHeightY(int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Equivalent to projectionY().binHeight(indexY).
binLowerEdge(int) - Method in interface hep.aida.tdouble.DoubleIAxis
Lower edge of the specified bin.
binLowerEdge(int) - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
binLowerEdge(int) - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
binLowerEdge(int) - Method in interface hep.aida.tfloat.FloatIAxis
Lower edge of the specified bin.
binLowerEdge(int) - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
binLowerEdge(int) - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
binOfElement(double) - Method in class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Returns the bin index of the given element.
binOfElement(float) - Method in class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
Returns the bin index of the given element.
binomial(double, long) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
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.tdouble.DoubleArithmetic
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
binomial(float, long) - Static method in class cern.jet.math.tfloat.FloatArithmetic
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.tfloat.FloatArithmetic
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
Binomial - Class in cern.jet.random.tdouble
Binomial distribution; See the math definition and animated definition.
Binomial(int, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Binomial
Constructs a binomial distribution.
binomial(int, int, double) - Static method in class cern.jet.stat.tdouble.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.tdouble.Probability
Returns the sum of the terms k+1 through n of the Binomial probability density.
bins() - Method in class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Returns the number of bins.
bins() - Method in class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
Returns the number of bins.
bins() - Method in interface hep.aida.tdouble.DoubleIAxis
The number of bins (excluding underflow and overflow) on the axis.
bins() - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
bins() - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
bins() - Method in interface hep.aida.tfloat.FloatIAxis
The number of bins (excluding underflow and overflow) on the axis.
bins() - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
bins() - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
binUpperEdge(int) - Method in interface hep.aida.tdouble.DoubleIAxis
Upper edge of the specified bin.
binUpperEdge(int) - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
binUpperEdge(int) - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
binUpperEdge(int) - Method in interface hep.aida.tfloat.FloatIAxis
Upper edge of the specified bin.
binUpperEdge(int) - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
binUpperEdge(int) - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
binWidth(int) - Method in interface hep.aida.tdouble.DoubleIAxis
Width of the bin specified.
binWidth(int) - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
binWidth(int) - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
binWidth(int) - Method in interface hep.aida.tfloat.FloatIAxis
Width of the bin specified.
binWidth(int) - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
binWidth(int) - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
bitMaskWithBitsSetFromTo(int, int) - Static method in class cern.colt.matrix.tbit.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.matrix.tbit
Fixed sized (non resizable) n*m bit matrix.
BitMatrix(int, int) - Constructor for class cern.colt.matrix.tbit.BitMatrix
Constructs a bit matrix with a given number of columns and rows.
bitsPerElement() - Method in class cern.colt.list.tlong.MinMaxNumberList
Returns the number of bits necessary to store a single element.
bitsPerElement(long, long) - Static method in class cern.colt.list.tlong.MinMaxNumberList
Returns the number of bits necessary to store values in the range [minimum,maximum].
BitVector - Class in cern.colt.matrix.tbit
Fixed sized (non resizable) bitvector.
BitVector(long[], int) - Constructor for class cern.colt.matrix.tbit.BitVector
You normally need not use this method.
BitVector(int) - Constructor for class cern.colt.matrix.tbit.BitVector
Constructs a bit vector that holds size bits.
Bohr_radius - Static variable in class cern.clhep.PhysicalConstants
 
BooleanArrayList - Class in cern.colt.list.tboolean
Resizable list holding boolean elements; implemented with arrays.
BooleanArrayList() - Constructor for class cern.colt.list.tboolean.BooleanArrayList
Constructs an empty list.
BooleanArrayList(boolean[]) - Constructor for class cern.colt.list.tboolean.BooleanArrayList
Constructs a list containing the specified elements.
BooleanArrayList(int) - Constructor for class cern.colt.list.tboolean.BooleanArrayList
Constructs an empty list with the specified initial capacity.
BooleanBuffer - Class in cern.colt.buffer.tboolean
Fixed sized (non resizable) streaming buffer connected to a target BooleanBufferConsumer to which data is automatically flushed upon buffer overflow.
BooleanBuffer(BooleanBufferConsumer, int) - Constructor for class cern.colt.buffer.tboolean.BooleanBuffer
Constructs and returns a new buffer with the given target.
BooleanBuffer2D - Class in cern.colt.buffer.tboolean
Fixed sized (non resizable) streaming buffer connected to a target BooleanBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
BooleanBuffer2D(BooleanBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tboolean.BooleanBuffer2D
Constructs and returns a new buffer with the given target.
BooleanBuffer2DConsumer - Interface in cern.colt.buffer.tboolean
Target of a streaming BooleanBuffer2D into which data is flushed upon buffer overflow.
BooleanBuffer3D - Class in cern.colt.buffer.tboolean
Fixed sized (non resizable) streaming buffer connected to a target BooleanBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
BooleanBuffer3D(BooleanBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tboolean.BooleanBuffer3D
Constructs and returns a new buffer with the given target.
BooleanBuffer3DConsumer - Interface in cern.colt.buffer.tboolean
Target of a streaming BooleanBuffer3D into which data is flushed upon buffer overflow.
BooleanBufferConsumer - Interface in cern.colt.buffer.tboolean
Target of a streaming BooleanBuffer into which data is flushed upon buffer overflow.
BooleanProcedure - Interface in cern.colt.function.tboolean
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.tdouble.algo.DoubleStatistic
Bray-Curtis distance function; Sum( abs(x[i]-y[i]) ) / Sum( x[i]+y[i] ).
BRAY_CURTIS - Static variable in class cern.colt.matrix.tfloat.algo.FloatStatistic
Bray-Curtis distance function; Sum( abs(x[i]-y[i]) ) / Sum( x[i]+y[i] ).
BreitWigner - Class in cern.jet.random.tdouble
BreitWigner (aka Lorentz) distribution; See the math definition.
BreitWigner(double, double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.BreitWigner
Constructs a BreitWigner distribution.
BreitWignerMeanSquare - Class in cern.jet.random.tdouble
Mean-square BreitWigner distribution; See the math definition.
BreitWignerMeanSquare(double, double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.BreitWignerMeanSquare
Constructs a mean-squared BreitWigner distribution.
Buffer - Class in cern.jet.stat
A buffer holding elements; internally used for computing approximate quantiles.
Buffer(int) - Constructor for class cern.jet.stat.Buffer
This method was created in VisualAge.
buffer - Variable in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
 
buffered(int) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Constructs and returns a streaming buffer connected to the receiver.
buffered(int) - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Constructs and returns a streaming buffer connected to the receiver.
BufferSet - Class in cern.jet.stat
An abstract set of buffers; internally used for computing approximate quantiles.
BufferSet() - Constructor for class cern.jet.stat.BufferSet
 
ByteArrayList - Class in cern.colt.list.tbyte
Resizable list holding byte elements; implemented with arrays.
ByteArrayList() - Constructor for class cern.colt.list.tbyte.ByteArrayList
Constructs an empty list.
ByteArrayList(byte[]) - Constructor for class cern.colt.list.tbyte.ByteArrayList
Constructs a list containing the specified elements.
ByteArrayList(int) - Constructor for class cern.colt.list.tbyte.ByteArrayList
Constructs an empty list with the specified initial capacity.
ByteBuffer - Class in cern.colt.buffer.tbyte
Fixed sized (non resizable) streaming buffer connected to a target ByteBufferConsumer to which data is automatically flushed upon buffer overflow.
ByteBuffer(ByteBufferConsumer, int) - Constructor for class cern.colt.buffer.tbyte.ByteBuffer
Constructs and returns a new buffer with the given target.
ByteBuffer2D - Class in cern.colt.buffer.tbyte
Fixed sized (non resizable) streaming buffer connected to a target ByteBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
ByteBuffer2D(ByteBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tbyte.ByteBuffer2D
Constructs and returns a new buffer with the given target.
ByteBuffer2DConsumer - Interface in cern.colt.buffer.tbyte
Target of a streaming ByteBuffer2D into which data is flushed upon buffer overflow.
ByteBuffer3D - Class in cern.colt.buffer.tbyte
Fixed sized (non resizable) streaming buffer connected to a target ByteBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
ByteBuffer3D(ByteBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tbyte.ByteBuffer3D
Constructs and returns a new buffer with the given target.
ByteBuffer3DConsumer - Interface in cern.colt.buffer.tbyte
Target of a streaming ByteBuffer3D into which data is flushed upon buffer overflow.
ByteBufferConsumer - Interface in cern.colt.buffer.tbyte
Target of a streaming ByteBuffer into which data is flushed upon buffer overflow.
ByteComparator - Interface in cern.colt.function.tbyte
A comparison function which imposes a total ordering on some collection of elements.
ByteFunction - Interface in cern.colt.function.tbyte
Interface that represents a function object: a function that takes a single argument and returns a single value.
ByteProcedure - Interface in cern.colt.function.tbyte
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Parallel Colt 0.10.1-SNAPSHOT

Jump to the Parallel Colt Homepage