- factorial(int) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
-
Instantly returns the factorial k!.
- factorial(long) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
-
Instantly returns the factorial k!.
- factorial(int) - Static method in class cern.jet.math.tfloat.FloatArithmetic
-
Instantly returns the factorial k!.
- factorial - Static variable in class cern.jet.math.tint.IntFunctions
-
Function that returns (int) Arithmetic.factorial(a).
- factorial - Static variable in class cern.jet.math.tlong.LongFunctions
-
Function that returns (long) Arithmetic.factorial(a).
- farad - Static variable in class cern.clhep.Units
-
- FComplex - Class in cern.jet.math.tfcomplex
-
Complex arithmetic
- FComplexFactory1D - Class in cern.colt.matrix.tfcomplex
-
Factory for convenient construction of 1-d matrices holding complex
cells.
- FComplexFactory2D - Class in cern.colt.matrix.tfcomplex
-
Factory for convenient construction of 2-d matrices holding complex
cells.
- FComplexFactory3D - Class in cern.colt.matrix.tfcomplex
-
Factory for convenient construction of 3-d matrices holding complex
cells.
- FComplexFComplexFComplexFunction - Interface in cern.colt.function.tfcomplex
-
- FComplexFComplexFunction - Interface in cern.colt.function.tfcomplex
-
- FComplexFComplexProcedure - Interface in cern.colt.function.tfcomplex
-
- FComplexFComplexRealFunction - Interface in cern.colt.function.tfcomplex
-
- FComplexFComplexRealProcedure - Interface in cern.colt.function.tfcomplex
-
- FComplexFComplexRealRealFunction - Interface in cern.colt.function.tfcomplex
-
- FComplexFunctions - Class in cern.jet.math.tfcomplex
-
Complex function objects to be passed to generic methods.
- FComplexFunctions() - Constructor for class cern.jet.math.tfcomplex.FComplexFunctions
-
- FComplexMatrix1D - Class in cern.colt.matrix.tfcomplex
-
Abstract base class for 1-d matrices (aka vectors) holding
complex elements.
- FComplexMatrix1DProcedure - Interface in cern.colt.matrix.tfcomplex
-
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
- FComplexMatrix2D - Class in cern.colt.matrix.tfcomplex
-
Abstract base class for 2-d matrices holding complex elements.
- FComplexMatrix2DProcedure - Interface in cern.colt.matrix.tfcomplex
-
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
- FComplexMatrix3D - Class in cern.colt.matrix.tfcomplex
-
Abstract base class for 3-d matrices holding complex elements.
- FComplexMult - Class in cern.jet.math.tfcomplex
-
Only for performance tuning of compute intensive linear algebraic
computations.
- FComplexPlusMultFirst - Class in cern.jet.math.tfcomplex
-
Only for performance tuning of compute intensive linear algebraic
computations.
- FComplexPlusMultSecond - Class in cern.jet.math.tfcomplex
-
Only for performance tuning of compute intensive linear algebraic
computations.
- FComplexProcedure - Interface in cern.colt.function.tfcomplex
-
Interface that represents a procedure object: a procedure that takes a single
argument and does not return a value.
- FComplexProperty - Class in cern.colt.matrix.tfcomplex.algo
-
Tests matrices for equality.
- FComplexProperty(float) - Constructor for class cern.colt.matrix.tfcomplex.algo.FComplexProperty
-
Constructs an instance with a tolerance of
Math.abs(newTolerance).
- FComplexRealFComplexFunction - Interface in cern.colt.function.tfcomplex
-
- FComplexRealFunction - Interface in cern.colt.function.tfcomplex
-
- fermi - Static variable in class cern.clhep.Units
-
- fft() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
-
Computes the discrete Fourier transform (DFT) of this matrix.
- fft() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
-
Computes the discrete Fourier transform (DFT) of this matrix.
- fft() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
-
Computes the discrete Fourier transform (DFT) of this matrix.
- fft() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
-
Computes the discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
-
Computes the 2D discrete Fourier transform (DFT) of this matrix.
- fft2Slices() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
-
Computes the 2D discrete Fourier transform (DFT) of each slice of this
matrix.
- fft2Slices() - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
-
Computes the 2D discrete Fourier transform (DFT) of each slice of this
matrix.
- fft2Slices() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
-
Computes the 2D discrete Fourier transform (DFT) of each slice of this
matrix.
- fft2Slices() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
-
Computes the 2D discrete Fourier transform (DFT) of each slice of this
matrix.
- fft2Slices() - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
-
Computes the 2D discrete Fourier transform (DFT) of each slice of this
matrix.
- fft2Slices() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
-
Computes the 2D discrete Fourier transform (DFT) of each slice of this
matrix.
- fft3() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fft3() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
-
Computes the 3D discrete Fourier transform (DFT) of this matrix.
- fftColumns() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each column of this
matrix.
- fftColumns() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each column of this
matrix.
- fftColumns() - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each column of this
matrix.
- fftColumns() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each column of this
matrix.
- fftColumns() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each column of this
matrix.
- fftColumns() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each column of this
matrix.
- fftColumns() - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each column of this
matrix.
- fftColumns() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each column of this
matrix.
- fftRows() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each row of this matrix.
- fftRows() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each row of this matrix.
- fftRows() - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each row of this matrix.
- fftRows() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each row of this matrix.
- fftRows() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each row of this matrix.
- fftRows() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each row of this matrix.
- fftRows() - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each row of this matrix.
- fftRows() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
-
Computes the discrete Fourier transform (DFT) of each row of this matrix.
- fill(double) - Method in interface hep.aida.tdouble.DoubleIHistogram1D
-
Fill histogram with weight 1.
- fill(double, double) - Method in interface hep.aida.tdouble.DoubleIHistogram1D
-
Fill histogram with specified weight.
- fill(double, double) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
-
Fill the histogram with weight 1.
- fill(double, double, double) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
-
Fill the histogram with specified weight.
- fill(double, double, double) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
-
Fill the histogram with weight 1; equivalent to fill(x,y,z,1)..
- fill(double, double, double, double) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
-
Fill the histogram with specified weight.
- fill(double) - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
-
- fill(double, double) - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
-
- fill(double, double) - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
-
- fill(double, double, double) - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
-
- fill(double, double, double) - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
-
- fill(double, double, double, double) - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
-
- fill(float) - Method in interface hep.aida.tfloat.FloatIHistogram1D
-
Fill histogram with weight 1.
- fill(float, float) - Method in interface hep.aida.tfloat.FloatIHistogram1D
-
Fill histogram with specified weight.
- fill(float, float) - Method in interface hep.aida.tfloat.FloatIHistogram2D
-
Fill the histogram with weight 1.
- fill(float, float, float) - Method in interface hep.aida.tfloat.FloatIHistogram2D
-
Fill the histogram with specified weight.
- fill(float, float, float) - Method in interface hep.aida.tfloat.FloatIHistogram3D
-
Fill the histogram with weight 1; equivalent to fill(x,y,z,1)..
- fill(float, float, float, float) - Method in interface hep.aida.tfloat.FloatIHistogram3D
-
Fill the histogram with specified weight.
- fill(float) - Method in class hep.aida.tfloat.ref.FloatHistogram1D
-
- fill(float, float) - Method in class hep.aida.tfloat.ref.FloatHistogram1D
-
- fill(float, float) - Method in class hep.aida.tfloat.ref.FloatHistogram2D
-
- fill(float, float, float) - Method in class hep.aida.tfloat.ref.FloatHistogram2D
-
- fill(float, float, float) - Method in class hep.aida.tfloat.ref.FloatHistogram3D
-
- fill(float, float, float, float) - Method in class hep.aida.tfloat.ref.FloatHistogram3D
-
- fill_2D(double[], int, int, int, int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram1D
-
Fill histogram with specified data and weight 1.
- fill_2D(double[], double[], int, int, int, int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram1D
-
Fill histogram with specified data and weights.
- fill_2D(double[], int, int, int, int, int) - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
-
- fill_2D(double[], double[], int, int, int, int, int) - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
-
- fill_2D(float[], int, int, int, int, int) - Method in interface hep.aida.tfloat.FloatIHistogram1D
-
Fill histogram with specified data and weight 1.
- fill_2D(float[], float[], int, int, int, int, int) - Method in interface hep.aida.tfloat.FloatIHistogram1D
-
Fill histogram with specified data and weights.
- fill_2D(float[], int, int, int, int, int) - Method in class hep.aida.tfloat.ref.FloatHistogram1D
-
- fill_2D(float[], float[], int, int, int, int, int) - Method in class hep.aida.tfloat.ref.FloatHistogram1D
-
- fillFromToWith(int, int, boolean) - Method in class cern.colt.list.tboolean.AbstractBooleanList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillFromToWith(int, int, byte) - Method in class cern.colt.list.tbyte.AbstractByteList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillFromToWith(int, int, char) - Method in class cern.colt.list.tchar.AbstractCharList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillFromToWith(int, int, double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillFromToWith(int, int, float) - Method in class cern.colt.list.tfloat.AbstractFloatList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillFromToWith(int, int, int) - Method in class cern.colt.list.tint.AbstractIntList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillFromToWith(int, int, long) - Method in class cern.colt.list.tlong.AbstractLongList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillFromToWith(int, int, Object) - Method in class cern.colt.list.tobject.ObjectArrayList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillFromToWith(int, int, short) - Method in class cern.colt.list.tshort.AbstractShortList
-
Sets the specified range of elements in the specified array to the
specified value.
- fillMatrix_1D(int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 1D matrix with random numbers.
- fillMatrix_1D(int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 1D matrix with random numbers.
- fillMatrix_2D(int, int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 2D matrix with random numbers.
- fillMatrix_2D(int, int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 2D matrix with random numbers.
- fillMatrix_2D(int, int, double[][]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 2D matrix with random numbers.
- fillMatrix_2D(int, int, float[][]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 2D matrix with random numbers.
- fillMatrix_3D(int, int, int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 3D matrix with random numbers.
- fillMatrix_3D(int, int, int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 3D matrix with random numbers.
- fillMatrix_3D(int, int, int, double[][][]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 3D matrix with random numbers.
- fillMatrix_3D(int, int, int, float[][][]) - Static method in class edu.emory.mathcs.utils.IOUtils
-
Fills 3D matrix with random numbers.
- fine_structure_const - Static variable in class cern.clhep.PhysicalConstants
-
- Float27Function - Interface in cern.colt.function.tfloat
-
Interface that represents a function object: a function that takes 27
arguments and returns a single value.
- Float9Function - Interface in cern.colt.function.tfloat
-
Interface that represents a function object: a function that takes 9
arguments and returns a single value.
- FloatAMG - Class in cern.colt.matrix.tfloat.algo.solver.preconditioner
-
Algebraic multigrid preconditioner.
- FloatAMG(float, float, float, float, int, int, int, int, float) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatAMG
-
Sets up the algebraic multigrid preconditioner
- FloatAMG(float, float, int, int, int, int, float) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatAMG
-
Sets up the algebraic multigrid preconditioner.
- FloatAMG() - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatAMG
-
Sets up the algebraic multigrid preconditioner using some default
parameters.
- FloatArithmetic - Class in cern.jet.math.tfloat
-
Arithmetic functions.
- FloatArrayList - Class in cern.colt.list.tfloat
-
Resizable list holding float
elements; implemented with arrays.
- FloatArrayList() - Constructor for class cern.colt.list.tfloat.FloatArrayList
-
Constructs an empty list.
- FloatArrayList(float[]) - Constructor for class cern.colt.list.tfloat.FloatArrayList
-
Constructs a list containing the specified elements.
- FloatArrayList(int) - Constructor for class cern.colt.list.tfloat.FloatArrayList
-
Constructs an empty list with the specified initial capacity.
- FloatBiCG - Class in cern.colt.matrix.tfloat.algo.solver
-
BiCG solver.
- FloatBiCG(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatBiCG
-
Constructor for BiCG.
- FloatBiCGstab - Class in cern.colt.matrix.tfloat.algo.solver
-
BiCG stablized solver.
- FloatBiCGstab(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatBiCGstab
-
Constructor for BiCGstab.
- FloatBinBinFunction1D - Interface in hep.aida.tfloat.bin
-
Interface that represents a function object: a function that takes two bins
as arguments and returns a single value.
- FloatBinFunction1D - Interface in hep.aida.tfloat.bin
-
Interface that represents a function object: a function that takes two bins
as arguments and returns a single value.
- FloatBinFunctions1D - Class in hep.aida.tfloat.bin
-
Function objects computing dynamic bin aggregations; to be passed to generic
methods.
- FloatBlas - Interface in cern.colt.matrix.tfloat.algo
-
Subset of the
BLAS
(Basic Linear Algebra System); High quality "building block" routines for
performing basic vector and matrix operations.
- FloatBuffer - Class in cern.colt.buffer.tfloat
-
Fixed sized (non resizable) streaming buffer connected to a target
FloatBufferConsumer to which data is automatically flushed upon
buffer overflow.
- FloatBuffer(FloatBufferConsumer, int) - Constructor for class cern.colt.buffer.tfloat.FloatBuffer
-
Constructs and returns a new buffer with the given target.
- FloatBuffer2D - Class in cern.colt.buffer.tfloat
-
Fixed sized (non resizable) streaming buffer connected to a target
FloatBuffer2DConsumer to which data is automatically flushed upon
buffer overflow.
- FloatBuffer2D(FloatBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tfloat.FloatBuffer2D
-
Constructs and returns a new buffer with the given target.
- FloatBuffer2DConsumer - Interface in cern.colt.buffer.tfloat
-
Target of a streaming FloatBuffer2D into which data is flushed upon
buffer overflow.
- FloatBuffer3D - Class in cern.colt.buffer.tfloat
-
Fixed sized (non resizable) streaming buffer connected to a target
FloatBuffer3DConsumer to which data is automatically flushed upon
buffer overflow.
- FloatBuffer3D(FloatBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tfloat.FloatBuffer3D
-
Constructs and returns a new buffer with the given target.
- FloatBuffer3DConsumer - Interface in cern.colt.buffer.tfloat
-
Target of a streaming FloatBuffer3D into which data is flushed upon
buffer overflow.
- FloatBufferConsumer - Interface in cern.colt.buffer.tfloat
-
Target of a streaming FloatBuffer into which data is flushed upon
buffer overflow.
- FloatCG - Class in cern.colt.matrix.tfloat.algo.solver
-
Conjugate Gradients solver.
- FloatCG(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatCG
-
Constructor for CG.
- FloatCGLS - Class in cern.colt.matrix.tfloat.algo.solver
-
CGLS is Conjugate Gradient for Least Squares method used for solving
large-scale, ill-posed inverse problems of the form: b = A*x + noise.
- FloatCGLS() - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatCGLS
-
- FloatCGS - Class in cern.colt.matrix.tfloat.algo.solver
-
Conjugate Gradients squared solver.
- FloatCGS(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatCGS
-
Constructor for CGS.
- FloatChebyshev - Class in cern.colt.matrix.tfloat.algo.solver
-
Chebyshev solver.
- FloatChebyshev(FloatMatrix1D, float, float) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatChebyshev
-
Constructor for Chebyshev.
- FloatComparator - Interface in cern.colt.function.tfloat
-
A comparison function which imposes a total ordering on some
collection of elements.
- FloatConstants - Class in cern.jet.math.tfloat
-
Defines some useful constants.
- FloatConverter - Class in hep.aida.tfloat.ref
-
Histogram conversions, for example to String and XML format; This class
requires the Colt distribution, whereas the rest of the package is entirelly
stand-alone.
- FloatConverter() - Constructor for class hep.aida.tfloat.ref.FloatConverter
-
Creates a new histogram converter.
- FloatDescriptive - Class in cern.jet.stat.tfloat
-
Basic descriptive statistics.
- FloatDiagonal - Class in cern.colt.matrix.tfloat.algo.solver.preconditioner
-
Diagonal preconditioner.
- FloatDiagonal(int) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatDiagonal
-
Constructor for DiagonalPreconditioner
- FloatEquiDepthHistogram - Class in cern.jet.stat.tfloat.quantile
-
Read-only equi-depth histogram for selectivity estimation.
- FloatEquiDepthHistogram(float[]) - Constructor for class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
-
Constructs an equi-depth histogram with the given quantile elements.
- FloatFactory1D - Class in cern.colt.matrix.tfloat
-
Factory for convenient construction of 1-d matrices holding float
cells.
- FloatFactory2D - Class in cern.colt.matrix.tfloat
-
Factory for convenient construction of 2-d matrices holding float
cells.
- FloatFactory3D - Class in cern.colt.matrix.tfloat
-
Factory for convenient construction of 3-d matrices holding float
cells.
- FloatFixedAxis - Class in hep.aida.tfloat.ref
-
Fixed-width axis; A reference implementation of hep.aida.IAxis.
- FloatFixedAxis(int, float, float) - Constructor for class hep.aida.tfloat.ref.FloatFixedAxis
-
Create an Axis
- FloatFloatFunction - Interface in cern.colt.function.tfloat
-
Interface that represents a function object: a function that takes two
arguments and returns a single value.
- FloatFloatProcedure - Interface in cern.colt.function.tfloat
-
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
- FloatFormatter - Class in cern.colt.matrix.tfloat.algo
-
Flexible, well human readable matrix print formatting; By default decimal
point aligned.
- FloatFormatter() - Constructor for class cern.colt.matrix.tfloat.algo.FloatFormatter
-
Constructs and returns a matrix formatter with format "%G".
- FloatFormatter(String) - Constructor for class cern.colt.matrix.tfloat.algo.FloatFormatter
-
Constructs and returns a matrix formatter.
- FloatFunction - Interface in cern.colt.function.tfloat
-
Interface that represents a function object: a function that takes a single
argument and returns a single value.
- FloatFunctions - Class in cern.jet.math.tfloat
-
Function objects to be passed to generic methods.
- FloatGivensRotation - Class in cern.colt.matrix.tfloat.algo.solver
-
Givens plane rotation
- FloatGivensRotation(float, float) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatGivensRotation
-
Constructs a Givens plane rotation for a given 2-vector
- FloatGMRES - Class in cern.colt.matrix.tfloat.algo.solver
-
GMRES solver.
- FloatGMRES(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatGMRES
-
Constructor for GMRES.
- FloatGMRES(FloatMatrix1D, int) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatGMRES
-
Constructor for GMRES.
- FloatHistogram1D - Class in hep.aida.tfloat.ref
-
A reference implementation of hep.aida.IHistogram1D.
- FloatHistogram1D(String, float[]) - Constructor for class hep.aida.tfloat.ref.FloatHistogram1D
-
Creates a variable-width histogram.
- FloatHistogram1D(String, FloatIAxis) - Constructor for class hep.aida.tfloat.ref.FloatHistogram1D
-
Creates a histogram with the given axis binning.
- FloatHistogram1D(String, int, float, float) - Constructor for class hep.aida.tfloat.ref.FloatHistogram1D
-
Creates a fixed-width histogram.
- FloatHistogram1DContents - Class in hep.aida.tfloat.ref
-
- FloatHistogram1DContents(int[], float[], float[], int, float, float, float, float) - Constructor for class hep.aida.tfloat.ref.FloatHistogram1DContents
-
- FloatHistogram2D - Class in hep.aida.tfloat.ref
-
A reference implementation of hep.aida.IHistogram2D.
- FloatHistogram2D(String, float[], float[]) - Constructor for class hep.aida.tfloat.ref.FloatHistogram2D
-
Creates a variable-width histogram.
- FloatHistogram2D(String, int, float, float, int, float, float) - Constructor for class hep.aida.tfloat.ref.FloatHistogram2D
-
Creates a fixed-width histogram.
- FloatHistogram2D(String, FloatIAxis, FloatIAxis) - Constructor for class hep.aida.tfloat.ref.FloatHistogram2D
-
Creates a histogram with the given axis binning.
- FloatHistogram3D - Class in hep.aida.tfloat.ref
-
A reference implementation of hep.aida.IHistogram3D.
- FloatHistogram3D(String, float[], float[], float[]) - Constructor for class hep.aida.tfloat.ref.FloatHistogram3D
-
Creates a variable-width histogram.
- FloatHistogram3D(String, int, float, float, int, float, float, int, float, float) - Constructor for class hep.aida.tfloat.ref.FloatHistogram3D
-
Creates a fixed-width histogram.
- FloatHistogram3D(String, FloatIAxis, FloatIAxis, FloatIAxis) - Constructor for class hep.aida.tfloat.ref.FloatHistogram3D
-
Creates a histogram with the given axis binning.
- FloatHyBR - Class in cern.colt.matrix.tfloat.algo.solver
-
HyBR is a Hybrid Bidiagonalization Regularization method used for solving
large-scale, ill-posed inverse problems of the form: b = A*x + noise The
method combines an iterative Lanczos Bidiagonalization (LBD) Method with an
SVD-based regularization method to stabilize the semiconvergence behavior
that is characteristic of many ill-posed problems.
- FloatHyBR() - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatHyBR
-
Creates new instance of HyBR solver with default parameters:
innerSolver = HyBR.InnerSolver.TIKHONOV
regularizationMethod = HyBR.RegularizationMethod.ADAPTWGCV
regularizationParameter = 0
omega = 0
reorthogonalize = false
beginRegularization = 2
flatTolerance = 1e-6
computeRnrm = false;
- FloatHyBR(HyBRInnerSolver, HyBRRegularizationMethod, float, float, boolean, int, float, boolean) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatHyBR
-
Creates new instance of HyBR solver.
- FloatIAxis - Interface in hep.aida.tfloat
-
An IAxis represents a binned histogram axis.
- FloatICC - Class in cern.colt.matrix.tfloat.algo.solver.preconditioner
-
Incomplete Cholesky preconditioner without fill-in using a compressed row
matrix as internal storage
- FloatICC(int) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatICC
-
Sets up the ICC preconditioner
- FloatIdentity - Class in cern.colt.matrix.tfloat.algo.solver.preconditioner
-
- FloatIdentity() - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatIdentity
-
- FloatIHistogram - Interface in hep.aida.tfloat
-
A common base interface for IHistogram1D, IHistogram2D and IHistogram3D.
- FloatIHistogram1D - Interface in hep.aida.tfloat
-
A Java interface corresponding to the AIDA 1D Histogram.
- FloatIHistogram2D - Interface in hep.aida.tfloat
-
A Java interface corresponding to the AIDA 2D Histogram.
- FloatIHistogram3D - Interface in hep.aida.tfloat
-
A Java interface corresponding to the AIDA 3D Histogram.
- FloatILU - Class in cern.colt.matrix.tfloat.algo.solver.preconditioner
-
ILU(0) preconditioner using a compressed row matrix as internal storage
- FloatILU(int) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILU
-
Sets up the ILU preconditioner
- FloatILUT - Class in cern.colt.matrix.tfloat.algo.solver.preconditioner
-
ILU preconditioner with fill-in.
- FloatILUT(int, float, int) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILUT
-
Sets up the preconditioner for the problem size
- FloatILUT(int) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILUT
-
Sets up the preconditioner for the given problem size.
- FloatIntProcedure - Interface in cern.colt.function.tfloat
-
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
- FloatIR - Class in cern.colt.matrix.tfloat.algo.solver
-
Iterative Refinement.
- FloatIR(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatIR
-
Constructor for IR.
- FloatIterationMonitor - Interface in cern.colt.matrix.tfloat.algo.solver
-
Monitors the iterative solution process for convergence and divergence.
- FloatIterationReporter - Interface in cern.colt.matrix.tfloat.algo.solver
-
Reports on the progress of an iterative solver
- FloatIterativeSolver - Interface in cern.colt.matrix.tfloat.algo.solver
-
Iterative linear solver.
- FloatListAdapter - Class in cern.colt.list.tfloat
-
- FloatListAdapter(AbstractFloatList) - Constructor for class cern.colt.list.tfloat.FloatListAdapter
-
Constructs a list backed by the specified content list.
- FloatLongProcedure - Interface in cern.colt.function.tfloat
-
Interface that represents a procedure object: a procedure that takes two
arguments and does not return a value.
- FloatMatrix1D - Class in cern.colt.matrix.tfloat
-
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
- FloatMatrix1DComparator - Interface in cern.colt.matrix.tfloat.algo
-
A comparison function which imposes a total ordering on some
collection of elements.
- FloatMatrix1DProcedure - Interface in cern.colt.matrix.tfloat
-
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
- FloatMatrix2D - Class in cern.colt.matrix.tfloat
-
Abstract base class for 2-d matrices holding float elements.
- FloatMatrix2DComparator - Interface in cern.colt.matrix.tfloat.algo
-
A comparison function which imposes a total ordering on some
collection of elements.
- FloatMatrix2DMatrix2DFunction - Interface in cern.colt.matrix.tfloat.algo
-
Interface that represents a function object: a function that takes two
arguments and returns a single value.
- FloatMatrix2DProcedure - Interface in cern.colt.matrix.tfloat
-
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
- FloatMatrix3D - Class in cern.colt.matrix.tfloat
-
Abstract base class for 3-d matrices holding float elements.
- FloatMatrix3DProcedure - Interface in cern.colt.matrix.tfloat
-
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
- FloatMersenneTwister - Class in cern.jet.random.tfloat.engine
-
MersenneTwister (MT19937) is one of the strongest uniform pseudo-random
number generators known so far; at the same time it is quick.
- FloatMersenneTwister() - Constructor for class cern.jet.random.tfloat.engine.FloatMersenneTwister
-
Constructs and returns a random number generator with a default seed,
which is a constant.
- FloatMersenneTwister(int) - Constructor for class cern.jet.random.tfloat.engine.FloatMersenneTwister
-
Constructs and returns a random number generator with the given seed.
- FloatMersenneTwister(Date) - Constructor for class cern.jet.random.tfloat.engine.FloatMersenneTwister
-
Constructs and returns a random number generator seeded with the given
date.
- FloatMRNSD - Class in cern.colt.matrix.tfloat.algo.solver
-
MRNSD is Modified Residual Norm Steepest Descent method used for solving
large-scale, ill-posed inverse problems of the form: b = A*x + noise.
- FloatMRNSD() - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatMRNSD
-
- FloatMult - Class in cern.jet.math.tfloat
-
Only for performance tuning of compute intensive linear algebraic
computations.
- FloatNotConvergedException - Exception in cern.colt.matrix.tfloat.algo.solver
-
Signals lack of convergence of an iterative process
- FloatNotConvergedException(FloatNotConvergedException.Reason, String) - Constructor for exception cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
-
Constructor for NotConvergedException
- FloatNotConvergedException(FloatNotConvergedException.Reason) - Constructor for exception cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
-
Constructor for NotConvergedException.
- FloatNotConvergedException.Reason - Enum in cern.colt.matrix.tfloat.algo.solver
-
Possible reasons for lack of convergence
- FloatPartitioning - Class in cern.colt.matrix.tfloat.algo
-
Given some interval boundaries, partitions matrices such that cell values
falling into an interval are placed next to each other.
- FloatPlusMultFirst - Class in cern.jet.math.tfloat
-
Only for performance tuning of compute intensive linear algebraic
computations.
- FloatPlusMultSecond - Class in cern.jet.math.tfloat
-
Only for performance tuning of compute intensive linear algebraic
computations.
- FloatPreconditioner - Interface in cern.colt.matrix.tfloat.algo.solver.preconditioner
-
Preconditioner interface.
- FloatProcedure - Interface in cern.colt.function.tfloat
-
Interface that represents a procedure object: a procedure that takes a single
argument and does not return a value.
- FloatProperty - Class in cern.colt.matrix.tfloat.algo
-
Tests matrices for linear algebraic properties (equality, tridiagonality,
symmetry, singularity, etc).
- FloatProperty(float) - Constructor for class cern.colt.matrix.tfloat.algo.FloatProperty
-
Constructs an instance with a tolerance of
Math.abs(newTolerance).
- FloatQMR - Class in cern.colt.matrix.tfloat.algo.solver
-
Quasi-Minimal Residual method.
- FloatQMR(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatQMR
-
Constructor for QMR.
- FloatQMR(FloatMatrix1D, FloatPreconditioner, FloatPreconditioner) - Constructor for class cern.colt.matrix.tfloat.algo.solver.FloatQMR
-
Constructor for QMR.
- FloatQuantileFinder - Interface in cern.jet.stat.tfloat.quantile
-
The interface shared by all quantile finders, no matter if they are exact or
approximate.
- FloatQuantileFinderFactory - Class in cern.jet.stat.tfloat.quantile
-
Factory constructing exact and approximate quantile finders for both known
and unknown N.
- FloatRandomEngine - Class in cern.jet.random.tfloat.engine
-
Abstract base class for uniform pseudo-random number generating engines.
- FloatRandomSampler - Class in cern.jet.random.tfloat.sampling
-
Space and time efficiently computes a sorted Simple Random Sample Without
Replacement (SRSWOR), that is, a sorted set of n random numbers
from an interval of N numbers; Example: Computing n=3
random numbers from the interval [1,50] may yield the sorted random
set (7,13,47).
- FloatRandomSampler(long, long, long, FloatRandomEngine) - Constructor for class cern.jet.random.tfloat.sampling.FloatRandomSampler
-
Constructs a random sampler that computes and delivers sorted random sets
in blocks.
- FloatRandomSamplingAssistant - Class in cern.jet.random.tfloat.sampling
-
Conveniently computes a stable Simple Random Sample Without Replacement
(SRSWOR) subsequence of n elements from a given input sequence
of N elements; Example: Computing a sublist of n=3 random
elements from a list (1,...,50) may yield the sublist
(7,13,47).
- FloatRandomSamplingAssistant(long, long, FloatRandomEngine) - Constructor for class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant
-
Constructs a random sampler that samples n random elements from
an input sequence of N elements.
- FloatSorting - Class in cern.colt.matrix.tfloat.algo
-
Matrix quicksorts and mergesorts.
- FloatSSOR - Class in cern.colt.matrix.tfloat.algo.solver.preconditioner
-
SSOR preconditioner.
- FloatSSOR(int, boolean, float, float) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatSSOR
-
Constructor for SSOR
- FloatSSOR(int) - Constructor for class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatSSOR
-
Constructor for SSOR.
- FloatStatistic - Class in cern.colt.matrix.tfloat.algo
-
Basic statistics operations on matrices.
- FloatStatistic.VectorVectorFunction - Interface in cern.colt.matrix.tfloat.algo
-
Interface that represents a function object: a function that takes two
argument vectors and returns a single value.
- FloatStencil - Class in cern.colt.matrix.tfloat.algo
-
Stencil operations.
- FloatUniform - Class in cern.jet.random.tfloat
-
- FloatUniform(float, float, int) - Constructor for class cern.jet.random.tfloat.FloatUniform
-
Constructs a uniform distribution with the given minimum and maximum,
using a
FloatMersenneTwister
seeded
with the given seed.
- FloatUniform(float, float, FloatRandomEngine) - Constructor for class cern.jet.random.tfloat.FloatUniform
-
Constructs a uniform distribution with the given minimum and maximum.
- FloatUniform(FloatRandomEngine) - Constructor for class cern.jet.random.tfloat.FloatUniform
-
Constructs a uniform distribution with min=0.0 and
max=1.0.
- FloatVariableAxis - Class in hep.aida.tfloat.ref
-
Variable-width axis; A reference implementation of hep.aida.IAxis.
- FloatVariableAxis(float[]) - Constructor for class hep.aida.tfloat.ref.FloatVariableAxis
-
Constructs and returns an axis with the given bin edges.
- floor(double) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
-
Returns the largest long <= value
.
- floor - Static variable in class cern.jet.math.tdouble.DoubleFunctions
-
Function that returns Math.floor(a).
- floor(float) - Static method in class cern.jet.math.tfloat.FloatArithmetic
-
Returns the largest long <= value
.
- floor - Static variable in class cern.jet.math.tfloat.FloatFunctions
-
Function that returns Math.floor(a).
- flush() - Method in class cern.colt.buffer.tboolean.BooleanBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tboolean.BooleanBuffer2D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tboolean.BooleanBuffer3D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tbyte.ByteBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tbyte.ByteBuffer2D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tbyte.ByteBuffer3D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tchar.CharBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tchar.CharBuffer2D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tchar.CharBuffer3D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tdouble.DoubleBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tdouble.DoubleBuffer2D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tdouble.DoubleBuffer3D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tfloat.FloatBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tfloat.FloatBuffer2D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tfloat.FloatBuffer3D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tint.IntBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tint.IntBuffer2D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tint.IntBuffer3D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tlong.LongBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tlong.LongBuffer2D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tlong.LongBuffer3D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tobject.ObjectBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tshort.ShortBuffer
-
Adds all internally buffered elements to the receiver's target, then
resets the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tshort.ShortBuffer2D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- flush() - Method in class cern.colt.buffer.tshort.ShortBuffer3D
-
Adds all internally buffered points to the receiver's target, then resets
the current buffer size to zero.
- forEach(BooleanProcedure) - Method in class cern.colt.list.tboolean.AbstractBooleanList
-
Applies a procedure to each element of the receiver, if any.
- forEach(BooleanProcedure) - Method in class cern.colt.list.tboolean.BooleanArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ByteProcedure) - Method in class cern.colt.list.tbyte.AbstractByteList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ByteProcedure) - Method in class cern.colt.list.tbyte.ByteArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(CharProcedure) - Method in class cern.colt.list.tchar.AbstractCharList
-
Applies a procedure to each element of the receiver, if any.
- forEach(CharProcedure) - Method in class cern.colt.list.tchar.CharArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(DoubleProcedure) - Method in class cern.colt.list.tdouble.AbstractDoubleList
-
Applies a procedure to each element of the receiver, if any.
- forEach(DoubleProcedure) - Method in class cern.colt.list.tdouble.DoubleArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(FloatProcedure) - Method in class cern.colt.list.tfloat.AbstractFloatList
-
Applies a procedure to each element of the receiver, if any.
- forEach(FloatProcedure) - Method in class cern.colt.list.tfloat.FloatArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(IntProcedure) - Method in class cern.colt.list.tint.AbstractIntList
-
Applies a procedure to each element of the receiver, if any.
- forEach(IntProcedure) - Method in class cern.colt.list.tint.IntArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(LongProcedure) - Method in class cern.colt.list.tlong.AbstractLongList
-
Applies a procedure to each element of the receiver, if any.
- forEach(LongProcedure) - Method in class cern.colt.list.tlong.LongArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ObjectProcedure) - Method in class cern.colt.list.tobject.ObjectArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ShortProcedure) - Method in class cern.colt.list.tshort.AbstractShortList
-
Applies a procedure to each element of the receiver, if any.
- forEach(ShortProcedure) - Method in class cern.colt.list.tshort.ShortArrayList
-
Applies a procedure to each element of the receiver, if any.
- forEach(DoubleProcedure) - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
-
Applies a procedure to each element of the receiver, if any.
- forEach(DoubleProcedure) - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
-
Applies a procedure to each element of the receiver, if any.
- forEach(FloatProcedure) - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
-
Applies a procedure to each element of the receiver, if any.
- forEachCoordinateInState(boolean, IntIntProcedure) - Method in class cern.colt.matrix.tbit.BitMatrix
-
Applies a procedure to each coordinate that holds a bit in the given
state.
- forEachIndexFromToInState(int, int, boolean, IntProcedure) - Method in class cern.colt.matrix.tbit.BitVector
-
Applies a procedure to each bit index within the specified range that
holds a bit in the given state.
- forEachKey(DoubleProcedure) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(DoubleProcedure) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(DoubleProcedure) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(DoubleProcedure) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(FloatProcedure) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(FloatProcedure) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(FloatProcedure) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(FloatProcedure) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tint.AbstractIntIntMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tint.OpenIntIntHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tlong.AbstractIntLongMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tlong.AbstractLongIntMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tlong.AbstractLongLongMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(IntProcedure) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachKey(LongProcedure) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
-
Applies a procedure to each key of the receiver, if any.
- forEachNonZero(IntIntDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
-
Assigns the result of a function to each non-zero cell.
- forEachNonZero(IntIntDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
-
- forEachNonZero(IntIntDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
-
- forEachNonZero(IntIntDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
-
- forEachNonZero(IntIntDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
-
- forEachNonZero(IntIntDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
-
- forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
-
Assigns the result of a function to each non-zero cell;
x[row,col] = function(x[row,col]).
- forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
-
- forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
-
- forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
-
- forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
-
- forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
-
- forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
-
- forEachNonZero(IntIntFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
-
Assigns the result of a function to each non-zero cell.
- forEachNonZero(IntIntFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
-
- forEachNonZero(IntIntFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
-
- forEachNonZero(IntIntFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
-
- forEachNonZero(IntIntFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
-
- forEachNonZero(IntIntFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
-
- forEachNonZero(IntIntFloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
-
Assigns the result of a function to each non-zero cell;
x[row,col] = function(x[row,col]).
- forEachNonZero(IntIntFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
-
- forEachNonZero(IntIntFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
-
- forEachNonZero(IntIntFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
-
- forEachNonZero(IntIntFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
-
- forEachNonZero(IntIntFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
-
- forEachNonZero(IntIntFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
-
- forEachNonZero(IntIntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
-
- forEachNonZero(IntIntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
-
- forEachNonZero(IntIntIntFunction) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
-
- forEachNonZero(IntIntIntFunction) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
-
- forEachNonZero(IntIntIntFunction) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
-
- forEachNonZero(IntIntIntFunction) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
-
- forEachNonZero(IntIntIntFunction) - Method in class cern.colt.matrix.tint.IntMatrix2D
-
Assigns the result of a function to each non-zero cell;
x[row,col] = function(x[row,col]).
- forEachNonZero(IntIntLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
-
- forEachNonZero(IntIntLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
-
- forEachNonZero(IntIntLongFunction) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
-
- forEachNonZero(IntIntLongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
-
- forEachNonZero(IntIntLongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
-
- forEachNonZero(IntIntLongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
-
- forEachNonZero(IntIntLongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix2D
-
Assigns the result of a function to each non-zero cell;
x[row,col] = function(x[row,col]).
- forEachNonZero(IntIntObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
-
- forEachNonZero(IntIntObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
-
- forEachNonZero(IntIntObjectFunction) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
-
- forEachNonZero(IntIntObjectFunction) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
-
- forEachNonZero(IntIntObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
-
Assigns the result of a function to each non-zero cell;
x[row,col] = function(x[row,col]).
- forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(DoubleLongProcedure) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongDoubleProcedure) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(DoubleLongProcedure) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongDoubleProcedure) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(FloatIntProcedure) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(FloatLongProcedure) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntFloatProcedure) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongFloatProcedure) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(FloatIntProcedure) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(FloatLongProcedure) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntFloatProcedure) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongFloatProcedure) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntIntProcedure) - Method in class cern.colt.map.tint.AbstractIntIntMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntIntProcedure) - Method in class cern.colt.map.tint.OpenIntIntHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntLongProcedure) - Method in class cern.colt.map.tlong.AbstractIntLongMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongIntProcedure) - Method in class cern.colt.map.tlong.AbstractLongIntMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongLongProcedure) - Method in class cern.colt.map.tlong.AbstractLongLongMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntLongProcedure) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongIntProcedure) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongLongProcedure) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntObjectProcedure) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongObjectProcedure) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(IntObjectProcedure) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- forEachPair(LongObjectProcedure) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
-
Applies a procedure to each (key,value) pair of the receiver, if any.
- form(double) - Method in interface cern.colt.matrix.Former
-
Formats a double into a string (like sprintf in C).
- form(float) - Method in interface cern.colt.matrix.Former
-
Formats a float into a string (like sprintf in C).
- form(int) - Method in interface cern.colt.matrix.Former
-
Formats an int into a string (like sprintf in C).
- form(long) - Method in interface cern.colt.matrix.Former
-
Formats an long into a string (like sprintf in C).
- form(double[]) - Method in interface cern.colt.matrix.Former
-
Formats a complex (double[]) into a string (like sprintf in C).
- form(float[]) - Method in interface cern.colt.matrix.Former
-
Formats a complex (float[]) into a string (like sprintf in C).
- format(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
-
Returns a string representations of all cells; no alignment considered.
- format(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
-
Returns a string representations of all cells; no alignment considered.
- format(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntFormatter
-
Returns a string representations of all cells; no alignment considered.
- format(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongFormatter
-
Returns a string representations of all cells; no alignment considered.
- Former - Interface in cern.colt.matrix
-
Formats a double or complex (double[]) into a string (like sprintf in C).
- FormerFactory - Class in cern.colt.matrix
-
Factory producing implementations of
Former
via
method create(); Serves to isolate the interface of String formatting from
the actual implementation.
- FormerFactory() - Constructor for class cern.colt.matrix.FormerFactory
-
- forwardSolve(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
-
Solves the lower triangular system U*x=b;
- forwardSolve(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
-
Solves the lower triangular system U*x=b;
- FRand - Class in cern.jet.random.tfloat.engine
-
Quick medium quality uniform pseudo-random number generator.
- FRand() - Constructor for class cern.jet.random.tfloat.engine.FRand
-
Constructs and returns a random number generator with a default seed,
which is a constant.
- FRand(int) - Constructor for class cern.jet.random.tfloat.engine.FRand
-
Constructs and returns a random number generator with the given seed.
- FRand(Date) - Constructor for class cern.jet.random.tfloat.engine.FRand
-
Constructs and returns a random number generator seeded with the given
date.
- frequencies(DoubleArrayList, DoubleArrayList, IntArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
-
Computes the frequency (number of occurances, count) of each distinct
value in the given sorted data.
- frequencies(FloatArrayList, FloatArrayList, IntArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
-
Computes the frequency (number of occurances, count) of each distinct
value in the given sorted data.
- frequencies(DoubleArrayList, IntArrayList) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
-
Computes the frequency (number of occurances, count) of each distinct
element.
- frequencies(FloatArrayList, IntArrayList) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
-
Computes the frequency (number of occurances, count) of each distinct
element.
- functions - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
-
- functions - Static variable in class cern.jet.math.tdouble.DoubleFunctions
-
Little trick to allow for "aliasing", that is, renaming this class.
- functions - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
-
- functions - Static variable in class cern.jet.math.tfloat.FloatFunctions
-
Little trick to allow for "aliasing", that is, renaming this class.
- functions - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
-
Little trick to allow for "aliasing", that is, renaming this class.
- functions - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
-
Little trick to allow for "aliasing", that is, renaming this class.