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

A

abs(DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[i] = Math.abs(A[i]).
abs(DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = Math.abs(A[row,col]).
abs - Static variable in class cern.jet.math.Functions
Function that returns Math.abs(a).
abs - Static variable in class cern.jet.math.IntFunctions
Function that returns Math.abs(a) == (a < 0) ? -a : a.
abs(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
abs(double, double) - Static method in class cern.jet.math.tdcomplex.DComplex
 
abs - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
Unary functions
abs - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.abs(a).
abs(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
abs(float, float) - Static method in class cern.jet.math.tfcomplex.FComplex
 
abs - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
Unary functions
abs - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.abs(a).
abs - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns Math.abs(a) == (a < 0) ? -a : a.
abs - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns Math.abs(a) == (a < 0) ? -a : a.
abs(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
abs() - Method in class flanagan.analysis.ErrorProp
 
abs() - Method in class flanagan.analysis.Stat
 
abs() - Method in class flanagan.math.ArrayMaths
 
abs() - Method in class hephysics.particle.LParticle
Magnitude
abs() - Method in class hephysics.vec.Hep3Vector
Magnitude
abs(double[]) - Static method in class jhplot.math.ArrayMathUtils
Takes the absolute value of each component of an array.
abs(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Takes the absolute value of each component of an array.
abs(int[]) - Static method in class jhplot.math.ArrayMathUtils
Takes the absolute value of each component of an array.
abs(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Takes the absolute value of each component of an array.
AbstractBaseHistogram - Class in hep.aida.ref.histogram
 
AbstractBaseHistogram(String, String, int) - Constructor for class hep.aida.ref.histogram.AbstractBaseHistogram
Creates a new instance of BaseHistogram.
AbstractBaseHistogram() - Constructor for class hep.aida.ref.histogram.AbstractBaseHistogram
 
AbstractBaseHistogram(String, String, int, String) - Constructor for class hep.aida.ref.histogram.AbstractBaseHistogram
 
AbstractBin - Class in cern.hep.aida.bin
Abstract base class for all arbitrary-dimensional bins consumes double elements.
AbstractBin1D - Class in cern.hep.aida.bin
Abstract base class for all 1-dimensional bins consumes double elements.
AbstractBinner1D - Class in hep.aida.ref.histogram.binner
 
AbstractBinner1D(int) - Constructor for class hep.aida.ref.histogram.binner.AbstractBinner1D
Creates a new instance of OneDBinner.
AbstractBinner1D(Binner1D) - Constructor for class hep.aida.ref.histogram.binner.AbstractBinner1D
 
AbstractBooleanList - Class in cern.colt.list
Abstract base class for resizable lists holding boolean elements; abstract.
AbstractBooleanList - Class in cern.colt.list.tboolean
Abstract base class for resizable lists holding boolean elements; abstract.
AbstractByteList - Class in cern.colt.list
Abstract base class for resizable lists holding byte elements; abstract.
AbstractByteList - Class in cern.colt.list.tbyte
Abstract base class for resizable lists holding byte elements; abstract.
AbstractCharList - Class in cern.colt.list
Abstract base class for resizable lists holding char elements; abstract.
AbstractCharList - Class in cern.colt.list.tchar
Abstract base class for resizable lists holding char elements; abstract.
AbstractCollection - Class in cern.colt.list
Abstract base class for resizable collections holding objects or primitive data types such as int, float, etc.
AbstractContinousDistribution - Class in cern.jet.random
Abstract base class for all continous distributions.
AbstractContinousDoubleDistribution - Class in cern.jet.random.tdouble
Abstract base class for all continous distributions.
AbstractContinousFloatDistribution - Class in cern.jet.random.tfloat
Abstract base class for all continous distributions.
AbstractContinuousRandomVariable - Class in jhplot.math.num.random
Base continuous random variable that provides a {@link RNG) instance as a source for uniform random numbers.
AbstractDevModelFunction - Class in hep.aida.ref.function
 
AbstractDevModelFunction() - Constructor for class hep.aida.ref.function.AbstractDevModelFunction
 
AbstractDiscreteDistribution - Class in cern.jet.random
Abstract base class for all discrete distributions.
AbstractDiscreteDistribution - Class in cern.jet.random.tdouble
Abstract base class for all discrete distributions.
AbstractDiscreteRandomVariable - Class in jhplot.math.num.random
Base continuous random variable that provides a {@link RNG) instance as a source for uniform random numbers.
AbstractDistribution - Class in cern.jet.random
Abstract base class for all random distributions.
AbstractDoubleBin - Class in hep.aida.tdouble.bin
Abstract base class for all arbitrary-dimensional bins consumes double elements.
AbstractDoubleBin1D - Class in hep.aida.tdouble.bin
Abstract base class for all 1-dimensional bins consumes double elements.
AbstractDoubleDistribution - Class in cern.jet.random.tdouble
Abstract base class for all random distributions.
AbstractDoubleIntMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (double-->int).
AbstractDoubleIntMap - Class in cern.colt.map.tdouble
Abstract base class for hash maps holding (key,value) associations of type (double-->int).
AbstractDoubleIterationMonitor - Class in cern.colt.matrix.tdouble.algo.solver
Partial implementation of an iteration reporter
AbstractDoubleIterationMonitor() - Constructor for class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
Constructor for AbstractIterationMonitor.
AbstractDoubleIterativeSolver - Class in cern.colt.matrix.tdouble.algo.solver
Partial implementation of an iterative solver
AbstractDoubleIterativeSolver() - Constructor for class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterativeSolver
Constructor for AbstractIterativeSolver.
AbstractDoubleList - Class in cern.colt.list
Abstract base class for resizable lists holding double elements; abstract.
AbstractDoubleList - Class in cern.colt.list.tdouble
Abstract base class for resizable lists holding double elements; abstract.
AbstractDoubleLongMap - Class in cern.colt.map.tdouble
Abstract base class for hash maps holding (key,value) associations of type (double-->long).
AbstractFitMethod - Class in hep.aida.ref.fitter.fitmethod
 
AbstractFitMethod(int, String[]) - Constructor for class hep.aida.ref.fitter.fitmethod.AbstractFitMethod
 
AbstractFloatBin - Class in hep.aida.tfloat.bin
Abstract base class for all arbitrary-dimensional bins consumes float elements.
AbstractFloatBin1D - Class in hep.aida.tfloat.bin
Abstract base class for all 1-dimensional bins consumes float elements.
AbstractFloatDistribution - Class in cern.jet.random.tfloat
Abstract base class for all random distributions.
AbstractFloatIntMap - Class in cern.colt.map.tfloat
Abstract base class for hash maps holding (key,value) associations of type (float-->int).
AbstractFloatIterationMonitor - Class in cern.colt.matrix.tfloat.algo.solver
Partial implementation of an iteration reporter
AbstractFloatIterationMonitor() - Constructor for class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
Constructor for AbstractIterationMonitor.
AbstractFloatIterativeSolver - Class in cern.colt.matrix.tfloat.algo.solver
Partial implementation of an iterative solver
AbstractFloatIterativeSolver() - Constructor for class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterativeSolver
Constructor for AbstractIterativeSolver.
AbstractFloatList - Class in cern.colt.list
Abstract base class for resizable lists holding float elements; abstract.
AbstractFloatList - Class in cern.colt.list.tfloat
Abstract base class for resizable lists holding float elements; abstract.
AbstractFloatLongMap - Class in cern.colt.map.tfloat
Abstract base class for hash maps holding (key,value) associations of type (float-->long).
AbstractFormatter - Class in cern.colt.matrix
Abstract base class for flexible, well human readable matrix print formatting.
AbstractFormatter - Class in cern.colt.matrix.impl
Abstract base class for flexible, well human readable matrix print formatting.
AbstractIFunction - Class in hep.aida.ref.function
AbstractIFunction is implementation of the IFunction.
AbstractIFunction() - Constructor for class hep.aida.ref.function.AbstractIFunction
No-argument constructor to be used for cloning.
AbstractIFunction(String, int, int) - Constructor for class hep.aida.ref.function.AbstractIFunction
Creates a new instance of AbstractIFunction with default variable names (x0, x1, ...) and default parameter names (p0, p1, ...)
AbstractIFunction(String[], String[]) - Constructor for class hep.aida.ref.function.AbstractIFunction
Creates a new instance of AbstractIFunction with specified variable and parameter names.
AbstractIFunction(String, String[], String[]) - Constructor for class hep.aida.ref.function.AbstractIFunction
 
AbstractIntDoubleMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->double).
AbstractIntDoubleMap - Class in cern.colt.map.tdouble
Abstract base class for hash maps holding (key,value) associations of type (int-->double).
AbstractIntFloatMap - Class in cern.colt.map.tfloat
Abstract base class for hash maps holding (key,value) associations of type (int-->float).
AbstractIntIntMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->int).
AbstractIntIntMap - Class in cern.colt.map.tint
Abstract base class for hash maps holding (key,value) associations of type (int-->int).
AbstractIntList - Class in cern.colt.list
Abstract base class for resizable lists holding int elements; abstract.
AbstractIntList - Class in cern.colt.list.tint
Abstract base class for resizable lists holding int elements; abstract.
AbstractIntLongMap - Class in cern.colt.map.tlong
Abstract base class for hash maps holding (key,value) associations of type (int-->long).
AbstractIntObjectMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
AbstractIntObjectMap - Class in cern.colt.map.tobject
Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
AbstractList - Class in cern.colt.list
Abstract base class for resizable lists holding objects or primitive data types such as int, float, etc.
AbstractLongDoubleMap - Class in cern.colt.map.tdouble
Abstract base class for hash maps holding (key,value) associations of type (int-->double).
AbstractLongFloatMap - Class in cern.colt.map.tfloat
Abstract base class for hash maps holding (key,value) associations of type (int-->float).
AbstractLongIntMap - Class in cern.colt.map.tlong
Abstract base class for hash maps holding (key,value) associations of type (long-->int).
AbstractLongList - Class in cern.colt.list
Abstract base class for resizable lists holding long elements; abstract.
AbstractLongList - Class in cern.colt.list.tlong
Abstract base class for resizable lists holding long elements; abstract.
AbstractLongLongMap - Class in cern.colt.map.tlong
Abstract base class for hash maps holding (key,value) associations of type (long-->long).
AbstractLongObjectMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
AbstractLongObjectMap - Class in cern.colt.map.tobject
Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
AbstractMap - Class in cern.colt.map
Abstract base class for hash maps holding objects or primitive data types such as int, float, etc.
AbstractMatrix - Class in cern.colt.matrix
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.
AbstractMatrix - Class in cern.colt.matrix.impl
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.
AbstractMatrix1D - Class in cern.colt.matrix
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
AbstractMatrix1D - Class in cern.colt.matrix.impl
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
AbstractMatrix2D - Class in cern.colt.matrix
Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
AbstractMatrix2D - Class in cern.colt.matrix.impl
Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
AbstractMatrix3D - Class in cern.colt.matrix
Abstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.
AbstractMatrix3D - Class in cern.colt.matrix.impl
Abstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.
AbstractShortList - Class in cern.colt.list
Abstract base class for resizable lists holding short elements; abstract.
AbstractShortList - Class in cern.colt.list.tshort
Abstract base class for resizable lists holding short elements; abstract.
AbstractTuple - Class in hep.aida.ref.tuple
Base class for Tuple, ChainedTuple etc.
AbstractTuple(String, String) - Constructor for class hep.aida.ref.tuple.AbstractTuple
 
AbstractTuple(String, String, String) - Constructor for class hep.aida.ref.tuple.AbstractTuple
 
AbstractTuple.AbstractTupleColumnFactory - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory() - Constructor for class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory
 
AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.BooleanTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.ByteTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.CharTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.DoubleTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.FloatTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.IntTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.ITupleTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.LongTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.ObjectTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.ShortTupleColumn - Class in hep.aida.ref.tuple
 
AbstractTuple.AbstractTupleColumnFactory.StringTupleColumn - Class in hep.aida.ref.tuple
 
accept() - Method in class hep.aida.ref.fitter.fitdata.RangeSetFilter
 
accept() - Method in class hep.aida.ref.tuple.Filter
 
acos - Static variable in class cern.jet.math.Functions
Function that returns Math.acos(a).
acos(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
acos - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
acos - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.acos(a).
acos(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
acos - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
acos - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.acos(a).
acos(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
acos(double) - Static method in class flanagan.math.Fmath
 
acos(ValueErr) - Static method in class jhplot.math.ValueErr
Inverse cosine of a value with error
acosh(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
acosh(double) - Static method in class flanagan.math.Fmath
 
acosh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the inverse hyperbolic cosine of x.
acot(double) - Static method in class flanagan.math.Fmath
 
acot2(double, double) - Static method in class flanagan.math.Fmath
 
acoth(double) - Static method in class flanagan.math.Fmath
 
acovers(double) - Static method in class flanagan.math.Fmath
 
acsc(double) - Static method in class flanagan.math.Fmath
 
acsch(double) - Static method in class flanagan.math.Fmath
 
action(Event, Object) - Method in class jhplot.bsom.Bsom
 
action(Event, Object) - Method in class jhplot.bsom.BsomDemo
 
actionPerformed(ActionEvent) - Method in class jhplot.v3d.Editor3d
 
actionPerformed(ActionEvent) - Method in class jhpro.stat.limit.LimitCalculatorGui
 
actionPerformed(ActionEvent) - Method in class jhpro.stat.limit.LimitCalculatorGui.myFrame
 
adaptive(F1D, double, double) - Static method in class jhplot.math.Numeric
In adaptive quadrature we estimate the area under a curve in the interval from a to b twice, one using Q1 and once using Q2.
AdaptiveIntegrator - Class in jhplot.math.num.integration
An implementation of adaptive quadrature.
AdaptiveIntegrator(Function) - Constructor for class jhplot.math.num.integration.AdaptiveIntegrator
Create an integrator for the given function.
AdaptiveIntegrator(Function, int, double) - Constructor for class jhplot.math.num.integration.AdaptiveIntegrator
Create an integrator for the given function.
add(double) - Method in class cern.colt.buffer.DoubleBuffer
Adds the specified element to the receiver.
add(double, double) - Method in class cern.colt.buffer.DoubleBuffer2D
Adds the specified point (x,y) to the receiver.
add(double, double, double) - Method in class cern.colt.buffer.DoubleBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(int) - Method in class cern.colt.buffer.IntBuffer
Adds the specified element to the receiver.
add(int, int) - Method in class cern.colt.buffer.IntBuffer2D
Adds the specified point (x,y) to the receiver.
add(int, int, int) - Method in class cern.colt.buffer.IntBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(Object) - Method in class cern.colt.buffer.ObjectBuffer
Adds the specified element to the receiver.
add(boolean) - Method in class cern.colt.buffer.tboolean.BooleanBuffer
Adds the specified element to the receiver.
add(boolean, boolean) - Method in class cern.colt.buffer.tboolean.BooleanBuffer2D
Adds the specified point (x,y) to the receiver.
add(boolean, boolean, boolean) - Method in class cern.colt.buffer.tboolean.BooleanBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(byte) - Method in class cern.colt.buffer.tbyte.ByteBuffer
Adds the specified element to the receiver.
add(byte, byte) - Method in class cern.colt.buffer.tbyte.ByteBuffer2D
Adds the specified point (x,y) to the receiver.
add(byte, byte, byte) - Method in class cern.colt.buffer.tbyte.ByteBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(char) - Method in class cern.colt.buffer.tchar.CharBuffer
Adds the specified element to the receiver.
add(char, char) - Method in class cern.colt.buffer.tchar.CharBuffer2D
Adds the specified point (x,y) to the receiver.
add(char, char, char) - Method in class cern.colt.buffer.tchar.CharBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(double) - Method in class cern.colt.buffer.tdouble.DoubleBuffer
Adds the specified element to the receiver.
add(double, double) - Method in class cern.colt.buffer.tdouble.DoubleBuffer2D
Adds the specified point (x,y) to the receiver.
add(double, double, double) - Method in class cern.colt.buffer.tdouble.DoubleBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(float) - Method in class cern.colt.buffer.tfloat.FloatBuffer
Adds the specified element to the receiver.
add(float, float) - Method in class cern.colt.buffer.tfloat.FloatBuffer2D
Adds the specified point (x,y) to the receiver.
add(float, float, float) - Method in class cern.colt.buffer.tfloat.FloatBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(int) - Method in class cern.colt.buffer.tint.IntBuffer
Adds the specified element to the receiver.
add(int, int) - Method in class cern.colt.buffer.tint.IntBuffer2D
Adds the specified point (x,y) to the receiver.
add(int, int, int) - Method in class cern.colt.buffer.tint.IntBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(long) - Method in class cern.colt.buffer.tlong.LongBuffer
Adds the specified element to the receiver.
add(long, long) - Method in class cern.colt.buffer.tlong.LongBuffer2D
Adds the specified point (x,y) to the receiver.
add(long, long, long) - Method in class cern.colt.buffer.tlong.LongBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(Object) - Method in class cern.colt.buffer.tobject.ObjectBuffer
Adds the specified element to the receiver.
add(short) - Method in class cern.colt.buffer.tshort.ShortBuffer
Adds the specified element to the receiver.
add(short, short) - Method in class cern.colt.buffer.tshort.ShortBuffer2D
Adds the specified point (x,y) to the receiver.
add(short, short, short) - Method in class cern.colt.buffer.tshort.ShortBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(boolean) - Method in class cern.colt.list.AbstractBooleanList
Appends the specified element to the end of this list.
add(byte) - Method in class cern.colt.list.AbstractByteList
Appends the specified element to the end of this list.
add(char) - Method in class cern.colt.list.AbstractCharList
Appends the specified element to the end of this list.
add(double) - Method in class cern.colt.list.AbstractDoubleList
Appends the specified element to the end of this list.
add(float) - Method in class cern.colt.list.AbstractFloatList
Appends the specified element to the end of this list.
add(int) - Method in class cern.colt.list.AbstractIntList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.AbstractLongList
Appends the specified element to the end of this list.
add(short) - Method in class cern.colt.list.AbstractShortList
Appends the specified element to the end of this list.
add(int, Object) - Method in class cern.colt.list.adapter.DoubleListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class cern.colt.list.adapter.FloatListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class cern.colt.list.adapter.IntListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class cern.colt.list.adapter.LongListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class cern.colt.list.adapter.ObjectListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(boolean) - Method in class cern.colt.list.BooleanArrayList
Appends the specified element to the end of this list.
add(byte) - Method in class cern.colt.list.ByteArrayList
Appends the specified element to the end of this list.
add(char) - Method in class cern.colt.list.CharArrayList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.DistinctNumberList
Appends the specified element to the end of this list.
add(double) - Method in class cern.colt.list.DoubleArrayList
Appends the specified element to the end of this list.
add(float) - Method in class cern.colt.list.FloatArrayList
Appends the specified element to the end of this list.
add(int) - Method in class cern.colt.list.IntArrayList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.LongArrayList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.MinMaxNumberList
Appends the specified element to the end of this list.
add(Object) - Method in class cern.colt.list.ObjectArrayList
Appends the specified element to the end of this list.
add(short) - Method in class cern.colt.list.ShortArrayList
Appends the specified element to the end of this list.
add(boolean) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Appends the specified element to the end of this list.
add(boolean) - Method in class cern.colt.list.tboolean.BooleanArrayList
Appends the specified element to the end of this list.
add(byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Appends the specified element to the end of this list.
add(byte) - Method in class cern.colt.list.tbyte.ByteArrayList
Appends the specified element to the end of this list.
add(char) - Method in class cern.colt.list.tchar.AbstractCharList
Appends the specified element to the end of this list.
add(char) - Method in class cern.colt.list.tchar.CharArrayList
Appends the specified element to the end of this list.
add(double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Appends the specified element to the end of this list.
add(double) - Method in class cern.colt.list.tdouble.DoubleArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class cern.colt.list.tdouble.DoubleListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Appends the specified element to the end of this list.
add(float) - Method in class cern.colt.list.tfloat.FloatArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class cern.colt.list.tfloat.FloatListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int) - Method in class cern.colt.list.tint.AbstractIntList
Appends the specified element to the end of this list.
add(int) - Method in class cern.colt.list.tint.IntArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class cern.colt.list.tint.IntListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(long) - Method in class cern.colt.list.tlong.AbstractLongList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.tlong.DistinctNumberList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.tlong.LongArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class cern.colt.list.tlong.LongListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(long) - Method in class cern.colt.list.tlong.MinMaxNumberList
Appends the specified element to the end of this list.
add(Object) - Method in class cern.colt.list.tobject.ObjectArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class cern.colt.list.tobject.ObjectListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(short) - Method in class cern.colt.list.tshort.AbstractShortList
Appends the specified element to the end of this list.
add(short) - Method in class cern.colt.list.tshort.ShortArrayList
Appends the specified element to the end of this list.
add(int, int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Shifts the indexes.
add(int, int[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Shifts the indexes.
add(double) - Method in class cern.hep.aida.bin.AbstractBin1D
Adds the specified element to the receiver.
add(double) - Method in class cern.hep.aida.bin.DynamicBin1D
Adds the specified element to the receiver.
add(double) - Method in class cern.hep.aida.bin.StaticBin1D
Adds the specified element to the receiver.
add(double) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds a value to the receiver.
add(double) - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Adds a value to the receiver.
add(double) - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Adds a value to the receiver.
add(double) - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Adds a value to the receiver.
add(float) - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Adds a value to the receiver.
add(String, IFunction) - Method in class hep.aida.ref.function.FunctionCatalog
 
add(String, String) - Method in class hep.aida.ref.function.FunctionCatalog
 
add(Binner1D, Binner1D, Binner1D) - Static method in class hep.aida.ref.histogram.binner.BinnerMath
 
add(String, IDataPointSet, IDataPointSet) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
add(IHistogram1D) - Method in class hep.aida.ref.histogram.Histogram1D
Modifies this histogram by adding the contents of h to it.
add(IHistogram2D) - Method in class hep.aida.ref.histogram.Histogram2D
Modifies this histogram by adding the contents of h to it.
add(IHistogram3D) - Method in class hep.aida.ref.histogram.Histogram3D
Modifies this histogram by adding the contents of h to it.
add(String, IHistogram1D, IHistogram1D) - Method in class hep.aida.ref.histogram.HistogramFactory
Adds two 1D Histogram
add(String, IHistogram2D, IHistogram2D) - Method in class hep.aida.ref.histogram.HistogramFactory
Adds two 2D Histogram
add(String, IHistogram3D, IHistogram3D) - Method in class hep.aida.ref.histogram.HistogramFactory
Adds two 3D Histogram
add(IProfile1D) - Method in class hep.aida.ref.histogram.Profile1D
 
add(IProfile2D) - Method in class hep.aida.ref.histogram.Profile2D
 
add(String, IManagedObject) - Method in class hep.aida.ref.tree.Tree
This "add" method is called from the IStore, and can create new folders if it is needed.
add(double) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Adds the specified element to the receiver.
add(double) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Adds the specified element to the receiver.
add(double) - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Adds the specified element to the receiver.
add(float) - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Adds the specified element to the receiver.
add(float) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Adds the specified element to the receiver.
add(float) - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Adds the specified element to the receiver.
add(HEParticle) - Method in class hephysics.particle.HEParticle
Add 2 particles
add(LParticle) - Method in class hephysics.particle.LParticle
Add 2 particle
add(Hep3Vector, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Add 2 vectors and return a new object
add(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Add a vector
add(HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Add 2 Lorentz vectors
add(HepLorentzVector, HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Add 2 vectors
add(Hep3Vector, Hep3Vector) - Static method in class hephysics.vec.VecOp
 
add(int, H1D) - Method in class jhplot.HBook
add H1D histogram to HBook
add(int, H2D) - Method in class jhplot.HBook
add H2D histogram to HBook
add(int, P1D) - Method in class jhplot.HBook
add P1D histogram to HBook
add(HLabel) - Method in class jhplot.HPlot
Add a label to the Canvas.
add(HKey) - Method in class jhplot.HPlot
Add a key to the Canvas.
add(HMLabel) - Method in class jhplot.HPlot
Add a multiline label to the Canvas.
add(HLabelEq) - Method in class jhplot.HPlot
Add a LaTeX equation to the canvas.
add(HShape) - Method in class jhplot.HPlot
Add a shape primitive to the Canvas.
add(HLabel, double) - Method in class jhplot.HPlot2D
Add a label to the Canvas in NDC coordinates
add(JaObject) - Method in class jhplot.HPlotJa
Add an object to the frame.
add(ConstructionObject) - Method in class jhplot.HZirkel
Add an object on the canvas and update it.
add(double[], double, double[], int) - Static method in class jhplot.math.ArrayMathUtils
Adds to an array w, a times v where a is a scalar.
add(double[], double) - Static method in class jhplot.math.ArrayMathUtils
Adds a scalar to every element in the array.
add(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
Adds the two arrays together (componentwise).
add(int[], double, int[], int) - Static method in class jhplot.math.ArrayMathUtils
Adds to an array w, a times v where a is a scalar.
add(int[], int) - Static method in class jhplot.math.ArrayMathUtils
Adds a scalar to every element in the array.
add(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Adds the two arrays together (componentwise).
add(double[][], double) - Static method in class jhplot.math.DoubleArray
Adds a single value to a matrix, e.g.
add(double[][], double[][]) - Static method in class jhplot.math.DoubleArray
Adds a matrix to another matrix, which should be of the same dimension.
add(double) - Method in class jhplot.math.num.DoubleArray
Adds an element to the end of this expandable array.
add(double) - Method in class jhplot.P0D
Adds (appends) the specified element to the end of this list.
add(int) - Method in class jhplot.P0D
Adds (appends) the specified element to the end of this list.
add(Integer) - Method in class jhplot.P0I
Adds (appends) the specified element to the end of this list.
add(int) - Method in class jhplot.P0I
Adds (appends) the specified element to the end of this list.
add(double, double) - Method in class jhplot.P1D
Adds values of a plot-point pair (X,Y).
add(double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (X,Y).
add(double, double, double, double) - Method in class jhplot.P1D
Add values of a plot-point pair (X,Y).
add(double, double, double, double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (X,Y).
add(double, double, double, double, double, double, double, double, double, double) - Method in class jhplot.P1D
Adds the values of a plot-point pair (x,y).
add(double, double, double) - Method in class jhplot.P2D
Adds values of a plot-point pair (X,Y,Z).
add(double, double, double, double, double, double) - Method in class jhplot.P3D
Adds values of a plot-point pair (X,dX,Y,dY,Z,dZ).
add(double[]) - Method in class jhplot.PND
Adds (appends) the specified element to the end of this list.
add(P0D) - Method in class jhplot.PND
Adds (appends) P0D to the end of this list.
add(int[]) - Method in class jhplot.PNI
Adds (appends) the specified element to the end of this list.
add(P0I) - Method in class jhplot.PNI
Adds (appends) P0D to the end of this list.
add(Vector3d) - Method in class jhplot.v3d.Vector3d
 
add(DataPoint) - Method in class jminhep.cluster.DataHolder
Add a data point to the holder
add(double[]) - Method in class jminhep.cluster.DataHolder
Add a new instance to data holder in form of array
addAllDa(Iterable<? extends Double>) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
addAllDa(Iterable<? extends Double>) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
addAllEdges(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addAllEntries(Iterable<? extends Integer>) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addAllEntries(Iterable<? extends Integer>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllEntry(Iterable<? extends PEventFile.HEvent.Entry>) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
addAllErrors(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addAllErrors(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllGroup(Iterable<? extends PEventFile.HEvent.Group>) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
addAllHeights(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addAllHeights(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllIda(Iterable<? extends Long>) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
addAllIda(Iterable<? extends Long>) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
addAllMeans(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addAllMeansX(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllMeansY(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllOf(DoubleArrayList) - Method in class cern.colt.buffer.DoubleBuffer
Adds all elements of the specified list to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList) - Method in class cern.colt.buffer.DoubleBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList) - Method in interface cern.colt.buffer.DoubleBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList, DoubleArrayList) - Method in class cern.colt.buffer.DoubleBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList, DoubleArrayList) - Method in interface cern.colt.buffer.DoubleBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(DoubleArrayList) - Method in interface cern.colt.buffer.DoubleBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(IntArrayList) - Method in class cern.colt.buffer.IntBuffer
Adds all elements of the specified list to the receiver.
addAllOf(IntArrayList, IntArrayList) - Method in class cern.colt.buffer.IntBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(IntArrayList, IntArrayList) - Method in interface cern.colt.buffer.IntBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.buffer.IntBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(IntArrayList, IntArrayList, IntArrayList) - Method in interface cern.colt.buffer.IntBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(IntArrayList) - Method in interface cern.colt.buffer.IntBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(ObjectArrayList) - Method in class cern.colt.buffer.ObjectBuffer
Adds all elements of the specified list to the receiver.
addAllOf(ObjectArrayList) - Method in interface cern.colt.buffer.ObjectBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(BooleanArrayList) - Method in class cern.colt.buffer.tboolean.BooleanBuffer
Adds all elements of the specified list to the receiver.
addAllOf(BooleanArrayList, BooleanArrayList) - Method in class cern.colt.buffer.tboolean.BooleanBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(BooleanArrayList, BooleanArrayList) - Method in interface cern.colt.buffer.tboolean.BooleanBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(BooleanArrayList, BooleanArrayList, BooleanArrayList) - Method in class cern.colt.buffer.tboolean.BooleanBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(BooleanArrayList, BooleanArrayList, BooleanArrayList) - Method in interface cern.colt.buffer.tboolean.BooleanBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(BooleanArrayList) - Method in interface cern.colt.buffer.tboolean.BooleanBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(ByteArrayList) - Method in class cern.colt.buffer.tbyte.ByteBuffer
Adds all elements of the specified list to the receiver.
addAllOf(ByteArrayList, ByteArrayList) - Method in class cern.colt.buffer.tbyte.ByteBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(ByteArrayList, ByteArrayList) - Method in interface cern.colt.buffer.tbyte.ByteBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(ByteArrayList, ByteArrayList, ByteArrayList) - Method in class cern.colt.buffer.tbyte.ByteBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(ByteArrayList, ByteArrayList, ByteArrayList) - Method in interface cern.colt.buffer.tbyte.ByteBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(ByteArrayList) - Method in interface cern.colt.buffer.tbyte.ByteBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(CharArrayList) - Method in class cern.colt.buffer.tchar.CharBuffer
Adds all elements of the specified list to the receiver.
addAllOf(CharArrayList, CharArrayList) - Method in class cern.colt.buffer.tchar.CharBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(CharArrayList, CharArrayList) - Method in interface cern.colt.buffer.tchar.CharBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(CharArrayList, CharArrayList, CharArrayList) - Method in class cern.colt.buffer.tchar.CharBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(CharArrayList, CharArrayList, CharArrayList) - Method in interface cern.colt.buffer.tchar.CharBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(CharArrayList) - Method in interface cern.colt.buffer.tchar.CharBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in class cern.colt.buffer.tdouble.DoubleBuffer
Adds all elements of the specified list to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList) - Method in class cern.colt.buffer.tdouble.DoubleBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList) - Method in interface cern.colt.buffer.tdouble.DoubleBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList, DoubleArrayList) - Method in class cern.colt.buffer.tdouble.DoubleBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList, DoubleArrayList) - Method in interface cern.colt.buffer.tdouble.DoubleBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(DoubleArrayList) - Method in interface cern.colt.buffer.tdouble.DoubleBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(FloatArrayList) - Method in class cern.colt.buffer.tfloat.FloatBuffer
Adds all elements of the specified list to the receiver.
addAllOf(FloatArrayList, FloatArrayList) - Method in class cern.colt.buffer.tfloat.FloatBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(FloatArrayList, FloatArrayList) - Method in interface cern.colt.buffer.tfloat.FloatBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(FloatArrayList, FloatArrayList, FloatArrayList) - Method in class cern.colt.buffer.tfloat.FloatBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(FloatArrayList, FloatArrayList, FloatArrayList) - Method in interface cern.colt.buffer.tfloat.FloatBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(FloatArrayList) - Method in interface cern.colt.buffer.tfloat.FloatBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(IntArrayList) - Method in class cern.colt.buffer.tint.IntBuffer
Adds all elements of the specified list to the receiver.
addAllOf(IntArrayList, IntArrayList) - Method in class cern.colt.buffer.tint.IntBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(IntArrayList, IntArrayList) - Method in interface cern.colt.buffer.tint.IntBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.buffer.tint.IntBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(IntArrayList, IntArrayList, IntArrayList) - Method in interface cern.colt.buffer.tint.IntBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(IntArrayList) - Method in interface cern.colt.buffer.tint.IntBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(LongArrayList) - Method in class cern.colt.buffer.tlong.LongBuffer
Adds all elements of the specified list to the receiver.
addAllOf(LongArrayList, LongArrayList) - Method in class cern.colt.buffer.tlong.LongBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(LongArrayList, LongArrayList) - Method in interface cern.colt.buffer.tlong.LongBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(LongArrayList, LongArrayList, LongArrayList) - Method in class cern.colt.buffer.tlong.LongBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(LongArrayList, LongArrayList, LongArrayList) - Method in interface cern.colt.buffer.tlong.LongBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(LongArrayList) - Method in interface cern.colt.buffer.tlong.LongBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(ObjectArrayList) - Method in class cern.colt.buffer.tobject.ObjectBuffer
Adds all elements of the specified list to the receiver.
addAllOf(ObjectArrayList) - Method in interface cern.colt.buffer.tobject.ObjectBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(ShortArrayList) - Method in class cern.colt.buffer.tshort.ShortBuffer
Adds all elements of the specified list to the receiver.
addAllOf(ShortArrayList, ShortArrayList) - Method in class cern.colt.buffer.tshort.ShortBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(ShortArrayList, ShortArrayList) - Method in interface cern.colt.buffer.tshort.ShortBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(ShortArrayList, ShortArrayList, ShortArrayList) - Method in class cern.colt.buffer.tshort.ShortBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(ShortArrayList, ShortArrayList, ShortArrayList) - Method in interface cern.colt.buffer.tshort.ShortBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(ShortArrayList) - Method in interface cern.colt.buffer.tshort.ShortBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in class cern.colt.list.AbstractDoubleList
Appends all elements of the specified list to the receiver.
addAllOf(IntArrayList) - Method in class cern.colt.list.AbstractIntList
Appends all elements of the specified list to the receiver.
addAllOf(Collection) - Method in class cern.colt.list.AbstractList
Appends all of the elements of the specified Collection to the receiver.
addAllOf(DoubleArrayList) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Appends all elements of the specified list to the receiver.
addAllOf(FloatArrayList) - Method in class cern.colt.list.tfloat.AbstractFloatList
Appends all elements of the specified list to the receiver.
addAllOf(IntArrayList) - Method in class cern.colt.list.tint.AbstractIntList
Appends all elements of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in class cern.hep.aida.bin.AbstractBin1D
Adds all values of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds all values of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Adds all values of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Adds all values of the specified list to the receiver.
addAllOf(FloatArrayList) - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Adds all values of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Adds all values of the specified list to the receiver.
addAllOf(FloatArrayList) - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Adds all values of the specified list to the receiver.
addAllOfFromTo(AbstractBooleanList, int, int) - Method in class cern.colt.list.AbstractBooleanList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(long[], int, int) - Method in class cern.colt.list.MinMaxNumberList
Appends the elements elements[from] (inclusive), ..., elements[to] (inclusive) to the receiver.
addAllOfFromTo(ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractBooleanList, int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractByteList, int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractCharList, int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractDoubleList, int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractFloatList, int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractIntList, int, int) - Method in class cern.colt.list.tint.AbstractIntList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractLongList, int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(long[], int, int) - Method in class cern.colt.list.tlong.MinMaxNumberList
Appends the elements elements[from] (inclusive), ..., elements[to] (inclusive) to the receiver.
addAllOfFromTo(ObjectArrayList, int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractShortList, int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class cern.hep.aida.bin.AbstractBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class cern.hep.aida.bin.DynamicBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class cern.hep.aida.bin.MightyStaticBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class cern.hep.aida.bin.QuantileBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class cern.hep.aida.bin.StaticBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Adds a value to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOutofrange(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllRmses(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addAllRmsesX(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllRmsesY(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllSummary(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addAllValue(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
addAllValue(Iterable<? extends Long>) - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
addAllValue(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
addAllValue(Iterable<? extends Integer>) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
addAllX(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllX(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
addAllX(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
addAllXleft(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllXright(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllXsysleft(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllXsysright(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllY(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllY(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
addAllY(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
addAllYlower(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllYsyslower(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllYsysupper(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllYupper(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addAllZ(Iterable<? extends Double>) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
addAndAverage(P1D[]) - Method in class jhplot.P1D
Return P1D array with weighted average of several measurements.
addChannel(H1D, H1D, H1D) - Method in class jhpro.stat.DataSource
Adds a channel with signal, background and data given as input.
addChannel(P1D, P1D, P1D) - Method in class jhpro.stat.DataSource
Adds a channel with signal, background and data given as input.
addChannel(DataKeeper, DataKeeper, DataKeeper, double, double, double, String) - Method in class jhpro.stat.DataSource
Adds a channel with signal, background and data given as input.
addChannel(DataKeeper, DataKeeper, DataKeeper) - Method in class jhpro.stat.DataSource
Adds a channel with signal, background and data given as input.
addChannel(H1D, H1D, H1D, double, double, double, String) - Method in class jhpro.stat.DataSource
Adds a channel with signal, background and data given as input.
addChannel(P1D, P1D, P1D, double, double, double, String) - Method in class jhpro.stat.DataSource
Adds a channel with signal, background and data given as input.
addComp(Component) - Method in class jhplot.GHPanel
Add a component to the main panel
addConstraint(int, int, double) - Method in class flanagan.analysis.Regression
 
addConstraint(int[], int[], int, double) - Method in class flanagan.analysis.Regression
 
addConstraint(int[], double[], int, double) - Method in class flanagan.analysis.Regression
 
addConstraint(int, int, double) - Method in class flanagan.math.Maximisation
 
addConstraint(int[], int[], int, double) - Method in class flanagan.math.Maximisation
 
addConstraint(int[], double[], int, double) - Method in class flanagan.math.Maximisation
 
addConstraint(int, int, double) - Method in class flanagan.math.Minimisation
 
addConstraint(int[], int[], int, double) - Method in class flanagan.math.Minimisation
 
addConstraint(int[], double[], int, double) - Method in class flanagan.math.Minimisation
 
addContentToBin(int[], int, double, double[], double[]) - Method in interface hep.aida.ref.dataset.binner.Binner
Add a set of entries to the existing content of the bin.
addContentToBin(int[], int, double, double[], double[]) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
 
addContentToBin(int[], int, double, double[], double[]) - Method in class hep.aida.ref.dataset.binner.EfficiencyBinner
 
addCoreListener(FunctionCoreListener) - Method in class hep.aida.ref.function.FunctionCore
 
addDa(double) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
addDa(double) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
addData(DataArray, int) - Method in class jhplot.jadraw.JaAxes
Add data to this plot.
addData(H2D, int) - Method in class jhplot.jadraw.JaAxes
Add h2d data set.
addData(ExpData) - Method in class jhpro.stat.limit.StatConfidence
Add experimental data
addEdge(String, String) - Method in class jhplot.HGraph
Add a connector between 2 vertexes
addEdges(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addEntries(double[], double[], double, double, int) - Method in class hep.aida.ref.dataset.DataStatistics
Add a set of weighted entries to this DataSetStatistics.
addEntries(double[], double[], int) - Method in class hep.aida.ref.dataset.DataStatistics
Add a set of entries to this DataSetStatistics.
addEntries(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addEntries(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addEntry(double[], double) - Method in class hep.aida.ref.dataset.DataStatistics
Add a weighted entry to this DataSetStatistics.
addEntry(double[]) - Method in class hep.aida.ref.dataset.DataStatistics
Add a new entry to this DataSetStatistics with unit weight.
addEntry(PEventFile.HEvent.Entry) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
addEntry(PEventFile.HEvent.Entry.Builder) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
addErrors(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addErrors(double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addFace(int, Color) - Method in class jhplot.v3d.Object3d
 
addFace(int, int, int, int) - Method in class jhplot.v3d.Object3d
 
addFace(int) - Method in class jhplot.v3d.Object3d
 
addFeedForwardLayer(int) - Method in class jhplot.HNeuralNet
Construct this layer with a sigmoid threshold function.
addFromFactory(String, IManagedObject) - Method in class hep.aida.ref.tree.Tree
This "add" method is called from Factories (HistogramFactory, ...), and can create new folders if it is needed.
addFunc(String, String, String, String) - Method in class jhplot.HFit
Add a user 1D function in form of a string.
addFunc(String, IFunction) - Method in class jhplot.HFitter
Add a new function to catalog
addFunction(IFunction) - Method in class hep.aida.ref.function.SumOfFunctions
 
addFunctionListener(FunctionListener) - Method in class hep.aida.ref.function.AbstractIFunction
 
addFunctionListener(FunctionListener) - Method in class hep.aida.ref.function.BaseModelFunction
 
addFunctionListener(FunctionListener) - Method in interface hep.aida.ref.function.FunctionDispatcher
 
addGraph(int, int, Component) - Method in class jhplot.GHFrame
Add a graph or any component in the location given by i1 and i2.
addGraph(int, int, Component) - Method in class jhplot.GHPanel
Add a graph or any component in the location given by i1 and i2
addGroup(PEventFile.HEvent.Group) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
addGroup(PEventFile.HEvent.Group.Builder) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
addHeights(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addHeights(double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addIda(long) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
addIda(long) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
addItem(String, String) - Method in class hep.aida.ref.Annotation
Add a key/value pair with a given visibility.
addItem(String, String, boolean) - Method in class hep.aida.ref.Annotation
 
addKey(DataArray, int, int) - Method in class jhplot.HPlotJa
 
addLegend(int, String) - Method in class jhplot.SPlot
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLegends() - Method in class flanagan.analysis.Regression
 
addListener(AIDAListener) - Method in class hep.aida.ref.event.AIDAObservable
 
addListener(AIDAListener) - Method in interface hep.aida.ref.event.IsObservable
 
addMeans(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addMeansX(double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addMeansY(double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addObject(Object3d) - Method in class jhplot.v3d.Model3d
 
addObserver(Observer) - Method in class hep.aida.ref.event.ObserverAdapter
 
addOutofrange(double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addPoint() - Method in class hep.aida.ref.histogram.DataPointSet
 
addPoint(IDataPoint) - Method in class hep.aida.ref.histogram.DataPointSet
 
addPoint(int, double, double, boolean) - Method in class jhplot.SPlot
In the specified data set, add the specified x, y point to the plot.
addPoint(double, double) - Method in class jhplot.stat.LinReg
Add a point to the data and redo the regression
addPointErr(int, double, double, double, double, boolean) - Method in class jhplot.SPlot
In the specified data set, add the specified x, y point to the plot with error bars.
addRmses(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
addRmsesX(double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addRmsesY(double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addRow() - Method in class hep.aida.ref.tuple.AbstractTuple
 
addRow() - Method in class hep.aida.ref.tuple.ReadOnlyAbstractTuple
 
addRow() - Method in class hep.aida.ref.tuple.Tuple
 
addRow() - Method in class hep.aida.ref.tuple.TupleColumn
 
addRow() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
addRow() - Method in class jhplot.SPsheet
Adds row to end of table
addStatBox(int, int) - Method in class jhplot.HPlotJa
 
addSummary(double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
addToBack(JaObject) - Method in class jhplot.HPlotJa
Add an object to background.
addToFront(JaObject) - Method in class jhplot.HPlotJa
Add an object to foreground.
addValue(double) - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
addValue(long) - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
addValue(double) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
addValue(int) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
addVertex(String) - Method in class jhplot.HGraph
Add a new vertex
addVertex(Vector3d) - Method in class jhplot.v3d.Object3d
 
addVertex(float, float, float) - Method in class jhplot.v3d.Object3d
 
addX(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addX(double) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
addX(double) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
addXleft(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addXright(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addXsysleft(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addXsysright(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addXTick(String, double) - Method in class jhplot.SPlot
Specify a tick mark for the X axis.
addY(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addY(double) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
addY(double) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
addYlower(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addYsyslower(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addYsysupper(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addYTick(String, double) - Method in class jhplot.SPlot
Specify a tick mark for the Y axis.
addYupper(double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
addZ(double) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
adventSunday() - Method in class flanagan.math.TimeAndDate
 
adventSunday(int) - Method in class flanagan.math.TimeAndDate
 
aexsec(double) - Static method in class flanagan.math.Fmath
 
aggregate(DoubleMatrix2D, BinFunction1D[], DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Applies the given aggregation functions to each column and stores the results in a the result matrix.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(DoubleMatrix1D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(DoubleMatrix2D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(DoubleMatrix3D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(ObjectMatrix1D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(ObjectMatrix2D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(ObjectMatrix3D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(DComplexMatrix1D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(DComplexMatrix2D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(DComplexMatrix3D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
aggregate(DComplexMatrix2D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
aggregate(DComplexMatrix1D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
aggregate(DComplexMatrix2D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
aggregate(DComplexMatrix3D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
aggregate(DoubleMatrix2D, DoubleBinFunction1D[], DoubleMatrix2D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Applies the given aggregation functions to each column and stores the results in a the result matrix.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(DoubleMatrix1D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(DoubleMatrix2D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(DoubleMatrix3D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
aggregate(DoubleMatrix2D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
aggregate(DoubleMatrix1D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
aggregate(DoubleMatrix2D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
aggregate(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
aggregate(DoubleMatrix3D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(FComplexMatrix1D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(FComplexMatrix2D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(FComplexMatrix3D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
aggregate(FComplexMatrix2D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
aggregate(FComplexMatrix1D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
aggregate(FComplexMatrix2D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
aggregate(FComplexMatrix3D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
aggregate(FloatMatrix2D, FloatBinFunction1D[], FloatMatrix2D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Applies the given aggregation functions to each column and stores the results in a the result matrix.
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, IntArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(FloatMatrix1D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(FloatMatrix2D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(FloatMatrix3D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
aggregate(FloatMatrix2D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
aggregate(FloatFloatFunction, FloatFunction, IntArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
aggregate(FloatMatrix1D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
aggregate(FloatMatrix2D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
aggregate(FloatMatrix3D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
aggregate(IntIntFunction, IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
aggregate(IntIntFunction, IntFunction, IntProcedure) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
aggregate(IntIntFunction, IntFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
aggregate(IntMatrix2D, IntIntFunction, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
aggregate(IntIntFunction, IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
aggregate(IntIntFunction, IntFunction, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
aggregate(IntMatrix1D, IntIntFunction, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
aggregate(IntIntFunction, IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
aggregate(IntIntFunction, IntFunction, IntProcedure) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
aggregate(IntIntFunction, IntFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
aggregate(IntMatrix2D, IntIntFunction, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
aggregate(IntIntFunction, IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
aggregate(IntIntFunction, IntFunction, IntProcedure) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
aggregate(IntIntFunction, IntFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
aggregate(IntMatrix3D, IntIntFunction, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
aggregate(IntIntFunction, IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(IntIntFunction, IntFunction, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix1D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(IntMatrix1D, IntIntFunction, IntIntFunction) - Method in class cern.colt.matrix.tint.IntMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(IntIntFunction, IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(IntIntFunction, IntFunction, IntProcedure) - Method in class cern.colt.matrix.tint.IntMatrix2D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(IntIntFunction, IntFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix2D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(IntMatrix2D, IntIntFunction, IntIntFunction) - Method in class cern.colt.matrix.tint.IntMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(IntIntFunction, IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(IntIntFunction, IntFunction, IntProcedure) - Method in class cern.colt.matrix.tint.IntMatrix3D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(IntIntFunction, IntFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix3D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(IntMatrix3D, IntIntFunction, IntIntFunction) - Method in class cern.colt.matrix.tint.IntMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(LongLongFunction, LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
aggregate(LongLongFunction, LongFunction, LongProcedure) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
aggregate(LongLongFunction, LongFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
aggregate(LongMatrix2D, LongLongFunction, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
aggregate(LongLongFunction, LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
aggregate(LongLongFunction, LongFunction, IntArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
aggregate(LongMatrix1D, LongLongFunction, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
aggregate(LongLongFunction, LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
aggregate(LongLongFunction, LongFunction, LongProcedure) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
aggregate(LongLongFunction, LongFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
aggregate(LongMatrix2D, LongLongFunction, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
aggregate(LongLongFunction, LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
aggregate(LongLongFunction, LongFunction, LongProcedure) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
aggregate(LongLongFunction, LongFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
aggregate(LongMatrix3D, LongLongFunction, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
aggregate(LongLongFunction, LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(LongLongFunction, LongFunction, IntArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(LongMatrix1D, LongLongFunction, LongLongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(LongLongFunction, LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(LongLongFunction, LongFunction, LongProcedure) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(LongLongFunction, LongFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(LongMatrix2D, LongLongFunction, LongLongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(LongLongFunction, LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(LongLongFunction, LongFunction, LongProcedure) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(LongLongFunction, LongFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(LongMatrix3D, LongLongFunction, LongLongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
aggregate(ObjectObjectFunction, ObjectFunction, ObjectProcedure) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
aggregate(ObjectObjectFunction, ObjectFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
aggregate(ObjectMatrix2D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
 
aggregate(ObjectObjectFunction, ObjectFunction, IntArrayList) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
 
aggregate(ObjectMatrix1D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
 
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
aggregate(ObjectObjectFunction, ObjectFunction, ObjectProcedure) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
aggregate(ObjectObjectFunction, ObjectFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
aggregate(ObjectMatrix2D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
aggregate(ObjectObjectFunction, ObjectFunction, ObjectProcedure) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
aggregate(ObjectObjectFunction, ObjectFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
aggregate(ObjectMatrix3D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction, IntArrayList) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(ObjectMatrix1D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction, ObjectProcedure) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(ObjectMatrix2D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction, ObjectProcedure) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Applies a function to all cells with a given indexes and aggregates the results.
aggregate(ObjectMatrix3D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.hep.aida.bin.DynamicBin1D
Applies a function to each element and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Applies a function to each element and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Applies a function to each element and aggregates the results.
ahav(double) - Static method in class flanagan.math.Fmath
 
AIDAListener - Interface in hep.aida.ref.event
A interface to be implemented by those wishing to observe changes to AIDA objects.
AIDAObservable - Class in hep.aida.ref.event
A basic implementation of isObservable.
aidaPathKey - Static variable in class hep.aida.ref.Annotation
 
AidaUtils - Class in hep.aida.ref
 
AidaUtils() - Constructor for class hep.aida.ref.AidaUtils
 
Algebra - Class in cern.colt.matrix.linalg
Linear algebraic matrix operations operating on DoubleMatrix2D; concentrates most functionality of this package.
Algebra() - Constructor for class cern.colt.matrix.linalg.Algebra
Constructs a new instance with an equality tolerance given by Property.DEFAULT.tolerance().
Algebra(double) - Constructor for class cern.colt.matrix.linalg.Algebra
Constructs a new instance with the given equality tolerance.
allEntries() - Method in class cern.hep.aida.ref.Histogram1D
 
allEntries() - Method in class cern.hep.aida.ref.Histogram2D
 
allEntries() - Method in class cern.hep.aida.ref.Histogram3D
 
allEntries() - Method in class hep.aida.ref.histogram.Histogram
Get all the entries in the Histogram, i.e.
allEntries() - Method in class hep.aida.ref.histogram.Profile1D
 
allEntries() - Method in class hep.aida.ref.histogram.Profile2D
 
allEntries() - Method in interface hep.aida.tdouble.DoubleIHistogram
Number of all entries in all (both in-range and under/overflow) bins in the histogram.
allEntries() - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
allEntries() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
allEntries() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
allEntries() - Method in interface hep.aida.tfloat.FloatIHistogram
Number of all entries in all (both in-range and under/overflow) bins in the histogram.
allEntries() - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
allEntries() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
allEntries() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
allEntries() - Method in class jhplot.H1D
Get number of all entries
allEntries() - Method in class jhplot.H2D
Get number of all entries
allEntries() - Method in class jhplot.HProf1D
Get number of all entries
allEntries() - Method in class jhplot.HProf2D
Get number of all entries
ALLENTRIES_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
ALLENTRIES_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
allocateBlas(int, Blas) - Static method in class cern.colt.matrix.linalg.SmpBlas
Sets the public global variable SmpBlas.smpBlas to a blas using a maximum of maxThreads threads, each executing the given sequential algorithm; maxThreads is normally the number of CPUs.
alpha - Variable in class flanagan.analysis.LogNormalThreeParFunct
 
alpha_rcl2 - Static variable in class cern.clhep.PhysicalConstants
 
ampere - Static variable in class cern.clhep.Units
 
amu - Static variable in class cern.clhep.PhysicalConstants
 
amu_c2 - Static variable in class cern.clhep.PhysicalConstants
 
analF() - Method in class jhplot.HPlot
Return IAnalysisFactory associated with the plot
analF() - Method in class jhplot.HPlotJa
Return IAnalysisFactory associated with the plot
analyseSet() - Method in class jminhep.cluster.DataHolder
Analyse the data holder by calculating min and max.
analysis() - Method in class flanagan.analysis.BoxCox
 
analysis(String) - Method in class flanagan.analysis.BoxCox
 
analysis() - Method in class flanagan.analysis.Cronbach
 
analysis(String) - Method in class flanagan.analysis.Cronbach
 
analysis() - Method in class flanagan.analysis.PCA
 
analysis(String) - Method in class flanagan.analysis.PCA
 
analysis() - Method in class flanagan.analysis.RankAnalysis
 
analysis(String) - Method in class flanagan.analysis.RankAnalysis
 
AnalysisFactory - Class in hep.aida.ref
 
AnalysisFactory() - Constructor for class hep.aida.ref.AnalysisFactory
 
and(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Performs a logical AND of the receiver with another bit matrix.
and(BitVector) - Method in class cern.colt.bitvector.BitVector
Performs a logical AND of the receiver with another bit vector (A = A & B).
and(BitMatrix) - Method in class cern.colt.matrix.tbit.BitMatrix
Performs a logical AND of the receiver with another bit matrix.
and(BitVector) - Method in class cern.colt.matrix.tbit.BitVector
Performs a logical AND of the receiver with another bit vector (A = A & B).
and - Static variable in class cern.jet.math.IntFunctions
Function that returns a & b.
and(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a & b.
and - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a & b.
and(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a & b.
and - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a & b.
and(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a & b.
andNot(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Clears all of the bits in receiver whose corresponding bit is set in the other bit matrix.
andNot(BitVector) - Method in class cern.colt.bitvector.BitVector
Clears all of the bits in receiver whose corresponding bit is set in the other bitvector (A = A \ B).
andNot(BitMatrix) - Method in class cern.colt.matrix.tbit.BitMatrix
Clears all of the bits in receiver whose corresponding bit is set in the other bit matrix.
andNot(BitVector) - Method in class cern.colt.matrix.tbit.BitVector
Clears all of the bits in receiver whose corresponding bit is set in the other bitvector (A = A \ B).
angle(double, double, double, double, double, double) - Static method in class flanagan.math.Fmath
 
angle(double, double, double) - Static method in class flanagan.math.Fmath
 
angle(LParticle) - Method in class hephysics.particle.LParticle
Angle between 2 vectors in rad
angle(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Angle between 2 vectors
angle(HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Angle between 2 vectors
angstrom - Static variable in class cern.clhep.Units
 
Animation - Class in jhplot.v3d
 
Animation() - Constructor for class jhplot.v3d.Animation
 
Annotation - Class in hep.aida.ref
 
Annotation() - Constructor for class hep.aida.ref.Annotation
Creates a new instance of Annotation.
Annotation(IAnnotation) - Constructor for class hep.aida.ref.Annotation
 
annotation() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
annotation() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
annotation() - Method in class hep.aida.ref.function.AbstractIFunction
 
annotation() - Method in class hep.aida.ref.function.BaseModelFunction
 
annotation() - Method in class hep.aida.ref.function.SumOfFunctions
 
annotation() - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
Get the IAnnotation associated with the histogram.
annotation() - Method in class hep.aida.ref.histogram.DataPointSet
 
annotation() - Method in class hep.aida.ref.tuple.AbstractTuple
 
annunciation() - Method in class flanagan.math.TimeAndDate
 
annunciation(int) - Method in class flanagan.math.TimeAndDate
 
antilog(double) - Static method in class flanagan.math.Fmath
 
antilog(float) - Static method in class flanagan.math.Fmath
 
antilog10() - Method in class flanagan.analysis.Stat
 
antilog10() - Method in class flanagan.math.ArrayMaths
 
antilog10(double) - Static method in class flanagan.math.Fmath
 
antilog10(float) - Static method in class flanagan.math.Fmath
 
antilog2(double) - Static method in class flanagan.math.Fmath
 
antilog2(float) - Static method in class flanagan.math.Fmath
 
append(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(ObjectMatrix1D, ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(DComplexMatrix1D, DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(FComplexMatrix1D, FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(IntMatrix1D, IntMatrix1D) - Method in class cern.colt.matrix.tint.IntFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(LongMatrix1D, LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(ObjectMatrix1D, ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(File, String) - Static method in class jhplot.math.io.ASCIIFile
 
appendColumn(DComplexMatrix2D, DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
C = A||b; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumn(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
C = A||b; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumn(FComplexMatrix2D, FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
C = A||b; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumn(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
C = A||b; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumn(IntMatrix2D, IntMatrix1D) - Method in class cern.colt.matrix.tint.IntFactory2D
 
appendColumn(LongMatrix2D, LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongFactory2D
 
appendColumns(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.IntFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(LongMatrix2D, LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendDoubleArray(File, double[], String) - Static method in class jhplot.math.io.BinaryFile
 
appendDoubleArray(OutputStream, double[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
appendFloatArray(File, float[], String) - Static method in class jhplot.math.io.BinaryFile
 
appendFloatArray(OutputStream, float[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
appendIntArray(File, int[], String) - Static method in class jhplot.math.io.BinaryFile
 
appendIntArray(OutputStream, int[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
appendRow(DComplexMatrix2D, DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
C = A||b; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRow(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
C = A||b; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRow(FComplexMatrix2D, FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
C = A||b; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRow(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
C = A||b; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRow(IntMatrix2D, IntMatrix1D) - Method in class cern.colt.matrix.tint.IntFactory2D
 
appendRow(LongMatrix2D, LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongFactory2D
 
appendRows(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.IntFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(LongMatrix2D, LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
apply(boolean) - Method in interface cern.colt.function.BooleanProcedure
Applies a procedure to an argument.
apply(byte) - Method in interface cern.colt.function.ByteProcedure
Applies a procedure to an argument.
apply(char) - Method in interface cern.colt.function.CharProcedure
Applies a procedure to an argument.
apply(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in interface cern.colt.function.Double27Function
Applies a function to 27 arguments.
apply(double, double, double, double, double) - Method in interface cern.colt.function.Double5Function
Applies a function to two arguments.
apply(double, double, double, double, double, double, double, double, double) - Method in interface cern.colt.function.Double9Function
Applies a function to nine arguments.
apply(double, double) - Method in interface cern.colt.function.DoubleDoubleFunction
Applies a function to two arguments.
apply(double, double) - Method in interface cern.colt.function.DoubleDoubleProcedure
Applies a procedure to two arguments.
apply(double) - Method in interface cern.colt.function.DoubleFunction
Applies a function to an argument.
apply(double, int) - Method in interface cern.colt.function.DoubleIntProcedure
Applies a procedure to two arguments.
apply(double) - Method in interface cern.colt.function.DoubleProcedure
Applies a procedure to an argument.
apply(float) - Method in interface cern.colt.function.FloatProcedure
Applies a procedure to an argument.
apply(int, double) - Method in interface cern.colt.function.IntDoubleFunction
Applies a function to two arguments.
apply(int, double) - Method in interface cern.colt.function.IntDoubleProcedure
Applies a procedure to two arguments.
apply(int) - Method in interface cern.colt.function.IntFunction
Applies a function to an argument.
apply(int, int, double) - Method in interface cern.colt.function.IntIntDoubleFunction
Applies a function to three arguments.
apply(int, int, double) - Method in interface cern.colt.function.IntIntDoubleProcedure
Applies a procedure to two arguments.
apply(int, int) - Method in interface cern.colt.function.IntIntFunction
Applies a function to two arguments.
apply(int, int, int) - Method in interface cern.colt.function.IntIntIntProcedure
Applies a procedure to three arguments.
apply(int, int) - Method in interface cern.colt.function.IntIntProcedure
Applies a procedure to two arguments.
apply(int, Object) - Method in interface cern.colt.function.IntObjectProcedure
Applies a procedure to two arguments.
apply(int) - Method in interface cern.colt.function.IntProcedure
Applies a procedure to an argument.
apply(long, Object) - Method in interface cern.colt.function.LongObjectProcedure
Applies a procedure to two arguments.
apply(long) - Method in interface cern.colt.function.LongProcedure
Applies a procedure to an argument.
apply(Object) - Method in interface cern.colt.function.ObjectFunction
Applies a function to an argument.
apply(Object, Object) - Method in interface cern.colt.function.ObjectObjectFunction
Applies a function to two arguments.
apply(Object) - Method in interface cern.colt.function.ObjectProcedure
Applies a procedure to an argument.
apply(short) - Method in interface cern.colt.function.ShortProcedure
Applies a procedure to an argument.
apply(boolean) - Method in interface cern.colt.function.tboolean.BooleanProcedure
Applies a procedure to an argument.
apply(byte) - Method in interface cern.colt.function.tbyte.ByteFunction
Applies a function to an argument.
apply(byte) - Method in interface cern.colt.function.tbyte.ByteProcedure
Applies a procedure to an argument.
apply(char) - Method in interface cern.colt.function.tchar.CharProcedure
Applies a procedure to an argument.
apply(double[], double[]) - Method in interface cern.colt.function.tdcomplex.DComplexDComplexDComplexFunction
Applies a function to two complex arguments.
apply(double[]) - Method in interface cern.colt.function.tdcomplex.DComplexDComplexFunction
Applies a function to a complex argument.
apply(double, double) - Method in interface cern.colt.function.tdcomplex.DComplexDComplexFunction
Applies a function to a complex argument.
apply(double[], double[]) - Method in interface cern.colt.function.tdcomplex.DComplexDComplexProcedure
 
apply(double[], double[]) - Method in interface cern.colt.function.tdcomplex.DComplexDComplexRealFunction
 
apply(double[], double[], double) - Method in interface cern.colt.function.tdcomplex.DComplexDComplexRealProcedure
 
apply(double[], double[], double) - Method in interface cern.colt.function.tdcomplex.DComplexDComplexRealRealFunction
 
apply(double[]) - Method in interface cern.colt.function.tdcomplex.DComplexProcedure
Applies a procedure to an argument.
apply(double[], double) - Method in interface cern.colt.function.tdcomplex.DComplexRealDComplexFunction
 
apply(double[]) - Method in interface cern.colt.function.tdcomplex.DComplexRealFunction
 
apply(int, int, double[]) - Method in interface cern.colt.function.tdcomplex.IntIntDComplexFunction
Applies a function to three arguments.
apply(double, double[]) - Method in interface cern.colt.function.tdcomplex.RealDComplexDComplexFunction
 
apply(double) - Method in interface cern.colt.function.tdcomplex.RealDComplexFunction
 
apply(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in interface cern.colt.function.tdouble.Double27Function
Applies a function to 27 arguments.
apply(double, double, double, double, double) - Method in interface cern.colt.function.tdouble.Double5Function
Applies a function to two arguments.
apply(double, double, double, double, double, double, double, double, double) - Method in interface cern.colt.function.tdouble.Double9Function
Applies a function to nine arguments.
apply(double, double) - Method in interface cern.colt.function.tdouble.DoubleDoubleFunction
Applies a function to two arguments.
apply(double, double) - Method in interface cern.colt.function.tdouble.DoubleDoubleProcedure
Applies a procedure to two arguments.
apply(double) - Method in interface cern.colt.function.tdouble.DoubleFunction
Applies a function to an argument.
apply(double, int) - Method in interface cern.colt.function.tdouble.DoubleIntProcedure
Applies a procedure to two arguments.
apply(double, long) - Method in interface cern.colt.function.tdouble.DoubleLongProcedure
Applies a procedure to two arguments.
apply(double) - Method in interface cern.colt.function.tdouble.DoubleProcedure
Applies a procedure to an argument.
apply(int, double) - Method in interface cern.colt.function.tdouble.IntDoubleFunction
Applies a function to two arguments.
apply(int, double) - Method in interface cern.colt.function.tdouble.IntDoubleProcedure
Applies a procedure to two arguments.
apply(int, int, double) - Method in interface cern.colt.function.tdouble.IntIntDoubleFunction
Applies a function to three arguments.
apply(int, int, double) - Method in interface cern.colt.function.tdouble.IntIntDoubleProcedure
Applies a procedure to two arguments.
apply(long, double) - Method in interface cern.colt.function.tdouble.LongDoubleProcedure
Applies a procedure to two arguments.
apply(float[], float[]) - Method in interface cern.colt.function.tfcomplex.FComplexFComplexFComplexFunction
Applies a function to two complex arguments.
apply(float[]) - Method in interface cern.colt.function.tfcomplex.FComplexFComplexFunction
Applies a function to a complex argument.
apply(float, float) - Method in interface cern.colt.function.tfcomplex.FComplexFComplexFunction
Applies a function to a complex argument.
apply(float[], float[]) - Method in interface cern.colt.function.tfcomplex.FComplexFComplexProcedure
 
apply(float[], float[]) - Method in interface cern.colt.function.tfcomplex.FComplexFComplexRealFunction
 
apply(float[], float[], float) - Method in interface cern.colt.function.tfcomplex.FComplexFComplexRealProcedure
 
apply(float[], float[], float) - Method in interface cern.colt.function.tfcomplex.FComplexFComplexRealRealFunction
 
apply(float[]) - Method in interface cern.colt.function.tfcomplex.FComplexProcedure
Applies a procedure to an argument.
apply(float[], float) - Method in interface cern.colt.function.tfcomplex.FComplexRealFComplexFunction
 
apply(float[]) - Method in interface cern.colt.function.tfcomplex.FComplexRealFunction
 
apply(int, int, float[]) - Method in interface cern.colt.function.tfcomplex.IntIntFComplexFunction
Applies a function to three arguments.
apply(float, float[]) - Method in interface cern.colt.function.tfcomplex.RealFComplexFComplexFunction
 
apply(float) - Method in interface cern.colt.function.tfcomplex.RealFComplexFunction
 
apply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface cern.colt.function.tfloat.Float27Function
Applies a function to 27 arguments.
apply(float, float, float, float, float, float, float, float, float) - Method in interface cern.colt.function.tfloat.Float9Function
Applies a function to nine arguments.
apply(float, float) - Method in interface cern.colt.function.tfloat.FloatFloatFunction
Applies a function to two arguments.
apply(float, float) - Method in interface cern.colt.function.tfloat.FloatFloatProcedure
Applies a procedure to two arguments.
apply(float) - Method in interface cern.colt.function.tfloat.FloatFunction
Applies a function to an argument.
apply(float, int) - Method in interface cern.colt.function.tfloat.FloatIntProcedure
Applies a procedure to two arguments.
apply(float, long) - Method in interface cern.colt.function.tfloat.FloatLongProcedure
Applies a procedure to two arguments.
apply(float) - Method in interface cern.colt.function.tfloat.FloatProcedure
Applies a procedure to an argument.
apply(int, float) - Method in interface cern.colt.function.tfloat.IntFloatProcedure
Applies a procedure to two arguments.
apply(int, int, float) - Method in interface cern.colt.function.tfloat.IntIntFloatFunction
Applies a function to three arguments.
apply(long, float) - Method in interface cern.colt.function.tfloat.LongFloatProcedure
Applies a procedure to two arguments.
apply(int) - Method in interface cern.colt.function.tint.IntFunction
Applies a function to an argument.
apply(int, int) - Method in interface cern.colt.function.tint.IntIntFunction
Applies a function to two arguments.
apply(int, int, int) - Method in interface cern.colt.function.tint.IntIntIntFunction
Applies a function to three arguments.
apply(int, int, int) - Method in interface cern.colt.function.tint.IntIntIntProcedure
Applies a procedure to three arguments.
apply(int, int) - Method in interface cern.colt.function.tint.IntIntProcedure
Applies a procedure to two arguments.
apply(int) - Method in interface cern.colt.function.tint.IntProcedure
Applies a procedure to an argument.
apply(int, int, long) - Method in interface cern.colt.function.tlong.IntIntLongFunction
Applies a function to three arguments.
apply(int, long) - Method in interface cern.colt.function.tlong.IntLongProcedure
Applies a procedure to two arguments.
apply(long) - Method in interface cern.colt.function.tlong.LongFunction
Applies a function to an argument.
apply(long, int) - Method in interface cern.colt.function.tlong.LongIntProcedure
Applies a procedure to two arguments.
apply(long, long) - Method in interface cern.colt.function.tlong.LongLongFunction
Applies a function to two arguments.
apply(long, long, long) - Method in interface cern.colt.function.tlong.LongLongLongProcedure
Applies a procedure to three arguments.
apply(long, long) - Method in interface cern.colt.function.tlong.LongLongProcedure
Applies a procedure to two arguments.
apply(long) - Method in interface cern.colt.function.tlong.LongProcedure
Applies a procedure to an argument.
apply(int, int, Object) - Method in interface cern.colt.function.tobject.IntIntObjectFunction
Applies a function to three arguments.
apply(int, Object) - Method in interface cern.colt.function.tobject.IntObjectProcedure
Applies a procedure to two arguments.
apply(long, Object) - Method in interface cern.colt.function.tobject.LongObjectProcedure
Applies a procedure to two arguments.
apply(Object) - Method in interface cern.colt.function.tobject.ObjectFunction
Applies a function to an argument.
apply(Object, Object) - Method in interface cern.colt.function.tobject.ObjectObjectFunction
Applies a function to two arguments.
apply(Object) - Method in interface cern.colt.function.tobject.ObjectProcedure
Applies a procedure to an argument.
apply(short) - Method in interface cern.colt.function.tshort.ShortProcedure
Applies a procedure to an argument.
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.doublealgo.Statistic.VectorVectorFunction
Applies a function to two argument vectors.
apply(DoubleMatrix1D) - Method in interface cern.colt.matrix.DoubleMatrix1DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix2D) - Method in interface cern.colt.matrix.DoubleMatrix2DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix3D) - Method in interface cern.colt.matrix.DoubleMatrix3DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Matrix2DMatrix2DFunction
Applies a function to two arguments.
apply(ObjectMatrix1D) - Method in interface cern.colt.matrix.ObjectMatrix1DProcedure
Applies a procedure to an argument.
apply(ObjectMatrix2D) - Method in interface cern.colt.matrix.ObjectMatrix2DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix3D) - Method in interface cern.colt.matrix.ObjectMatrix3DProcedure
Applies a procedure to an argument.
apply(ObjectMatrix3D) - Method in interface cern.colt.matrix.ObjectMatrix3DProcedure
Applies a procedure to an argument.
apply(DComplexMatrix1D) - Method in interface cern.colt.matrix.tdcomplex.DComplexMatrix1DProcedure
Applies a procedure to an argument.
apply(DComplexMatrix2D) - Method in interface cern.colt.matrix.tdcomplex.DComplexMatrix2DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleMatrix2DMatrix2DFunction
Applies a function to two arguments.
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleStatistic.VectorVectorFunction
Applies a function to two argument vectors.
apply(DoubleMatrix2D, int, int, int) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleGivensRotation
Applies the Givens rotation to two elements in a matrix column
apply(DoubleMatrix1D, int, int) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleGivensRotation
Applies the Givens rotation to two elements of a vector
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleAMG
 
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleDiagonal
 
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleICC
 
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleIdentity
 
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILU
 
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILUT
 
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.solver.preconditioner.DoublePreconditioner
Solves the approximate problem with the given right hand side.
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleSSOR
 
apply(DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.DoubleMatrix1DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.DoubleMatrix2DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix3D) - Method in interface cern.colt.matrix.tdouble.DoubleMatrix3DProcedure
Applies a procedure to an argument.
apply(FComplexMatrix1D) - Method in interface cern.colt.matrix.tfcomplex.FComplexMatrix1DProcedure
Applies a procedure to an argument.
apply(FComplexMatrix2D) - Method in interface cern.colt.matrix.tfcomplex.FComplexMatrix2DProcedure
Applies a procedure to an argument.
apply(FloatMatrix2D, FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.FloatMatrix2DMatrix2DFunction
Applies a function to two arguments.
apply(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatStatistic.VectorVectorFunction
Applies a function to two argument vectors.
apply(FloatMatrix2D, int, int, int) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatGivensRotation
Applies the Givens rotation to two elements in a matrix column
apply(FloatMatrix1D, int, int) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatGivensRotation
Applies the Givens rotation to two elements of a vector
apply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatAMG
 
apply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatDiagonal
 
apply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatICC
 
apply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatIdentity
 
apply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILU
 
apply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILUT
 
apply(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatPreconditioner
Solves the approximate problem with the given right hand side.
apply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatSSOR
 
apply(FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.FloatMatrix1DProcedure
Applies a procedure to an argument.
apply(FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.FloatMatrix2DProcedure
Applies a procedure to an argument.
apply(FloatMatrix3D) - Method in interface cern.colt.matrix.tfloat.FloatMatrix3DProcedure
Applies a procedure to an argument.
apply(IntMatrix1D) - Method in interface cern.colt.matrix.tint.IntMatrix1DProcedure
Applies a procedure to an argument.
apply(IntMatrix2D) - Method in interface cern.colt.matrix.tint.IntMatrix2DProcedure
Applies a procedure to an argument.
apply(IntMatrix3D) - Method in interface cern.colt.matrix.tint.IntMatrix3DProcedure
Applies a procedure to an argument.
apply(LongMatrix1D) - Method in interface cern.colt.matrix.tlong.LongMatrix1DProcedure
Applies a procedure to an argument.
apply(LongMatrix2D) - Method in interface cern.colt.matrix.tlong.LongMatrix2DProcedure
Applies a procedure to an argument.
apply(LongMatrix3D) - Method in interface cern.colt.matrix.tlong.LongMatrix3DProcedure
Applies a procedure to an argument.
apply(ObjectMatrix1D) - Method in interface cern.colt.matrix.tobject.ObjectMatrix1DProcedure
Applies a procedure to an argument.
apply(ObjectMatrix2D) - Method in interface cern.colt.matrix.tobject.ObjectMatrix2DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix3D) - Method in interface cern.colt.matrix.tobject.ObjectMatrix3DProcedure
Applies a procedure to an argument.
apply(ObjectMatrix3D) - Method in interface cern.colt.matrix.tobject.ObjectMatrix3DProcedure
Applies a procedure to an argument.
apply(DynamicBin1D, DynamicBin1D) - Method in interface cern.hep.aida.bin.BinBinFunction1D
Applies a function to two bin arguments.
apply(DynamicBin1D) - Method in interface cern.hep.aida.bin.BinFunction1D
Applies a function to one bin argument.
apply(double) - Method in class cern.jet.math.Mult
Returns the result of the function evaluation.
apply(double, double) - Method in class cern.jet.math.PlusMult
Returns the result of the function evaluation.
apply(double[]) - Method in class cern.jet.math.tdcomplex.DComplexMult
Returns the result of the function evaluation.
apply(double, double) - Method in class cern.jet.math.tdcomplex.DComplexMult
Returns the result of the function evaluation.
apply(double[], double[]) - Method in class cern.jet.math.tdcomplex.DComplexPlusMultFirst
Returns the result of the function evaluation.
apply(double[], double[]) - Method in class cern.jet.math.tdcomplex.DComplexPlusMultSecond
Returns the result of the function evaluation.
apply(double) - Method in class cern.jet.math.tdouble.DoubleMult
Returns the result of the function evaluation.
apply(double, double) - Method in class cern.jet.math.tdouble.DoublePlusMultFirst
Returns the result of the function evaluation.
apply(double, double) - Method in class cern.jet.math.tdouble.DoublePlusMultSecond
Returns the result of the function evaluation.
apply(float[]) - Method in class cern.jet.math.tfcomplex.FComplexMult
Returns the result of the function evaluation.
apply(float, float) - Method in class cern.jet.math.tfcomplex.FComplexMult
Returns the result of the function evaluation.
apply(float[], float[]) - Method in class cern.jet.math.tfcomplex.FComplexPlusMultFirst
Returns the result of the function evaluation.
apply(float[], float[]) - Method in class cern.jet.math.tfcomplex.FComplexPlusMultSecond
Returns the result of the function evaluation.
apply(float) - Method in class cern.jet.math.tfloat.FloatMult
Returns the result of the function evaluation.
apply(float, float) - Method in class cern.jet.math.tfloat.FloatPlusMultFirst
Returns the result of the function evaluation.
apply(float, float) - Method in class cern.jet.math.tfloat.FloatPlusMultSecond
Returns the result of the function evaluation.
apply(int) - Method in class cern.jet.math.tint.IntMult
Returns the result of the function evaluation.
apply(int, int) - Method in class cern.jet.math.tint.IntPlusMultFirst
Returns the result of the function evaluation.
apply(int, int) - Method in class cern.jet.math.tint.IntPlusMultSecond
Returns the result of the function evaluation.
apply(long) - Method in class cern.jet.math.tlong.LongMult
Returns the result of the function evaluation.
apply(long, long) - Method in class cern.jet.math.tlong.LongPlusMultFirst
Returns the result of the function evaluation.
apply(long, long) - Method in class cern.jet.math.tlong.LongPlusMultSecond
Returns the result of the function evaluation.
apply(double) - Method in class cern.jet.random.AbstractDistribution
Equivalent to nextDouble().
apply(int) - Method in class cern.jet.random.AbstractDistribution
Equivalent to nextInt().
apply(double) - Method in class cern.jet.random.engine.RandomEngine
Equivalent to raw().
apply(int) - Method in class cern.jet.random.engine.RandomEngine
Equivalent to nextInt().
apply(double) - Method in class cern.jet.random.tdouble.AbstractDoubleDistribution
Equivalent to nextDouble().
apply(int) - Method in class cern.jet.random.tdouble.AbstractDoubleDistribution
Equivalent to nextInt().
apply(double) - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Equivalent to raw().
apply(int) - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Equivalent to nextInt().
apply(long) - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Equivalent to nextLong().
apply(float) - Method in class cern.jet.random.tfloat.AbstractFloatDistribution
Equivalent to nextFloat().
apply(int) - Method in class cern.jet.random.tfloat.AbstractFloatDistribution
Equivalent to nextInt().
apply(float) - Method in class cern.jet.random.tfloat.engine.FloatRandomEngine
Equivalent to raw().
apply(int) - Method in class cern.jet.random.tfloat.engine.FloatRandomEngine
Equivalent to nextInt().
apply(DynamicDoubleBin1D, DynamicDoubleBin1D) - Method in interface hep.aida.tdouble.bin.DoubleBinBinFunction1D
Applies a function to two bin arguments.
apply(DynamicDoubleBin1D) - Method in interface hep.aida.tdouble.bin.DoubleBinFunction1D
Applies a function to one bin argument.
apply(DynamicFloatBin1D, DynamicFloatBin1D) - Method in interface hep.aida.tfloat.bin.FloatBinBinFunction1D
Applies a function to two bin arguments.
apply(DynamicFloatBin1D) - Method in interface hep.aida.tfloat.bin.FloatBinFunction1D
Applies a function to one bin argument.
ARCH - Static variable in class org.netlib.utils.JNIMethods
Stores the CPU Architecture the JVM is currently running on.
arg(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
arg(double, double) - Static method in class cern.jet.math.tdcomplex.DComplex
 
arg - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
arg(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
arg(float, float) - Static method in class cern.jet.math.tfcomplex.FComplex
 
arg - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
arg() - Method in class jhplot.math.Complex
Argument of this Complex number (the angle in radians with the x-axis in polar coordinates).
Arithmetic - Class in cern.jet.math
Arithmetic functions.
armedForcesDay() - Method in class flanagan.math.TimeAndDate
 
armedForcesDay(int) - Method in class flanagan.math.TimeAndDate
 
ARPACK - Class in org.netlib.arpack
ARPACK provider which will attempt to access a native implementation and falling back to use F2J if none is available.
ARPACK() - Constructor for class org.netlib.arpack.ARPACK
 
array() - Method in class flanagan.math.ArrayMaths
 
array_as_ArrayList() - Method in class flanagan.math.ArrayMaths
 
array_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
array_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
array_as_byte() - Method in class flanagan.math.ArrayMaths
 
array_as_Byte() - Method in class flanagan.math.ArrayMaths
 
array_as_char() - Method in class flanagan.math.ArrayMaths
 
array_as_Character() - Method in class flanagan.math.ArrayMaths
 
array_as_Complex() - Method in class flanagan.math.ArrayMaths
 
array_as_Complex_columnMatrix() - Method in class flanagan.math.ArrayMaths
 
array_as_Complex_rowMatrix() - Method in class flanagan.math.ArrayMaths
 
array_as_degrees_phase_of_Phasor() - Method in class flanagan.math.ArrayMaths
 
array_as_double() - Method in class flanagan.math.ArrayMaths
 
array_as_Double() - Method in class flanagan.math.ArrayMaths
 
array_as_Float() - Method in class flanagan.math.ArrayMaths
 
array_as_float() - Method in class flanagan.math.ArrayMaths
 
array_as_imaginary_part_of_Complex() - Method in class flanagan.math.ArrayMaths
 
array_as_int() - Method in class flanagan.math.ArrayMaths
 
array_as_Integer() - Method in class flanagan.math.ArrayMaths
 
array_as_long() - Method in class flanagan.math.ArrayMaths
 
array_as_Long() - Method in class flanagan.math.ArrayMaths
 
array_as_magnitude_of_Phasor() - Method in class flanagan.math.ArrayMaths
 
array_as_Matrix_columnMatrix() - Method in class flanagan.math.ArrayMaths
 
array_as_Matrix_rowMatrix() - Method in class flanagan.math.ArrayMaths
 
array_as_modulus_of_Complex() - Method in class flanagan.math.ArrayMaths
 
array_as_Object() - Method in class flanagan.math.ArrayMaths
 
array_as_Phasor() - Method in class flanagan.math.ArrayMaths
 
array_as_Phasor_columnMatrix() - Method in class flanagan.math.ArrayMaths
 
array_as_Phasor_rowMatrix() - Method in class flanagan.math.ArrayMaths
 
array_as_radians_phase_of_Phasor() - Method in class flanagan.math.ArrayMaths
 
array_as_real_part_of_Complex() - Method in class flanagan.math.ArrayMaths
 
array_as_short() - Method in class flanagan.math.ArrayMaths
 
array_as_Short() - Method in class flanagan.math.ArrayMaths
 
array_as_String() - Method in class flanagan.math.ArrayMaths
 
array_as_Vector() - Method in class flanagan.math.ArrayMaths
 
arrayAbs(double[]) - Static method in class flanagan.math.Fmath
 
arrayAbs(float[]) - Static method in class flanagan.math.Fmath
 
arrayAbs(long[]) - Static method in class flanagan.math.Fmath
 
arrayAbs(int[]) - Static method in class flanagan.math.Fmath
 
ArrayMaths - Class in flanagan.math
 
ArrayMaths(double[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Double[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(long[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Long[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(float[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Float[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(int[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Integer[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(short[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Short[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(byte[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Byte[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(BigDecimal[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(BigInteger[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Complex[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Phasor[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(char[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Character[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(String[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Object[]) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Stat) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(Vector<Object>) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMaths(ArrayList<Object>) - Constructor for class flanagan.math.ArrayMaths
 
ArrayMathUtils - Class in jhplot.math
Arrays are faster than object, so this class is here to take full advantage of arrays without encapsulation.
arrayMultByConstant(double[], double) - Static method in class flanagan.math.Fmath
 
arrayMultByConstant(int[], double) - Static method in class flanagan.math.Fmath
 
arrayMultByConstant(double[], int) - Static method in class flanagan.math.Fmath
 
arrayMultByConstant(int[], int) - Static method in class flanagan.math.Fmath
 
arrayPositiveElementsSum(long[]) - Static method in class flanagan.math.Fmath
 
arrayProduct(double[]) - Static method in class flanagan.math.Fmath
 
arrayProduct(float[]) - Static method in class flanagan.math.Fmath
 
arrayProduct(int[]) - Static method in class flanagan.math.Fmath
 
arrayProduct(long[]) - Static method in class flanagan.math.Fmath
 
Arrays - Class in cern.colt
Array manipulations; complements java.util.Arrays.
ArrayString - Class in jhplot.math.io
BSD License
ArrayString() - Constructor for class jhplot.math.io.ArrayString
 
arraySum(double[]) - Static method in class flanagan.math.Fmath
 
arraySum(float[]) - Static method in class flanagan.math.Fmath
 
arraySum(int[]) - Static method in class flanagan.math.Fmath
 
arraySum(long[]) - Static method in class flanagan.math.Fmath
 
arrayType() - Method in class flanagan.math.ArrayMaths
 
Arrow - Class in jhplot.shapes
Build an arrow.
Arrow(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Arrow
Build an arrow
Arrow(double, double, double, double) - Constructor for class jhplot.shapes.Arrow
Build an arrow in
ARROW - Static variable in class jhplot.shapes.HShape
 
ascending(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with cells having ascending values.
ascending(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with cells having ascending values.
ascending(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with cells having ascending values.
ascending(int) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix with cells having ascending values.
ascending(int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a matrix with cells having ascending values.
ascending(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory3D
Constructs a matrix with cells having ascending values.
ascending(int) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix with cells having ascending values.
ascending(int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a matrix with cells having ascending values.
ascending(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory3D
Constructs a matrix with cells having ascending values.
ascending(int) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix with cells having ascending values.
ascending(int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a matrix with cells having ascending values.
ascending(int, int, int) - Method in class cern.colt.matrix.tint.IntFactory3D
Constructs a matrix with cells having ascending values.
ascending(int) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a matrix with cells having ascending values.
ascending(int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a matrix with cells having ascending values.
ascending(int, int, int) - Method in class cern.colt.matrix.tlong.LongFactory3D
Constructs a matrix with cells having ascending values.
ascensionThursday() - Method in class flanagan.math.TimeAndDate
 
ascensionThursday(int) - Method in class flanagan.math.TimeAndDate
 
ASCIIFile - Class in jhplot.math.io
BSD License
ASCIIFile(File) - Constructor for class jhplot.math.io.ASCIIFile
 
asec(double) - Static method in class flanagan.math.Fmath
 
asech(double) - Static method in class flanagan.math.Fmath
 
ashWednesday() - Method in class flanagan.math.TimeAndDate
 
ashWednesday(int) - Method in class flanagan.math.TimeAndDate
 
asin - Static variable in class cern.jet.math.Functions
Function that returns Math.asin(a).
asin(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
asin - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
asin - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.asin(a).
asin(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
asin - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
asin - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.asin(a).
asin(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
asin(double) - Static method in class flanagan.math.Fmath
 
asin(ValueErr) - Static method in class jhplot.math.ValueErr
Inverse sine of a value with error
asinh(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
asinh(double) - Static method in class flanagan.math.Fmath
 
asinh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the inverse hyperbolic sine of x.
asinh(ValueErr) - Static method in class jhplot.math.ValueErr
Inverse hyperbolic sine of a value with error
asPackedArray(boolean) - Method in class hephysics.matrix.SymmetricMatrix
Returns the matrix as a packed array
assign(DoubleFunction) - Method in class cern.colt.map.AbstractIntDoubleMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntDoubleMap) - Method in class cern.colt.map.AbstractIntDoubleMap
Clears the receiver, then adds all (key,value) pairs of othervalues to it.
assign(DoubleFunction) - Method in class cern.colt.map.OpenIntDoubleHashMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntDoubleMap) - Method in class cern.colt.map.OpenIntDoubleHashMap
Clears the receiver, then adds all (key,value) pairs of othervalues to it.
assign(DoubleFunction) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntDoubleMap) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(DoubleFunction) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractLongDoubleMap) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(DoubleFunction) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntDoubleMap) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(DoubleFunction) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractLongDoubleMap) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(FloatFunction) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntFloatMap) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(FloatFunction) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractLongFloatMap) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(FloatFunction) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntFloatMap) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(FloatFunction) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractLongFloatMap) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(IntFunction) - Method in class cern.colt.map.tint.AbstractIntIntMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntIntMap) - Method in class cern.colt.map.tint.AbstractIntIntMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(LongFunction) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntLongMap) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(IntFunction) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractLongIntMap) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(LongFunction) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractLongLongMap) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Clears the receiver, then adds all (key,value) pairs of other values to it.
assign(double[]) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix1D, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(DoubleMatrix1D, DoubleDoubleFunction, IntArrayList) - Method in class cern.colt.matrix.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(double[][]) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(double[][][]) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(DoubleMatrix3D) - Method in class cern.colt.matrix.DoubleMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix3D, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(double[]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(DoubleMatrix1D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix1D, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(double[][]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(double[][][]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Sets all cells to the state specified by values.
assign(DoubleMatrix3D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(Object[]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(ObjectMatrix1D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix1D, ObjectObjectFunction) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(Object[][]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(Object[][][]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Sets all cells to the state specified by values.
assign(ObjectMatrix3D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(double) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Sets all cells to the state specified by value.
assign(double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Sets all cells to the state specified by value.
assign(DoubleMatrix2D, DoubleFunction) - Method in interface cern.colt.matrix.linalg.Blas
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D, DoubleMatrix2D, DoubleDoubleFunction) - Method in interface cern.colt.matrix.linalg.Blas
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(DoubleMatrix2D, DoubleFunction) - Method in class cern.colt.matrix.linalg.SeqBlas
 
assign(DoubleMatrix2D, DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.linalg.SeqBlas
 
assign(DoubleMatrix2D, DoubleFunction) - Method in class cern.colt.matrix.linalg.SmpBlas
 
assign(DoubleMatrix2D, DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.linalg.SmpBlas
 
assign(Object[]) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix1D, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets all cells to the state specified by value.
assign(Object[][]) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets all cells to the state specified by value.
assign(Object[][][]) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(ObjectMatrix3D) - Method in class cern.colt.matrix.ObjectMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix3D, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets all cells to the state specified by value.
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Assigns the result of a function to each cell;
assign(DComplexProcedure, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Assigns the result of a function to all cells that satisfy a condition.
assign(DComplexProcedure, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Assigns a value to all cells that satisfy a condition.
assign(DComplexRealFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Assigns the result of a function to the real part of the receiver.
assign(DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(DComplexMatrix1D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Assigns the result of a function to each cell;
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Sets all cells to the state specified by re and im.
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Sets all cells to the state specified by values.
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Assigns the result of a function to each cell;
assign(DComplexProcedure, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Assigns the result of a function to all cells that satisfy a condition.
assign(DComplexProcedure, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Assigns a value to all cells that satisfy a condition.
assign(DComplexRealFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Assigns the result of a function to the real part of the receiver.
assign(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DComplexMatrix2D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Assigns the result of a function to each cell.
assign(DComplexMatrix2D, DComplexDComplexDComplexFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Assigns the result of a function to all cells with a given indexes
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Sets all cells to the state specified by re and im.
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Sets all cells to the state specified by values.
assign(double[][]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Sets all cells to the state specified by values.
assign(float[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Sets all cells to the state specified by values.
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Assigns the result of a function to each cell.
assign(DComplexRealFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Assigns the result of a function to the real part of the receiver.
assign(DComplexProcedure, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Assigns the result of a function to all cells that satisfy a condition.
assign(DComplexProcedure, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Assigns a value to all cells that satisfy a condition.
assign(DComplexMatrix3D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(DComplexMatrix3D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Assigns the result of a function to each cell.
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Sets all cells to the state specified by re and im.
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Sets all cells to the state specified by values.
assign(double[][][]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Sets all cells to the state specified by values.
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(DComplexProcedure, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(DComplexProcedure, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(DComplexRealFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(DComplexMatrix2D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(double[][]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assign(DComplexProcedure, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assign(DComplexProcedure, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assign(DComplexRealFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assign(DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assign(DComplexMatrix1D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(DComplexProcedure, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(DComplexProcedure, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(DComplexRealFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(DComplexMatrix2D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(double[][]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(DComplexProcedure, DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(DComplexProcedure, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(DComplexRealFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(DComplexMatrix3D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(DComplexMatrix3D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(double[][][]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
assign(double[][]) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
assign(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
assign(DComplexMatrix2D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
assign(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
assign(DComplexMatrix2D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
assign(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
assign(DComplexMatrix2D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
assign(DComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
assign(double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
assign(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
assign(DComplexMatrix2D, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
assign(DoubleMatrix2D, DoubleFunction) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D, DoubleMatrix2D, DoubleDoubleFunction) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(DoubleMatrix2D, DoubleFunction) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
assign(DoubleMatrix2D, DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(DoubleProcedure, DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Assigns the result of a function to all cells that satisfy a condition.
assign(DoubleProcedure, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Assigns a value to all cells that satisfy a condition.
assign(double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Sets all cells to the state specified by value.
assign(double[]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Sets all cells to the state specified by values.
assign(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix1D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(DoubleMatrix1D, DoubleDoubleFunction, IntArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleProcedure, DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Assigns the result of a function to all cells that satisfy a condition.
assign(DoubleProcedure, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Assigns a value to all cells that satisfy a condition.
assign(double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Sets all cells to the state specified by value.
assign(double[]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Sets all cells to the state specified by values.
assign(double[][]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Sets all cells to the state specified by values.
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(DoubleMatrix2D, DoubleDoubleFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Assigns the result of a function to all cells with a given indexes
assign(float[]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Sets all cells to the state specified by values.
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(DoubleProcedure, DoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Assigns the result of a function to all cells that satisfy a condition.
assign(DoubleProcedure, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Assigns a value to all cells that satisfy a condition.
assign(double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Sets all cells to the state specified by value.
assign(double[]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Sets all cells to the state specified by values.
assign(double[][][]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Sets all cells to the state specified by values.
assign(DoubleMatrix3D) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix3D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(DoubleMatrix3D, DoubleDoubleFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Assigns the result of a function to all cells with a given indexes
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(DoubleProcedure, DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(DoubleProcedure, double) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(double[][]) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
assign(DoubleProcedure, DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
assign(DoubleProcedure, double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
assign(double[]) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
assign(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
assign(DoubleMatrix1D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(DoubleProcedure, DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(DoubleProcedure, double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(double[][]) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(DoubleProcedure, DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(DoubleProcedure, double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(double[]) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(double[][][]) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(DoubleMatrix3D) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(DoubleMatrix3D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(DoubleMatrix3D, DoubleDoubleFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
assign(double[][]) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
assign(int[], int[], double, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form with single numerical value.
assign(int[], int[], double[], DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form.
assign(double) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
assign(DoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
assign(double[]) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Assigns the result of a function to each cell;
assign(FComplexProcedure, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Assigns the result of a function to all cells that satisfy a condition.
assign(FComplexProcedure, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Assigns a value to all cells that satisfy a condition.
assign(FComplexRealFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Assigns the result of a function to the real part of the receiver.
assign(FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(FComplexMatrix1D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Assigns the result of a function to each cell;
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Sets all cells to the state specified by re and im.
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Sets all cells to the state specified by values.
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Assigns the result of a function to each cell;
assign(FComplexProcedure, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Assigns the result of a function to all cells that satisfy a condition.
assign(FComplexProcedure, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Assigns a value to all cells that satisfy a condition.
assign(FComplexRealFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Assigns the result of a function to the real part of the receiver.
assign(FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(FComplexMatrix2D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Assigns the result of a function to each cell.
assign(FComplexMatrix2D, FComplexFComplexFComplexFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Assigns the result of a function to all cells with a given indexes
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Sets all cells to the state specified by re and im.
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Sets all cells to the state specified by values.
assign(float[][]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Sets all cells to the state specified by values.
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Assigns the result of a function to each cell.
assign(FComplexRealFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Assigns the result of a function to the real part of the receiver.
assign(FComplexProcedure, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Assigns the result of a function to all cells that satisfy a condition.
assign(FComplexProcedure, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Assigns a value to all cells that satisfy a condition.
assign(FComplexMatrix3D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(FComplexMatrix3D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Assigns the result of a function to each cell.
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Sets all cells to the state specified by re and im.
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Sets all cells to the state specified by values.
assign(float[][][]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Sets all cells to the state specified by values.
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(FComplexProcedure, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(FComplexProcedure, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(FComplexRealFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(FComplexMatrix2D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(float[][]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assign(FComplexProcedure, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assign(FComplexProcedure, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assign(FComplexRealFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assign(FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assign(FComplexMatrix1D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(FComplexProcedure, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(FComplexProcedure, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(FComplexRealFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(FComplexMatrix2D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(float[][]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(FComplexProcedure, FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(FComplexProcedure, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(FComplexRealFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(FComplexMatrix3D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(FComplexMatrix3D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(float[][][]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
assign(float[][]) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
assign(FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
assign(FComplexMatrix2D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
assign(FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
assign(FComplexMatrix2D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
assign(FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
assign(FComplexMatrix2D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
assign(FComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
assign(float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
assign(FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
assign(FComplexMatrix2D, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
assign(FloatMatrix2D, FloatFunction) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(FloatMatrix2D, FloatMatrix2D, FloatFloatFunction) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(FloatMatrix2D, FloatFunction) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
assign(FloatMatrix2D, FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(FloatProcedure, FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Assigns the result of a function to all cells that satisfy a condition.
assign(FloatProcedure, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Assigns a value to all cells that satisfy a condition.
assign(float) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Sets all cells to the state specified by value.
assign(float[]) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Sets all cells to the state specified by values.
assign(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(FloatMatrix1D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(FloatMatrix1D, FloatFloatFunction, IntArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(FloatProcedure, FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Assigns the result of a function to all cells that satisfy a condition.
assign(FloatProcedure, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Assigns a value to all cells that satisfy a condition.
assign(float) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Sets all cells to the state specified by value.
assign(float[]) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Sets all cells to the state specified by values.
assign(float[][]) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Sets all cells to the state specified by values.
assign(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(FloatMatrix2D, FloatFloatFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Assigns the result of a function to all cells with a given indexes
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(FloatProcedure, FloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Assigns the result of a function to all cells that satisfy a condition.
assign(FloatProcedure, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Assigns a value to all cells that satisfy a condition.
assign(float) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Sets all cells to the state specified by value.
assign(float[]) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Sets all cells to the state specified by values.
assign(float[][][]) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Sets all cells to the state specified by values.
assign(FloatMatrix3D) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(FloatMatrix3D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(FloatMatrix3D, FloatFloatFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Assigns the result of a function to all cells with a given indexes
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(FloatProcedure, FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(FloatProcedure, float) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(float[][]) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
assign(FloatProcedure, FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
assign(FloatProcedure, float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
assign(float[]) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
assign(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
assign(FloatMatrix1D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(FloatProcedure, FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(FloatProcedure, float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(float[][]) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(FloatProcedure, FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(FloatProcedure, float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(float[]) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(float[][][]) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(FloatMatrix3D) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(FloatMatrix3D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(FloatMatrix3D, FloatFloatFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
assign(float[][]) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
assign(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
assign(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Sets all cells to the state specified by value.
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
assign(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
assign(int[], int[], float, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form with single numerical value.
assign(int[], int[], float[], FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form.
assign(float) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
assign(FloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
assign(float) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
assign(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
assign(float[]) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
assign(FloatMatrix2D, FloatFloatFunction) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
assign(IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(IntProcedure, IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(IntProcedure, int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(int[]) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(int[][]) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(IntMatrix2D) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
assign(IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
assign(IntProcedure, IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
assign(IntProcedure, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
assign(int[]) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
assign(IntMatrix1D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
assign(IntMatrix1D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
assign(IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(IntProcedure, IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(IntProcedure, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(int[]) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(int[][]) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(IntMatrix2D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
assign(IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(int[]) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(int[][][]) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(IntProcedure, IntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(IntProcedure, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(IntMatrix3D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(IntMatrix3D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(IntMatrix3D, IntIntFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
assign(IntFunction) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
assign(int[]) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
assign(int[][]) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
assign(IntMatrix2D) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
assign(IntFunction) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
assign(IntMatrix2D) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Sets all cells to the state specified by value.
assign(IntFunction) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
assign(IntMatrix2D) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
assign(int[], int[], int, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form with single numerical value.
assign(int[], int[], int[], IntIntFunction) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form.
assign(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
assign(IntFunction) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
assign(int) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
assign(IntMatrix2D) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
assign(IntMatrix2D, IntIntFunction) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
assign(int[]) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
assign(IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(IntProcedure, IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix1D
Assigns the result of a function to all cells that satisfy a condition.
assign(IntProcedure, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Assigns a value to all cells that satisfy a condition.
assign(int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Sets all cells to the state specified by value.
assign(int[]) - Method in class cern.colt.matrix.tint.IntMatrix1D
Sets all cells to the state specified by values.
assign(IntMatrix1D) - Method in class cern.colt.matrix.tint.IntMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(IntMatrix1D, IntIntFunction) - Method in class cern.colt.matrix.tint.IntMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(IntMatrix1D, IntIntFunction, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(IntProcedure, IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix2D
Assigns the result of a function to all cells that satisfy a condition.
assign(IntProcedure, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Assigns a value to all cells that satisfy a condition.
assign(int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Sets all cells to the state specified by value.
assign(int[]) - Method in class cern.colt.matrix.tint.IntMatrix2D
Sets all cells to the state specified by values.
assign(int[][]) - Method in class cern.colt.matrix.tint.IntMatrix2D
Sets all cells to the state specified by values.
assign(IntMatrix2D) - Method in class cern.colt.matrix.tint.IntMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(IntMatrix2D, IntIntFunction) - Method in class cern.colt.matrix.tint.IntMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(IntMatrix2D, IntIntFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix2D
Assigns the result of a function to all cells with a given indexes
assign(IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Sets all cells to the state specified by value.
assign(int[]) - Method in class cern.colt.matrix.tint.IntMatrix3D
Sets all cells to the state specified by values.
assign(int[][][]) - Method in class cern.colt.matrix.tint.IntMatrix3D
Sets all cells to the state specified by values.
assign(IntProcedure, IntFunction) - Method in class cern.colt.matrix.tint.IntMatrix3D
Assigns the result of a function to all cells that satisfy a condition.
assign(IntProcedure, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Assigns a value to all cells that satisfy a condition.
assign(IntMatrix3D) - Method in class cern.colt.matrix.tint.IntMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(IntMatrix3D, IntIntFunction) - Method in class cern.colt.matrix.tint.IntMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(IntMatrix3D, IntIntFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix3D
Assigns the result of a function to all cells with a given indexes
assign(LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(LongProcedure, LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(LongProcedure, long) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(long[]) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(long[][]) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(LongMatrix2D) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
assign(LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
assign(LongProcedure, LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
assign(LongProcedure, long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
assign(long[]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
assign(int[]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
assign(LongMatrix1D) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
assign(LongMatrix1D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
assign(LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(LongProcedure, LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(LongProcedure, long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(long[]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(int[]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(long[][]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(LongMatrix2D) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
assign(LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(long[]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(int[]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(long[][][]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(LongProcedure, LongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(LongProcedure, long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(LongMatrix3D) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(LongMatrix3D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(LongMatrix3D, LongLongFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
assign(LongFunction) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
assign(long[]) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
assign(long[][]) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
assign(LongMatrix2D) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
assign(LongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
assign(LongMatrix2D) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Sets all cells to the state specified by value.
assign(LongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
assign(LongMatrix2D) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
assign(int[], int[], long, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form with single numerical value.
assign(int[], int[], long[], LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]), where y is given in the coordinate form.
assign(long) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
assign(LongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
assign(long) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
assign(LongMatrix2D) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
assign(LongMatrix2D, LongLongFunction) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
assign(int[]) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
assign(long[]) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
assign(LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(LongProcedure, LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Assigns the result of a function to all cells that satisfy a condition.
assign(LongProcedure, long) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Assigns a value to all cells that satisfy a condition.
assign(long) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Sets all cells to the state specified by value.
assign(long[]) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Sets all cells to the state specified by values.
assign(int[]) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Sets all cells to the state specified by values.
assign(LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(LongMatrix1D, LongLongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(LongMatrix1D, LongLongFunction, IntArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(LongProcedure, LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Assigns the result of a function to all cells that satisfy a condition.
assign(LongProcedure, long) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Assigns a value to all cells that satisfy a condition.
assign(long) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Sets all cells to the state specified by value.
assign(long[]) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Sets all cells to the state specified by values.
assign(int[]) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Sets all cells to the state specified by values.
assign(long[][]) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Sets all cells to the state specified by values.
assign(LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(LongMatrix2D, LongLongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(LongMatrix2D, LongLongFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Assigns the result of a function to all cells with a given indexes
assign(LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(long) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Sets all cells to the state specified by value.
assign(long[]) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Sets all cells to the state specified by values.
assign(int[]) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Sets all cells to the state specified by values.
assign(long[][][]) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Sets all cells to the state specified by values.
assign(LongProcedure, LongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Assigns the result of a function to all cells that satisfy a condition.
assign(LongProcedure, long) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Assigns a value to all cells that satisfy a condition.
assign(LongMatrix3D) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(LongMatrix3D, LongLongFunction) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(LongMatrix3D, LongLongFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Assigns the result of a function to all cells with a given indexes
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(ObjectProcedure, ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(ObjectProcedure, Object) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(Object) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(Object[]) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(Object[][]) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(ObjectMatrix2D, ObjectObjectFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
assign(Object[]) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix1D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(Object) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
 
assign(Object) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
assign(Object[][]) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(ObjectProcedure, ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
assign(ObjectProcedure, Object) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(Object[]) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
assign(ObjectMatrix2D, ObjectObjectFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
assign(Object[][][]) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Sets all cells to the state specified by values.
assign(Object[]) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
assign(Object) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
assign(ObjectProcedure, ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
assign(ObjectProcedure, Object) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
assign(ObjectMatrix3D) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
assign(ObjectMatrix3D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
assign(ObjectMatrix3D, ObjectObjectFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
assign(Object) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
assign(Object[]) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
assign(Object[][]) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
assign(Object) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
assign(Object) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
assign(int[]) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
assign(Object[]) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
assign(Object[]) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix1D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Sets all cells to the state specified by value.
assign(Object[][]) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(ObjectProcedure, ObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Assigns the result of a function to all cells that satisfy a condition.
assign(ObjectProcedure, Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Assigns a value to all cells that satisfy a condition.
assign(Object[]) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Sets all cells to the state specified by values.
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(ObjectMatrix2D, ObjectObjectFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Assigns the result of a function to all cells with a given indexes
assign(Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Sets all cells to the state specified by value.
assign(ObjectProcedure, ObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Assigns the result of a function to all cells that satisfy a condition.
assign(ObjectProcedure, Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Assigns a value to all cells that satisfy a condition.
assign(Object[][][]) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Sets all cells to the state specified by values.
assign(Object[]) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(ObjectMatrix3D) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix3D, ObjectObjectFunction) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(ObjectMatrix3D, ObjectObjectFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Assigns the result of a function to all cells with a given indexes
assign(Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Sets all cells to the state specified by value.
assignImaginary(DoubleMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Replaces imaginary part of the receiver with the values of another real matrix.
assignImaginary(DoubleMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Replaces imaginary part of the receiver with the values of another real matrix.
assignImaginary(DoubleMatrix3D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Replaces imaginary part of the receiver with the values of another real matrix.
assignImaginary(DoubleMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assignImaginary(DoubleMatrix1D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assignImaginary(DoubleMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assignImaginary(DoubleMatrix3D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assignImaginary(FloatMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Replaces imaginary part of the receiver with the values of another real matrix.
assignImaginary(FloatMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Replaces imaginary part of the receiver with the values of another real matrix.
assignImaginary(FloatMatrix3D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Replaces imaginary part of the receiver with the values of another real matrix.
assignImaginary(FloatMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assignImaginary(FloatMatrix1D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assignImaginary(FloatMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assignImaginary(FloatMatrix3D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assignReal(DoubleMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Replaces real part of the receiver with the values of another real matrix.
assignReal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Replaces real part of the receiver with the values of another real matrix.
assignReal(DoubleMatrix3D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Replaces real part of the receiver with the values of another real matrix.
assignReal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
assignReal(DoubleMatrix1D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
assignReal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
assignReal(DoubleMatrix3D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
assignReal(FloatMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Replaces real part of the receiver with the values of another real matrix.
assignReal(FloatMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Replaces real part of the receiver with the values of another real matrix.
assignReal(FloatMatrix3D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Replaces real part of the receiver with the values of another real matrix.
assignReal(FloatMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
assignReal(FloatMatrix1D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
assignReal(FloatMatrix2D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
assignReal(FloatMatrix3D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
assignToCluster(int) - Method in class jminhep.cluster.DataPoint
Assigns the data point to a cluster
asString() - Static method in class cern.colt.Version
Returns all version information as string.
assumption() - Method in class flanagan.math.TimeAndDate
 
assumption(int) - Method in class flanagan.math.TimeAndDate
 
atan - Static variable in class cern.jet.math.Functions
Function that returns Math.atan(a).
atan(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
atan - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
atan - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.atan(a).
atan(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
atan - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
atan - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.atan(a).
atan(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
atan(double) - Static method in class flanagan.math.Fmath
 
atan(ValueErr) - Static method in class jhplot.math.ValueErr
inverse tangent of a value
atan2 - Static variable in class cern.jet.math.Functions
Function that returns Math.atan2(a,b).
atan2 - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.atan2(a,b).
atan2 - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.atan2(a,b).
atan2(ErrorProp, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
atan2(ErrorProp, ErrorProp, double) - Static method in class flanagan.analysis.ErrorProp
 
atan2(double, double) - Static method in class flanagan.math.Fmath
 
atan2(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
Inverse tangent (atan2) of a value without correlations
atan2(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
Inverse tangent (atan2) of a value with a correlation
atanh(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
atanh(double) - Static method in class flanagan.math.Fmath
 
atanh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the inverse hyperbolic tangent of x.
atmosphere - Static variable in class cern.clhep.Units
 
auto() - Method in class jhplot.bsom.BsomDemo
Set auto mode
AUTO_BOUNDS - Static variable in class jhplot.math.Slicing
 
autoCorrelation(DoubleArrayList, int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the auto-correlation of a data sequence.
autoCorrelation(DoubleArrayList, int, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the auto-correlation of a data sequence.
autoCorrelation(FloatArrayList, int, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the auto-correlation of a data sequence.
availableFitEngines() - Method in class hep.aida.ref.fitter.FitFactory
Get the list the fit engines provided by the used implementation (e.g.
availableFitMethods() - Method in class hep.aida.ref.fitter.FitFactory
Get the list the fit methods provided by the used implementation (e.g.
averageIdenticalAbscissae() - Method in class flanagan.interpolation.BiCubicSpline
 
averageIdenticalAbscissae() - Method in class flanagan.interpolation.BiCubicSplineFirstDerivative
 
averageIdenticalAbscissae() - Method in class flanagan.interpolation.BiCubicSplinePartialDerivative
 
averageIdenticalAbscissae() - Method in class flanagan.interpolation.CubicSpline
 
averageIdenticalAbscissae() - Method in class flanagan.interpolation.PolyCubicSpline
 
averageIdenticalAbscissae() - Method in class flanagan.interpolation.QuadriCubicSpline
 
averageIdenticalAbscissae() - Method in class flanagan.interpolation.TriCubicSpline
 
avers(double) - Static method in class flanagan.math.Fmath
 
Avogadro - Static variable in class cern.clhep.PhysicalConstants
 
axis() - Method in class hep.aida.ref.histogram.Histogram1D
Get the X axis.
axis() - Method in class hep.aida.ref.histogram.Profile1D
 
axisExponent(int) - Method in class jhplot.jadraw.JaAxes
Get exponent for the axis
axisLengthX() - Method in class jhplot.HPlot
Length of X axis
axisLengthY() - Method in class jhplot.HPlot
Length of Y axis

B

backward() - Method in class flanagan.integration.Integration
 
backward(int) - Method in class flanagan.integration.Integration
 
backward(IntegralFunction, double, double, int) - Static method in class flanagan.integration.Integration
 
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
 
baseEditPanel(JaxoLineOptionsPanel) - Method in class jhplot.jadraw.JaLineObject
Adds components to the edit panel that are common to all line objects.
BaseModelFunction - Class in hep.aida.ref.function
 
BaseModelFunction(String, String, IFunction) - Constructor for class hep.aida.ref.function.BaseModelFunction
 
BaseModelFunction(String, String, FunctionCore, FunctionCore) - Constructor for class hep.aida.ref.function.BaseModelFunction
 
BaseRecordsFile - Class in jhplot.io
 
BasicBinner1D - Class in hep.aida.ref.histogram.binner
 
BasicBinner1D(int) - Constructor for class hep.aida.ref.histogram.binner.BasicBinner1D
 
BasicBinner1D(Binner1D) - Constructor for class hep.aida.ref.histogram.binner.BasicBinner1D
 
BasicBinner2D - Class in hep.aida.ref.histogram.binner
 
BasicBinner2D(int, int) - Constructor for class hep.aida.ref.histogram.binner.BasicBinner2D
Creates a new instance of OneDBinner.
BasicBinner3D - Class in hep.aida.ref.histogram.binner
 
BasicBinner3D(int, int, int) - Constructor for class hep.aida.ref.histogram.binner.BasicBinner3D
Creates a new instance of OneDBinner.
basicFft(double[], int, int) - Method in class flanagan.math.FourierTransform
 
BasicMatrix - Class in hephysics.matrix
A very simple matrix implementation
BasicMatrix(int, int) - Constructor for class hephysics.matrix.BasicMatrix
 
BasicMatrix(double, double, double, double, double, double, double, double, double) - Constructor for class hephysics.matrix.BasicMatrix
 
BasicMatrix(double[][]) - Constructor for class hephysics.matrix.BasicMatrix
Creates a new instance of BasicMatrix
BasicMatrix(Matrix) - Constructor for class hephysics.matrix.BasicMatrix
 
BatchAnalysisFactory - Class in hep.aida.ref
 
BatchAnalysisFactory() - Constructor for class hep.aida.ref.BatchAnalysisFactory
 
BB_MAX_X - Static variable in class jhplot.jadraw.JaObject
The component of the boundingbox array that contains the upper x value of the boundingbox.
BB_MAX_Y - Static variable in class jhplot.jadraw.JaObject
The component of the boundingbox array that contains the upper y value of the boundingbox.
BB_MIN_X - Static variable in class jhplot.jadraw.JaObject
The component of the boundingbox array that contains the lower x value of the boundingbox.
BB_MIN_Y - Static variable in class jhplot.jadraw.JaObject
The component of the boundingbox array that contains the lower y value of the boundingbox.
becquerel - Static variable in class cern.clhep.Units
 
beforeInsert(int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, byte) - Method in class cern.colt.list.AbstractByteList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, char) - Method in class cern.colt.list.AbstractCharList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, double) - Method in class cern.colt.list.AbstractDoubleList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, float) - Method in class cern.colt.list.AbstractFloatList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, int) - Method in class cern.colt.list.AbstractIntList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, long) - Method in class cern.colt.list.AbstractLongList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, short) - Method in class cern.colt.list.AbstractShortList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, byte) - Method in class cern.colt.list.ByteArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, char) - Method in class cern.colt.list.CharArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, double) - Method in class cern.colt.list.DoubleArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, float) - Method in class cern.colt.list.FloatArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, int) - Method in class cern.colt.list.IntArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, long) - Method in class cern.colt.list.LongArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, Object) - Method in class cern.colt.list.ObjectArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, short) - Method in class cern.colt.list.ShortArrayList
Inserts the specified element before the specified position into the receiver.
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.AbstractBooleanList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
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.
belowWithin(Rectangle, Dimension) - Static method in class jhplot.v3d.Util
 
belowWithin(Component, Component) - Static method in class jhplot.v3d.Util
 
Benchmark - Class in cern.colt.map
Benchmarks the classes of this package.
benchmark(int, int, String) - Static method in class cern.colt.map.Benchmark
 
Benchmark - Class in cern.jet.random
Benchmarks random number generation from various distributions as well as PDF and CDF lookups.
Benchmark - Class in cern.jet.random.engine
Benchmarks the performance of the currently provided uniform pseudo-random number generation engines.
benchmark(int) - Static method in class cern.jet.random.engine.Benchmark
Benchmarks raw() for various uniform generation engines.
BenchmarkMatrix - Class in cern.colt.matrix.bench
Configurable matrix benchmark.
BernoulliRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Bernoulli distribution.
BernoulliRandomVariable() - Constructor for class jhplot.math.num.random.BernoulliRandomVariable
Default constructor.
BernoulliRandomVariable(double) - Constructor for class jhplot.math.num.random.BernoulliRandomVariable
Create a random variable with the given probability of success.
BernoulliRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.BernoulliRandomVariable
Create a random variable with the given probability of success and source generator.
Bessel - Class in cern.jet.math
Bessel and Airy functions.
Bessel - Class in cern.jet.math.tdouble
Bessel and Airy functions.
bestPolynomial() - Method in class flanagan.analysis.Regression
 
bestPolynomialPlot(String, String) - Method in class flanagan.analysis.Regression
 
bestPolynomialPlot() - Method in class flanagan.analysis.Regression
 
Beta - Class in cern.jet.random
Beta distribution; math definition and animated definition.
Beta(double, double, RandomEngine) - Constructor for class cern.jet.random.Beta
Constructs a Beta distribution.
Beta - Class in cern.jet.random.tdouble
Beta distribution; math definition and animated definition.
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.Gamma
Returns the beta function of the arguments.
beta(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the area from zero to x under the beta density function.
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.
beta - Variable in class flanagan.analysis.LogNormalThreeParFunct
 
beta() - Method in class flanagan.analysis.Regression
 
beta(double, double) - Static method in class flanagan.analysis.Stat
 
Beta - Class in jhplot.math.num.pdf
The Beta distribution (1).
Beta() - Constructor for class jhplot.math.num.pdf.Beta
Default constructor.
Beta(double, double) - Constructor for class jhplot.math.num.pdf.Beta
Create a distribution with the given alpha and beta values.
Beta - Class in jhplot.math.num.special
Utility class that provides methods related to the beta family of functions.
beta(double, double) - Static method in class jhplot.math.Random
Generate a random number from a beta random variable.
betaArray(double, double, int) - Method in class flanagan.math.PsRandom
 
betaArray(double, double, double, double, int) - Method in class flanagan.math.PsRandom
 
betaCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
betaCDF(double, double, double, double, double) - Static method in class flanagan.analysis.Stat
 
betaComplemented(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the right hand tail (from x to infinity) of the beta density function.
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.
betaFunction(double, double) - Static method in class flanagan.analysis.Stat
 
betaMean(double, double) - Static method in class flanagan.analysis.Stat
 
betaMean(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
betaMinMax() - Method in class flanagan.analysis.Regression
 
betaMinMaxPlot() - Method in class flanagan.analysis.Regression
 
betaMode(double, double) - Static method in class flanagan.analysis.Stat
 
betaMode(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
betaPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
betaPDF(double, double, double, double, double) - Static method in class flanagan.analysis.Stat
 
betaPlot() - Method in class flanagan.analysis.Regression
 
betaRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
betaRand(double, double, double, double, int) - Static method in class flanagan.analysis.Stat
 
betaRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
betaRand(double, double, double, double, int, long) - Static method in class flanagan.analysis.Stat
 
BetaRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Beta distribution.
BetaRandomVariable() - Constructor for class jhplot.math.num.random.BetaRandomVariable
Default constructor.
BetaRandomVariable(double, double) - Constructor for class jhplot.math.num.random.BetaRandomVariable
Create a random variable with the given alpha and beta values.
BetaRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.BetaRandomVariable
Create a random variable with the given parameters.
betaStandardDeviation(double, double) - Static method in class flanagan.analysis.Stat
 
betaStandardDeviation(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
betaStandDev(double, double) - Static method in class flanagan.analysis.Stat
 
betaStandDev(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
between(double, double) - Static method in class cern.jet.math.Functions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
between(int, int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
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.
BiCubicSpline - Class in flanagan.interpolation
 
BiCubicSpline(double[], double[], double[][]) - Constructor for class flanagan.interpolation.BiCubicSpline
 
BiCubicSpline(int, int) - Constructor for class flanagan.interpolation.BiCubicSpline
 
BiCubicSplineFast - Class in flanagan.interpolation
 
BiCubicSplineFast(double[], double[], double[][]) - Constructor for class flanagan.interpolation.BiCubicSplineFast
 
BiCubicSplineFirstDerivative - Class in flanagan.interpolation
 
BiCubicSplineFirstDerivative(double[], double[], double[][]) - Constructor for class flanagan.interpolation.BiCubicSplineFirstDerivative
 
BiCubicSplinePartialDerivative - Class in flanagan.interpolation
 
BiCubicSplinePartialDerivative(double[], double[], double[][]) - Constructor for class flanagan.interpolation.BiCubicSplinePartialDerivative
 
BiCubicSplineShort - Class in flanagan.interpolation
 
BiCubicSplineShort(double[], double[], double[][]) - Constructor for class flanagan.interpolation.BiCubicSplineShort
 
BIG_ENDIAN - Static variable in class jhplot.math.io.BinaryFile
 
BIG_ENDIAN - Static variable in class jhplot.math.io.BinaryInputStream
 
BIG_ENDIAN - Static variable in class jhplot.math.io.BinaryOutputStream
 
bin(DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cell values of the given vector into a bin from which statistics measures can be retrieved efficiently.
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.
BinaryFile - Class in jhplot.math.io
BSD License
BinaryFile(File, String) - Constructor for class jhplot.math.io.BinaryFile
 
BinaryInputStream - Class in jhplot.math.io
BSD License
BinaryInputStream(InputStream, String) - Constructor for class jhplot.math.io.BinaryInputStream
 
BinaryInputStream(InputStream, boolean) - Constructor for class jhplot.math.io.BinaryInputStream
 
BinaryOutputStream - Class in jhplot.math.io
BSD License
BinaryOutputStream(OutputStream, String) - Constructor for class jhplot.math.io.BinaryOutputStream
 
BinaryOutputStream(OutputStream, boolean) - Constructor for class jhplot.math.io.BinaryOutputStream
 
binarySearch(boolean) - Method in class cern.colt.list.AbstractBooleanList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(byte) - Method in class cern.colt.list.AbstractByteList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(char) - Method in class cern.colt.list.AbstractCharList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(double) - Method in class cern.colt.list.AbstractDoubleList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(float) - Method in class cern.colt.list.AbstractFloatList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(int) - Method in class cern.colt.list.AbstractIntList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(long) - Method in class cern.colt.list.AbstractLongList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(short) - Method in class cern.colt.list.AbstractShortList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(Object) - Method in class cern.colt.list.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
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.AbstractBooleanList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(Object, int, int) - Method in class cern.colt.list.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(Object, int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(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.
binaryShannonEntropy(double) - Static method in class flanagan.analysis.Stat
 
binaryShannonEntropyBit(double) - Static method in class flanagan.analysis.Stat
 
binaryShannonEntropyDit(double) - Static method in class flanagan.analysis.Stat
 
binaryShannonEntropyNat(double) - Static method in class flanagan.analysis.Stat
 
BinBinFunction1D - Interface in cern.hep.aida.bin
Interface that represents a function object: a function that takes two bins as arguments and returns a single value.
binCenter(int) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
binCenter(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
This method can be used to improve accuracy of the bin RMB and MEAN calculations.
binCenter(int) - Method in class hep.aida.ref.histogram.FixedAxis
 
binCenter(int) - Method in class hep.aida.ref.histogram.VariableAxis
 
binCenter(int) - Method in class jhplot.H1D
Get bin centres.
binCenter(int) - Method in class jhplot.HProf1D
Get bin centres.
binCenters() - Method in class jhplot.H1D
Get all bin centers in form of array
binCenters() - Method in class jhplot.HProf1D
Get all bin centers in form of array
binCentre(int) - Method in class cern.hep.aida.ref.FixedAxis
 
binCentre(int) - Method in class cern.hep.aida.ref.VariableAxis
 
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(DoubleDoubleFunction, double) - Static method in class cern.jet.math.Functions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
bindArg1(IntIntFunction, int) - Static method in class cern.jet.math.IntFunctions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
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(DoubleDoubleFunction, double) - Static method in class cern.jet.math.Functions
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
bindArg2(IntIntFunction, int) - Static method in class cern.jet.math.IntFunctions
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
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 class cern.hep.aida.ref.Histogram1D
 
binEntries(int, int) - Method in class cern.hep.aida.ref.Histogram2D
 
binEntries(int, int, int) - Method in class cern.hep.aida.ref.Histogram3D
 
binEntries(int) - Method in class hep.aida.ref.histogram.Histogram1D
Number of entries in the corresponding bin (ie the number of times fill was called for this bin).
binEntries(int, int) - Method in class hep.aida.ref.histogram.Histogram2D
Number of entries in the corresponding bin (ie the number of times fill was called for this bin).
binEntries(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
Number of entries in the corresponding bin (ie the number of times fill was called for this bin).
binEntries(int) - Method in class hep.aida.ref.histogram.Profile1D
 
binEntries(int, int) - Method in class hep.aida.ref.histogram.Profile2D
 
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
 
binEntries(int) - Method in class jhplot.H1D
Number of entries in a bin with index i
binEntries() - Method in class jhplot.H1D
Get all entries of the histogram as an array
binEntries(int, int) - Method in class jhplot.H2D
Number of entries in the corresponding bin (i.e.
binEntries(int) - Method in class jhplot.HProf1D
Number of entries in a bin with index i
binEntries() - Method in class jhplot.HProf1D
Get all entries of the histogram as an array
binEntries(int, int) - Method in class jhplot.HProf2D
Number of entries in the corresponding bin (i.e.
binEntriesX(int) - Method in class hep.aida.ref.histogram.Histogram2D
Number of entries with a given x bin number (ie the number of times fill was called for these bins).
binEntriesX(int) - Method in class hep.aida.ref.histogram.Histogram3D
Number of entries with a given x bin number (ie the number of times fill was called for these bins).
binEntriesX(int) - Method in class hep.aida.ref.histogram.Profile2D
 
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 class hep.aida.ref.histogram.Histogram2D
Number of entries with a given y bin number (ie the number of times fill was called for these bins).
binEntriesY(int) - Method in class hep.aida.ref.histogram.Histogram3D
Number of entries with a given x bin number (ie the number of times fill was called for these bins).
binEntriesY(int) - Method in class hep.aida.ref.histogram.Profile2D
 
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).
binEntriesZ(int) - Method in class hep.aida.ref.histogram.Histogram3D
Number of entries with a given x bin number (ie the number of times fill was called for these bins).
binError(int) - Method in class cern.hep.aida.ref.Histogram1D
 
binError(int, int) - Method in class cern.hep.aida.ref.Histogram2D
 
binError(int, int, int) - Method in class cern.hep.aida.ref.Histogram3D
 
BinError - Interface in hep.aida.ref.dataset.binner
Classes implementing this interfaces calculate the plus and minus error on a bin given its entries and height.
binError(int) - Method in class hep.aida.ref.histogram.Histogram1D
The error on this bin.
binError(int, int) - Method in class hep.aida.ref.histogram.Histogram2D
The error on this bin.
binError(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
The error on this bin.
binError(int) - Method in class hep.aida.ref.histogram.Profile1D
 
binError(int, int) - Method in class hep.aida.ref.histogram.Profile2D
 
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
 
binError(int) - Method in class jhplot.H1D
Error on the bin with index i
binError(int, int) - Method in class jhplot.H2D
Error of the corresponding bin.
binError(int) - Method in class jhplot.HProf1D
Error on the bin with index i
binError(int, int) - Method in class jhplot.HProf2D
Error of the corresponding bin.
binErrors() - Method in class jhplot.H1D
Get all bin errors of the histogram as an array
binErrors() - Method in class jhplot.HProf1D
Get all bin errors of the histogram as an array
BinFunction1D - Interface in cern.hep.aida.bin
Interface that represents a function object: a function that takes two bins as arguments and returns a single value.
BinFunctions1D - Class in cern.hep.aida.bin
Function objects computing dynamic bin aggregations; to be passed to generic methods.
binHeight(int) - Method in class cern.hep.aida.ref.Histogram1D
 
binHeight(int, int) - Method in class cern.hep.aida.ref.Histogram2D
 
binHeight(int, int, int) - Method in class cern.hep.aida.ref.Histogram3D
 
binHeight(int) - Method in class hep.aida.ref.histogram.Histogram1D
Total height of the corresponding bin.
binHeight(int, int) - Method in class hep.aida.ref.histogram.Histogram2D
Total height of the corresponding bin.
binHeight(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
Total height of the corresponding bin.
binHeight(int) - Method in class hep.aida.ref.histogram.Profile1D
 
binHeight(int, int) - Method in class hep.aida.ref.histogram.Profile2D
 
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
 
binHeight(int) - Method in class jhplot.H1D
Height of the corresponding bin
binHeight(int, int) - Method in class jhplot.H2D
Total height of the corresponding bin.
binHeight(int) - Method in class jhplot.HProf1D
Height of the corresponding bin
binHeight(int, int) - Method in class jhplot.HProf2D
Total height of the corresponding bin.
binHeights() - Method in class jhplot.H1D
Get all heights of the histogram as an array
binHeights() - Method in class jhplot.HProf1D
Get all heights of the histogram as an array
binHeightX(int) - Method in class hep.aida.ref.histogram.Histogram2D
Total height of the corresponding x bin along y.
binHeightX(int) - Method in class hep.aida.ref.histogram.Histogram3D
Total height of the corresponding x bin along y and z.
binHeightX(int) - Method in class hep.aida.ref.histogram.Profile2D
 
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 class hep.aida.ref.histogram.Histogram2D
Total height of the corresponding y bin along x.
binHeightY(int) - Method in class hep.aida.ref.histogram.Histogram3D
Total height of the corresponding y bin along x and z.
binHeightY(int) - Method in class hep.aida.ref.histogram.Profile2D
 
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).
binHeightZ(int) - Method in class hep.aida.ref.histogram.Histogram3D
Total height of the corresponding z bin along x and y.
binLowerEdge(int) - Method in class cern.hep.aida.ref.FixedAxis
 
binLowerEdge(int) - Method in class cern.hep.aida.ref.VariableAxis
 
binLowerEdge(int) - Method in class hep.aida.ref.histogram.FixedAxis
Get the lower edge of a bin.
binLowerEdge(int) - Method in class hep.aida.ref.histogram.VariableAxis
 
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
 
binLowerEdge(int) - Method in class jhplot.H1D
Get bin lower edge.
binLowerEdge(int) - Method in class jhplot.HProf1D
Get bin lower edge.
binLowerEdges() - Method in class jhplot.H1D
Get all lower edges in form of array
binLowerEdges() - Method in class jhplot.HProf1D
Get all lower edges in form of array
binMean(int) - Method in class hep.aida.ref.histogram.Histogram1D
Get the mean of a bin.
binMean(int) - Method in class hep.aida.ref.histogram.Profile1D
 
binMean(int) - Method in class jhplot.H1D
Mean in a single bin with index
binMean(int) - Method in class jhplot.HProf1D
Mean in a single bin with index
binMeanX(int, int) - Method in class hep.aida.ref.histogram.Histogram2D
Get the mean of a bin along the x axis.
binMeanX(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
Get the mean of a bin along the x axis.
binMeanX(int, int) - Method in class hep.aida.ref.histogram.Profile2D
 
binMeanY(int, int) - Method in class hep.aida.ref.histogram.Histogram2D
Get the mean of a bin along the y axis.
binMeanY(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
Get the mean of a bin along the y axis.
binMeanY(int, int) - Method in class hep.aida.ref.histogram.Profile2D
 
binMeanZ(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
Get the mean of a bin along the z axis.
BinnedMaximumLikelihoodFitMethod - Class in hep.aida.ref.fitter.fitmethod
 
BinnedMaximumLikelihoodFitMethod() - Constructor for class hep.aida.ref.fitter.fitmethod.BinnedMaximumLikelihoodFitMethod
 
Binner - Interface in hep.aida.ref.dataset.binner
A binner is responsible to keep track of the bins statistics for a binned data container in n-dimensions.
binner() - Method in class hep.aida.ref.histogram.Histogram1D
 
Binner1D - Interface in hep.aida.ref.histogram.binner
 
Binner2D - Interface in hep.aida.ref.histogram.binner
 
Binner3D - Interface in hep.aida.ref.histogram.binner
 
BinnerMath - Class in hep.aida.ref.histogram.binner
 
BinnerMath() - Constructor for class hep.aida.ref.histogram.binner.BinnerMath
 
binOfElement(float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the bin index of the given element.
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.Arithmetic
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
binomial(long, long) - Static method in class cern.jet.math.Arithmetic
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
binomial(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
Binomial distribution; See the math definition and animated definition.
Binomial(int, double, RandomEngine) - Constructor for class cern.jet.random.Binomial
Constructs a binomial distribution.
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.Probability
Returns the sum of the terms 0 through k of the Binomial probability density.
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.
binomial(double, int, int) - Static method in class flanagan.analysis.Stat
 
Binomial - Class in jhplot.math.num.pdf
The Binomial distribution.
Binomial() - Constructor for class jhplot.math.num.pdf.Binomial
Default constructor.
Binomial(int, double) - Constructor for class jhplot.math.num.pdf.Binomial
Create a distribution with the given number of trials and probability of success.
binomialArray(double, int, int) - Method in class flanagan.math.PsRandom
 
binomialCDF(double, int, int) - Static method in class flanagan.analysis.Stat
 
binomialCoeff(int, int) - Static method in class flanagan.analysis.Stat
 
binomialComplemented(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms k+1 through n of the Binomial probability density.
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.
binomialPDF(double, int, int) - Static method in class flanagan.analysis.Stat
 
binomialProb(double, int, int) - Static method in class flanagan.analysis.Stat
 
binomialRand(double, int, int) - Method in class flanagan.analysis.Stat
 
binomialRand(double, int, int, long) - Method in class flanagan.analysis.Stat
 
BinomialRandomVariable - Class in jhplot.math.num.random
 
BinomialRandomVariable() - Constructor for class jhplot.math.num.random.BinomialRandomVariable
Default constructor.
BinomialRandomVariable(int, double) - Constructor for class jhplot.math.num.random.BinomialRandomVariable
Create a random variable with the given number of trials and probability of success.
BinomialRandomVariable(int, double, RNG) - Constructor for class jhplot.math.num.random.BinomialRandomVariable
Create a random variable with the given parameters.
binRms(int) - Method in class hep.aida.ref.histogram.Histogram1D
Get the RMS of a bin.
binRms(int) - Method in class hep.aida.ref.histogram.Profile1D
 
binRms(int, int) - Method in class hep.aida.ref.histogram.Profile2D
 
binRms(int) - Method in class jhplot.H1D
RMS of a single bin with index
binRms(int) - Method in class jhplot.HProf1D
RMS of a single bin with index
binRmsX(int, int) - Method in class hep.aida.ref.histogram.Histogram2D
Get the RMS of a bin along the x axis.
binRmsX(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
Get the RMS of a bin along the x axis.
binRmsY(int, int) - Method in class hep.aida.ref.histogram.Histogram2D
Get the RMS of a bin along the y axis.
binRmsY(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
Get the RMS of a bin along the y axis.
binRmsZ(int, int, int) - Method in class hep.aida.ref.histogram.Histogram3D
Get the RMS of a bin along the z axis.
bins() - Method in class cern.hep.aida.ref.FixedAxis
 
bins() - Method in class cern.hep.aida.ref.VariableAxis
 
bins() - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the number of bins.
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 class hep.aida.ref.histogram.binner.AbstractBinner1D
 
bins() - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
bins() - Method in class hep.aida.ref.histogram.FixedAxis
Get the number of bins in the Axis.
bins() - Method in class hep.aida.ref.histogram.VariableAxis
 
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
 
BINS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
binUpperEdge(int) - Method in class cern.hep.aida.ref.FixedAxis
 
binUpperEdge(int) - Method in class cern.hep.aida.ref.VariableAxis
 
binUpperEdge(int) - Method in class hep.aida.ref.histogram.FixedAxis
Get the upper edge of a bin.
binUpperEdge(int) - Method in class hep.aida.ref.histogram.VariableAxis
 
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
 
binUpperEdge(int) - Method in class jhplot.H1D
Get bin upper edge.
binUpperEdge(int) - Method in class jhplot.HProf1D
Get bin upper edge.
binUpperEdges() - Method in class jhplot.H1D
Get all upper edges in form of array
binUpperEdges() - Method in class jhplot.HProf1D
Get all upper edges in form of array
binWidth(int) - Method in class cern.hep.aida.ref.FixedAxis
 
binWidth(int) - Method in class cern.hep.aida.ref.VariableAxis
 
binWidth(int) - Method in class hep.aida.ref.histogram.FixedAxis
Get the bin width.
binWidth(int) - Method in class hep.aida.ref.histogram.VariableAxis
 
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
 
BisectionRootFinder - Class in jhplot.math.num.root
The bisection method (1) for finding roots of functions.
BisectionRootFinder(Function) - Constructor for class jhplot.math.num.root.BisectionRootFinder
Create a root finder for the given function.
BisectionRootFinder(Function, int, double) - Constructor for class jhplot.math.num.root.BisectionRootFinder
Create a root finder for the given function.
bitArray(int) - Method in class flanagan.math.PsRandom
 
bitMaskWithBitsSetFromTo(int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns a bit mask with bits in the specified range set to 1, all the rest set to 0.
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.bitvector
Fixed sized (non resizable) n*m bit matrix.
BitMatrix(int, int) - Constructor for class cern.colt.bitvector.BitMatrix
Constructs a bit matrix with a given number of columns and rows.
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.MinMaxNumberList
Returns the number of bits necessary to store a single element.
bitsPerElement(long, long) - Static method in class cern.colt.list.MinMaxNumberList
Returns the number of bits necessary to store values in the range [minimum,maximum].
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.bitvector
Fixed sized (non resizable) bitvector.
BitVector(long[], int) - Constructor for class cern.colt.bitvector.BitVector
You normally need not use this method.
BitVector(int) - Constructor for class cern.colt.bitvector.BitVector
Constructs a bit vector that holds size bits.
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.
Blas - Interface in cern.colt.matrix.linalg
Subset of the BLAS (Basic Linear Algebra System); High quality "building block" routines for performing basic vector and matrix operations.
BLAS - Class in org.netlib.blas
BLAS provider which will attempt to access a native implementation and falling back to use F2J if none is available.
BLAS() - Constructor for class org.netlib.blas.BLAS
 
Blob(float, float) - Static method in class jhplot.jadraw.Diagram
Get a blob object
blocEnd() - Method in class flanagan.math.TimeAndDate
 
blocStart() - Method in class flanagan.math.TimeAndDate
 
blocTime() - Method in class flanagan.math.TimeAndDate
 
Bohr_radius - Static variable in class cern.clhep.PhysicalConstants
 
BooleanArrayList - Class in cern.colt.list
Resizable list holding boolean elements; implemented with arrays.
BooleanArrayList() - Constructor for class cern.colt.list.BooleanArrayList
Constructs an empty list.
BooleanArrayList(boolean[]) - Constructor for class cern.colt.list.BooleanArrayList
Constructs a list containing the specified elements.
BooleanArrayList(int) - Constructor for class cern.colt.list.BooleanArrayList
Constructs an empty list with the specified initial capacity.
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
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
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.
boost(HEParticle) - Method in class hephysics.particle.HEParticle
Lorentz Boost
boost(LParticle) - Method in class hephysics.particle.LParticle
Lorentz Boost
boost(HepLorentzVector, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Boost fourVector with boostVector.
boost(HepLorentzVector, HepLorentzVector) - Method in class hephysics.vec.Hep3Vector
Boost fourVector into system of refFourVector.
boost(double, double, double) - Method in class hephysics.vec.HepLorentzVector
Lorentz Boost using 3-vector
boost(HepLorentzVector, Hep3Vector) - Method in class hephysics.vec.HepLorentzVector
Boost fourVector with boostVector.
boost(HepLorentzVector, HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Boost fourVector into system of refFourVector.
boost(HepLorentzVector, Hep3Vector) - Static method in class hephysics.vec.VecOp
Boost fourVector with boostVector.
boost(HepLorentzVector, HepLorentzVector) - Static method in class hephysics.vec.VecOp
Boost fourVector into system of refFourVector.
Box(float, float) - Static method in class jhplot.jadraw.Diagram
Get a box object
BoxCox - Class in flanagan.analysis
 
BoxCox(double[]) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(float[]) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(int[]) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(long[]) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(short[]) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(byte[]) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(BigDecimal[]) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(BigInteger[]) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(Stat) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(ArrayMaths) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(ArrayList<Object>) - Constructor for class flanagan.analysis.BoxCox
 
BoxCox(Vector<Object>) - Constructor for class flanagan.analysis.BoxCox
 
Bracket - Class in jhplot.math.num.root
Simple root bracketing routine.
Bracket(Function) - Constructor for class jhplot.math.num.root.Bracket
Create a root bracketer for the given function.
Bracket(Function, int) - Constructor for class jhplot.math.num.root.Bracket
Create a root bracketer for the given function.
bracketOut(double, double, double) - Method in class jhplot.math.num.root.Bracket
Bracket a root for the target function by creating and continuously expanding an interval around the initial point until the interval is known to contain at least one root.
BRAY_CURTIS - Static variable in class cern.colt.matrix.doublealgo.Statistic
Bray-Curtis distance function; Sum( abs(x[i]-y[i]) ) / Sum( x[i]+y[i] ).
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
BreitWigner (aka Lorentz) distribution; See the math definition.
BreitWigner(double, double, double, RandomEngine) - Constructor for class cern.jet.random.BreitWigner
Constructs a BreitWigner distribution.
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.
BreitWigner - Class in jhplot.fit
Build a Breit-Wigner distribution.
BreitWigner() - Constructor for class jhplot.fit.BreitWigner
 
BreitWigner(String) - Constructor for class jhplot.fit.BreitWigner
 
BreitWigner(String[], String[]) - Constructor for class jhplot.fit.BreitWigner
 
BreitWignerMeanSquare - Class in cern.jet.random
Mean-square BreitWigner distribution; See the math definition.
BreitWignerMeanSquare(double, double, double, RandomEngine) - Constructor for class cern.jet.random.BreitWignerMeanSquare
Constructs a mean-squared 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.
BrentRootFinder - Class in jhplot.math.num.root
Brent's method (1) for finding roots of functions.
BrentRootFinder(Function) - Constructor for class jhplot.math.num.root.BrentRootFinder
Create a root finder for the given function.
BrentRootFinder(Function, int, double) - Constructor for class jhplot.math.num.root.BrentRootFinder
Create a root finder for the given function.
BRoot - Class in jhplot
Show Java ROOT browser to view ROOT histograms.
BRoot() - Constructor for class jhplot.BRoot
Show an empty frame with the ROOT browser
BRoot(String) - Constructor for class jhplot.BRoot
Show a frame with ROOT browser and load a file
Bsom - Class in jhplot.bsom
Bsom is an application of Bayesian Self-Organizing Maps.
Bsom() - Constructor for class jhplot.bsom.Bsom
 
bsom - Variable in class jhplot.HBsom
 
BsomDemo - Class in jhplot.bsom
BsomDemo is an applet for the demonstration of Bayesian Self-Organizing Maps.
BsomDemo() - Constructor for class jhplot.bsom.BsomDemo
 
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 cern.hep.aida.bin.AbstractBin1D
Constructs and returns a streaming buffer connected to the receiver.
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
 
build() - Method in class jhplot.io.PBufFile.Record.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
build() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
build() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
build() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
build() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
buildPads(int, int) - Method in class jhplot.HPlotJa
Build axes frames and show them.
buildPartial() - Method in class jhplot.io.PBufFile.Record.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
buildPartial() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
buildPartial() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
buildPartial() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
buildPartial() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
buildXY(double, double, double[]) - Static method in class jhplot.math.DoubleArray
Generate a two column matrix.
buildXY(double[], double[]) - Static method in class jhplot.math.DoubleArray
Join two arrays into a matrix.
BunchingParameters - Class in jhplot.stat
**************************************************************************** Calculations of bunching parameters characterizing local multiplicity fluctuations inside a phase space.
BunchingParameters(int, int, int, double, double) - Constructor for class jhplot.stat.BunchingParameters
Initialize Bunching parameter.
burnsNight() - Method in class flanagan.math.TimeAndDate
 
burnsNight(int) - Method in class flanagan.math.TimeAndDate
 
ByteArrayList - Class in cern.colt.list
Resizable list holding byte elements; implemented with arrays.
ByteArrayList() - Constructor for class cern.colt.list.ByteArrayList
Constructs an empty list.
ByteArrayList(byte[]) - Constructor for class cern.colt.list.ByteArrayList
Constructs a list containing the specified elements.
ByteArrayList(int) - Constructor for class cern.colt.list.ByteArrayList
Constructs an empty list with the specified initial capacity.
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
A comparison function which imposes a total ordering on some collection of elements.
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
Interface that represents a procedure object: a procedure that takes a single argument and does not return a 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.
byteTOdouble(byte[]) - Static method in class flanagan.math.Fmath
 
byteTOfloat(byte[]) - Static method in class flanagan.math.Fmath
 
byteTOint(byte[]) - Static method in class flanagan.math.Fmath
 
byteTOlong(byte[]) - Static method in class flanagan.math.Fmath
 
byteTOshort(byte[]) - Static method in class flanagan.math.Fmath
 

C

c_light - Static variable in class cern.clhep.PhysicalConstants
 
C_LIGHT - Static variable in class flanagan.math.Fmath
 
c_squared - Static variable in class cern.clhep.PhysicalConstants
 
calcBMIimperial(double, double) - Static method in class flanagan.math.Conv
 
calcBMIimperial(double, double) - Static method in class flanagan.math.Fmath
 
calcBMImetric(double, double) - Static method in class flanagan.math.Conv
 
calcBMImetric(double, double) - Static method in class flanagan.math.Fmath
 
calcDataLength(boolean, int, int) - Static method in class flanagan.math.FourierTransform
 
calcDeriv() - Method in class flanagan.interpolation.CubicSpline
 
calcDeriv() - Method in class flanagan.interpolation.CubicSplineFast
 
calcDeriv() - Method in class flanagan.interpolation.CubicSplineShort
 
calcDistance(double[], double[]) - Static method in class jminhep.cluster.Get
This method calculates the Euclidean distance between two N-ncolsional vectors.
calcMass() - Method in class hephysics.particle.LParticle
Get calculated mass as sqrt(e*e-px**2-py**2-pz**2)
calcSquaredDistance(double[], double[]) - Static method in class jminhep.cluster.Get
This method calculates the squared distance between two N-dimesional vectors.
calculateCumulativeValues(double[], double[], double[], ErrorProp[], int, double, double, String) - Method in class flanagan.analysis.Regression
 
calculateNormalizationAmplitude() - Method in class hep.aida.ref.function.BaseModelFunction
 
calcWeightFromBMIimperial(double, double) - Static method in class flanagan.math.Conv
 
calcWeightFromBMIimperial(double, double) - Static method in class flanagan.math.Fmath
 
calcWeightFromBMImetric(double, double) - Static method in class flanagan.math.Conv
 
calcWeightFromBMImetric(double, double) - Static method in class flanagan.math.Fmath
 
calorieToJoule(double) - Static method in class flanagan.math.Conv
 
calorieToJoule(double) - Static method in class flanagan.math.Fmath
 
CANBERRA - Static variable in class cern.colt.matrix.doublealgo.Statistic
Canberra distance function; Sum( abs(x[i]-y[i]) / abs(x[i]+y[i]) ).
CANBERRA - Static variable in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Canberra distance function; Sum( abs(x[i]-y[i]) / abs(x[i]+y[i]) ).
CANBERRA - Static variable in class cern.colt.matrix.tfloat.algo.FloatStatistic
Canberra distance function; Sum( abs(x[i]-y[i]) / abs(x[i]+y[i]) ).
candela - Static variable in class cern.clhep.Units
 
candlemas() - Method in class flanagan.math.TimeAndDate
 
candlemas(int) - Method in class flanagan.math.TimeAndDate
 
Canvas3d - Class in jhplot.v3d
 
Canvas3d(Model3d) - Constructor for class jhplot.v3d.Canvas3d
 
captureHeader(CSVReader) - Method in class jhplot.io.csv.bean.ColumnPositionMappingStrategy
 
captureHeader(CSVReader) - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
captureHeader(CSVReader) - Method in interface jhplot.io.csv.bean.MappingStrategy
Implemention of this method can grab the header line before parsing begins to use to map columns to bean properties.
cardinality() - Method in class cern.colt.bitvector.BitMatrix
Returns the number of bits currently in the true state.
cardinality() - Method in class cern.colt.bitvector.BitVector
Returns the number of bits currently in the true state.
cardinality() - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.ObjectMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.ObjectMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.ObjectMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tbit.BitMatrix
Returns the number of bits currently in the true state.
cardinality() - Method in class cern.colt.matrix.tbit.BitVector
Returns the number of bits currently in the true state.
cardinality() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
cardinality() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
cardinality() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
cardinality() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
cardinality() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
cardinality() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cashKarp(DerivFunction) - Method in class flanagan.integration.RungeKutta
 
cashKarp(DerivFunction, double, double, double, double, double, double, int) - Static method in class flanagan.integration.RungeKutta
 
cashKarp(DerivFunction, double, double, double, double, double, double) - Static method in class flanagan.integration.RungeKutta
 
cashKarp(DerivnFunction) - Method in class flanagan.integration.RungeKutta
 
cashKarp(DerivnFunction, double, double[], double, double, double, double, int) - Static method in class flanagan.integration.RungeKutta
 
cashKarp(DerivnFunction, double, double[], double, double, double, double) - Static method in class flanagan.integration.RungeKutta
 
catalog() - Method in class hep.aida.ref.function.FunctionFactory
get access to the function catalog
Cauchy - Class in jhplot.math.num.pdf
The Cauchy distribution (1).
Cauchy() - Constructor for class jhplot.math.num.pdf.Cauchy
Default constructor.
Cauchy(double, double) - Constructor for class jhplot.math.num.pdf.Cauchy
Create a distribution with the given location and scale parameters.
cauchy(double, double) - Static method in class jhplot.math.Random
Generate a random number from a Cauchy random variable (Mean = Inf, and Variance = Inf).
CauchyRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Cauchy distribution.
CauchyRandomVariable() - Constructor for class jhplot.math.num.random.CauchyRandomVariable
Default constructor.
CauchyRandomVariable(double, double) - Constructor for class jhplot.math.num.random.CauchyRandomVariable
Create a random variable with the given location and scale parameters.
CauchyRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.CauchyRandomVariable
Create a random variable with the given parameters.
cd(String) - Method in class hep.aida.ref.tree.Tree
Change to a given directory.
cd(int, int) - Method in class jhplot.GHFrame
Navigate to a selected plot.
cd(int, int) - Method in class jhplot.HPlotJa
Navigate to a selected plot.
cd(String) - Method in class jhplot.io.FileAida
Navigate to a directory inside the file
cdf(double) - Method in class cern.jet.random.Beta
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.Binomial
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.ChiSquare
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.Empirical
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.EmpiricalWalker
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.Exponential
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.Gamma
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.NegativeBinomial
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.Normal
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.Poisson
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.StudentT
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.tdouble.Beta
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.tdouble.Binomial
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.tdouble.ChiSquare
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.tdouble.DoubleUniform
Returns the cumulative distribution function (assuming a continous uniform distribution).
cdf(int) - Method in class cern.jet.random.tdouble.Empirical
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.tdouble.EmpiricalWalker
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.tdouble.Exponential
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.tdouble.Gamma
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.tdouble.NegativeBinomial
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.tdouble.Normal
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.tdouble.Poisson
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.tdouble.StudentT
Returns the cumulative distribution function.
cdf(float) - Method in class cern.jet.random.tfloat.FloatUniform
Returns the cumulative distribution function (assuming a continous uniform distribution).
cdf(double) - Method in class cern.jet.random.Uniform
Returns the cumulative distribution function (assuming a continous uniform distribution).
ceil(double) - Static method in class cern.jet.math.Arithmetic
Returns the smallest long >= value.
ceil - Static variable in class cern.jet.math.Functions
Function that returns Math.ceil(a).
ceil(double) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns the smallest long >= value.
ceil - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.ceil(a).
ceil(float) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns the smallest long >= value.
ceil - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.ceil(a).
ceil() - Method in class flanagan.analysis.Stat
 
ceil() - Method in class flanagan.math.ArrayMaths
 
celsiusToFahren(double) - Static method in class flanagan.math.Conv
 
celsiusToFahren(double) - Static method in class flanagan.math.Fmath
 
celsiusToKelvin(double) - Static method in class flanagan.math.Conv
 
celsiusToKelvin(double) - Static method in class flanagan.math.Fmath
 
CENTER - Static variable in class cern.colt.matrix.AbstractFormatter
The alignment string aligning the cells of a column to its center.
CENTER - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to its center.
center() - Method in class cern.hep.aida.bin.AbstractBin
Returns center(0).
center(int) - Method in class cern.hep.aida.bin.AbstractBin
Returns a custom definable "center" measure; override this method if necessary.
center() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns center(0).
center(int) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns a custom definable "center" measure; override this method if necessary.
center() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns center(0).
center(int) - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns a custom definable "center" measure; override this method if necessary.
center_reduce(double[][]) - Method in class jhplot.stat.PCA
 
centerOfMass(List<Hep3Vector>) - Method in class hephysics.vec.Hep3Vector
Return a center of mass of a list of vectors
centerOfMass(List<HepLorentzVector>) - Method in class hephysics.vec.HepLorentzVector
Return a center mass vector
centimeter - Static variable in class cern.clhep.Units
 
centimeter2 - Static variable in class cern.clhep.Units
 
centimeter3 - Static variable in class cern.clhep.Units
 
centreWithin(Rectangle, Dimension) - Static method in class jhplot.v3d.Util
Calculates the X and Y coordinates that a child component should have to be centered within its parent.
centreWithin(Component, Component) - Static method in class jhplot.v3d.Util
Centres the child component within its parent.
cern.clhep - package cern.clhep
A Java port of CLHEP 1.4.0 (C++) - A Class Library for High Energy Physics.
cern.colt - package cern.colt
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
cern.colt.bitvector - package cern.colt.bitvector
Bit vectors and bit matrices.
cern.colt.buffer - package cern.colt.buffer
Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tboolean - package cern.colt.buffer.tboolean
Fixed sized (non resizable) streaming buffers holding boolean elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tbyte - package cern.colt.buffer.tbyte
Fixed sized (non resizable) streaming buffers holding byte elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tchar - package cern.colt.buffer.tchar
Fixed sized (non resizable) streaming buffers holding char elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tdouble - package cern.colt.buffer.tdouble
Fixed sized (non resizable) streaming buffers holding double elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tfloat - package cern.colt.buffer.tfloat
Fixed sized (non resizable) streaming buffers holding float elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tint - package cern.colt.buffer.tint
Fixed sized (non resizable) streaming buffers holding int elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tlong - package cern.colt.buffer.tlong
Fixed sized (non resizable) streaming buffers holding long elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tobject - package cern.colt.buffer.tobject
Fixed sized (non resizable) streaming buffers holding Object elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.buffer.tshort - package cern.colt.buffer.tshort
Fixed sized (non resizable) streaming buffers holding short elements connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.function - package cern.colt.function
Core interfaces for functions, comparisons and procedures on objects and primitive data types.
cern.colt.function.tboolean - package cern.colt.function.tboolean
Core interfaces for functions, comparisons and procedures on boolean data type.
cern.colt.function.tbyte - package cern.colt.function.tbyte
Core interfaces for functions, comparisons and procedures on byte data type.
cern.colt.function.tchar - package cern.colt.function.tchar
Core interfaces for functions, comparisons and procedures on char data type.
cern.colt.function.tdcomplex - package cern.colt.function.tdcomplex
Core interfaces for functions, comparisons and procedures on dcomplex data type.
cern.colt.function.tdouble - package cern.colt.function.tdouble
Core interfaces for functions, comparisons and procedures on double data type.
cern.colt.function.tfcomplex - package cern.colt.function.tfcomplex
Core interfaces for functions, comparisons and procedures on fcomplex data type.
cern.colt.function.tfloat - package cern.colt.function.tfloat
Core interfaces for functions, comparisons and procedures on float data type.
cern.colt.function.tint - package cern.colt.function.tint
Core interfaces for functions, comparisons and procedures on int data type.
cern.colt.function.tlong - package cern.colt.function.tlong
Core interfaces for functions, comparisons and procedures on long data type.
cern.colt.function.tobject - package cern.colt.function.tobject
Core interfaces for functions, comparisons and procedures on Object data type.
cern.colt.function.tshort - package cern.colt.function.tshort
Core interfaces for functions, comparisons and procedures on short data type.
cern.colt.list - package cern.colt.list
Resizable lists holding objects or primitive data types such as int, double, etc.
cern.colt.list.adapter - package cern.colt.list.adapter
List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework.
cern.colt.list.tboolean - package cern.colt.list.tboolean
Resizable list holding elements of boolean data type.
cern.colt.list.tbyte - package cern.colt.list.tbyte
Resizable list holding elements of byte data type.
cern.colt.list.tchar - package cern.colt.list.tchar
Resizable list holding elements of char data type.
cern.colt.list.tdouble - package cern.colt.list.tdouble
Resizable list holding elements of double data type.
cern.colt.list.tfloat - package cern.colt.list.tfloat
Resizable list holding elements of float data type.
cern.colt.list.tint - package cern.colt.list.tint
Resizable list holding elements of int data type.
cern.colt.list.tlong - package cern.colt.list.tlong
Resizable list holding elements of long data type.
cern.colt.list.tobject - package cern.colt.list.tobject
Resizable list holding elements of Object data type.
cern.colt.list.tshort - package cern.colt.list.tshort
Resizable list holding elements of short data type.
cern.colt.map - package cern.colt.map
Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc.
cern.colt.map.tdouble - package cern.colt.map.tdouble
Automatically growing and shrinking map holding elements of double data type.
cern.colt.map.tfloat - package cern.colt.map.tfloat
Automatically growing and shrinking map holding elements of float data type.
cern.colt.map.tint - package cern.colt.map.tint
Automatically growing and shrinking map holding elements of int data type.
cern.colt.map.tlong - package cern.colt.map.tlong
Automatically growing and shrinking map holding elements of long data type.
cern.colt.map.tobject - package cern.colt.map.tobject
Automatically growing and shrinking map holding elements of Object data type.
cern.colt.matrix - package cern.colt.matrix
 
cern.colt.matrix.bench - package cern.colt.matrix.bench
Matrix benchmarks.
cern.colt.matrix.doublealgo - package cern.colt.matrix.doublealgo
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
cern.colt.matrix.impl - package cern.colt.matrix.impl
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of cern.colt.matrix, without subsetting or supersetting.
cern.colt.matrix.io - package cern.colt.matrix.io
I/O operations with matrices and vectors.
cern.colt.matrix.linalg - package cern.colt.matrix.linalg
Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D.
cern.colt.matrix.objectalgo - package cern.colt.matrix.objectalgo
Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
cern.colt.matrix.tbit - package cern.colt.matrix.tbit
Bit vectors and bit matrices.
cern.colt.matrix.tdcomplex - package cern.colt.matrix.tdcomplex
Matrix interfaces and factories holding elements of dcomplex data type.
cern.colt.matrix.tdcomplex.algo - package cern.colt.matrix.tdcomplex.algo
Algorithms operating on complex matrices.
cern.colt.matrix.tdcomplex.impl - package cern.colt.matrix.tdcomplex.impl
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type.
cern.colt.matrix.tdouble - package cern.colt.matrix.tdouble
Matrix interfaces and factories holding elements of double data type.
cern.colt.matrix.tdouble.algo - package cern.colt.matrix.tdouble.algo
Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D.
cern.colt.matrix.tdouble.algo.decomposition - package cern.colt.matrix.tdouble.algo.decomposition
Martrix decompositions.
cern.colt.matrix.tdouble.algo.solver - package cern.colt.matrix.tdouble.algo.solver
Iterative solvers BiCG - BiConjugate gradients. BiCGstab - BiConjugate gradients stabilized. CG - Conjugate gradients. CGS - Conjugate gradients squared. Chebyshev - The Chebyshev iteration for symmetrical, positive definite matrices. GMRES - Generalized minimal residual using restart. IR - Iterative refinement (Richardson's method). QMR - Quasi-minimal residual. HyBR - Hybrid Bidiagonalization Regularization. MRNSD - Modified Residual Norm Steepest Descent. CGLS - Conjugate Gradient for Least Squares.
cern.colt.matrix.tdouble.algo.solver.preconditioner - package cern.colt.matrix.tdouble.algo.solver.preconditioner
Preconditioners for iterative solvers.
cern.colt.matrix.tdouble.impl - package cern.colt.matrix.tdouble.impl
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type.
cern.colt.matrix.tfcomplex - package cern.colt.matrix.tfcomplex
Matrix interfaces and factories holding elements of fcomplex data type.
cern.colt.matrix.tfcomplex.algo - package cern.colt.matrix.tfcomplex.algo
Algorithms operating on complex matrices.
cern.colt.matrix.tfcomplex.impl - package cern.colt.matrix.tfcomplex.impl
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of fcomplex data type.
cern.colt.matrix.tfloat - package cern.colt.matrix.tfloat
Matrix interfaces and factories holding elements of float data type.
cern.colt.matrix.tfloat.algo - package cern.colt.matrix.tfloat.algo
Linear Algebraic matrix computations operating on FloatMatrix2D and FloatMatrix1D.
cern.colt.matrix.tfloat.algo.decomposition - package cern.colt.matrix.tfloat.algo.decomposition
Martrix decompositions.
cern.colt.matrix.tfloat.algo.solver - package cern.colt.matrix.tfloat.algo.solver
Iterative solvers BiCG - BiConjugate gradients. BiCGstab - BiConjugate gradients stabilized. CG - Conjugate gradients. CGS - Conjugate gradients squared. Chebyshev - The Chebyshev iteration for symmetrical, positive definite matrices. GMRES - Generalized minimal residual using restart. IR - Iterative refinement (Richardson's method). QMR - Quasi-minimal residual. HyBR - Hybrid Bidiagonalization Regularization. MRNSD - Modified Residual Norm Steepest Descent. CGLS - Conjugate Gradient for Least Squares.
cern.colt.matrix.tfloat.algo.solver.preconditioner - package cern.colt.matrix.tfloat.algo.solver.preconditioner
Preconditioners for iterative solvers.
cern.colt.matrix.tfloat.impl - package cern.colt.matrix.tfloat.impl
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type.
cern.colt.matrix.tint - package cern.colt.matrix.tint
Matrix interfaces and factories holding elements of int data type.
cern.colt.matrix.tint.algo - package cern.colt.matrix.tint.algo
Algorithms operating on integer matrices.
cern.colt.matrix.tint.impl - package cern.colt.matrix.tint.impl
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type.
cern.colt.matrix.tlong - package cern.colt.matrix.tlong
Matrix interfaces and factories holding elements of long data type.
cern.colt.matrix.tlong.algo - package cern.colt.matrix.tlong.algo
Algorithms operating on long integer matrices.
cern.colt.matrix.tlong.impl - package cern.colt.matrix.tlong.impl
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of long data type.
cern.colt.matrix.tobject - package cern.colt.matrix.tobject
Matrix interfaces and factories holding elements of Object data type.
cern.colt.matrix.tobject.algo - package cern.colt.matrix.tobject.algo
Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
cern.colt.matrix.tobject.impl - package cern.colt.matrix.tobject.impl
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type.
cern.hep.aida.bin - package cern.hep.aida.bin
Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution.
cern.hep.aida.ref - package cern.hep.aida.ref
Reference implementation of the AIDA histogram interfaces.
cern.jet.math - package cern.jet.math
Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions, Function Objects for generic function evaluation, etc.
cern.jet.math.tdcomplex - package cern.jet.math.tdcomplex
Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on dcomplex data type.
cern.jet.math.tdouble - package cern.jet.math.tdouble
Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions, Function Objects for generic function evaluation, etc.
cern.jet.math.tfcomplex - package cern.jet.math.tfcomplex
Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on fcomplex data type.
cern.jet.math.tfloat - package cern.jet.math.tfloat
Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on float data type.
cern.jet.math.tint - package cern.jet.math.tint
Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on int data type.
cern.jet.math.tlong - package cern.jet.math.tlong
Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on long data type.
cern.jet.random - package cern.jet.random
Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's.
cern.jet.random.engine - package cern.jet.random.engine
Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution.
cern.jet.random.sampling - package cern.jet.random.sampling
Samples (picks) random subsets of data sequences.
cern.jet.random.tdouble - package cern.jet.random.tdouble
Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's.
cern.jet.random.tdouble.engine - package cern.jet.random.tdouble.engine
Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution.
cern.jet.random.tdouble.sampling - package cern.jet.random.tdouble.sampling
Samples (picks) random subsets of data sequences.
cern.jet.random.tfloat - package cern.jet.random.tfloat
Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's.
cern.jet.random.tfloat.engine - package cern.jet.random.tfloat.engine
Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution.
cern.jet.random.tfloat.sampling - package cern.jet.random.tfloat.sampling
Samples (picks) random subsets of data sequences.
cern.jet.stat - package cern.jet.stat
Tools for basic and advanced statistics: Estimators, Gamma functions, Beta functions, Probabilities, Special integrals, etc.
cern.jet.stat.quantile - package cern.jet.stat.quantile
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
cern.jet.stat.tdouble - package cern.jet.stat.tdouble
Tools for basic and advanced statistics: Estimators, Gamma functions, Beta functions, Probabilities, Special integrals, etc.
cern.jet.stat.tdouble.quantile - package cern.jet.stat.tdouble.quantile
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
cern.jet.stat.tfloat - package cern.jet.stat.tfloat
Tools for basic and advanced statistics: Estimators, Gamma functions, Beta functions, Probabilities, Special integrals, etc.
cern.jet.stat.tfloat.quantile - package cern.jet.stat.tfloat.quantile
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
cfd - Variable in class flanagan.analysis.LogNormalThreeParFunct
 
CGLSDoubleIterationMonitor - Class in cern.colt.matrix.tdouble.algo.solver
 
CGLSDoubleIterationMonitor() - Constructor for class cern.colt.matrix.tdouble.algo.solver.CGLSDoubleIterationMonitor
 
CGLSFloatIterationMonitor - Class in cern.colt.matrix.tfloat.algo.solver
 
CGLSFloatIterationMonitor() - Constructor for class cern.colt.matrix.tfloat.algo.solver.CGLSFloatIterationMonitor
 
chain(DoubleDoubleFunction, DoubleFunction, DoubleFunction) - Static method in class cern.jet.math.Functions
Constructs the function f( g(a), h(b) ).
chain(DoubleFunction, DoubleDoubleFunction) - Static method in class cern.jet.math.Functions
Constructs the function g( h(a,b) ).
chain(DoubleFunction, DoubleFunction) - Static method in class cern.jet.math.Functions
Constructs the function g( h(a) ).
chain(IntFunction, IntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs the function g( h(a) ).
chain(IntFunction, IntIntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs the function g( h(a,b) ).
chain(IntIntFunction, IntFunction, IntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs the function f( g(a), h(b) ).
chain(DComplexDComplexDComplexFunction, DComplexDComplexFunction, DComplexDComplexFunction) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
chain(DComplexDComplexFunction, DComplexDComplexDComplexFunction) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
chain(DComplexDComplexFunction, DComplexDComplexFunction) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
chain(DoubleDoubleFunction, DoubleFunction, DoubleFunction) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs the function f( g(a), h(b) ).
chain(DoubleFunction, DoubleDoubleFunction) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs the function g( h(a,b) ).
chain(DoubleFunction, DoubleFunction) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs the function g( h(a) ).
chain(FComplexFComplexFComplexFunction, FComplexFComplexFunction, FComplexFComplexFunction) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
chain(FComplexFComplexFunction, FComplexFComplexFComplexFunction) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
chain(FComplexFComplexFunction, FComplexFComplexFunction) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
chain(FloatFloatFunction, FloatFunction, FloatFunction) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs the function f( g(a), h(b) ).
chain(FloatFunction, FloatFloatFunction) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs the function g( h(a,b) ).
chain(FloatFunction, FloatFunction) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs the function g( h(a) ).
chain(IntFunction, IntFunction) - Static method in class cern.jet.math.tint.IntFunctions
Constructs the function g( h(a) ).
chain(IntFunction, IntIntFunction) - Static method in class cern.jet.math.tint.IntFunctions
Constructs the function g( h(a,b) ).
chain(IntIntFunction, IntFunction, IntFunction) - Static method in class cern.jet.math.tint.IntFunctions
Constructs the function f( g(a), h(b) ).
chain(LongFunction, LongFunction) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs the function g( h(a) ).
chain(LongFunction, LongLongFunction) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs the function g( h(a,b) ).
chain(LongLongFunction, LongFunction, LongFunction) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs the function f( g(a), h(b) ).
ChainedTuple - Class in hep.aida.ref.tuple
 
ChainedTuple(String, String, ITuple[]) - Constructor for class hep.aida.ref.tuple.ChainedTuple
Tuple constructor.
CHANGE_DIRECTORY - Static variable in class hep.aida.ref.event.TreeEvent
 
CharArrayList - Class in cern.colt.list
Resizable list holding char elements; implemented with arrays.
CharArrayList() - Constructor for class cern.colt.list.CharArrayList
Constructs an empty list.
CharArrayList(char[]) - Constructor for class cern.colt.list.CharArrayList
Constructs a list containing the specified elements.
CharArrayList(int) - Constructor for class cern.colt.list.CharArrayList
Constructs an empty list with the specified initial capacity.
CharArrayList - Class in cern.colt.list.tchar
Resizable list holding char elements; implemented with arrays.
CharArrayList() - Constructor for class cern.colt.list.tchar.CharArrayList
Constructs an empty list.
CharArrayList(char[]) - Constructor for class cern.colt.list.tchar.CharArrayList
Constructs a list containing the specified elements.
CharArrayList(int) - Constructor for class cern.colt.list.tchar.CharArrayList
Constructs an empty list with the specified initial capacity.
CharBuffer - Class in cern.colt.buffer.tchar
Fixed sized (non resizable) streaming buffer connected to a target CharBufferConsumer to which data is automatically flushed upon buffer overflow.
CharBuffer(CharBufferConsumer, int) - Constructor for class cern.colt.buffer.tchar.CharBuffer
Constructs and returns a new buffer with the given target.
CharBuffer2D - Class in cern.colt.buffer.tchar
Fixed sized (non resizable) streaming buffer connected to a target CharBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
CharBuffer2D(CharBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tchar.CharBuffer2D
Constructs and returns a new buffer with the given target.
CharBuffer2DConsumer - Interface in cern.colt.buffer.tchar
Target of a streaming CharBuffer2D into which data is flushed upon buffer overflow.
CharBuffer3D - Class in cern.colt.buffer.tchar
Fixed sized (non resizable) streaming buffer connected to a target CharBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
CharBuffer3D(CharBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tchar.CharBuffer3D
Constructs and returns a new buffer with the given target.
CharBuffer3DConsumer - Interface in cern.colt.buffer.tchar
Target of a streaming CharBuffer3D into which data is flushed upon buffer overflow.
CharBufferConsumer - Interface in cern.colt.buffer.tchar
Target of a streaming CharBuffer into which data is flushed upon buffer overflow.
CharComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
CharComparator - Interface in cern.colt.function.tchar
A comparison function which imposes a total ordering on some collection of elements.
CharProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
CharProcedure - Interface in cern.colt.function.tchar
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
chbevl(double, double[], int) - Static method in class cern.jet.math.Arithmetic
Evaluates the series of Chebyshev polynomials Ti at argument x/2.
chbevl(double, double[], int) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Evaluates the series of Chebyshev polynomials Ti at argument x/2.
chbevl(float, float[], int) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Evaluates the series of Chebyshev polynomials Ti at argument x/2.
checkBST() - Method in class flanagan.math.TimeAndDate
 
checkColumnDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
Checks to make sure each row of a matrix is of a specified dimension.
checkDense(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
 
checkDense(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
 
checkDense(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
 
checkDense(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
 
checkForChildren(String) - Method in class hep.aida.ref.tree.Tree
This message is sent by a listener to indicate interest in a particular path within the tree.
checkForIdenticalPoints() - Method in class flanagan.interpolation.CubicSpline
 
checkIntegerTimesPowerOfTwo(int) - Static method in class flanagan.math.FourierTransform
 
checkLength(double[], int) - Static method in class jhplot.math.DoubleArray
Checks to make sure an array is of a specified length.
checkPowerOfTwo(int) - Static method in class flanagan.math.FourierTransform
 
checkRectangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Checks whether the given matrix A is rectangular.
checkRectangular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Checks whether the given matrix A is rectangular.
checkRectangular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Checks whether the given matrix A is rectangular.
checkRectangular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Checks whether the given matrix A is rectangular.
checkRectangular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Checks whether the given matrix A is rectangular.
checkRowDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
Checks to make sure each column of a matrix is of a specified dimension.
checkShape(AbstractMatrix2D) - Method in class cern.colt.matrix.AbstractMatrix2D
Sanity check for operations requiring two matrices with the same number of columns and rows.
checkShape(AbstractMatrix2D, AbstractMatrix2D) - Method in class cern.colt.matrix.AbstractMatrix2D
Sanity check for operations requiring matrices with the same number of columns and rows.
checkShape(AbstractMatrix3D) - Method in class cern.colt.matrix.AbstractMatrix3D
Sanity check for operations requiring two matrices with the same number of slices, rows and columns.
checkShape(AbstractMatrix3D, AbstractMatrix3D) - Method in class cern.colt.matrix.AbstractMatrix3D
Sanity check for operations requiring matrices with the same number of slices, rows and columns.
checkShape(AbstractMatrix2D) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Sanity check for operations requiring two matrices with the same number of columns and rows.
checkShape(AbstractMatrix2D, AbstractMatrix2D) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Sanity check for operations requiring matrices with the same number of columns and rows.
checkShape(AbstractMatrix3D) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sanity check for operations requiring two matrices with the same number of slices, rows and columns.
checkShape(AbstractMatrix3D, AbstractMatrix3D) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sanity check for operations requiring matrices with the same number of slices, rows and columns.
checkSize(AbstractMatrix1D) - Method in class cern.colt.matrix.AbstractMatrix1D
Sanity check for operations requiring two matrices with the same size.
checkSize(AbstractMatrix1D) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Sanity check for operations requiring two matrices with the same size.
checkSparse(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
 
checkSparse(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
 
checkSparse(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
 
checkSparse(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
 
checkSquare(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Checks whether the given matrix A is square.
checkSquare(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Checks whether the given matrix A is square.
checkSquare(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Checks whether the given matrix A is square.
checkSquare(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Checks whether the given matrix A is square.
checkSquare(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Checks whether the given matrix A is square.
checkYallSmall(double, String) - Method in class flanagan.analysis.Regression
 
checkZeroNeg(double[], double[], double[]) - Method in class flanagan.analysis.Regression
 
chi2(int) - Static method in class jhplot.math.Random
Generate a random number from a Chi-2 random variable.
ChiSquare - Class in cern.jet.random
ChiSquare distribution; See the math definition and animated definition.
ChiSquare(double, RandomEngine) - Constructor for class cern.jet.random.ChiSquare
Constructs a ChiSquare distribution.
ChiSquare - Class in cern.jet.random.tdouble
ChiSquare distribution; See the math definition and animated definition.
ChiSquare(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.ChiSquare
Constructs a ChiSquare distribution.
chiSquare(double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the left hand tail (from 0 to x) of the Chi square probability density function with v degrees of freedom.
chiSquare(double, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the area under the left hand tail (from 0 to x) of the Chi square probability density function with v degrees of freedom.
chiSquare(double[], double[], double[]) - Static method in class flanagan.analysis.Stat
 
chiSquareArray(int, int) - Method in class flanagan.math.PsRandom
 
chiSquareCDF(double, int) - Static method in class flanagan.analysis.Stat
 
chiSquareComplemented(double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the right hand tail (from x to infinity) of the Chi square probability density function with v degrees of freedom.
chiSquareComplemented(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 Chi square probability density function with v degrees of freedom.
ChiSquared - Class in jhplot.math.num.pdf
The Chi-Squared distribution (1).
ChiSquared() - Constructor for class jhplot.math.num.pdf.ChiSquared
Default constructor.
ChiSquared(double) - Constructor for class jhplot.math.num.pdf.ChiSquared
Create a distribution with the given degrees of freedom.
ChiSquaredFitMethod - Class in hep.aida.ref.fitter.fitmethod
 
ChiSquaredFitMethod() - Constructor for class hep.aida.ref.fitter.fitmethod.ChiSquaredFitMethod
 
ChiSquaredRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Chi-Squared distribution.
ChiSquaredRandomVariable() - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
Default constructor.
ChiSquaredRandomVariable(double) - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
Create a random variable with the given degrees of freedom.
ChiSquaredRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
Create a random variable with the given parameters.
chiSquareFreq(double[], double[]) - Static method in class flanagan.analysis.Stat
 
chiSquareFreq(int[], int[]) - Static method in class flanagan.analysis.Stat
 
chiSquareMean(int) - Static method in class flanagan.analysis.Stat
 
chiSquareMode(int) - Static method in class flanagan.analysis.Stat
 
chiSquarePDF(double, int) - Static method in class flanagan.analysis.Stat
 
chiSquareProb(double, int) - Static method in class flanagan.analysis.Stat
 
chiSquareRand(int, int) - Static method in class flanagan.analysis.Stat
 
chiSquareRand(int, int, long) - Static method in class flanagan.analysis.Stat
 
chiSquareStandardDeviation(int) - Static method in class flanagan.analysis.Stat
 
chiSquareStandDev(int) - Static method in class flanagan.analysis.Stat
 
chol(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns the cholesky-decomposition of the given matrix.
chol(DoubleMatrix2D, int) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Constructs and returns the Cholesky-decomposition of the given matrix.
chol(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns the cholesky-decomposition of the given matrix.
chol(FloatMatrix2D, int) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Constructs and returns the Cholesky-decomposition of the given matrix.
cholesky(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
CholeskyDecomposition - Class in cern.colt.matrix.linalg
For a symmetric, positive definite matrix A, the Cholesky decomposition is a lower triangular matrix L so that A = L*L'; If the matrix is not symmetric or positive definite, the constructor returns a partial decomposition and sets an internal flag that may be queried by the isSymmetricPositiveDefinite() method.
CholeskyDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.CholeskyDecomposition
Constructs and returns a new Cholesky decomposition object for a symmetric and positive definite matrix; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
CholeskyDecomposition - Class in jhplot.math
Cholesky Decomposition.
CholeskyDecomposition(double[][]) - Constructor for class jhplot.math.CholeskyDecomposition
Cholesky algorithm for symmetric and positive definite matrix.
christmasDay() - Method in class flanagan.math.TimeAndDate
 
christmasDay(int) - Method in class flanagan.math.TimeAndDate
 
chs() - Method in class jhplot.math.Complex
Negative of this complex number (chs stands for change sign).
Circle - Class in jhplot.shapes
Build a Circle using the USER coordinate system
Circle(double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Circle
Build a circle
Circle(double, double, double) - Constructor for class jhplot.shapes.Circle
Build a circle using the default stroke and color
CIRCLE - Static variable in class jhplot.shapes.HShape
 
classic_electr_radius - Static variable in class cern.clhep.PhysicalConstants
 
clear() - Method in class cern.colt.bitvector.BitMatrix
Clears all bits of the receiver.
clear() - Method in class cern.colt.bitvector.BitVector
Clears all bits of the receiver.
clear(int) - Method in class cern.colt.bitvector.BitVector
Changes the bit with index bitIndex to the "clear" (false) state.
clear(long[], int) - Static method in class cern.colt.bitvector.QuickBitVector
Changes the bit with index bitIndex in the bitvector bits to the "clear" (false) state.
clear() - Method in class cern.colt.buffer.DoubleBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.DoubleBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.DoubleBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.IntBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.IntBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.IntBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.ObjectBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tboolean.BooleanBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tboolean.BooleanBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tboolean.BooleanBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tbyte.ByteBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tbyte.ByteBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tbyte.ByteBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tchar.CharBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tchar.CharBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tchar.CharBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tdouble.DoubleBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tdouble.DoubleBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tdouble.DoubleBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tfloat.FloatBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tfloat.FloatBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tfloat.FloatBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tint.IntBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tint.IntBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tint.IntBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tlong.LongBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tlong.LongBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tlong.LongBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tobject.ObjectBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tshort.ShortBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tshort.ShortBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.tshort.ShortBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.list.AbstractCollection
Removes all elements from the receiver.
clear() - Method in class cern.colt.list.AbstractList
Removes all elements from the receiver.
clear() - Method in class cern.colt.map.AbstractMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenDoubleIntHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenIntDoubleHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenIntIntHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenIntObjectHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenLongObjectHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tint.OpenIntIntHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.matrix.tbit.BitMatrix
Clears all bits of the receiver.
clear() - Method in class cern.colt.matrix.tbit.BitVector
Clears all bits of the receiver.
clear(int) - Method in class cern.colt.matrix.tbit.BitVector
Changes the bit with index bitIndex to the "clear" ( false) state.
clear(long[], int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Changes the bit with index bitIndex in the bitvector bits to the "clear" (false) state.
clear() - Method in class cern.hep.aida.bin.AbstractBin
Removes all elements from the receiver.
clear() - Method in class cern.hep.aida.bin.DynamicBin1D
Removes all elements from the receiver.
clear() - Method in class cern.hep.aida.bin.QuantileBin1D
Removes all elements from the receiver.
clear() - Method in class cern.hep.aida.bin.StaticBin1D
Removes all elements from the receiver.
clear() - Method in class cern.jet.stat.Buffer
Clears the receiver.
clear() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Removes all elements from the receiver.
clear() - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Clears the receiver.
clear() - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Removes all elements from the receiver.
clear() - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Removes all elements from the receiver.
clear() - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Removes all elements from the receiver.
clear() - Method in class hep.aida.ref.fitter.fitmethod.AbstractFitMethod
 
clear() - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
clear() - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
clear() - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
clear() - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
clear() - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
clear() - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
clear() - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner1D
 
clear() - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
clear() - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
clear() - Method in class hep.aida.ref.histogram.DataPoint
 
clear() - Method in class hep.aida.ref.histogram.DataPointSet
 
clear() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Removes all elements from the receiver.
clear() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Removes all elements from the receiver.
clear() - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Removes all elements from the receiver.
clear() - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Removes all elements from the receiver.
clear() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Removes all elements from the receiver.
clear() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Removes all elements from the receiver.
clear() - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Removes all elements from the receiver.
clear() - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Removes all elements from the receiver.
clear() - Method in class jhplot.H1D
Make a copy of the data holder
clear() - Method in class jhplot.H2D
 
clear() - Method in class jhplot.HBook
Remove all objects from the HBook
clear() - Method in class jhplot.HChart
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HChart
Clear the chart characterized by an index in X and Y.
clear() - Method in class jhplot.HGraph
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HGraph
Clear the graph characterized by an index in X and Y.
clear() - Method in class jhplot.HPlot
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HPlot
Clear the graph characterised by an index in X and Y.
clear() - Method in class jhplot.HPlot2D
Clear the current pad
clear() - Method in class jhplot.HPlot3D
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HPlot3D
Clear the graph characterized by an index in X and Y.
clear() - Method in class jhplot.HPlot3DP
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HPlot3DP
Clear the graph characterized by an index in X and Y.
clear() - Method in class jhplot.HView3D
Clear the current graph including graph settings.
clear(int, int) - Method in class jhplot.HView3D
Clear the graph characterized by an index in X and Y.
clear() - Method in class jhplot.HZirkel
Clear the canvas
clear() - Method in class jhplot.io.PBufFile.Record.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
clear() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
clear() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
clear() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
clear() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
clear() - Method in class jhplot.jadraw.JaAxes
Clear.
clear() - Method in class jhplot.math.num.DoubleArray
Remove all elements from this collection.
clear() - Method in class jhplot.P0D
Clear the container
clear() - Method in class jhplot.P0I
Clear the container
clear() - Method in class jhplot.P1D
Clear the container
clear() - Method in class jhplot.P2D
Clear the container
clear() - Method in class jhplot.P3D
Clear the container
clear() - Method in class jhplot.PND
Clear the container
clear() - Method in class jhplot.PNI
Clear the container
clear() - Method in class jhplot.SPlot
Clear the plot of all data points.
clear(int) - Method in class jhplot.SPlot
Clear the plot of data points in the specified dataset.
clear() - Method in class jminhep.cluster.DataHolder
Clear current data holder
clearAll() - Method in class jhplot.HChart
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HGraph
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HPlot
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HPlot2D
Clear all pads
clearAll() - Method in class jhplot.HPlot3D
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HPlot3DP
Clear all graphs from data and settings.
clearAll() - Method in class jhplot.HPlotJa
Clear the canvas from all objects
clearAll() - Method in class jhplot.HView3D
Clear all graphs from data and settings.
clearAllData() - Method in class jhplot.HPlot
Clear all graphs from the input data.
clearAllData() - Method in class jhplot.HPlotJa
Clear all data from all graphs.
clearAllentries() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearAllentries() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearBins() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearDa() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
clearDa() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
clearData() - Method in class jhplot.HChart
Clear plot from the data
clearData() - Method in class jhplot.HPlot
Clear the current graph from the input data.
clearData(int, int) - Method in class jhplot.HPlot
Clear data of the graph characterised by an index in X and Y.
clearData(int) - Method in class jhplot.HPlot
Remove one data set from the current plot.
clearData(int, int) - Method in class jhplot.HPlotJa
Clear the axis frame from the data
clearData() - Method in class jhplot.HPlotJa
Clear the axis frame from the data for the current pad.
clearDefinition() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
clearDefinition() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
clearDefinition() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
clearDefinition() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
clearDimension() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
clearDimension() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
clearDivU() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
clearDivV() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
clearEdges() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearEntries() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearEntries() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearEntry() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
clearErrors() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearErrors() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearF1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearF2D() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearFND() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearFPR() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearGroup() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
clearH1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearH2D() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearHeights() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearHeights() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearId() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
clearIda() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
clearIda() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
clearIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearLegends() - Method in class jhplot.SPlot
Clear all legends.
clearMax() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
clearMax() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearMaxX() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
clearMaxY() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
clearMean() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearMeans() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearMeansX() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearMeansY() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearMin() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
clearMin() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearMinX() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
clearMinY() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
clearName() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
clearName() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
clearName() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
clearName() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
clearNentries() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearNentries() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearObservable() - Method in class hep.aida.ref.event.ObserverAdapter
 
clearOutofrange() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearOverflow() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearP0D() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearP0I() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearP1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearPlot() - Method in class jhplot.HChart
Clear plot.
clearPND() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearPNI() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearPXY() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearPXYZ() - Method in class jhplot.io.PBufFile.Record.Builder
 
clearRms() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearRmses() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearRmsesX() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearRmsesY() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearSummary() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clearUnderflow() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clearValue() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
clearValue() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
clearValue() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
clearValue() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
clearVars() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
clearX() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearX() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
clearX() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
clearXleft() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearXright() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearXsysleft() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearXsysright() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearY() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearY() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
clearY() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
clearYlower() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearYsyslower() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearYsysupper() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearYupper() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clearZ() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
CleverChiSquaredFitMethod - Class in hep.aida.ref.fitter.fitmethod
 
CleverChiSquaredFitMethod() - Constructor for class hep.aida.ref.fitter.fitmethod.CleverChiSquaredFitMethod
 
CLimits - Class in jhpro.stat
Algorithm to compute 95% CL limits using the Likelihood ratio semi-Bayesian method.
CLimits(DataSource, int) - Constructor for class jhpro.stat.CLimits
Main constructor.
CLimits(DataSource, int, boolean) - Constructor for class jhpro.stat.CLimits
Main constructor.
CLimits(H1D, H1D, H1D, int) - Constructor for class jhpro.stat.CLimits
Get limits including statistical errors in the calculations.
CLimits(P1D, P1D, P1D, int) - Constructor for class jhpro.stat.CLimits
Initialize limit calculations including statistical errors in the calculations.
CLimits(H1D, H1D, H1D, double, double, double, String, int) - Constructor for class jhpro.stat.CLimits
Initialize limit calculations for one channel with systematic errors.
ClipBoardPrintable - Interface in jhplot.math.io
BSD License
clone() - Method in class cern.colt.bitvector.BitMatrix
Cloning this BitMatrix produces a new BitMatrix that is equal to it.
clone() - Method in class cern.colt.bitvector.BitVector
Cloning this BitVector produces a new BitVector that is equal to it.
clone() - Method in class cern.colt.list.AbstractBooleanList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractByteList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractCharList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractDoubleList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractFloatList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractIntList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractLongList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractShortList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.BooleanArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.ByteArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.CharArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.DoubleArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.FloatArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.IntArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.LongArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.ObjectArrayList
Returns a copy of the receiver such that the copy and the receiver share the same elements, but do not share the same array to index them; So modifying an object in the copy modifies the object in the receiver and vice versa; However, structurally modifying the copy (for example changing its size, setting other objects at indexes, etc.) does not affect the receiver and vice versa.
clone() - Method in class cern.colt.list.ShortArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tbyte.AbstractByteList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tbyte.ByteArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tchar.AbstractCharList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tchar.CharArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tfloat.FloatArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tint.AbstractIntList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tint.IntArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tlong.AbstractLongList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tlong.LongArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tobject.ObjectArrayList
Returns a copy of the receiver such that the copy and the receiver share the same elements, but do not share the same array to index them; So modifying an object in the copy modifies the object in the receiver and vice versa; However, structurally modifying the copy (for example changing its size, setting other objects at indexes, etc.) does not affect the receiver and vice versa.
clone() - Method in class cern.colt.list.tshort.AbstractShortList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.tshort.ShortArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenIntIntHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenIntObjectHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenLongObjectHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tint.OpenIntIntHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.matrix.linalg.Algebra
Returns a copy of the receiver.
clone() - Method in class cern.colt.matrix.tbit.BitMatrix
Cloning this BitMatrix produces a new BitMatrix that is equal to it.
clone() - Method in class cern.colt.matrix.tbit.BitVector
Cloning this BitVector produces a new BitVector that is equal to it.
clone() - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns a copy of the receiver.
clone() - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Returns a copy of the receiver.
clone() - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns a copy of the receiver.
clone() - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Returns a copy of the receiver.
clone() - Method in class cern.colt.PersistentObject
Returns a copy of the receiver.
clone() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns a deep copy of the receiver.
clone() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns a deep copy of the receiver.
clone() - Method in class cern.hep.aida.bin.QuantileBin1D
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.AbstractDistribution
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.BreitWignerMeanSquare
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.Empirical
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.EmpiricalWalker
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.engine.MersenneTwister
Returns a copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.NegativeBinomial
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.Poisson
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.sampling.RandomSampler
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.sampling.WeightedRandomSampler
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.tdouble.AbstractDoubleDistribution
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tdouble.BreitWignerMeanSquare
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tdouble.Empirical
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tdouble.EmpiricalWalker
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tdouble.engine.DoubleMersenneTwister
Returns a copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tdouble.NegativeBinomial
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tdouble.Poisson
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tdouble.sampling.DoubleRandomSampler
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.tfloat.AbstractFloatDistribution
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tfloat.engine.FloatMersenneTwister
Returns a copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.tfloat.sampling.FloatRandomSampler
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
Returns a deep copy of the receiver.
clone() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns a deep copy of the receiver.
clone() - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Returns a deep copy of the receiver.
clone() - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Returns a deep copy of the receiver.
clone() - Method in class flanagan.analysis.ErrorProp
 
clone() - Method in class flanagan.math.Matrix
 
clone() - Method in class hep.aida.ref.Annotation
 
clone() - Method in class hep.aida.ref.function.AbstractIFunction
 
clone(String, IFunction) - Method in class hep.aida.ref.function.FunctionCatalog
 
clone() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns a deep copy of the receiver.
clone() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns a deep copy of the receiver.
clone() - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Returns a deep copy of the receiver.
clone() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns a deep copy of the receiver.
clone() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns a deep copy of the receiver.
clone() - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Returns a deep copy of the receiver.
clone() - Method in class hephysics.vec.SpacePoint
Clone
clone() - Method in class jhplot.io.PBufFile.Record.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
clone() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
clone() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
clone() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
clone() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
clone() - Method in class jhplot.math.Complex
 
clone() - Method in class jhplot.math.ValueErr
 
clone() - Method in class jhpro.stat.DataSource
Allow cloning
cloneFunction(String, IFunction) - Method in class hep.aida.ref.function.FunctionFactory
 
close() - Method in class hep.aida.ref.tree.Tree
Closes the underlying store.
close() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
close() - Method in class hep.aida.ref.tuple.TupleCursor
 
close() - Method in class jhplot.HChart
Close the canvas (and dispose all components) Note: a memory leak is found - no time to investigate it.
close() - Method in class jhplot.HGraph
Close the canvas (and dispose all components) Note: a memory leak is found - no time to investgate it.
close() - Method in class jhplot.HPlot
Close the canvas (and dispose all components).
close() - Method in class jhplot.HPlot2D
Close the canvas (and dispose all components).
close() - Method in class jhplot.HPlot3D
Close the canvas (and dispose all components) Note: a memory leak is found - no time to study it.
close() - Method in class jhplot.HPlot3DP
Close the canvas (and dispose all components) Note: a memory leak is found - no time to study it.
close() - Method in class jhplot.HPlotJa
Close the canvas (and dispose all components).
close() - Method in class jhplot.HView3D
Close the canvas (and dispose all components) Note: a memory leak is found - no time to study it.
close() - Method in class jhplot.HZirkel
close current page
close() - Method in class jhplot.io.BaseRecordsFile
Closes the file.
close() - Method in class jhplot.io.csv.CSVReader
Closes the underlying reader.
close() - Method in class jhplot.io.csv.CSVWriter
Close the underlying stream writer flushing any buffered content.
close() - Method in class jhplot.io.EFile
Close the file
close() - Method in class jhplot.io.FileAida
Close the file
close() - Method in class jhplot.io.HDataBase
Close the file
close() - Method in class jhplot.io.HFile
Close the file
close() - Method in class jhplot.io.HFileXML
Close the file
close() - Method in class jhplot.io.PFile
Close the file
close() - Method in class jhplot.io.RecordsFile
Closes the database.
close() - Method in class jhplot.math.io.LEDataInputStream
 
close() - Method in class jhplot.math.io.LEDataOutputStream
 
close() - Method in class jhplot.math.io.LERandomAccessFile
 
closeButton - Variable in class jhplot.io.HFileBrowser
 
closeButton - Variable in class jhplot.io.PFileBrowser
 
Cloud - Class in hep.aida.ref.histogram
 
Cloud1D - Class in hep.aida.ref.histogram
 
Cloud1D() - Constructor for class hep.aida.ref.histogram.Cloud1D
Create a new Cloud1D
Cloud2D - Class in hep.aida.ref.histogram
 
Cloud2D() - Constructor for class hep.aida.ref.histogram.Cloud2D
Create a new Cloud2D
Cloud3D - Class in hep.aida.ref.histogram
 
Cloud3D() - Constructor for class hep.aida.ref.histogram.Cloud3D
Create a new Cloud3D
CLOUD_ARRAY_ENTRIES - Static variable in class hep.aida.ref.histogram.Cloud
 
cm - Static variable in class cern.clhep.Units
 
cm2 - Static variable in class cern.clhep.Units
 
cm3 - Static variable in class cern.clhep.Units
 
cmul(Vector3d) - Method in class jhplot.v3d.Vector3d
 
codeletString() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
codeletString() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
codeletString() - Method in class hep.aida.ref.function.AbstractIFunction
 
codeletString() - Method in class hep.aida.ref.function.BaseModelFunction
 
codeletString() - Method in class hep.aida.ref.function.SumOfFunctions
 
coefficientOfVariation() - Method in class flanagan.analysis.Stat
 
coefficientOfVariation(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
coefficientOfVariation(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
coefficientOfVariation(double[]) - Static method in class flanagan.analysis.Stat
 
coefficientOfVariation(float[]) - Static method in class flanagan.analysis.Stat
 
coefficientOfVariation(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
coefficientOfVariation(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
coefficientOfVariation(double[], double[]) - Static method in class flanagan.analysis.Stat
 
coefficientOfVariation(float[], float[]) - Static method in class flanagan.analysis.Stat
 
column(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
column(String) - Method in class hep.aida.ref.tuple.AbstractTuple
 
column(int) - Method in class hep.aida.ref.tuple.FTupleAdapter
 
column(int) - Method in class hep.aida.ref.tuple.Tuple
 
column(String) - Method in class hep.aida.ref.tuple.Tuple
 
columnByIndex(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnByIndex(int) - Method in interface hep.aida.ref.tuple.FTuple
 
columnByIndex(int) - Method in class hep.aida.ref.tuple.FTupleAdapter
 
columnByName(String) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnByName(String) - Method in interface hep.aida.ref.tuple.FTuple
 
columnByName(String) - Method in class hep.aida.ref.tuple.FTupleAdapter
 
columnDefaultString(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnDefaultString(int) - Method in class hep.aida.ref.tuple.ChainedTuple
 
columnDefaultString(int) - Method in class hep.aida.ref.tuple.Tuple
 
columnDefaultValue(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnDefaultValue(int) - Method in class hep.aida.ref.tuple.ChainedTuple
 
columnMatrix(double[]) - Static method in class flanagan.math.Matrix
 
columnMax(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnMax(int) - Method in class hep.aida.ref.tuple.ChainedTuple
Get the maximum value of a column.
columnMax(int) - Method in class hep.aida.ref.tuple.Tuple
 
columnMaxima() - Method in class flanagan.math.Matrix
 
columnMean(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnMean(int) - Method in class hep.aida.ref.tuple.ChainedTuple
Get the mean value of a column.
columnMean(int) - Method in class hep.aida.ref.tuple.Tuple
 
columnMeans() - Method in class flanagan.math.Matrix
 
columnMedians() - Method in class flanagan.math.Matrix
 
columnMin(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnMin(int) - Method in class hep.aida.ref.tuple.ChainedTuple
Get the minimum value of a column.
columnMin(int) - Method in class hep.aida.ref.tuple.Tuple
 
columnMinima() - Method in class flanagan.math.Matrix
 
columnName(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnName(int) - Method in class hep.aida.ref.tuple.ChainedTuple
Get the name of a column from its index
columnName(int) - Method in interface hep.aida.ref.tuple.FTuple
 
columnName(int) - Method in class hep.aida.ref.tuple.FTupleAdapter
 
columnName(int) - Method in class hep.aida.ref.tuple.Tuple
 
columnNames() - Method in class hep.aida.ref.tuple.AbstractTuple
 
ColumnPositionMappingStrategy - Class in jhplot.io.csv.bean
Copyright 2007 Kyle Miller.
ColumnPositionMappingStrategy() - Constructor for class jhplot.io.csv.bean.ColumnPositionMappingStrategy
 
columnRanges() - Method in class flanagan.math.Matrix
 
columnRms(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnRms(int) - Method in class hep.aida.ref.tuple.ChainedTuple
Get the rms of a column.
columnRms(int) - Method in class hep.aida.ref.tuple.Tuple
 
columns() - Method in class cern.colt.bitvector.BitMatrix
Returns the number of columns of the receiver.
columns() - Method in class cern.colt.matrix.AbstractMatrix2D
Returns the number of columns.
columns() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the number of columns.
columns() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of columns.
columns() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of columns.
columns() - Method in class cern.colt.matrix.tbit.BitMatrix
Returns the number of columns of the receiver.
COLUMNS - Static variable in class cern.jet.random.engine.RandomSeedTable
The number of columns of the matrix (currently COLUMNS = 2).
COLUMNS - Static variable in class cern.jet.random.tdouble.engine.RandomSeedTable
The number of columns of the matrix (currently COLUMNS = 2).
columns() - Method in class hep.aida.ref.tuple.AbstractTuple
 
columns() - Method in class hep.aida.ref.tuple.ChainedTuple
Get the number of columns in the Tuple.
columns() - Method in interface hep.aida.ref.tuple.FTuple
 
columns() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
columns() - Method in class hep.aida.ref.tuple.Tuple
 
columnStandardDeviations() - Method in class flanagan.math.Matrix
 
columnStandardErrors() - Method in class flanagan.math.Matrix
 
columnStride() - Method in class cern.colt.matrix.AbstractMatrix2D
Returns the column stride.
columnStride() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the column stride.
columnSums() - Method in class flanagan.math.Matrix
 
columnType(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnType(int) - Method in class hep.aida.ref.tuple.ChainedTuple
Get the type of the column from its index
columnType(int) - Method in interface hep.aida.ref.tuple.FTuple
 
columnType(int) - Method in class hep.aida.ref.tuple.FTupleAdapter
 
columnType(int) - Method in class hep.aida.ref.tuple.Tuple
 
columnTypes() - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnValue(int, Value) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnValue(int, FTupleCursor, Value) - Method in class hep.aida.ref.tuple.AbstractTuple
 
columnValue(int, Value) - Method in class hep.aida.ref.tuple.ChainedTuple
 
columnValue(int, FTupleCursor, Value) - Method in interface hep.aida.ref.tuple.FTuple
 
columnValue(int, FTupleCursor, Value) - Method in class hep.aida.ref.tuple.FTupleAdapter
 
columnValue(int, FTupleCursor, Value) - Method in class hep.aida.ref.tuple.Tuple
 
columnValue(int, Value) - Method in class hep.aida.ref.tuple.Tuple
 
columnVariances() - Method in class flanagan.math.Matrix
 
columnVector(double[]) - Static method in class jhplot.math.DoubleArray
Converts an n element array into an n x 1 matrix.
combineErr(int) - Method in class jhplot.P1D
Add 1st and 2nd level in quadrature and attribute the combined error to 1st level error.
commit() - Method in class hep.aida.ref.tree.Tree
Commit any open transaction to the underlying store(s).
commonwealthDay() - Method in class flanagan.math.TimeAndDate
 
commonwealthDay(int) - Method in class flanagan.math.TimeAndDate
 
communalities() - Method in class flanagan.analysis.PCA
 
communalityWeights() - Method in class flanagan.analysis.PCA
 
compactness(double[][], int[], int, double[][]) - Static method in class jminhep.cluster.Get
This method returns the cluster compactness
compare(byte, byte) - Method in interface cern.colt.function.ByteComparator
Compares its two arguments for order.
compare(char, char) - Method in interface cern.colt.function.CharComparator
Compares its two arguments for order.
compare(double, double) - Method in interface cern.colt.function.DoubleComparator
Compares its two arguments for order.
compare(float, float) - Method in interface cern.colt.function.FloatComparator
Compares its two arguments for order.
compare(int, int) - Method in interface cern.colt.function.IntComparator
Compares its two arguments for order.
compare(long, long) - Method in interface cern.colt.function.LongComparator
Compares its two arguments for order.
compare(short, short) - Method in interface cern.colt.function.ShortComparator
Compares its two arguments for order.
compare(byte, byte) - Method in interface cern.colt.function.tbyte.ByteComparator
Compares its two arguments for order.
compare(char, char) - Method in interface cern.colt.function.tchar.CharComparator
Compares its two arguments for order.
compare(double, double) - Method in interface cern.colt.function.tdouble.DoubleComparator
Compares its two arguments for order.
compare(float, float) - Method in interface cern.colt.function.tfloat.FloatComparator
Compares its two arguments for order.
compare(int, int) - Method in interface cern.colt.function.tint.IntComparator
Compares its two arguments for order.
compare(long, long) - Method in interface cern.colt.function.tlong.LongComparator
Compares its two arguments for order.
compare(short, short) - Method in interface cern.colt.function.tshort.ShortComparator
Compares its two arguments for order.
compare(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.doublealgo.DoubleMatrix1DComparator
Compares its two arguments for order.
compare(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.doublealgo.DoubleMatrix2DComparator
Compares its two arguments for order.
compare(ObjectMatrix1D, ObjectMatrix1D) - Method in interface cern.colt.matrix.objectalgo.ObjectMatrix1DComparator
Compares its two arguments for order.
compare(ObjectMatrix2D, ObjectMatrix2D) - Method in interface cern.colt.matrix.objectalgo.ObjectMatrix2DComparator
Compares its two arguments for order.
compare(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleMatrix1DComparator
Compares its two arguments for order.
compare(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleMatrix2DComparator
Compares its two arguments for order.
compare(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatMatrix1DComparator
Compares its two arguments for order.
compare(FloatMatrix2D, FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.FloatMatrix2DComparator
Compares its two arguments for order.
compare(IntMatrix1D, IntMatrix1D) - Method in interface cern.colt.matrix.tint.algo.IntMatrix1DComparator
Compares its two arguments for order.
compare(IntMatrix2D, IntMatrix2D) - Method in interface cern.colt.matrix.tint.algo.IntMatrix2DComparator
Compares its two arguments for order.
compare(LongMatrix1D, LongMatrix1D) - Method in interface cern.colt.matrix.tlong.algo.LongMatrix1DComparator
Compares its two arguments for order.
compare(LongMatrix2D, LongMatrix2D) - Method in interface cern.colt.matrix.tlong.algo.LongMatrix2DComparator
Compares its two arguments for order.
compare(ObjectMatrix1D, ObjectMatrix1D) - Method in interface cern.colt.matrix.tobject.algo.ObjectMatrix1DComparator
Compares its two arguments for order.
compare(ObjectMatrix2D, ObjectMatrix2D) - Method in interface cern.colt.matrix.tobject.algo.ObjectMatrix2DComparator
Compares its two arguments for order.
compare - Static variable in class cern.jet.math.Functions
Function that returns a < b ? -1 : a > b ? 1 : 0.
compare(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b ? -1 : a > b ? 1 : 0.
compare - Static variable in class cern.jet.math.IntFunctions
Function that returns a < b ? -1 : a > b ? 1 : 0.
compare(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a < b ? -1 : a > b ? 1 : 0.
compare - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a < b ? -1 : a > b ? 1 : 0.
compare(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a < b ? -1 : a > b ? 1 : 0.
compare - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a < b ? -1 : a > b ? 1 : 0.
compare(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a < b ? -1 : a > b ? 1 : 0.
compare - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a < b ? -1 : a > b ? 1 : 0.
compare(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a < b ? -1 : a > b ? 1 : 0.
compare - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a < b ? -1 : a > b ? 1 : 0.
compare(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a < b ? -1 : a > b ? 1 : 0.
compare(double, double) - Static method in class flanagan.math.Fmath
 
compare(int, int) - Static method in class flanagan.math.Fmath
 
compare(long, long) - Static method in class flanagan.math.Fmath
 
compare(float, float) - Static method in class flanagan.math.Fmath
 
compare(byte, byte) - Static method in class flanagan.math.Fmath
 
compare(short, short) - Static method in class flanagan.math.Fmath
 
compareWith(AbstractBin1D) - Method in class cern.hep.aida.bin.AbstractBin1D
Computes the deviations from the receiver's measures to another bin's measures.
compareWith(AbstractBin1D) - Method in class cern.hep.aida.bin.MightyStaticBin1D
Computes the deviations from the receiver's measures to another bin's measures.
compareWith(AbstractBin1D) - Method in class cern.hep.aida.bin.QuantileBin1D
Computes the deviations from the receiver's measures to another bin's measures.
compareWith(AbstractDoubleBin1D) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Computes the deviations from the receiver's measures to another bin's measures.
compareWith(AbstractDoubleBin1D) - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Computes the deviations from the receiver's measures to another bin's measures.
compareWith(AbstractDoubleBin1D) - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Computes the deviations from the receiver's measures to another bin's measures.
compareWith(AbstractFloatBin1D) - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Computes the deviations from the receiver's measures to another bin's measures.
compareWith(AbstractFloatBin1D) - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Computes the deviations from the receiver's measures to another bin's measures.
compareWith(AbstractFloatBin1D) - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Computes the deviations from the receiver's measures to another bin's measures.
complementaryRegularisedGammaFunction(double, double) - Static method in class flanagan.analysis.Stat
 
complementaryRegularizedGammaFunction(double, double) - Static method in class flanagan.analysis.Stat
 
Complex - Class in jhplot.math
Complex implements a complex number and defines complex arithmetic and mathematical functions Last Updated February 27, 2001 Copyright 1997-2001
Complex(double, double) - Constructor for class jhplot.math.Complex
Constructs the complex number z = u + i*v
componentHidden(ComponentEvent) - Method in class jhplot.GHFrame
 
componentHidden(ComponentEvent) - Method in class jhplot.GHPanel
 
componentMoved(ComponentEvent) - Method in class jhplot.GHFrame
 
componentMoved(ComponentEvent) - Method in class jhplot.GHPanel
 
componentResized(ComponentEvent) - Method in class jhplot.GHPanel
 
componentShown(ComponentEvent) - Method in class jhplot.GHFrame
 
componentShown(ComponentEvent) - Method in class jhplot.GHPanel
 
compose(DoubleMatrix2D[][]) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a block matrix made from the given parts.
compose(ObjectMatrix2D[][]) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a block matrix made from the given parts.
compose(DComplexMatrix2D[][]) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a block matrix made from the given parts.
compose(DoubleMatrix2D[][]) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a block matrix made from the given parts.
compose(FComplexMatrix2D[][]) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a block matrix made from the given parts.
compose(FloatMatrix2D[][]) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a block matrix made from the given parts.
compose(IntMatrix2D[][]) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a block matrix made from the given parts.
compose(LongMatrix2D[][]) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a block matrix made from the given parts.
compose(ObjectMatrix2D[][]) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Constructs a block matrix made from the given parts.
composeBidiagonal(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a bidiagonal block matrix from the given parts.
composeBidiagonal(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a bidiagonal block matrix from the given parts.
composeBidiagonal(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a bidiagonal block matrix from the given parts.
composeBidiagonal(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a bidiagonal block matrix from the given parts.
composeBidiagonal(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.IntFactory2D
 
composeBidiagonal(LongMatrix2D, LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongFactory2D
 
composeDiagonal(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(DoubleMatrix2D, DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(ObjectMatrix2D, ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(DComplexMatrix2D, DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(DoubleMatrix2D, DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(FComplexMatrix2D, FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(FloatMatrix2D, FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(IntMatrix2D, IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(LongMatrix2D, LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(LongMatrix2D, LongMatrix2D, LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(ObjectMatrix2D, ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Constructs a diagonal block matrix from the given parts.
computeMatrix() - Method in class jhplot.v3d.Model3d
 
concatenate(Stat) - Method in class flanagan.analysis.Stat
 
concatenate(ArrayMaths) - Method in class flanagan.analysis.Stat
 
concatenate(double[]) - Method in class flanagan.analysis.Stat
 
concatenate(float[]) - Method in class flanagan.analysis.Stat
 
concatenate(long[]) - Method in class flanagan.analysis.Stat
 
concatenate(int[]) - Method in class flanagan.analysis.Stat
 
concatenate(short[]) - Method in class flanagan.analysis.Stat
 
concatenate(byte[]) - Method in class flanagan.analysis.Stat
 
concatenate(char[]) - Method in class flanagan.analysis.Stat
 
concatenate(Double[]) - Method in class flanagan.analysis.Stat
 
concatenate(Float[]) - Method in class flanagan.analysis.Stat
 
concatenate(Long[]) - Method in class flanagan.analysis.Stat
 
concatenate(Integer[]) - Method in class flanagan.analysis.Stat
 
concatenate(Short[]) - Method in class flanagan.analysis.Stat
 
concatenate(Byte[]) - Method in class flanagan.analysis.Stat
 
concatenate(Character[]) - Method in class flanagan.analysis.Stat
 
concatenate(String[]) - Method in class flanagan.analysis.Stat
 
concatenate(BigDecimal[]) - Method in class flanagan.analysis.Stat
 
concatenate(BigInteger[]) - Method in class flanagan.analysis.Stat
 
concatenate(Complex[]) - Method in class flanagan.analysis.Stat
 
concatenate(Phasor[]) - Method in class flanagan.analysis.Stat
 
concatenate(double[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Double[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(float[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Float[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(long[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Long[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(int[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Integer[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(short[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Short[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(byte[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Byte[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(BigDecimal[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(BigInteger[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Complex[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Phasor[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(String[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(char[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(Character[]) - Method in class flanagan.math.ArrayMaths
 
concatenate(ArrayMaths) - Method in class flanagan.math.ArrayMaths
 
concatenate(Stat) - Method in class flanagan.math.ArrayMaths
 
concatenate(double[], double[]) - Static method in class flanagan.math.Fmath
 
concatenate(float[], float[]) - Static method in class flanagan.math.Fmath
 
concatenate(int[], int[]) - Static method in class flanagan.math.Fmath
 
concatenate(long[], long[]) - Static method in class flanagan.math.Fmath
 
concatenate(short[], short[]) - Static method in class flanagan.math.Fmath
 
concatenate(byte[], byte[]) - Static method in class flanagan.math.Fmath
 
concatenate(char[], char[]) - Static method in class flanagan.math.Fmath
 
concatenate(String[], String[]) - Static method in class flanagan.math.Fmath
 
concatenate(Object[], Object[]) - Static method in class flanagan.math.Fmath
 
concatenate(File, File) - Static method in class jhplot.math.io.ASCIIFile
 
cond(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the condition of matrix A, which is the ratio of largest to smallest singular value.
cond() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the two norm condition number, which is max(S) / min(S).
cond() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns the two norm condition number, which is max(S) / min(S).
cond(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the condition of matrix A, which is the ratio of largest to smallest singular value.
cond() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns the two norm condition number, which is max(S) / min(S).
cond(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the condition of matrix A, which is the ratio of largest to smallest singular value.
cond(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
cond() - Method in class jhplot.math.SingularValueDecomposition
Two norm condition number
Cone - Class in jhplot.v3d
Build a cone.
Cone(Model3d, float, int, Vector3d) - Constructor for class jhplot.v3d.Cone
 
Cone(Model3d, float, int, float) - Constructor for class jhplot.v3d.Cone
 
ConfidenceLevel - Class in jhpro.stat
Confidence level calculations.
ConfidenceLevel() - Constructor for class jhpro.stat.ConfidenceLevel
Default constructor.
ConfidenceLevel(int) - Constructor for class jhpro.stat.ConfidenceLevel
Construct ConfLevel
ConfidenceLevel(int, boolean) - Constructor for class jhpro.stat.ConfidenceLevel
Build confidence level.
ConfInterval - Class in jhpro.stat
Computes the mean, standard deviation and 95% approximate confidence interval.
ConfInterval(P0D) - Constructor for class jhpro.stat.ConfInterval
Initialize calculation of confidence interval.
conj(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
conj - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
conj(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
conj - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
conj() - Method in class jhplot.math.Complex
Complex conjugate of this Complex number (the conjugate of x+i*y is x-i*y).
Connectable - Interface in hep.aida.ref.event
 
ConnectEvent - Class in hep.aida.ref.event
An event send to AIDAListeners if connection between AIDA object and it's data provider is re-open
ConnectEvent(Object) - Constructor for class hep.aida.ref.event.ConnectEvent
 
ConnectEvent(Object, boolean) - Constructor for class hep.aida.ref.event.ConnectEvent
 
constant(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns the constant c.
constant(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns the constant c.
constant(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
constant(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns the constant c.
constant(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
constant(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns the constant c.
constant(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns the constant c.
constant(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns the constant c.
constant() - Method in class flanagan.analysis.Regression
 
constantPlot(String, String) - Method in class flanagan.analysis.Regression
 
constantPlot() - Method in class flanagan.analysis.Regression
 
Constants - Class in cern.jet.math
Defines some useful constants.
Constants - Interface in jhplot.math.num
Common constants found in mathematical formulas.
constraints() - Method in class hep.aida.ref.fitter.FitResult
 
constraints() - Method in class hep.aida.ref.fitter.Fitter
 
ContainerManagedObject - Class in hep.aida.ref
 
ContainerManagedObject(String) - Constructor for class hep.aida.ref.ContainerManagedObject
 
contains(boolean) - Method in class cern.colt.list.AbstractBooleanList
Returns true if the receiver contains the specified element.
contains(byte) - Method in class cern.colt.list.AbstractByteList
Returns true if the receiver contains the specified element.
contains(char) - Method in class cern.colt.list.AbstractCharList
Returns true if the receiver contains the specified element.
contains(double) - Method in class cern.colt.list.AbstractDoubleList
Returns true if the receiver contains the specified element.
contains(float) - Method in class cern.colt.list.AbstractFloatList
Returns true if the receiver contains the specified element.
contains(int) - Method in class cern.colt.list.AbstractIntList
Returns true if the receiver contains the specified element.
contains(long) - Method in class cern.colt.list.AbstractLongList
Returns true if the receiver contains the specified element.
contains(short) - Method in class cern.colt.list.AbstractShortList
Returns true if the receiver contains the specified element.
contains(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns true if the receiver contains the specified element.
contains(boolean) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns true if the receiver contains the specified element.
contains(byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns true if the receiver contains the specified element.
contains(char) - Method in class cern.colt.list.tchar.AbstractCharList
Returns true if the receiver contains the specified element.
contains(double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns true if the receiver contains the specified element.
contains(float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns true if the receiver contains the specified element.
contains(int) - Method in class cern.colt.list.tint.AbstractIntList
Returns true if the receiver contains the specified element.
contains(long) - Method in class cern.colt.list.tlong.AbstractLongList
Returns true if the receiver contains the specified element.
contains(Object, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns true if the receiver contains the specified element.
contains(short) - Method in class cern.colt.list.tshort.AbstractShortList
Returns true if the receiver contains the specified element.
contains(double) - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns whether the specified element is contained in the receiver.
contains(double) - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Returns whether the specified element is contained in the receiver.
contains(double) - Method in class jhplot.P0D
Returns true if value exists
contains(Integer) - Method in class jhplot.P0I
Returns true if value exists
contains(double, double) - Method in class jhplot.shapes.HShape
 
containsFunction(IFunction) - Method in class hep.aida.ref.function.SumOfFunctions
 
containsKey(double) - Method in class cern.colt.map.AbstractDoubleIntMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.AbstractIntDoubleMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.AbstractIntIntMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
Returns true if the receiver contains the specified key.
containsKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
Returns true if the receiver contains the specified key.
containsKey(double) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns true if the receiver contains the specified key.
containsKey(double) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns true if the receiver contains the specified key.
containsKey(double) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Returns true if the receiver contains the specified key.
containsKey(double) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Returns true if the receiver contains the specified key.
containsKey(float) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns true if the receiver contains the specified key.
containsKey(float) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns true if the receiver contains the specified key.
containsKey(float) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Returns true if the receiver contains the specified key.
containsKey(float) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Returns true if the receiver contains the specified key.
containsValue(int) - Method in class cern.colt.map.AbstractDoubleIntMap
Returns true if the receiver contains the specified value.
containsValue(double) - Method in class cern.colt.map.AbstractIntDoubleMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.AbstractIntIntMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.AbstractIntObjectMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.AbstractLongObjectMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns true if the receiver contains the specified value.
containsValue(double) - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.OpenIntIntHashMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.OpenIntObjectHashMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.OpenLongObjectHashMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns true if the receiver contains the specified value.
containsValue(long) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns true if the receiver contains the specified value.
containsValue(double) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns true if the receiver contains the specified value.
containsValue(double) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Returns true if the receiver contains the specified value.
containsValue(long) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Returns true if the receiver contains the specified value.
containsValue(double) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Returns true if the receiver contains the specified value.
containsValue(double) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns true if the receiver contains the specified value.
containsValue(long) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns true if the receiver contains the specified value.
containsValue(float) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns true if the receiver contains the specified value.
containsValue(float) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Returns true if the receiver contains the specified value.
containsValue(long) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Returns true if the receiver contains the specified value.
containsValue(float) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Returns true if the receiver contains the specified value.
containsValue(float) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Returns true if the receiver contains the specified value.
containsValue(long) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns true if the receiver contains the specified value.
containsValue(long) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns true if the receiver contains the specified value.
containsValue(long) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Returns true if the receiver contains the specified value.
containsValue(long) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Returns true if the receiver contains the specified value.
contFract(double, double, double) - Static method in class flanagan.analysis.Stat
 
ContinuedFraction - Class in jhplot.math.num
This class provides the means to evaluate continued fractions (1).
ContinuousDistribution - Class in jhplot.math.num.pdf
Base continuous distribution.
ContinuousDistribution() - Constructor for class jhplot.math.num.pdf.ContinuousDistribution
 
ContinuousRandomVariable - Interface in jhplot.math.num.random
A random variable generator for a continuous distribution.
Conv - Class in flanagan.math
 
Conv() - Constructor for class flanagan.math.Conv
 
converged(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
converged(double, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
converged(double) - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
converged(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
converged(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Checks for convergence
converged(double, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Checks for convergence
converged(double) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Checks for convergence
converged(DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Checks for convergence
converged(double, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
 
converged(double) - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
 
converged(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
converged(float, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
converged(float) - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
converged(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
converged(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Checks for convergence
converged(float, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Checks for convergence
converged(float) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Checks for convergence
converged(FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Checks for convergence
converged(float, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
 
converged(float) - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
 
ConvergenceException - Exception in jhplot.math.num
The exception raised when an iterative method fails to converge.
ConvergenceException(String) - Constructor for exception jhplot.math.num.ConvergenceException
Create an execption with the given message.
conversionBins() - Method in class hep.aida.ref.histogram.Cloud1D
 
conversionBinsX() - Method in class hep.aida.ref.histogram.Cloud2D
 
conversionBinsX() - Method in class hep.aida.ref.histogram.Cloud3D
 
conversionBinsY() - Method in class hep.aida.ref.histogram.Cloud2D
 
conversionBinsY() - Method in class hep.aida.ref.histogram.Cloud3D
 
conversionBinsZ() - Method in class hep.aida.ref.histogram.Cloud3D
 
conversionLowerEdge() - Method in class hep.aida.ref.histogram.Cloud1D
 
conversionLowerEdgeX() - Method in class hep.aida.ref.histogram.Cloud2D
 
conversionLowerEdgeX() - Method in class hep.aida.ref.histogram.Cloud3D
 
conversionLowerEdgeY() - Method in class hep.aida.ref.histogram.Cloud2D
 
conversionLowerEdgeY() - Method in class hep.aida.ref.histogram.Cloud3D
 
conversionLowerEdgeZ() - Method in class hep.aida.ref.histogram.Cloud3D
 
conversionUpperEdge() - Method in class hep.aida.ref.histogram.Cloud1D
 
conversionUpperEdgeX() - Method in class hep.aida.ref.histogram.Cloud2D
 
conversionUpperEdgeX() - Method in class hep.aida.ref.histogram.Cloud3D
 
conversionUpperEdgeY() - Method in class hep.aida.ref.histogram.Cloud2D
 
conversionUpperEdgeY() - Method in class hep.aida.ref.histogram.Cloud3D
 
conversionUpperEdgeZ() - Method in class hep.aida.ref.histogram.Cloud3D
 
convert(int, double, double) - Method in class hep.aida.ref.histogram.Cloud1D
Convert the ICloud to an IHistogram.
convert(double[]) - Method in class hep.aida.ref.histogram.Cloud1D
Convert the ICloud to an IHistogram by specifying the bin edges.
convert(int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.Cloud2D
Convert the Cloud to a Histogram.
convert(double[], double[]) - Method in class hep.aida.ref.histogram.Cloud2D
Convert the ICloud to an IHistogram by specifying the bin edges.
convert(int, double, double, int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.Cloud3D
Convert the Cloud to a Histogram.
convert(double[], double[], double[]) - Method in class hep.aida.ref.histogram.Cloud3D
 
convert_BigDecimal_to_BigInteger(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_byte(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_Byte(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_double(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_Double(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_float(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_Float(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_int(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_Integer(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_long(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_Long(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_short(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigDecimal_to_Short(BigDecimal) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_BigDecimal(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_byte(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_Byte(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_double(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_Double(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_float(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_Float(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_int(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_Integer(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_long(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_Long(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_short(BigInteger) - Static method in class flanagan.math.Conv
 
convert_BigInteger_to_Short(BigInteger) - Static method in class flanagan.math.Conv
 
convert_byte_to_BigDecimal(byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_BigDecimal(Byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_BigInteger(byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_BigInteger(Byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_double(byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_Double(byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_double(Byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_Double(Byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_float(byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_Float(byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_float(Byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_Float(Byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_int(byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_int(Byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_Integer(byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_Integer(Byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_long(byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_Long(byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_long(Byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_Long(Byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_short(byte) - Static method in class flanagan.math.Conv
 
convert_byte_to_Short(byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_short(Byte) - Static method in class flanagan.math.Conv
 
convert_Byte_to_Short(Byte) - Static method in class flanagan.math.Conv
 
convert_Complex_to_Phasor(Complex) - Static method in class flanagan.math.Conv
 
convert_double_to_BigDecimal(double) - Static method in class flanagan.math.Conv
 
convert_Double_to_BigDecimal(Double) - Static method in class flanagan.math.Conv
 
convert_double_to_BigInteger(double) - Static method in class flanagan.math.Conv
 
convert_Double_to_BigInteger(Double) - Static method in class flanagan.math.Conv
 
convert_double_to_BigInteger(float) - Static method in class flanagan.math.Conv
 
convert_double_to_byte(double) - Static method in class flanagan.math.Conv
 
convert_double_to_Byte(double) - Static method in class flanagan.math.Conv
 
convert_Double_to_byte(Double) - Static method in class flanagan.math.Conv
 
convert_Double_to_Byte(Double) - Static method in class flanagan.math.Conv
 
convert_double_to_float(double) - Static method in class flanagan.math.Conv
 
convert_double_to_Float(double) - Static method in class flanagan.math.Conv
 
convert_Double_to_float(Double) - Static method in class flanagan.math.Conv
 
convert_Double_to_Float(Double) - Static method in class flanagan.math.Conv
 
convert_double_to_int(double) - Static method in class flanagan.math.Conv
 
convert_Double_to_int(Double) - Static method in class flanagan.math.Conv
 
convert_double_to_Integer(double) - Static method in class flanagan.math.Conv
 
convert_Double_to_Integer(Double) - Static method in class flanagan.math.Conv
 
convert_double_to_long(double) - Static method in class flanagan.math.Conv
 
convert_double_to_Long(double) - Static method in class flanagan.math.Conv
 
convert_Double_to_long(Double) - Static method in class flanagan.math.Conv
 
convert_Double_to_Long(Double) - Static method in class flanagan.math.Conv
 
convert_double_to_short(double) - Static method in class flanagan.math.Conv
 
convert_double_to_Short(double) - Static method in class flanagan.math.Conv
 
convert_Double_to_short(Double) - Static method in class flanagan.math.Conv
 
convert_Double_to_Short(Double) - Static method in class flanagan.math.Conv
 
convert_float_to_BigDecimal(float) - Static method in class flanagan.math.Conv
 
convert_Float_to_BigDecimal(Float) - Static method in class flanagan.math.Conv
 
convert_Float_to_BigInteger(Float) - Static method in class flanagan.math.Conv
 
convert_float_to_byte(float) - Static method in class flanagan.math.Conv
 
convert_float_to_Byte(float) - Static method in class flanagan.math.Conv
 
convert_Float_to_byte(Float) - Static method in class flanagan.math.Conv
 
convert_Float_to_Byte(Float) - Static method in class flanagan.math.Conv
 
convert_float_to_double(float) - Static method in class flanagan.math.Conv
 
convert_float_to_Double(float) - Static method in class flanagan.math.Conv
 
convert_Float_to_double(Float) - Static method in class flanagan.math.Conv
 
convert_Float_to_Double(Float) - Static method in class flanagan.math.Conv
 
convert_float_to_int(float) - Static method in class flanagan.math.Conv
 
convert_Float_to_int(Float) - Static method in class flanagan.math.Conv
 
convert_float_to_Integer(float) - Static method in class flanagan.math.Conv
 
convert_Float_to_Integer(Float) - Static method in class flanagan.math.Conv
 
convert_float_to_long(float) - Static method in class flanagan.math.Conv
 
convert_float_to_Long(float) - Static method in class flanagan.math.Conv
 
convert_Float_to_long(Float) - Static method in class flanagan.math.Conv
 
convert_Float_to_Long(Float) - Static method in class flanagan.math.Conv
 
convert_float_to_short(float) - Static method in class flanagan.math.Conv
 
convert_float_to_Short(float) - Static method in class flanagan.math.Conv
 
convert_Float_to_short(Float) - Static method in class flanagan.math.Conv
 
convert_Float_to_Short(Float) - Static method in class flanagan.math.Conv
 
convert_int_to_BigDecimal(int) - Static method in class flanagan.math.Conv
 
convert_int_to_BigInteger(int) - Static method in class flanagan.math.Conv
 
convert_int_to_byte(int) - Static method in class flanagan.math.Conv
 
convert_int_to_Byte(int) - Static method in class flanagan.math.Conv
 
convert_int_to_double(int) - Static method in class flanagan.math.Conv
 
convert_int_to_Double(int) - Static method in class flanagan.math.Conv
 
convert_int_to_float(int) - Static method in class flanagan.math.Conv
 
convert_int_to_Float(int) - Static method in class flanagan.math.Conv
 
convert_int_to_long(int) - Static method in class flanagan.math.Conv
 
convert_int_to_Long(int) - Static method in class flanagan.math.Conv
 
convert_int_to_short(int) - Static method in class flanagan.math.Conv
 
convert_int_to_Short(int) - Static method in class flanagan.math.Conv
 
convert_Integer_to_BigDecimal(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_BigInteger(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_byte(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_Byte(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_double(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_Double(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_float(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_Float(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_long(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_Long(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_short(Integer) - Static method in class flanagan.math.Conv
 
convert_Integer_to_Short(Integer) - Static method in class flanagan.math.Conv
 
convert_long_to_BigDecimal(long) - Static method in class flanagan.math.Conv
 
convert_Long_to_BigDecimal(Long) - Static method in class flanagan.math.Conv
 
convert_long_to_BigInteger(long) - Static method in class flanagan.math.Conv
 
convert_Long_to_BigInteger(Long) - Static method in class flanagan.math.Conv
 
convert_long_to_byte(long) - Static method in class flanagan.math.Conv
 
convert_long_to_Byte(long) - Static method in class flanagan.math.Conv
 
convert_Long_to_byte(Long) - Static method in class flanagan.math.Conv
 
convert_Long_to_Byte(Long) - Static method in class flanagan.math.Conv
 
convert_long_to_double(long) - Static method in class flanagan.math.Conv
 
convert_long_to_Double(long) - Static method in class flanagan.math.Conv
 
convert_Long_to_double(Long) - Static method in class flanagan.math.Conv
 
convert_Long_to_Double(Long) - Static method in class flanagan.math.Conv
 
convert_long_to_float(long) - Static method in class flanagan.math.Conv
 
convert_long_to_Float(long) - Static method in class flanagan.math.Conv
 
convert_Long_to_float(Long) - Static method in class flanagan.math.Conv
 
convert_Long_to_Float(Long) - Static method in class flanagan.math.Conv
 
convert_long_to_int(long) - Static method in class flanagan.math.Conv
 
convert_Long_to_int(Long) - Static method in class flanagan.math.Conv
 
convert_long_to_Integer(long) - Static method in class flanagan.math.Conv
 
convert_Long_to_Integer(Long) - Static method in class flanagan.math.Conv
 
convert_long_to_short(long) - Static method in class flanagan.math.Conv
 
convert_long_to_Short(long) - Static method in class flanagan.math.Conv
 
convert_Long_to_short(Long) - Static method in class flanagan.math.Conv
 
convert_Long_to_Short(Long) - Static method in class flanagan.math.Conv
 
convert_Phasor_to_Complex(Phasor) - Static method in class flanagan.math.Conv
 
convert_short_to_BigDecimal(short) - Static method in class flanagan.math.Conv
 
convert_Short_to_BigDecimal(Short) - Static method in class flanagan.math.Conv
 
convert_short_to_BigInteger(short) - Static method in class flanagan.math.Conv
 
convert_Short_to_BigInteger(Short) - Static method in class flanagan.math.Conv
 
convert_short_to_byte(short) - Static method in class flanagan.math.Conv
 
convert_short_to_Byte(short) - Static method in class flanagan.math.Conv
 
convert_Short_to_byte(Short) - Static method in class flanagan.math.Conv
 
convert_Short_to_Byte(Short) - Static method in class flanagan.math.Conv
 
convert_short_to_double(short) - Static method in class flanagan.math.Conv
 
convert_short_to_Double(short) - Static method in class flanagan.math.Conv
 
convert_Short_to_double(Short) - Static method in class flanagan.math.Conv
 
convert_Short_to_Double(Short) - Static method in class flanagan.math.Conv
 
convert_short_to_float(short) - Static method in class flanagan.math.Conv
 
convert_short_to_Float(short) - Static method in class flanagan.math.Conv
 
convert_Short_to_float(Short) - Static method in class flanagan.math.Conv
 
convert_Short_to_Float(Short) - Static method in class flanagan.math.Conv
 
convert_short_to_int(short) - Static method in class flanagan.math.Conv
 
convert_Short_to_int(Short) - Static method in class flanagan.math.Conv
 
convert_short_to_Integer(short) - Static method in class flanagan.math.Conv
 
convert_Short_to_Integer(Short) - Static method in class flanagan.math.Conv
 
convert_short_to_long(short) - Static method in class flanagan.math.Conv
 
convert_short_to_Long(short) - Static method in class flanagan.math.Conv
 
convert_Short_to_long(Short) - Static method in class flanagan.math.Conv
 
convert_Short_to_Long(Short) - Static method in class flanagan.math.Conv
 
convertBigWtoLittleW() - Method in class flanagan.analysis.Stat
 
convertBigWtoLittleW(double[]) - Static method in class flanagan.analysis.Stat
 
convertBigWtoLittleW(float[]) - Static method in class flanagan.analysis.Stat
 
convertBigWtoLittleW(Complex[]) - Static method in class flanagan.analysis.Stat
 
convertBigWtoLittleW(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
convertBigWtoLittleW(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
convertDoubleParameter(String, double) - Static method in class jhplot.HCellular
Converts a String parameter into a double parameter.
Converter - Class in cern.hep.aida.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.
Converter() - Constructor for class cern.hep.aida.ref.Converter
Creates a new histogram converter.
convertIntParameter(String, int) - Static method in class jhplot.HCellular
Converts a String parameter into an integer parameter.
convertToHighest() - Method in class flanagan.analysis.Stat
 
convertToHighest() - Method in class flanagan.math.ArrayMaths
 
convertToHistogram() - Method in class hep.aida.ref.histogram.Cloud
Convert the ICloud to an IHistogram using the default number of bins.
convertToHistogram() - Method in class hep.aida.ref.histogram.Cloud1D
 
convertToHistogram() - Method in class hep.aida.ref.histogram.Cloud2D
 
convertToHistogram() - Method in class hep.aida.ref.histogram.Cloud3D
 
coordinate(int) - Method in class hep.aida.ref.histogram.DataPoint
 
coordToIndex(double) - Method in class cern.hep.aida.ref.FixedAxis
 
coordToIndex(double) - Method in class cern.hep.aida.ref.VariableAxis
 
coordToIndex(double) - Method in class hep.aida.ref.histogram.FixedAxis
Get the bin's index corresponding to an axis's value.
coordToIndex(double) - Method in class hep.aida.ref.histogram.Histogram1D
Convenience method, equivalent to axis().coordToIndex(coord).
coordToIndex(double) - Method in class hep.aida.ref.histogram.Profile1D
 
coordToIndex(double) - Method in class hep.aida.ref.histogram.VariableAxis
 
coordToIndex(double) - Method in interface hep.aida.tdouble.DoubleIAxis
Converts a coordinate on the axis to a bin number.
coordToIndex(double) - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
coordToIndex(double) - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
coordToIndex(float) - Method in interface hep.aida.tfloat.FloatIAxis
Converts a coordinate on the axis to a bin number.
coordToIndex(float) - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
coordToIndex(float) - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
coordToIndexX(double) - Method in class hep.aida.ref.histogram.Histogram2D
Convenience method, equivalent to xAxis().coordToIndex(coord).
coordToIndexX(double) - Method in class hep.aida.ref.histogram.Histogram3D
Convenience method, equivalent to xAxis().coordToIndex(coord).
coordToIndexX(double) - Method in class hep.aida.ref.histogram.Profile2D
 
coordToIndexY(double) - Method in class hep.aida.ref.histogram.Histogram2D
Convenience method, equivalent to yAxis().coordToIndex(coord).
coordToIndexY(double) - Method in class hep.aida.ref.histogram.Histogram3D
Convenience method, equivalent to yAxis().coordToIndex(coord).
coordToIndexY(double) - Method in class hep.aida.ref.histogram.Profile2D
 
coordToIndexZ(double) - Method in class hep.aida.ref.histogram.Histogram3D
Convenience method, equivalent to zAxis().coordToIndex(coord).
copy() - Method in class cern.colt.bitvector.BitMatrix
Returns a shallow clone of the receiver; calls clone() and casts the result.
copy() - Method in class cern.colt.bitvector.BitVector
Returns a deep copy of the receiver; calls clone() and casts the result.
copy() - Method in class cern.colt.list.BooleanArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.ByteArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.CharArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.DoubleArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.FloatArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.IntArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.LongArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.ObjectArrayList
Returns a copy of the receiver; call clone() and casts the result.
copy() - Method in class cern.colt.list.ShortArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.tbyte.ByteArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.tchar.CharArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.tfloat.FloatArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.tint.IntArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.tlong.LongArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.tobject.ObjectArrayList
Returns a copy of the receiver; call clone() and casts the result.
copy() - Method in class cern.colt.list.tshort.ShortArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractIntIntMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tbit.BitMatrix
Returns a shallow clone of the receiver; calls clone() and casts the result.
copy() - Method in class cern.colt.matrix.tbit.BitVector
Returns a deep copy of the receiver; calls clone() and casts the result.
copy() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tint.IntMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a deep copy of the receiver.
copy(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
copy() - Method in class flanagan.analysis.ErrorProp
 
copy(ErrorProp[]) - Static method in class flanagan.analysis.ErrorProp
 
copy(ErrorProp[][]) - Static method in class flanagan.analysis.ErrorProp
 
copy() - Method in class flanagan.analysis.Stat
 
copy() - Method in class flanagan.math.ArrayMaths
 
copy(Matrix) - Static method in class flanagan.math.Matrix
 
copy() - Method in class flanagan.math.Matrix
 
copy() - Method in class hephysics.particle.HEParticle
Make an exact copy of this particle
copy() - Method in class hephysics.particle.LParticle
Make an exact copy of this particle
copy(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
New copy
copy() - Method in class hephysics.vec.HepLorentzVector
Make exact copy
copy() - Method in class jhplot.bsom.Matrix
Copy the matrix.
copy() - Method in class jhplot.H1D
Make a copy of the data holder
copy(String) - Method in class jhplot.H1D
Get exact copy of the current histogram.
copy(String) - Method in class jhplot.H2D
Get exact copy of the current histogram.
copy() - Method in class jhplot.H2D
Make a copy of the data holder
copy() - Method in class jhplot.HProf1D
Make a copy of the data holder
copy(String) - Method in class jhplot.HProf1D
Get exact copy of the current histogram.
copy() - Method in class jhplot.jadraw.JaAxes
Returns an exact copy of this Label.
copy() - Method in class jhplot.jadraw.JaBlob
Returns an exact copy of this JaBlob.
copy() - Method in class jhplot.jadraw.JaBox
Returns an exact copy of this Label.
copy() - Method in class jhplot.jadraw.JaFArc
Returns an exact copy of this JaFArc.
copy() - Method in class jhplot.jadraw.JaFLine
Returns an exact copy of this JaFLine.
copy() - Method in class jhplot.jadraw.JaFLoop
Returns an exact copy of this JaFLoop.
copy() - Method in class jhplot.jadraw.JaGArc
Returns an exact copy of this JaGArc.
copy() - Method in class jhplot.jadraw.JaGlArc
Returns an exact copy of this JaGlArc.
copy() - Method in class jhplot.jadraw.JaGLine
Returns an exact copy of this JaGLine.
copy() - Method in class jhplot.jadraw.JaGlLine
Returns an exact copy of this JaGlLine.
copy() - Method in class jhplot.jadraw.JaGlLoop
Returns an exact copy of this JaGlLoop.
copy() - Method in class jhplot.jadraw.JaGLoop
Returns an exact copy of this JaGLoop.
copy() - Method in class jhplot.jadraw.JaKey
Returns an exact copy of this label.
copy() - Method in class jhplot.jadraw.JaLatexText
Returns an exact copy of this JaLatexText.
copy() - Method in class jhplot.jadraw.JaLine
Returns an exact copy of this JaFLine.
copy(JaLoopObject) - Method in class jhplot.jadraw.JaLoopObject
Returns an exact copy of this JaxoLoop.
COPY - Static variable in class jhplot.jadraw.JaObject
An integer that indicates the current edit mode COPY.
copy() - Method in class jhplot.jadraw.JaObject
Returns an exact copy of the given JaObject.
copy() - Method in class jhplot.jadraw.JaPArc
Returns an exact copy of this JaPArc.
copy() - Method in class jhplot.jadraw.JaPLine
Returns an exact copy of this JaPLine.
copy() - Method in class jhplot.jadraw.JaPLoop
Returns an exact copy of this JaPLoop.
copy() - Method in class jhplot.jadraw.JaSArc
Returns an exact copy of this JaSArc.
copy() - Method in class jhplot.jadraw.JaSLine
Returns an exact copy of this JaSLine.
copy() - Method in class jhplot.jadraw.JaSLoop
Returns an exact copy of this JaSLoop.
copy() - Method in class jhplot.jadraw.JaText
Returns an exact copy of this label.
copy() - Method in class jhplot.jadraw.JaTextBox
Returns an exact copy of this Label.
copy(JaVertex) - Method in class jhplot.jadraw.JaVertex
Returns an exact copy of this JaVertex.
copy() - Method in class jhplot.jadraw.JaVertexT1
Returns an exact copy of this JaVertexT1.
copy() - Method in class jhplot.jadraw.JaVertexT2
Returns an exact copy of this JaVertexT1.
copy() - Method in class jhplot.jadraw.JaVertexT3
Returns an exact copy of this JaVertexT3.
copy() - Method in class jhplot.jadraw.JaVertexT4
Returns an exact copy of this JaVertexT4.
copy() - Method in class jhplot.jadraw.JaVertexT5
Returns an exact copy of this JaVertexT1.
copy() - Method in class jhplot.jadraw.JaVertexT6
Returns an exact copy of this JaVertexT6.
copy() - Method in class jhplot.jadraw.JaZigZagLine
Returns an exact copy of this JaZigZagLine.
copy(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(long[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(float[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(double[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns a copy of the array.
copy(double[]) - Static method in class jhplot.math.DoubleArray
Generate a copy of an array
copy(double[][]) - Static method in class jhplot.math.DoubleArray
Generate a copy of a matrix
copy(int[]) - Static method in class jhplot.math.IntegerArray
 
copy(int[][]) - Static method in class jhplot.math.IntegerArray
 
copy(ValueErr) - Static method in class jhplot.math.ValueErr
Copy value
copy() - Method in class jhplot.math.ValueErr
Copy a single ValueErr
copy(ValueErr[]) - Static method in class jhplot.math.ValueErr
 
copy(ValueErr[][]) - Static method in class jhplot.math.ValueErr
Deep copy a 2D array of ValueErr numbers
copy() - Method in class jhplot.P0D
Get a copy of the current holder
copy(String) - Method in class jhplot.P0D
Create an exact copy of the current P0D.
copy() - Method in class jhplot.P0I
Get a copy of the current holder
copy(String) - Method in class jhplot.P0I
Create an exact copy of the current P0I.
copy(String) - Method in class jhplot.P1D
create an exact of the current holder
copy() - Method in class jhplot.P1D
Make a new data holder with the same title from the current one.
copy() - Method in class jhplot.P2D
Get a copy of the current holder
copy(String) - Method in class jhplot.P2D
create an exact of the current holder
copy(String) - Method in class jhplot.PND
Create an exact copy of the current P0D.
copy(String) - Method in class jhplot.PNI
Create an exact copy of the current P0D.
copy(Vector3d) - Method in class jhplot.v3d.Vector3d
 
copy() - Method in class jhpro.stat.DataKeeper
Make a copy
copyFile(File, File) - Static method in class jhplot.math.io.DataFile
 
copyFile(File, File) - Static method in class jhplot.v3d.Util
Copies the contents of any disk file to a specified output file.
copyLinePars(LinePars) - Method in class jhplot.DrawOptions
Copy drawing options.
copyObject(Object) - Static method in class flanagan.math.Conv
 
copyObject(Object) - Static method in class flanagan.math.Fmath
 
copyPos(Position) - Method in class jhplot.v3d.Position
 
core() - Method in class hep.aida.ref.function.BaseModelFunction
 
coreChanged() - Method in interface hep.aida.ref.function.FunctionCoreListener
 
corpusChristi() - Method in class flanagan.math.TimeAndDate
 
corpusChristi(int) - Method in class flanagan.math.TimeAndDate
 
corrCoeff(double[], double[]) - Static method in class flanagan.analysis.Stat
 
corrCoeff(float[], float[]) - Static method in class flanagan.analysis.Stat
 
corrCoeff(int[], int[]) - Static method in class flanagan.analysis.Stat
 
corrCoeff(double[], double[], double[]) - Static method in class flanagan.analysis.Stat
 
corrCoeff(int, int, int, int) - Static method in class flanagan.analysis.Stat
 
corrCoeff(int[][]) - Static method in class flanagan.analysis.Stat
 
corrCoeffPDF(double, int) - Static method in class flanagan.analysis.Stat
 
corrCoeffPdf(double, int) - Static method in class flanagan.analysis.Stat
 
corrCoeffProb(double, int) - Static method in class flanagan.analysis.Stat
 
correlate(double[]) - Method in class flanagan.math.FourierTransform
 
correlate(double[], double[]) - Method in class flanagan.math.FourierTransform
 
correlatedGaussianArrays(double, double, double, double, double, int) - Method in class flanagan.math.PsRandom
 
correlatedNormalArrays(double, double, double, double, double, int) - Method in class flanagan.math.PsRandom
 
correlation(DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Modifies the given covariance matrix to be a correlation matrix (in-place).
correlation(DoubleMatrix2D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Modifies the given covariance matrix to be a correlation matrix (in-place).
correlation(FloatMatrix2D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Modifies the given covariance matrix to be a correlation matrix (in-place).
correlation(DynamicBin1D) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the correlation of two bins, which is corr(x,y) = covariance(x,y) / (stdDev(x)*stdDev(y)) (Pearson's correlation coefficient).
correlation(DoubleArrayList, double, DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the correlation of two data sequences.
correlation(DoubleArrayList, double, DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the correlation of two data sequences.
correlation(FloatArrayList, float, FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the correlation of two data sequences.
correlation(DynamicDoubleBin1D) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the correlation of two bins, which is corr(x,y) = covariance(x,y) / (stdDev(x)*stdDev(y)) (Pearson's correlation coefficient).
correlation(DynamicFloatBin1D) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the correlation of two bins, which is corr(x,y) = covariance(x,y) / (stdDev(x)*stdDev(y)) (Pearson's correlation coefficient).
correlation(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the (linear) correlation between two arrays.
correlation(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the (linear) correlation between two arrays.
correlation(double[], double[]) - Static method in class jhplot.math.StatisticSample
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
correlation(double[][], double[][]) - Static method in class jhplot.math.StatisticSample
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
correlation(double[][]) - Static method in class jhplot.math.StatisticSample
Correlation
correlation(P0D) - Method in class jhplot.P0D
Returns the correlation coefficient.
correlation(P0I) - Method in class jhplot.P0I
Returns the correlation coefficient.
correlation(double[], double[]) - Static method in class jhplot.stat.Statistics
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
correlation(double[][], double[][]) - Static method in class jhplot.stat.Statistics
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
correlation(double[][]) - Static method in class jhplot.stat.Statistics
Correlation
correlationMatrix() - Method in class flanagan.analysis.PCA
 
correlationObject() - Method in class hep.aida.ref.fitter.fitmethod.AbstractFitMethod
 
cos - Static variable in class cern.jet.math.Functions
Function that returns Math.cos(a).
cos(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
cos - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
cos - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.cos(a).
cos(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
cos - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
cos - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.cos(a).
cos(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
cos(double, double, double, double, double, double) - Static method in class flanagan.math.Fmath
 
cos(double, double, double) - Static method in class flanagan.math.Fmath
 
cos(double) - Static method in class flanagan.math.Fmath
 
cos() - Method in class jhplot.math.Complex
Cosine of this Complex number (doesn't change this Complex number).
cos(ValueErr) - Static method in class jhplot.math.ValueErr
Cosine of a value wth error
cosh(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
cosh(double) - Static method in class flanagan.math.Fmath
 
cosh() - Method in class jhplot.math.Complex
Hyperbolic cosine of this Complex number (doesn't change this Complex number).
cosh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the hyperbolic cosine of x.
cosh(ValueErr) - Static method in class jhplot.math.ValueErr
Hyperbolic cosine
cosPhi() - Method in class hephysics.vec.SpacePoint
cos(phi)
cosTheta() - Method in class hephysics.vec.Hep3Vector
cosTheta
cosTheta(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Cosine Theta
cosTheta() - Method in class hephysics.vec.HepLorentzVector
cosTheta
cosTheta() - Method in class hephysics.vec.SpacePoint
cos(theta)
cosTheta(Hep3Vector) - Static method in class hephysics.vec.VecOp
 
cot(double) - Static method in class flanagan.math.Fmath
 
coth(double) - Static method in class flanagan.math.Fmath
 
coulomb - Static variable in class cern.clhep.Units
 
countSortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending numerical order (false < true).
countSortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Sorts the specified range of the receiver into ascending numerical order.
countSortFromTo(int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Sorts the specified range of the receiver into ascending numerical order (false < true).
countSortFromTo(int, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Sorts the specified range of the receiver into ascending numerical order.
covariance(DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns the covariance matrix of the given matrix.
covariance(DoubleMatrix2D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Constructs and returns the covariance matrix of the given matrix.
covariance(FloatMatrix2D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Constructs and returns the covariance matrix of the given matrix.
covariance(DynamicBin1D) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the covariance of two bins, which is cov(x,y) = (1/size()) * Sum((x[i]-mean(x)) * (y[i]-mean(y))).
covariance(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the covariance of two data sequences, which is cov(x,y) = (1/(size()-1)) * Sum((x[i]-mean(x)) * (y[i]-mean(y))).
covariance(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the covariance of two data sequences, which is cov(x,y) = (1/(size()-1)) * Sum((x[i]-mean(x)) * (y[i]-mean(y))) .
covariance(FloatArrayList, FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the covariance of two data sequences, which is cov(x,y) = (1/(size()-1)) * Sum((x[i]-mean(x)) * (y[i]-mean(y))) .
covariance(double[], double[]) - Static method in class flanagan.analysis.Stat
 
covariance(float[], float[]) - Static method in class flanagan.analysis.Stat
 
covariance(int[], int[]) - Static method in class flanagan.analysis.Stat
 
covariance(long[], long[]) - Static method in class flanagan.analysis.Stat
 
covariance(double[], double[], double[]) - Static method in class flanagan.analysis.Stat
 
covariance(DynamicDoubleBin1D) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the covariance of two bins, which is cov(x,y) = (1/size()) * Sum((x[i]-mean(x)) * (y[i]-mean(y))).
covariance(DynamicFloatBin1D) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the covariance of two bins, which is cov(x,y) = (1/size()) * Sum((x[i]-mean(x)) * (y[i]-mean(y))).
covariance(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the covariance.
covariance(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the covariance.
covariance(double[], double[]) - Static method in class jhplot.math.StatisticSample
Covariance
covariance(double[][], double[][]) - Static method in class jhplot.math.StatisticSample
Covariance
covariance(double[][]) - Static method in class jhplot.math.StatisticSample
Covariance
covariance(P0D) - Method in class jhplot.P0D
Returns the covariance
covariance(P0I) - Method in class jhplot.P0I
Returns the covariance
covariance(double[], double[]) - Static method in class jhplot.stat.Statistics
Covariance
covariance(double[][], double[][]) - Static method in class jhplot.stat.Statistics
Covariance
covariance(double[][]) - Static method in class jhplot.stat.Statistics
Covariance
covarianceMatrix() - Method in class flanagan.analysis.PCA
 
covers(double) - Static method in class flanagan.math.Fmath
 
covMatrixElement(int, int) - Method in class hep.aida.ref.fitter.FitResult
 
cp(String, String) - Method in class hep.aida.ref.tree.Tree
Copy an object from a path to another.
cp(String, String, boolean) - Method in class hep.aida.ref.tree.Tree
Copy an object from a path to another.
create(String) - Method in class cern.colt.matrix.FormerFactory
Constructs and returns a new format instance.
create(String) - Method in class cern.colt.matrix.impl.FormerFactory
Constructs and returns a new format instance.
create(Object) - Static method in class hep.aida.ref.fitter.fitdata.FitDataCreator
 
create(String) - Method in class hep.aida.ref.function.FunctionCatalog
 
create(String, String) - Method in class hep.aida.ref.function.FunctionCatalog
 
create(String, String, int) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, String, int, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, int, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, int) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IHistogram1D) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IHistogram1D, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IHistogram2D) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IHistogram2D, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IHistogram3D) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IHistogram3D, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, ICloud1D) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, ICloud1D, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, ICloud2D) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, ICloud2D, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, ICloud3D) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, ICloud3D, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IProfile1D) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IProfile1D, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IProfile2D) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create(String, IProfile2D, String) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
create() - Method in class hep.aida.ref.tree.TreeFactory
Creates a new tree and associates it with a store.
create(String) - Method in class hep.aida.ref.tree.TreeFactory
Creates a new tree and associates it with a store.
create(String, String) - Method in class hep.aida.ref.tree.TreeFactory
Creates a new tree and associates it with a store.
create(String, String, boolean) - Method in class hep.aida.ref.tree.TreeFactory
Creates a new tree and associates it with a store.
create(String, String, boolean, boolean) - Method in class hep.aida.ref.tree.TreeFactory
Creates a new tree and associates it with a store.
create(String, String, boolean, boolean, String) - Method in class hep.aida.ref.tree.TreeFactory
Creates a new tree and associates it with a store.
create(String, String, String[], Class[], String) - Method in class hep.aida.ref.tuple.TupleFactory
Create an NTuple
create(String, String, String[], Class[]) - Method in class hep.aida.ref.tuple.TupleFactory
 
create(String, String, String, String) - Method in class hep.aida.ref.tuple.TupleFactory
Create an NTuple
create(String, String, String) - Method in class hep.aida.ref.tuple.TupleFactory
 
create1DConnection(Object) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create1DConnection(IHistogram1D) - Method in class hep.aida.ref.fitter.fitdata.FitData
1D connections.
create1DConnection(IProfile1D) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create1DConnection(ICloud1D) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create1DConnection(IDataPointSet, int, int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create1DConnection(double[], double[], double[]) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create2DConnection(IHistogram2D) - Method in class hep.aida.ref.fitter.fitdata.FitData
2D connections.
create2DConnection(IHistogram2D, int, int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create2DConnection(IProfile2D) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create2DConnection(IProfile2D, int, int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create2DConnection(ICloud2D) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create2DConnection(ICloud2D, int, int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create2DConnection(IDataPointSet, int, int, int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create3DConnection(IHistogram3D) - Method in class hep.aida.ref.fitter.fitdata.FitData
3D connections.
create3DConnection(IHistogram3D, int, int, int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create3DConnection(ICloud3D) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create3DConnection(ICloud3D, int, int, int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
create3DConnection(IDataPointSet, int, int, int, int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
createBean() - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
createBean() - Method in interface jhplot.io.csv.bean.MappingStrategy
 
createChained(String, String, ITuple[]) - Method in class hep.aida.ref.tuple.TupleFactory
Create a logical chain of ITuples.
createChained(String, String, String[]) - Method in class hep.aida.ref.tuple.TupleFactory
 
createCloud1D(String, String, int, String) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a Cloud1D, and unbinned 1-dimensional Histogram.
createCloud1D(String, String, int) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCloud1D(String, String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCloud1D(String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCloud2D(String, String, int, String) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a Cloud2D, and unbinned 2-dimensional Histogram.
createCloud2D(String, String, int) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCloud2D(String, String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCloud2D(String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCloud3D(String, String, int, String) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a Cloud3D, and unbinned 3-dimensional Histogram.
createCloud3D(String, String, int) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCloud3D(String, String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCloud3D(String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createColumn(ITuple, int) - Static method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory
 
createConnection(IDataPointSet, int[], int) - Method in class hep.aida.ref.fitter.fitdata.FitData
Generic connections.
createConnection(ITuple, IEvaluator[]) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
createConnection(ITuple, String[]) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
createContour(IFitData, IFitResult, String, String, int, double) - Method in class hep.aida.ref.fitter.Fitter
 
createCopy(String, IDataPointSet) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createCopy(String, ICloud1D) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCopy(String, ICloud2D) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCopy(String, ICloud3D) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCopy(String, IHistogram1D) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCopy(String, IHistogram2D) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCopy(String, IHistogram3D) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCopy(String, IProfile1D) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCopy(String, IProfile2D) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createCopy(String, ITuple) - Method in class hep.aida.ref.tuple.TupleFactory
Create a copy of an ITuple.
createDataPointSetFactory(ITree, String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createEvaluator(String) - Method in class hep.aida.ref.tuple.TupleFactory
Create IEvaluator.
createFilter(String) - Method in class hep.aida.ref.tuple.TupleFactory
Create IFilter.
createFilter(String, int, int) - Method in class hep.aida.ref.tuple.TupleFactory
 
createFilter(String, int) - Method in class hep.aida.ref.tuple.TupleFactory
 
createFiltered(String, ITuple, IFilter) - Method in class hep.aida.ref.tuple.TupleFactory
 
createFiltered(String, ITuple, IFilter, String[]) - Method in class hep.aida.ref.tuple.TupleFactory
 
createFitData() - Method in class hep.aida.ref.fitter.FitFactory
 
createFitFactory(String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createFitter() - Method in class hep.aida.ref.fitter.FitFactory
 
createFitter(String) - Method in class hep.aida.ref.fitter.FitFactory
 
createFitter(String, String) - Method in class hep.aida.ref.fitter.FitFactory
 
createFitter(String, String, String) - Method in class hep.aida.ref.fitter.FitFactory
 
createFolderColumn(String, Tuple, String, Tuple) - Static method in class hep.aida.ref.tuple.Tuple.TupleColumnFactory
 
createFromCodelet(String) - Method in class hep.aida.ref.function.FunctionCreator
 
createFromCodelet(String, String) - Method in class hep.aida.ref.function.FunctionCreator
 
createFunctionByName(String, String) - Method in class hep.aida.ref.function.FunctionFactory
Create function from a name registered in the catalog.
createFunctionFactory(ITree, String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createFunctionFromScript(String, int, String, String, String) - Method in class hep.aida.ref.function.FunctionFactory
Create function from script.
createFunctionFromScript(String, int, String, String, String, String) - Method in class hep.aida.ref.function.FunctionFactory
Create function from script.
createGenericFactory(String, String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createHistogram1D(String, String, int, double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram1D(String, String, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram1D(String, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram1D(String, String, double[], String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram1D(String, String, double[]) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram2D(String, String, int, double, double, int, double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a IHistogram2D.
createHistogram2D(String, String, int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram2D(String, int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram2D(String, String, double[], double[], String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram2D(String, String, double[], double[]) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram3D(String, String, int, double, double, int, double, double, int, double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a IHistogram3D.
createHistogram3D(String, String, int, double, double, int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram3D(String, int, double, double, int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram3D(String, String, double[], double[], double[], String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogram3D(String, String, double[], double[], double[]) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createHistogramFactory(ITree, String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createJELFunctionCore(int, String, String, String) - Method in class hep.aida.ref.function.JELBaseModelFunction
 
createLatexPanel() - Method in class jhplot.jadraw.JaLatexText
Creates a new Panel that display a Label with the String specifying this JaLatexText.
createManagedObjectGenericFactory(String, ITree, String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createNamedTree(String, String, String) - Method in class hep.aida.ref.tree.TreeFactory
 
createNamedTree(String, String, String, int) - Method in class hep.aida.ref.tree.TreeFactory
 
createNamedTree(String, String, String, int, String) - Method in class hep.aida.ref.tree.TreeFactory
 
createOptionsString(Map) - Static method in class hep.aida.ref.AidaUtils
 
createPlotterFactory() - Method in class hep.aida.ref.AnalysisFactory
 
createPlotterFactory(String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createProfile1D(String, String, int, double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a IProfile1D.
createProfile1D(String, String, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile1D(String, String, int, double, double, double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile1D(String, String, int, double, double, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile1D(String, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile1D(String, int, double, double, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile1D(String, String, double[], String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile1D(String, String, double[]) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile1D(String, String, double[], double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile1D(String, String, double[], double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, String, int, double, double, int, double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a IProfile2D.
createProfile2D(String, String, int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, String, int, double, double, int, double, double, double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, String, int, double, double, int, double, double, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, int, double, double, int, double, double, double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, String, double[], double[], String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, String, double[], double[]) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, String, double[], double[], double, double, String) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createProfile2D(String, String, double[], double[], double, double) - Method in class hep.aida.ref.histogram.HistogramFactory
 
createScan1D(IFitData, IFunction, String, int, double, double) - Method in class hep.aida.ref.fitter.Fitter
 
createTree() - Method in class hep.aida.ref.tree.TreeFactory
Creates a new tree and associates it with a store.
createTree(String) - Method in class hep.aida.ref.tree.TreeFactory
 
createTree(String, String) - Method in class hep.aida.ref.tree.TreeFactory
 
createTree(String, String, String) - Method in class hep.aida.ref.tree.TreeFactory
 
createTree(String, String, int) - Method in class hep.aida.ref.tree.TreeFactory
 
createTree(String, String, int, String) - Method in class hep.aida.ref.tree.TreeFactory
 
createTreeFactory(String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createTupleColumn(String, Class, Value, Tuple) - Static method in class hep.aida.ref.tuple.Tuple.TupleColumnFactory
 
createTupleColumn(String, Class, Value, String, Tuple) - Static method in class hep.aida.ref.tuple.Tuple.TupleColumnFactory
 
createTupleFactory(ITree, String) - Method in class hep.aida.ref.BatchAnalysisFactory
 
createX(String, double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createX(String, String, double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createX(String, double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createX(String, String, double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createXY(String, double[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createXY(String, String, double[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createXY(String, double[], double[], double[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createXY(String, String, double[], double[], double[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createXYZ(String, double[], double[], double[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createXYZ(String, String, double[], double[], double[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createXYZ(String, double[], double[], double[], double[], double[], double[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createXYZ(String, String, double[], double[], double[], double[], double[], double[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createY(String, double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createY(String, double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createY(String, String, double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
createY(String, String, double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
Cronbach - Class in flanagan.analysis
 
Cronbach() - Constructor for class flanagan.analysis.Cronbach
 
cross(Hep3Vector, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Cross product of 2 vectors
cross(Hep3Vector, Hep3Vector) - Static method in class hephysics.vec.VecOp
 
crossSqDistance(Matrix) - Method in class jhplot.bsom.Matrix
Cross squared Euclidean distance Matrix: Z_{ij} = ||X_i - Y_j||^2
csc(double) - Static method in class flanagan.math.Fmath
 
csch(double) - Static method in class flanagan.math.Fmath
 
CSVReader - Class in jhplot.io.csv
A very simple CSV reader released under a commercial-friendly license.
CSVReader(Reader) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(String) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(Reader, char) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(String, char) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(Reader, char, char) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(String, char, char) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, int) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(String, char, char, int) - Constructor for class jhplot.io.csv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CsvToBean - Class in jhplot.io.csv.bean
 
CsvToBean() - Constructor for class jhplot.io.csv.bean.CsvToBean
 
CSVWriter - Class in jhplot.io.csv
A very simple CSV writer released under a commercial-friendly license.
CSVWriter(Writer) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter using a comma for the separator.
CSVWriter(String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter using a comma for the separator.
CSVWriter(Writer, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator.
CSVWriter(String, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator.
CSVWriter(Writer, char, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(String, char, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, char) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(String, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
CSVWriter(String, char, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
cube(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
2-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
cube(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
3-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
cube(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
2-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
cube(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
3-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
cube(FloatMatrix1D, FloatMatrix1D, FloatMatrix1D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
2-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
cube(FloatMatrix1D, FloatMatrix1D, FloatMatrix1D, FloatMatrix1D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
3-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
Cube - Class in jhplot.v3d
Build a cube
Cube(Model3d, float) - Constructor for class jhplot.v3d.Cube
 
CubicSpline - Class in flanagan.interpolation
 
CubicSpline(double[], double[]) - Constructor for class flanagan.interpolation.CubicSpline
 
CubicSpline(int) - Constructor for class flanagan.interpolation.CubicSpline
 
CubicSplineFast - Class in flanagan.interpolation
 
CubicSplineFast(double[], double[]) - Constructor for class flanagan.interpolation.CubicSplineFast
 
CubicSplineFast(int) - Constructor for class flanagan.interpolation.CubicSplineFast
 
CubicSplineShort - Class in flanagan.interpolation
 
CubicSplineShort(double[], double[]) - Constructor for class flanagan.interpolation.CubicSplineShort
 
CubicSplineShort(int) - Constructor for class flanagan.interpolation.CubicSplineShort
 
cumProduct(double[]) - Static method in class jhplot.math.DoubleArray
Calculates cumulative product of the values in an array.
cumProduct(double[][]) - Static method in class jhplot.math.DoubleArray
Calculates the cumulative product of each column in a matrix.
cumSum(double[]) - Static method in class jhplot.math.DoubleArray
Calculates the cumulative sum of an array.
cumSum(double[][]) - Static method in class jhplot.math.DoubleArray
Calculates the cumulative sum of each column in a matrix.
cumulativePercentage() - Method in class flanagan.analysis.PCA
 
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Beta
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Binomial
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Cauchy
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.ChiSquared
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.ContinuousDistribution
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.DiscreteDistribution
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Exponential
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.FDistribution
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Gamma
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Geometric
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Hypergeometric
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Laplace
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Logistic
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.LogNormal
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.NegativeBinomial
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Normal
The CDF for this distribution.
cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Poisson
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Rayleigh
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.TDistribution
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Uniform
The CDF for this distribution.
cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Weibull
The CDF for this distribution.
cupUStoPintUK(double) - Static method in class flanagan.math.Conv
 
cupUStoPintUK(double) - Static method in class flanagan.math.Fmath
 
curie - Static variable in class cern.clhep.Units
 
cursor() - Method in class hep.aida.ref.tuple.AbstractTuple
 
cursor() - Method in interface hep.aida.ref.tuple.FTuple
 
cursor() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
curtosis() - Method in class flanagan.analysis.Stat
 
curtosis(double[]) - Static method in class flanagan.analysis.Stat
 
curtosis(float[]) - Static method in class flanagan.analysis.Stat
 
curtosis(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
curtosis(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
curtosis(long[]) - Static method in class flanagan.analysis.Stat
 
curtosis(int[]) - Static method in class flanagan.analysis.Stat
 
curtosis_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
curtosis_as_double() - Method in class flanagan.analysis.Stat
 
curtosisExcess() - Method in class flanagan.analysis.Stat
 
curtosisExcess(double[]) - Static method in class flanagan.analysis.Stat
 
curtosisExcess(float[]) - Static method in class flanagan.analysis.Stat
 
curtosisExcess(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
curtosisExcess(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
curtosisExcess(long[]) - Static method in class flanagan.analysis.Stat
 
curtosisExcess(int[]) - Static method in class flanagan.analysis.Stat
 
curtosisExcess_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
curtosisExcess_as_double() - Method in class flanagan.analysis.Stat
 
Cylinder - Class in jhplot.v3d
Build a Cylinder.
Cylinder(Model3d, float, int, float) - Constructor for class jhplot.v3d.Cylinder
 

D

D_FORMAT - Static variable in class jhplot.jadraw.JaObject
The decimal format used for numbers in LaTeX output.
DA_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent
 
DA_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent.Entry
 
dasum(DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Returns the sum of absolute values; |x[0]| + |x[1]| + ...
dasum(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dasum(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dasum(DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Returns the sum of absolute values; |x[0]| + |x[1]| + ...
dasum(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dasum(FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Returns the sum of absolute values; |x[0]| + |x[1]| + ...
dasum(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dasum(int, double[], int) - Method in class org.netlib.blas.BLAS
..
dataDescription() - Method in class hep.aida.ref.fitter.fitdata.FitData
 
dataDescription() - Method in class hep.aida.ref.fitter.FitResult
 
DataFile - Class in jhplot.math.io
BSD License
DataFile(File) - Constructor for class jhplot.math.io.DataFile
 
DataHolder - Class in jminhep.cluster
Represents an abstraction for a data holder in many dimensional space.
DataHolder() - Constructor for class jminhep.cluster.DataHolder
Creates a new empty instance of data holder
DataHolder(int) - Constructor for class jminhep.cluster.DataHolder
Creates a new empty instance of data point
DataHolder(String) - Constructor for class jminhep.cluster.DataHolder
Creates a new empty instance of data point
DataHolder(DataPoint, DataPoint, int, int) - Constructor for class jminhep.cluster.DataHolder
Creates data holder with random number Input:
dataIterator() - Method in class hep.aida.ref.fitter.fitdata.FitData
 
DataKeeper - Class in jhpro.stat
A convenient class to keep data with error for an internal representation.
DataKeeper(int) - Constructor for class jhpro.stat.DataKeeper
 
DataKeeper(P1D) - Constructor for class jhpro.stat.DataKeeper
Initialize from a P1D
DataKeeper(H1D) - Constructor for class jhpro.stat.DataKeeper
Initialize from a histogram
DataPoint - Class in hep.aida.ref.histogram
Basic user-level interface class for holding and managing a single set of "measurements".
DataPoint(int) - Constructor for class hep.aida.ref.histogram.DataPoint
 
DataPoint(IDataPoint) - Constructor for class hep.aida.ref.histogram.DataPoint
 
DataPoint(IMeasurement[]) - Constructor for class hep.aida.ref.histogram.DataPoint
 
DataPoint(double[]) - Constructor for class hep.aida.ref.histogram.DataPoint
 
DataPoint(double[], double[]) - Constructor for class hep.aida.ref.histogram.DataPoint
 
DataPoint(double[], double[], double[]) - Constructor for class hep.aida.ref.histogram.DataPoint
 
DataPoint - Class in jminhep.cluster
Represents an abstraction for a data point in many-dimensional space
DataPoint(double[], int) - Constructor for class jminhep.cluster.DataPoint
Creates a new instance of a data point
DataPoint(double[]) - Constructor for class jminhep.cluster.DataPoint
Creates a new instance of a data point
DataPointSet - Class in hep.aida.ref.histogram
Basic user-level interface class for holding and managing a single set of "data points".
DataPointSet(String, String, int) - Constructor for class hep.aida.ref.histogram.DataPointSet
 
DataPointSet(String, String, int, int) - Constructor for class hep.aida.ref.histogram.DataPointSet
 
DataPointSet(String, String, int, String) - Constructor for class hep.aida.ref.histogram.DataPointSet
 
DataPointSet(String, String, int, int, String) - Constructor for class hep.aida.ref.histogram.DataPointSet
 
DataPointSetEvent - Class in hep.aida.ref.event
An event send from a Histogram to AIDAListeners
DataPointSetEvent(IDataPointSet) - Constructor for class hep.aida.ref.event.DataPointSetEvent
 
DataPointSetFactory - Class in hep.aida.ref.histogram
Basic user-level interface for creating a factory of IDataPointSet.
DataPointSetFactory(ITree) - Constructor for class hep.aida.ref.histogram.DataPointSetFactory
Create an IDataPointSetFactory.
DataPointSetFactory() - Constructor for class hep.aida.ref.histogram.DataPointSetFactory
 
DataSource - Class in jhpro.stat
This class serves as input for the Limit.ComputeLimit method.
DataSource() - Constructor for class jhpro.stat.DataSource
Simplest constructor.
DataSource(H1D, H1D, H1D) - Constructor for class jhpro.stat.DataSource
Adds one channel with signal, background and data given as input.
DataSource(P1D, P1D, P1D) - Constructor for class jhpro.stat.DataSource
Adds one channel with signal, background and data given as input.
DataSource(H1D, H1D, H1D, double, double, double, String) - Constructor for class jhpro.stat.DataSource
Another constructor, directly adds one channel with signal, background and data given as input.
DataStatistics - Class in hep.aida.ref.dataset
 
DataStatistics(String[]) - Constructor for class hep.aida.ref.dataset.DataStatistics
Creates a new instance of DataSetStatistics.
DataStatistics(int) - Constructor for class hep.aida.ref.dataset.DataStatistics
Creates a new instance of DataSetStatistics.
dateToJavaMilliS(int, int, int, int, int, int) - Static method in class flanagan.math.Fmath
 
dateToJavaMilliSecondsUK(int, int, int, String, int, int, int, int) - Static method in class flanagan.math.Conv
 
dateToJavaMilliSecondsUK(int, int, int, String, int, int, int, int) - Method in class flanagan.math.TimeAndDate
 
daxpy(double, DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Combined vector scaling; y = y + alpha*x.
daxpy(double, DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Combined matrix scaling; B = B + alpha*A.
daxpy(double, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
daxpy(double, DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
daxpy(double, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
daxpy(double, DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
daxpy(double, DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Combined vector scaling; y = y + alpha*x.
daxpy(double, DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Combined matrix scaling; B = B + alpha*A.
daxpy(double, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
daxpy(double, DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
daxpy(float, FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Combined vector scaling; y = y + alpha*x.
daxpy(float, FloatMatrix2D, FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Combined matrix scaling; B = B + alpha*A.
daxpy(float, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
daxpy(float, FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
daxpy(int, double, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
DbByteArrayOutputStream - Class in jhplot.io
Extends ByteArrayOutputStream to provide a way of writing the buffer to a DataOutput without re-allocating it.
DbByteArrayOutputStream() - Constructor for class jhplot.io.DbByteArrayOutputStream
 
DbByteArrayOutputStream(int) - Constructor for class jhplot.io.DbByteArrayOutputStream
 
dbdsdc(String, String, int, double[], double[], double[], int, double[], int, double[], int[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dbdsqr(String, int, int, int, int, double[], double[], double[], int, double[], int, double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
DComplex - Class in cern.jet.math.tdcomplex
Complex arithmetic
DComplexDComplexDComplexFunction - Interface in cern.colt.function.tdcomplex
 
DComplexDComplexFunction - Interface in cern.colt.function.tdcomplex
 
DComplexDComplexProcedure - Interface in cern.colt.function.tdcomplex
 
DComplexDComplexRealFunction - Interface in cern.colt.function.tdcomplex
 
DComplexDComplexRealProcedure - Interface in cern.colt.function.tdcomplex
 
DComplexDComplexRealRealFunction - Interface in cern.colt.function.tdcomplex
 
DComplexFactory1D - Class in cern.colt.matrix.tdcomplex
Factory for convenient construction of 1-d matrices holding complex cells.
DComplexFactory2D - Class in cern.colt.matrix.tdcomplex
Factory for convenient construction of 2-d matrices holding complex cells.
DComplexFactory3D - Class in cern.colt.matrix.tdcomplex
Factory for convenient construction of 3-d matrices holding complex cells.
DComplexFunctions - Class in cern.jet.math.tdcomplex
Complex function objects to be passed to generic methods.
DComplexFunctions() - Constructor for class cern.jet.math.tdcomplex.DComplexFunctions
 
DComplexMatrix1D - Class in cern.colt.matrix.tdcomplex
Abstract base class for 1-d matrices (aka vectors) holding complex elements.
DComplexMatrix1DProcedure - Interface in cern.colt.matrix.tdcomplex
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DComplexMatrix2D - Class in cern.colt.matrix.tdcomplex
Abstract base class for 2-d matrices holding complex elements.
DComplexMatrix2DProcedure - Interface in cern.colt.matrix.tdcomplex
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DComplexMatrix3D - Class in cern.colt.matrix.tdcomplex
Abstract base class for 3-d matrices holding complex elements.
DComplexMult - Class in cern.jet.math.tdcomplex
Only for performance tuning of compute intensive linear algebraic computations.
DComplexPlusMultFirst - Class in cern.jet.math.tdcomplex
Only for performance tuning of compute intensive linear algebraic computations.
DComplexPlusMultSecond - Class in cern.jet.math.tdcomplex
Only for performance tuning of compute intensive linear algebraic computations.
DComplexProcedure - Interface in cern.colt.function.tdcomplex
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
DComplexProperty - Class in cern.colt.matrix.tdcomplex.algo
Tests matrices for equality.
DComplexProperty(double) - Constructor for class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Constructs an instance with a tolerance of Math.abs(newTolerance).
DComplexRealDComplexFunction - Interface in cern.colt.function.tdcomplex
 
DComplexRealFunction - Interface in cern.colt.function.tdcomplex
 
dcopy(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Vector assignment (copying); y = x.
dcopy(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Matrix assignment (copying); B = A.
dcopy(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dcopy(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dcopy(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dcopy(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dcopy(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Vector assignment (copying); y = x.
dcopy(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Matrix assignment (copying); B = A.
dcopy(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dcopy(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dcopy(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Vector assignment (copying); y = x.
dcopy(FloatMatrix2D, FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Matrix assignment (copying); B = A.
dcopy(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dcopy(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dcopy(int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dct(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Computes the discrete cosine transform (DCT-II) of this matrix.
dct(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Computes the discrete cosine transform (DCT-II) of this matrix.
dct2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the 2D discrete cosine transform (DCT-II) of this matrix.
dct2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the 2D discrete cosine transform (DCT-II) of this matrix.
dct2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the 2D discrete cosine transform (DCT-II) of this matrix.
dct2(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the 2D discrete cosine transform (DCT-II) of this matrix.
dct2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the 2D discrete cosine transform (DCT-II) of this matrix.
dct2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the 2D discrete cosine transform (DCT-II) of this matrix.
dct2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the 2D discrete cosine transform (DCT-II) of this matrix.
dct2(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the 2D discrete cosine transform (DCT-II) of this matrix.
dct2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 2D discrete cosine transform (DCT-II) of each slice of this matrix.
dct2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 2D discrete cosine transform (DCT-II) of each slice of this matrix.
dct2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 2D discrete cosine transform (DCT-II) of each slice of this matrix.
dct2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 2D discrete cosine transform (DCT-II) of each slice of this matrix.
dct2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 2D discrete cosine transform (DCT-II) of each slice of this matrix.
dct2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 2D discrete cosine transform (DCT-II) of each slice of this matrix.
dct3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 3D discrete cosine transform (DCT-II) of this matrix.
dct3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 3D discrete cosine transform (DCT-II) of this matrix.
dct3(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 3D discrete cosine transform (DCT-II) of this matrix.
dct3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 3D discrete cosine transform (DCT-II) of this matrix.
dct3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 3D discrete cosine transform (DCT-II) of this matrix.
dct3(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 3D discrete cosine transform (DCT-II) of this matrix.
dctColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the discrete cosine transform (DCT-II) of each column of this matrix.
dctColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the discrete cosine transform (DCT-II) of each column of this matrix.
dctColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the discrete cosine transform (DCT-II) of each column of this matrix.
dctColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the discrete cosine transform (DCT-II) of each column of this matrix.
dctColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the discrete cosine transform (DCT-II) of each column of this matrix.
dctColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the discrete cosine transform (DCT-II) of each column of this matrix.
dctColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the discrete cosine transform (DCT-II) of each column of this matrix.
dctColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the discrete cosine transform (DCT-II) of each column of this matrix.
dctRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the discrete cosine transform (DCT-II) of each row of this matrix.
dctRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the discrete cosine transform (DCT-II) of each row of this matrix.
dctRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the discrete cosine transform (DCT-II) of each row of this matrix.
dctRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the discrete cosine transform (DCT-II) of each row of this matrix.
dctRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the discrete cosine transform (DCT-II) of each row of this matrix.
dctRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the discrete cosine transform (DCT-II) of each row of this matrix.
dctRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the discrete cosine transform (DCT-II) of each row of this matrix.
dctRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the discrete cosine transform (DCT-II) of each row of this matrix.
ddisna(String, int, int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
ddot(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
ddot(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
ddot(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
ddot(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
ddot(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
ddot(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
ddot(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
ddot(int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dec - Static variable in class cern.jet.math.IntFunctions
Function that returns a--.
dec - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a--.
dec - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a--.
DECIMAL - Static variable in class cern.colt.matrix.AbstractFormatter
The alignment string aligning the cells of a column to the decimal point.
DECIMAL - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to the decimal point.
decompose(DoubleMatrix2D[][], DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Decomposes matrix A into L and U (in-place).
decompose(DoubleMatrix2D, int) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Decomposes the banded and square matrix A into L and U (in-place).
decompose(ObjectMatrix2D[][], ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(DComplexMatrix2D[][], DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Decomposes matrix A into L and U (in-place).
decompose(DoubleMatrix2D, int) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Decomposes the banded and square matrix A into L and U (in-place).
decompose(DoubleMatrix2D[][], DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(FComplexMatrix2D[][], FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Decomposes matrix A into L and U (in-place).
decompose(FloatMatrix2D, int) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Decomposes the banded and square matrix A into L and U (in-place).
decompose(FloatMatrix2D[][], FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(IntMatrix2D[][], IntMatrix2D) - Method in class cern.colt.matrix.tint.IntFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(LongMatrix2D[][], LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(ObjectMatrix2D[][], ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
DEFAULT - Static variable in class cern.colt.matrix.linalg.Algebra
A default Algebra object; has Property.DEFAULT attached for tolerance.
DEFAULT - Static variable in class cern.colt.matrix.linalg.Property
The default Property object; currently has tolerance()==1.0E-9.
DEFAULT - Static variable in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
The default Property object; currently has tolerance()==1.0E-9.
DEFAULT - Static variable in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
A default Algebra object; has DoubleProperty.DEFAULT attached for tolerance.
DEFAULT - Static variable in class cern.colt.matrix.tdouble.algo.DoubleProperty
The default Property object; currently has tolerance()==1.0E-9.
DEFAULT - Static variable in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
A default Algebra object; has DoubleProperty.DEFAULT attached for tolerance.
DEFAULT - Static variable in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
The default Property object; currently has tolerance()==1.0E-5.
DEFAULT - Static variable in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
A default Algebra object; has FloatProperty.DEFAULT attached for tolerance.
DEFAULT - Static variable in class cern.colt.matrix.tfloat.algo.FloatProperty
The default Property object; currently has tolerance()==1.0E-5.
DEFAULT - Static variable in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
A default Algebra object; has FloatProperty.DEFAULT attached for tolerance.
DEFAULT - Static variable in class cern.colt.matrix.tint.algo.IntProperty
The default Property object;.
DEFAULT - Static variable in class cern.colt.matrix.tlong.algo.LongProperty
The default Property object;.
DEFAULT_COLUMN_SEPARATOR - Static variable in class cern.colt.matrix.AbstractFormatter
The default string separating any two columns from another; currently " ".
DEFAULT_COLUMN_SEPARATOR - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two columns from another; currently " ".
DEFAULT_ESCAPE_CHARACTER - Static variable in class jhplot.io.csv.CSVWriter
The character used for escaping quotes.
DEFAULT_LINE_END - Static variable in class jhplot.io.csv.CSVWriter
Default line terminator uses platform encoding.
DEFAULT_MIN_COLUMN_WIDTH - Static variable in class cern.colt.matrix.AbstractFormatter
The default minimum number of characters a column may have; currently 1.
DEFAULT_MIN_COLUMN_WIDTH - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The default minimum number of characters a column may have; currently 1.
DEFAULT_QUOTE_CHARACTER - Static variable in class jhplot.io.csv.CSVReader
The default quote character to use if none is supplied to the constructor.
DEFAULT_QUOTE_CHARACTER - Static variable in class jhplot.io.csv.CSVWriter
The default quote character to use if none is supplied to the constructor.
DEFAULT_ROW_SEPARATOR - Static variable in class cern.colt.matrix.AbstractFormatter
The default string separating any two rows from another; currently "\n".
DEFAULT_ROW_SEPARATOR - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two rows from another; currently "\n".
DEFAULT_SEED - Static variable in class cern.jet.random.engine.DRand
 
DEFAULT_SEED - Static variable in class cern.jet.random.engine.MersenneTwister
 
DEFAULT_SEED - Static variable in class cern.jet.random.tdouble.engine.DoubleMersenneTwister
 
DEFAULT_SEED - Static variable in class cern.jet.random.tdouble.engine.DRand
 
DEFAULT_SEED - Static variable in class cern.jet.random.tfloat.engine.FloatMersenneTwister
 
DEFAULT_SEED - Static variable in class cern.jet.random.tfloat.engine.FRand
 
DEFAULT_SEPARATOR - Static variable in class jhplot.io.csv.CSVReader
The default separator to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - Static variable in class jhplot.io.csv.CSVWriter
The default separator to use if none is supplied to the constructor.
DEFAULT_SKIP_LINES - Static variable in class jhplot.io.csv.CSVReader
The default line to start reading.
DEFAULT_SLICE_SEPARATOR - Static variable in class cern.colt.matrix.AbstractFormatter
The default string separating any two slices from another; currently "\n\n".
DEFAULT_SLICE_SEPARATOR - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two slices from another; currently "\n\n".
DefaultBinner - Class in hep.aida.ref.dataset.binner
The default implementation of a Binner.
DefaultBinner(int[], String) - Constructor for class hep.aida.ref.dataset.binner.DefaultBinner
Creates a new instance of Binner.
DefaultDoubleIterationMonitor - Class in cern.colt.matrix.tdouble.algo.solver
Default iteration monitor.
DefaultDoubleIterationMonitor(int, double, double, double) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Constructor for DefaultIterationMonitor
DefaultDoubleIterationMonitor() - Constructor for class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Constructor for DefaultIterationMonitor.
DefaultFloatIterationMonitor - Class in cern.colt.matrix.tfloat.algo.solver
Default iteration monitor.
DefaultFloatIterationMonitor(int, float, float, float) - Constructor for class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Constructor for DefaultIterationMonitor
DefaultFloatIterationMonitor() - Constructor for class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Constructor for DefaultIterationMonitor.
defaultFunctions() - Method in class hep.aida.ref.function.FunctionCatalog
 
defaultNames - Static variable in class hep.aida.ref.function.FunctionCatalog
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BooleanTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ByteTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.CharTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.DoubleTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.FloatTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.IntTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ITupleTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.LongTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ObjectTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ShortTupleColumn
 
defaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.StringTupleColumn
 
defaultValue(Value) - Method in interface hep.aida.ref.tuple.FTupleColumn
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnBoolean
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnBoolean
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnByte
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnByte
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnChar
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnChar
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnDouble
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnDouble
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFloat
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFloat
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnInt
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnInt
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnLong
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnLong
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnObject
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnObject
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnShort
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnShort
 
defaultValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnString
 
defaultValue() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnString
 
defineHistogram(String, int, double, double) - Method in class jhplot.HChart
Define a histogram to fill histogram chart
DEFINITION_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F1D
 
DEFINITION_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F2D
 
DEFINITION_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.FND
 
DEFINITION_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.FPR
 
deg - Static variable in class cern.clhep.Units
 
degree - Static variable in class cern.clhep.Units
 
degToRad(double) - Static method in class flanagan.math.Conv
 
degToRad(double) - Static method in class flanagan.math.Fmath
 
delete(boolean) - Method in class cern.colt.list.AbstractBooleanList
Deletes the first element from the receiver that is identical to the specified element.
delete(byte) - Method in class cern.colt.list.AbstractByteList
Deletes the first element from the receiver that is identical to the specified element.
delete(char) - Method in class cern.colt.list.AbstractCharList
Deletes the first element from the receiver that is identical to the specified element.
delete(double) - Method in class cern.colt.list.AbstractDoubleList
Deletes the first element from the receiver that is identical to the specified element.
delete(float) - Method in class cern.colt.list.AbstractFloatList
Deletes the first element from the receiver that is identical to the specified element.
delete(int) - Method in class cern.colt.list.AbstractIntList
Deletes the first element from the receiver that is identical to the specified element.
delete(long) - Method in class cern.colt.list.AbstractLongList
Deletes the first element from the receiver that is identical to the specified element.
delete(short) - Method in class cern.colt.list.AbstractShortList
Deletes the first element from the receiver that is identical to the specified element.
delete(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Deletes the first element from the receiver that matches the specified element.
delete(boolean) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Deletes the first element from the receiver that is identical to the specified element.
delete(byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Deletes the first element from the receiver that is identical to the specified element.
delete(char) - Method in class cern.colt.list.tchar.AbstractCharList
Deletes the first element from the receiver that is identical to the specified element.
delete(double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Deletes the first element from the receiver that is identical to the specified element.
delete(float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Deletes the first element from the receiver that is identical to the specified element.
delete(int) - Method in class cern.colt.list.tint.AbstractIntList
Deletes the first element from the receiver that is identical to the specified element.
delete(long) - Method in class cern.colt.list.tlong.AbstractLongList
Deletes the first element from the receiver that is identical to the specified element.
delete(Object, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Deletes the first element from the receiver that matches the specified element.
delete(short) - Method in class cern.colt.list.tshort.AbstractShortList
Deletes the first element from the receiver that is identical to the specified element.
delete(double[], int...) - Static method in class jhplot.math.DoubleArray
Delete a list of elements from an array.
delete(int[], int...) - Static method in class jhplot.math.IntegerArray
 
deleteColumns(double[][], int...) - Static method in class jhplot.math.DoubleArray
Deletes a list of columns from a matrix.
deleteColumns(int[][], int...) - Static method in class jhplot.math.IntegerArray
 
deleteColumnsRange(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Deletes a range of columns from a matrix.
deleteColumnsRange(int[][], int, int) - Static method in class jhplot.math.IntegerArray
 
deleteDir(File) - Static method in class jhplot.v3d.Util
Deletes all files and subdirectories under dir.
deletedItemsIndices() - Method in class flanagan.analysis.Scores
 
deletedItemsNames() - Method in class flanagan.analysis.Scores
 
deletedPersonsIndices() - Method in class flanagan.analysis.Scores
 
deleteItem(String) - Method in class flanagan.analysis.Scores
 
deleteItem(int) - Method in class flanagan.analysis.Scores
 
deleteObserver(Observer) - Method in class hep.aida.ref.event.ObserverAdapter
 
deleteObservers() - Method in class hep.aida.ref.event.ObserverAdapter
 
deleteRange(double[], int, int) - Static method in class jhplot.math.DoubleArray
Delete a range of elements from an array.
deleteRange(int[], int, int) - Static method in class jhplot.math.IntegerArray
 
deleteRecord(String) - Method in class jhplot.io.BaseRecordsFile
Deletes a record.
deleteRows(double[][], int...) - Static method in class jhplot.math.DoubleArray
Deletes a list of rows from a matrix.
deleteRows(int[][], int...) - Static method in class jhplot.math.IntegerArray
 
deleteRowsRange(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Deletes a range of rows from a matrix.
deleteRowsRange(int[][], int, int) - Static method in class jhplot.math.IntegerArray
 
delta() - Method in class flanagan.analysis.ProbabilityPlot
 
demo1() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo1() - Static method in class cern.colt.matrix.doublealgo.Statistic
Demonstrates usage of this class.
demo1() - Method in class cern.colt.matrix.DoubleFactory2D
Demonstrates usage of this class.
demo1() - Static method in class cern.colt.matrix.impl.AbstractFormatter
Demonstrates how to use this class.
demo1() - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Demonstrates usage of this class.
demo1() - Static method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Demonstrates how to use this class.
demo1() - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Demonstrates usage of this class.
demo1() - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Demonstrates usage of this class.
demo1() - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Demonstrates usage of this class.
demo1() - Static method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Demonstrates how to use this class.
demo1() - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Demonstrates usage of this class.
demo1() - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Demonstrates usage of this class.
demo1() - Method in class cern.colt.matrix.tint.IntFactory2D
Demonstrates usage of this class.
demo1() - Method in class cern.colt.matrix.tlong.LongFactory2D
Demonstrates usage of this class.
demo1() - Static method in class cern.jet.math.Functions
Demonstrates usage of this class.
demo1() - Static method in class cern.jet.math.tdouble.DoubleFunctions
Demonstrates usage of this class.
demo1() - Static method in class cern.jet.math.tfloat.FloatFunctions
Demonstrates usage of this class.
demo1() - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
demo2() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo2(int, int, boolean) - Static method in class cern.colt.matrix.doublealgo.Statistic
Demonstrates usage of this class.
demo2() - Method in class cern.colt.matrix.DoubleFactory2D
Demonstrates usage of this class.
demo2() - Static method in class cern.colt.matrix.impl.AbstractFormatter
Demonstrates how to use this class.
demo2() - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Demonstrates usage of this class.
demo2() - Static method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Demonstrates how to use this class.
demo2(int, int, boolean) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Demonstrates usage of this class.
demo2() - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Demonstrates usage of this class.
demo2() - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Demonstrates usage of this class.
demo2() - Static method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Demonstrates how to use this class.
demo2(int, int, boolean) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Demonstrates usage of this class.
demo2() - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Demonstrates usage of this class.
demo2() - Method in class cern.colt.matrix.tint.IntFactory2D
Demonstrates usage of this class.
demo2() - Method in class cern.colt.matrix.tlong.LongFactory2D
Demonstrates usage of this class.
demo2(int) - Static method in class cern.jet.math.Functions
Benchmarks and demonstrates usage of trivial and complex functions.
demo2(int) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Benchmarks and demonstrates usage of trivial and complex functions.
demo2(int) - Static method in class cern.jet.math.tfloat.FloatFunctions
Benchmarks and demonstrates usage of trivial and complex functions.
demo3(int, double) - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo3(Statistic.VectorVectorFunction) - Static method in class cern.colt.matrix.doublealgo.Statistic
Demonstrates usage of this class.
demo3(int, Object) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Demonstrates how to use this class.
demo3(int, double) - Static method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Demonstrates how to use this class.
demo3(DoubleStatistic.VectorVectorFunction) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Demonstrates usage of this class.
demo3(int, float) - Static method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Demonstrates how to use this class.
demo3(FloatStatistic.VectorVectorFunction) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Demonstrates usage of this class.
demo4() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo4() - Static method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Demonstrates how to use this class.
demo4() - Static method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Demonstrates how to use this class.
demo5() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo5() - Static method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Demonstrates how to use this class.
demo5() - Static method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Demonstrates how to use this class.
demo6() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo6() - Static method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Demonstrates how to use this class.
demo6() - Static method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Demonstrates how to use this class.
demo7() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo7() - Static method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Demonstrates how to use this class.
demo7() - Static method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Demonstrates how to use this class.
dense - Static variable in class cern.colt.matrix.DoubleFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.DoubleFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.ObjectFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.ObjectFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.ObjectFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tdcomplex.DComplexFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tdcomplex.DComplexFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tdcomplex.DComplexFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tdouble.DoubleFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tdouble.DoubleFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tdouble.DoubleFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tfcomplex.FComplexFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tfcomplex.FComplexFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tfcomplex.FComplexFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tfloat.FloatFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tfloat.FloatFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tfloat.FloatFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tint.IntFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tint.IntFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tint.IntFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tlong.LongFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tlong.LongFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tlong.LongFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tobject.ObjectFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tobject.ObjectFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.tobject.ObjectFactory3D
A factory producing dense matrices.
DenseColumnDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Dense 2-d matrix holding complex elements.
DenseColumnDComplexMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
Constructs a matrix with a copy of the given values.
DenseColumnDComplexMatrix2D(DoubleMatrix2D) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
Constructs a complex matrix with the same size as realPart matrix and fills the real part of this matrix with elements of realPart.
DenseColumnDComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseColumnDComplexMatrix2D(int, int, double[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
Constructs a matrix with the given parameters.
DenseColumnDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Dense 2-d matrix holding double elements.
DenseColumnDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Constructs a matrix with a copy of the given values.
DenseColumnDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseColumnDoubleMatrix2D(int, int, double[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Constructs a matrix with the given parameters.
DenseColumnDoubleMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Constructs a matrix from MatrixVectorReader.
DenseColumnFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Dense 2-d matrix holding complex elements.
DenseColumnFComplexMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
Constructs a matrix with a copy of the given values.
DenseColumnFComplexMatrix2D(FloatMatrix2D) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
Constructs a complex matrix with the same size as realPart matrix and fills the real part of this matrix with elements of realPart.
DenseColumnFComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseColumnFComplexMatrix2D(int, int, float[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
Constructs a matrix with the given parameters.
DenseColumnFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Dense 2-d matrix holding float elements.
DenseColumnFloatMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Constructs a matrix with a copy of the given values.
DenseColumnFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseColumnFloatMatrix2D(int, int, float[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Constructs a matrix with the given parameters.
DenseColumnFloatMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Constructs a matrix from MatrixVectorReader.
DenseColumnIntMatrix2D - Class in cern.colt.matrix.tint.impl
Dense 2-d matrix holding int elements.
DenseColumnIntMatrix2D(int[][]) - Constructor for class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
Constructs a matrix with a copy of the given values.
DenseColumnIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseColumnIntMatrix2D(int, int, int[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
Constructs a matrix with the given parameters.
DenseColumnIntMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
Constructs a matrix from MatrixVectorReader.
DenseColumnLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Dense 2-d matrix holding long elements.
DenseColumnLongMatrix2D(long[][]) - Constructor for class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
Constructs a matrix with a copy of the given values.
DenseColumnLongMatrix2D(int, int) - Constructor for class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseColumnLongMatrix2D(int, int, long[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
Constructs a matrix with the given parameters.
DenseColumnLongMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
Constructs a matrix from MatrixVectorReader.
DenseColumnObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Dense 2-d matrix holding Object elements.
DenseColumnObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
Constructs a matrix with a copy of the given values.
DenseColumnObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseColumnObjectMatrix2D(int, int, Object[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
Constructs a matrix with the given parameters.
DenseDComplexMatrix1D - Class in cern.colt.matrix.tdcomplex.impl
Dense 1-d matrix (aka vector) holding complex elements.
DenseDComplexMatrix1D(double[]) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
Constructs a matrix with a copy of the given values.
DenseDComplexMatrix1D(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
Constructs a complex matrix with the same size as realPart matrix and fills the real part of this matrix with elements of realPart.
DenseDComplexMatrix1D(int) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
Constructs a matrix with a given number of cells.
DenseDComplexMatrix1D(int, double[], int, int, boolean) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
Constructs a matrix with the given parameters.
DenseDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Dense 2-d matrix holding complex elements.
DenseDComplexMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
Constructs a matrix with a copy of the given values.
DenseDComplexMatrix2D(DoubleMatrix2D) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
Constructs a complex matrix with the same size as realPart matrix and fills the real part of this matrix with elements of realPart.
DenseDComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseDComplexMatrix2D(int, int, double[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
Constructs a matrix with the given parameters.
DenseDComplexMatrix3D - Class in cern.colt.matrix.tdcomplex.impl
Dense 3-d matrix holding complex elements.
DenseDComplexMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
Constructs a matrix with a copy of the given values.
DenseDComplexMatrix3D(DoubleMatrix3D) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
Constructs a matrix with the same size as realPart matrix and fills the real part of this matrix with elements of realPart.
DenseDComplexMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseDComplexMatrix3D(int, int, int, double[], int, int, int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
Constructs a matrix with the given parameters.
DenseDoubleAlgebra - Class in cern.colt.matrix.tdouble.algo
Linear algebraic matrix operations operating on dense matrices.
DenseDoubleAlgebra() - Constructor for class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs a new instance with an equality tolerance given by Property.DEFAULT.tolerance().
DenseDoubleAlgebra(double) - Constructor for class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs a new instance with the given equality tolerance.
DenseDoubleCholeskyDecomposition - Class in cern.colt.matrix.tdouble.algo.decomposition
For a symmetric, positive definite matrix A, the Cholesky decomposition is a lower triangular matrix L so that A = L*L'; If the matrix is not symmetric positive definite, the IllegalArgumentException is thrown.
DenseDoubleCholeskyDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleCholeskyDecomposition
Constructs and returns a new Cholesky decomposition object for a symmetric and positive definite matrix; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseDoubleEigenvalueDecomposition - Class in cern.colt.matrix.tdouble.algo.decomposition
Eigenvalues and eigenvectors of a real matrix A.
DenseDoubleEigenvalueDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleEigenvalueDecomposition
Constructs and returns a new eigenvalue decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseDoubleLUDecomposition - Class in cern.colt.matrix.tdouble.algo.decomposition
For an m x n matrix A with m >= n, the LU decomposition is an m x n unit lower triangular matrix L, an n x n upper triangular matrix U, and a permutation vector piv of length m so that A(piv,:) = L*U; If m < n, then L is m x m and U is m x n.
DenseDoubleLUDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Constructs and returns a new LU Decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseDoubleLUDecompositionQuick - Class in cern.colt.matrix.tdouble.algo.decomposition
A low level version of DenseDoubleLUDecomposition, avoiding unnecessary memory allocation and copying.
DenseDoubleLUDecompositionQuick() - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Constructs and returns a new LU Decomposition object with default tolerance 1.0E-9 for singularity detection.
DenseDoubleLUDecompositionQuick(double) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Constructs and returns a new LU Decomposition object which uses the given tolerance for singularity detection;
DenseDoubleMatrix1D - Class in cern.colt.matrix.impl
Dense 1-d matrix (aka vector) holding double elements.
DenseDoubleMatrix1D(double[]) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix1D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix1D(int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix1D
Constructs a matrix with a given number of cells.
DenseDoubleMatrix1D - Class in cern.colt.matrix.tdouble.impl
Dense 1-d matrix (aka vector) holding double elements.
DenseDoubleMatrix1D(double[]) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix1D(int) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Constructs a matrix with a given number of cells.
DenseDoubleMatrix1D(int, double[], int, int, boolean) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Constructs a matrix with the given parameters.
DenseDoubleMatrix2D - Class in cern.colt.matrix.impl
Dense 2-d matrix holding double elements.
DenseDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix2D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Dense 2-d matrix holding double elements.
DenseDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseDoubleMatrix2D(int, int, double[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Constructs a matrix with the given parameters.
DenseDoubleMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Constructs a matrix from MatrixVectorReader.
DenseDoubleMatrix3D - Class in cern.colt.matrix.impl
Dense 3-d matrix holding double elements.
DenseDoubleMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix3D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseDoubleMatrix3D - Class in cern.colt.matrix.tdouble.impl
Dense 3-d matrix holding double elements.
DenseDoubleMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseDoubleMatrix3D(int, int, int, double[], int, int, int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Constructs a matrix with the given parameters.
DenseDoubleQRDecomposition - Class in cern.colt.matrix.tdouble.algo.decomposition
For an m x n matrix A with m >= n, the QR decomposition is an m x n orthogonal matrix Q and an n x n upper triangular matrix R so that A = Q*R.
DenseDoubleQRDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleQRDecomposition
Constructs and returns a new QR decomposition object; computed by Householder reflections; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseDoubleSingularValueDecomposition - Class in cern.colt.matrix.tdouble.algo.decomposition
For an m x n matrix A, the singular value decomposition is an m x m orthogonal matrix U, an m x n diagonal matrix S, and an n x n orthogonal matrix V so that A = U*S*V'.
DenseDoubleSingularValueDecomposition(DoubleMatrix2D, boolean, boolean) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Constructs and returns a new singular value decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseFComplexMatrix1D - Class in cern.colt.matrix.tfcomplex.impl
Dense 1-d matrix (aka vector) holding complex elements.
DenseFComplexMatrix1D(float[]) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
Constructs a matrix with a copy of the given values.
DenseFComplexMatrix1D(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
Constructs a complex matrix with the same size as realPart matrix and fills the real part of this matrix with elements of realPart.
DenseFComplexMatrix1D(int) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
Constructs a matrix with a given number of cells.
DenseFComplexMatrix1D(int, float[], int, int, boolean) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
Constructs a matrix with the given parameters.
DenseFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Dense 2-d matrix holding complex elements.
DenseFComplexMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
Constructs a matrix with a copy of the given values.
DenseFComplexMatrix2D(FloatMatrix2D) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
Constructs a complex matrix with the same size as realPart matrix and fills the real part of this matrix with elements of realPart.
DenseFComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseFComplexMatrix2D(int, int, float[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
Constructs a matrix with the given parameters.
DenseFComplexMatrix3D - Class in cern.colt.matrix.tfcomplex.impl
Dense 3-d matrix holding complex elements.
DenseFComplexMatrix3D(float[][][]) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
Constructs a matrix with a copy of the given values.
DenseFComplexMatrix3D(FloatMatrix3D) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
Constructs a matrix with the same size as realPart matrix and fills the real part of this matrix with elements of realPart.
DenseFComplexMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseFComplexMatrix3D(int, int, int, float[], int, int, int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
Constructs a matrix with the given parameters.
DenseFloatAlgebra - Class in cern.colt.matrix.tfloat.algo
Linear algebraic matrix operations operating on dense matrices.
DenseFloatAlgebra() - Constructor for class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs a new instance with an equality tolerance given by Property.DEFAULT.tolerance().
DenseFloatAlgebra(float) - Constructor for class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs a new instance with the given equality tolerance.
DenseFloatCholeskyDecomposition - Class in cern.colt.matrix.tfloat.algo.decomposition
For a symmetric, positive definite matrix A, the Cholesky decomposition is a lower triangular matrix L so that A = L*L'; If the matrix is not symmetric or positive definite, the constructor returns a partial decomposition and sets an internal flag that may be queried by the isSymmetricPositiveDefinite() method.
DenseFloatCholeskyDecomposition(FloatMatrix2D) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatCholeskyDecomposition
Constructs and returns a new Cholesky decomposition object for a symmetric and positive definite matrix; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseFloatEigenvalueDecomposition - Class in cern.colt.matrix.tfloat.algo.decomposition
Eigenvalues and eigenvectors of a real matrix A.
DenseFloatEigenvalueDecomposition(FloatMatrix2D) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatEigenvalueDecomposition
Constructs and returns a new eigenvalue decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseFloatLUDecomposition - Class in cern.colt.matrix.tfloat.algo.decomposition
For an m x n matrix A with m >= n, the LU decomposition is an m x n unit lower triangular matrix L, an n x n upper triangular matrix U, and a permutation vector piv of length m so that A(piv,:) = L*U; If m < n, then L is m x m and U is m x n.
DenseFloatLUDecomposition(FloatMatrix2D) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Constructs and returns a new LU Decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseFloatLUDecompositionQuick - Class in cern.colt.matrix.tfloat.algo.decomposition
A low level version of DenseFloatLUDecomposition, avoiding unnecessary memory allocation and copying.
DenseFloatLUDecompositionQuick() - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Constructs and returns a new LU Decomposition object with default tolerance 1.0E-9 for singularity detection.
DenseFloatLUDecompositionQuick(float) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Constructs and returns a new LU Decomposition object which uses the given tolerance for singularity detection;
DenseFloatMatrix1D - Class in cern.colt.matrix.tfloat.impl
Dense 1-d matrix (aka vector) holding float elements.
DenseFloatMatrix1D(float[]) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Constructs a matrix with a copy of the given values.
DenseFloatMatrix1D(int) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Constructs a matrix with a given number of cells.
DenseFloatMatrix1D(int, float[], int, int, boolean) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Constructs a matrix with the given parameters.
DenseFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Dense 2-d matrix holding float elements.
DenseFloatMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Constructs a matrix with a copy of the given values.
DenseFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseFloatMatrix2D(int, int, float[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Constructs a matrix with the given parameters.
DenseFloatMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Constructs a matrix from MatrixVectorReader.
DenseFloatMatrix3D - Class in cern.colt.matrix.tfloat.impl
Dense 3-d matrix holding float elements.
DenseFloatMatrix3D(float[][][]) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Constructs a matrix with a copy of the given values.
DenseFloatMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseFloatMatrix3D(int, int, int, float[], int, int, int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Constructs a matrix with the given parameters.
DenseFloatQRDecomposition - Class in cern.colt.matrix.tfloat.algo.decomposition
For an m x n matrix A with m >= n, the QR decomposition is an m x n orthogonal matrix Q and an n x n upper triangular matrix R so that A = Q*R.
DenseFloatQRDecomposition(FloatMatrix2D) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatQRDecomposition
Constructs and returns a new QR decomposition object; computed by Householder reflections; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseFloatSingularValueDecomposition - Class in cern.colt.matrix.tfloat.algo.decomposition
For an m x n matrix A, the singular value decomposition is an m x m orthogonal matrix U, an m x n diagonal matrix S, and an n x n orthogonal matrix V so that A = U*S*V'.
DenseFloatSingularValueDecomposition(FloatMatrix2D, boolean, boolean) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Constructs and returns a new singular value decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
DenseIntMatrix1D - Class in cern.colt.matrix.tint.impl
Dense 1-d matrix (aka vector) holding int elements.
DenseIntMatrix1D(int[]) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix1D
Constructs a matrix with a copy of the given values.
DenseIntMatrix1D(int) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix1D
Constructs a matrix with a given number of cells.
DenseIntMatrix1D(int, int[], int, int, boolean) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix1D
Constructs a matrix with the given parameters.
DenseIntMatrix2D - Class in cern.colt.matrix.tint.impl
Dense 2-d matrix holding int elements.
DenseIntMatrix2D(int[][]) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix2D
Constructs a matrix with a copy of the given values.
DenseIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseIntMatrix2D(int, int, int[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix2D
Constructs a view with the given parameters.
DenseIntMatrix3D - Class in cern.colt.matrix.tint.impl
Dense 3-d matrix holding int elements.
DenseIntMatrix3D(int[][][]) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix3D
Constructs a matrix with a copy of the given values.
DenseIntMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseIntMatrix3D(int, int, int, int[], int, int, int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tint.impl.DenseIntMatrix3D
Constructs a view with the given parameters.
DenseLargeDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Dense 2-d matrix holding complex elements.
Implementation:
DenseLargeDComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
DenseLargeDComplexMatrix3D - Class in cern.colt.matrix.tdcomplex.impl
Dense 3-d matrix holding complex elements.
Implementation:
DenseLargeDComplexMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
 
DenseLargeDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Dense 2-d matrix holding double elements.
DenseLargeDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
 
DenseLargeDoubleMatrix3D - Class in cern.colt.matrix.tdouble.impl
Dense 3-d matrix holding double elements.
DenseLargeDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
 
DenseLargeFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Dense 2-d matrix holding complex elements.
Implementation:
DenseLargeFComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
DenseLargeFComplexMatrix3D - Class in cern.colt.matrix.tfcomplex.impl
Dense 3-d matrix holding complex elements.
Implementation:
DenseLargeFComplexMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
 
DenseLargeFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Dense 2-d matrix holding float elements.
DenseLargeFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
 
DenseLargeFloatMatrix3D - Class in cern.colt.matrix.tfloat.impl
Dense 3-d matrix holding float elements.
DenseLargeFloatMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
 
DenseLargeIntMatrix2D - Class in cern.colt.matrix.tint.impl
Dense 2-d matrix holding int elements.
DenseLargeIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.DenseLargeIntMatrix2D
 
DenseLargeIntMatrix3D - Class in cern.colt.matrix.tint.impl
Dense 3-d matrix holding int elements.
DenseLargeIntMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tint.impl.DenseLargeIntMatrix3D
 
DenseLargeLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Dense 2-d matrix holding long elements.
DenseLargeLongMatrix2D(int, int) - Constructor for class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix2D
 
DenseLargeLongMatrix3D - Class in cern.colt.matrix.tlong.impl
Dense 3-d matrix holding long elements.
DenseLargeLongMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix3D
 
DenseLargeObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Dense 2-d matrix holding Object elements.
DenseLargeObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix2D
 
DenseLargeObjectMatrix3D - Class in cern.colt.matrix.tobject.impl
Dense 3-d matrix holding Object elements.
DenseLargeObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix3D
 
DenseLongMatrix1D - Class in cern.colt.matrix.tlong.impl
Dense 1-d matrix (aka vector) holding int elements.
DenseLongMatrix1D(long[]) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
Constructs a matrix with a copy of the given values.
DenseLongMatrix1D(int) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
Constructs a matrix with a given number of cells.
DenseLongMatrix1D(int, long[], int, int, boolean) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
Constructs a matrix with the given parameters.
DenseLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Dense 2-d matrix holding int elements.
DenseLongMatrix2D(long[][]) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
Constructs a matrix with a copy of the given values.
DenseLongMatrix2D(int, int) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseLongMatrix2D(int, int, long[], int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
Constructs a view with the given parameters.
DenseLongMatrix3D - Class in cern.colt.matrix.tlong.impl
Dense 3-d matrix holding int elements.
DenseLongMatrix3D(long[][][]) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
Constructs a matrix with a copy of the given values.
DenseLongMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseLongMatrix3D(int, int, int, long[], int, int, int, int, int, int, boolean) - Constructor for class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
Constructs a view with the given parameters.
DenseObjectMatrix1D - Class in cern.colt.matrix.impl
Dense 1-d matrix (aka vector) holding Object elements.
DenseObjectMatrix1D(Object[]) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix1D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix1D(int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix1D
Constructs a matrix with a given number of cells.
DenseObjectMatrix1D - Class in cern.colt.matrix.tobject.impl
Dense 1-d matrix (aka vector) holding Object elements.
DenseObjectMatrix1D(Object[]) - Constructor for class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix1D(int) - Constructor for class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Constructs a matrix with a given number of cells.
DenseObjectMatrix2D - Class in cern.colt.matrix.impl
Dense 2-d matrix holding Object elements.
DenseObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix2D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Dense 2-d matrix holding Object elements.
DenseObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseObjectMatrix3D - Class in cern.colt.matrix.impl
Dense 3-d matrix holding Object elements.
DenseObjectMatrix3D(Object[][][]) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix3D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseObjectMatrix3D - Class in cern.colt.matrix.tobject.impl
Dense 3-d matrix holding Object elements.
DenseObjectMatrix3D(Object[][][]) - Constructor for class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
density(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns the matrix's fraction of non-zero cells; A.cardinality() / A.size().
density(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns the matrix's fraction of non-zero cells; A.cardinality() / A.size().
density(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns the matrix's fraction of non-zero cells; A.cardinality() / A.size().
density(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns the matrix's fraction of non-zero cells; A.cardinality() / A.size().
density(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns the matrix's fraction of non-zero cells; A.cardinality() / A.size().
deriv(double, double) - Method in interface flanagan.integration.DerivFunction
 
DerivFunction - Interface in flanagan.integration
 
derivn(double, double[]) - Method in interface flanagan.integration.DerivnFunction
 
DerivnFunction - Interface in flanagan.integration
 
descending(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with cells having descending values.
descending(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with cells having descending values.
descending(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with cells having descending values.
descending(int) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix with cells having descending values.
descending(int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a matrix with cells having descending values.
descending(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory3D
Constructs a matrix with cells having descending values.
descending(int) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix with cells having descending values.
descending(int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a matrix with cells having descending values.
descending(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory3D
Constructs a matrix with cells having descending values.
descending(int) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix with cells having descending values.
descending(int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a matrix with cells having descending values.
descending(int, int, int) - Method in class cern.colt.matrix.tint.IntFactory3D
Constructs a matrix with cells having descending values.
descending(int) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a matrix with cells having descending values.
descending(int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a matrix with cells having descending values.
descending(int, int, int) - Method in class cern.colt.matrix.tlong.LongFactory3D
Constructs a matrix with cells having descending values.
description(int) - Method in class hep.aida.ref.dataset.DataStatistics
Get the description corresponding to a coordinate.
Descriptive - Class in cern.jet.stat
Basic descriptive statistics.
destroy(IDataPointSet) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
destroy(IBaseHistogram) - Method in class hep.aida.ref.histogram.HistogramFactory
Destroy an IBaseHistogram ogject.
destroy() - Method in class jhplot.HChart
Remove the canvas frame
destroy() - Method in class jhplot.HGraph
Destroy the canvas frame
destroy() - Method in class jhplot.HPlot3DP
Destroy the canvas frame
destroy() - Method in class jhplot.HView3D
Destroy the canvas frame
det(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the determinant of matrix A.
det() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns the determinant, det(A).
det() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns the determinant, det(A).
det() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Returns the determinant, det(A).
det() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Returns the determinant, det(A).
det() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleLUDecomposition
Returns the determinant, det(A).
det(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the determinant of matrix A.
det(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Returns the determinant of matrix A.
det() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Returns the determinant, det(A).
det() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Returns the determinant, det(A).
det() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatLUDecomposition
Returns the determinant, det(A).
det(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the determinant of matrix A.
det(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Returns the determinant of matrix A.
det() - Method in class hephysics.matrix.BasicMatrix
 
det(Matrix) - Static method in class hephysics.matrix.MatrixOp
 
det() - Method in class hephysics.matrix.SymmetricMatrix
 
det() - Method in class hephysics.vec.Hep3Matrix
Returns the determinent of the matrix.
det(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
det() - Method in class jhplot.math.LUDecomposition
Determinant
determinant() - Method in class flanagan.math.Matrix
 
determinant(Matrix) - Static method in class flanagan.math.Matrix
 
determinant(double[][]) - Static method in class flanagan.math.Matrix
 
dgbbrd(String, int, int, int, int, int, double[], int, double[], double[], double[], int, double[], int, double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgbcon(String, int, int, int, double[], int, int[], double, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgbequ(int, int, int, int, double[], int, double[], double[], doubleW, doubleW, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dgbmv(String, int, int, int, int, double, double[], int, double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dgbrfs(String, int, int, int, int, double[], int, double[], int, int[], double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgbsv(int, int, int, int, double[], int, int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgbsvx(String, String, int, int, int, int, double[], int, double[], int, int[], StringW, double[], double[], double[], int, double[], int, doubleW, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgbtf2(int, int, int, int, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgbtrf(int, int, int, int, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgbtrs(String, int, int, int, int, double[], int, int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgebak(String, String, int, int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgebal(String, int, double[], int, intW, intW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgebd2(int, int, double[], int, double[], double[], double[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgebrd(int, int, double[], int, double[], double[], double[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgecon(String, int, double[], int, double, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgeequ(int, int, double[], int, double[], double[], doubleW, doubleW, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dgees(String, String, Object, int, double[], int, intW, double[], double[], double[], int, double[], int, boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgeesx(String, String, Object, String, int, double[], int, intW, double[], double[], double[], int, doubleW, doubleW, double[], int, int[], int, boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgeev(String, String, int, double[], int, double[], double[], double[], int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgeevx(String, String, String, String, int, double[], int, double[], double[], double[], int, double[], int, intW, intW, double[], doubleW, double[], double[], double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgegs(String, String, int, double[], int, double[], int, double[], double[], double[], double[], int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgegv(String, String, int, double[], int, double[], int, double[], double[], double[], double[], int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgehd2(int, int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgehrd(int, int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgelq2(int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgelqf(int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgels(String, int, int, int, double[], int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgelsd(int, int, int, double[], int, double[], int, double[], double, intW, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgelss(int, int, int, double[], int, double[], int, double[], double, intW, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgelsx(int, int, int, double[], int, double[], int, int[], double, intW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgelsy(int, int, int, double[], int, double[], int, int[], double, intW, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgemm(boolean, boolean, double, DoubleMatrix2D, DoubleMatrix2D, double, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Generalized linear algebraic matrix-matrix multiply; C = alpha*A*B + beta*C.
dgemm(boolean, boolean, double, DoubleMatrix2D, DoubleMatrix2D, double, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dgemm(boolean, boolean, double, DoubleMatrix2D, DoubleMatrix2D, double, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dgemm(boolean, boolean, double, DoubleMatrix2D, DoubleMatrix2D, double, DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Generalized linear algebraic matrix-matrix multiply; C = alpha*A*B + beta*C.
dgemm(boolean, boolean, double, DoubleMatrix2D, DoubleMatrix2D, double, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dgemm(boolean, boolean, float, FloatMatrix2D, FloatMatrix2D, float, FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Generalized linear algebraic matrix-matrix multiply; C = alpha*A*B + beta*C.
dgemm(boolean, boolean, float, FloatMatrix2D, FloatMatrix2D, float, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dgemm(String, String, int, int, int, double, double[], int, double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dgemv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Generalized linear algebraic matrix-vector multiply; y = alpha*A*x + beta*y.
dgemv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dgemv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dgemv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Generalized linear algebraic matrix-vector multiply; y = alpha*A*x + beta*y.
dgemv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dgemv(boolean, float, FloatMatrix2D, FloatMatrix1D, float, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Generalized linear algebraic matrix-vector multiply; y = alpha*A*x + beta*y.
dgemv(boolean, float, FloatMatrix2D, FloatMatrix1D, float, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dgemv(String, int, int, double, double[], int, double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dgeql2(int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgeqlf(int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgeqp3(int, int, double[], int, int[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgeqpf(int, int, double[], int, int[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgeqr2(int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgeqrf(int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dger(double, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Performs a rank 1 update; A = A + alpha*x*y'.
dger(double, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dger(double, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dger(double, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Performs a rank 1 update; A = A + alpha*x*y'.
dger(double, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dger(float, FloatMatrix1D, FloatMatrix1D, FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Performs a rank 1 update; A = A + alpha*x*y'.
dger(float, FloatMatrix1D, FloatMatrix1D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dger(int, int, double, double[], int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dgerfs(String, int, int, double[], int, double[], int, int[], double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgerq2(int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgerqf(int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgesc2(int, double[], int, double[], int[], int[], doubleW) - Method in class org.netlib.lapack.LAPACK
..
dgesdd(String, int, int, double[], int, double[], double[], int, double[], int, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgesv(int, int, double[], int, int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgesvd(String, String, int, int, double[], int, double[], double[], int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgesvx(String, String, int, int, double[], int, double[], int, int[], StringW, double[], double[], double[], int, double[], int, doubleW, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgetc2(int, double[], int, int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgetf2(int, int, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgetrf(int, int, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgetri(int, double[], int, int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgetrs(String, int, int, double[], int, int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgetv0(intW, String, int, boolean, int, int, double[], int, double[], doubleW, int[], double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dggbak(String, String, int, int, int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dggbal(String, int, double[], int, double[], int, intW, intW, double[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgges(String, String, String, Object, int, double[], int, double[], int, intW, double[], double[], double[], double[], int, double[], int, double[], int, boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
dggesx(String, String, String, Object, String, int, double[], int, double[], int, intW, double[], double[], double[], double[], int, double[], int, double[], double[], double[], int, int[], int, boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
dggev(String, String, int, double[], int, double[], int, double[], double[], double[], double[], int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dggevx(String, String, String, String, int, double[], int, double[], int, double[], double[], double[], double[], int, double[], int, intW, intW, double[], double[], doubleW, doubleW, double[], double[], double[], int, int[], boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
dggglm(int, int, int, double[], int, double[], int, double[], double[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgghrd(String, String, int, int, int, double[], int, double[], int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgglse(int, int, int, double[], int, double[], int, double[], double[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dggqrf(int, int, int, double[], int, double[], double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dggrqf(int, int, int, double[], int, double[], double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dggsvd(String, String, String, int, int, int, intW, intW, double[], int, double[], int, double[], double[], double[], int, double[], int, double[], int, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dggsvp(String, String, String, int, int, int, double[], int, double[], int, double, double, intW, intW, double[], int, double[], int, double[], int, int[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgtcon(String, int, double[], double[], double[], double[], int[], double, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgtrfs(String, int, int, double[], double[], double[], double[], double[], double[], double[], int[], double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgtsv(int, int, double[], double[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgtsvx(String, String, int, int, double[], double[], double[], double[], double[], double[], double[], int[], double[], int, double[], int, doubleW, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgttrf(int, double[], double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dgttrs(String, int, int, double[], double[], double[], double[], int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dgtts2(int, int, int, double[], double[], double[], double[], int[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
dhgeqz(String, String, String, int, int, int, double[], int, double[], int, double[], double[], double[], double[], int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dhsein(String, String, String, boolean[], int, double[], int, double[], double[], double[], int, double[], int, int, intW, double[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dhseqr(String, String, int, int, int, double[], int, double[], double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dht() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Computes the discrete Hartley transform (DHT) of this matrix.
dht() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Computes the discrete Hartley transform (DHT) of this matrix.
dht2() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the 2D discrete Hartley transform (DHT) of this matrix.
dht2() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the 2D discrete Hartley transform (DHT) of this matrix.
dht2() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the 2D discrete Hartley transform (DHT) of this matrix.
dht2() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the 2D discrete Hartley transform (DHT) of this matrix.
dht2() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the 2D discrete Hartley transform (DHT) of this matrix.
dht2() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the 2D discrete Hartley transform (DHT) of this matrix.
dht2() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the 2D discrete Hartley transform (DHT) of this matrix.
dht2() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the 2D discrete Hartley transform (DHT) of this matrix.
dht2Slices() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 2D discrete Hartley transform (DHT) of each slice of this matrix.
dht2Slices() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 2D discrete Hartley transform (DHT) of each slice of this matrix.
dht2Slices() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 2D discrete Hertley transform (DHT) of each column of this matrix.
dht2Slices() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 2D discrete Hartley transform (DHT) of each slice of this matrix.
dht2Slices() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 2D discrete Hartley transform (DHT) of each slice of this matrix.
dht2Slices() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 2D discrete Hertley transform (DHT) of each column of this matrix.
dht3() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 3D discrete Hartley transform (DHT) of this matrix.
dht3() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 3D discrete Hartley transform (DHT) of this matrix.
dht3() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 3D discrete Hartley transform (DHT) of this matrix.
dht3() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 3D discrete Hartley transform (DHT) of this matrix.
dht3() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 3D discrete Hartley transform (DHT) of this matrix.
dht3() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 3D discrete Hartley transform (DHT) of this matrix.
dhtColumns() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the discrete Hartley transform (DHT) of each column of this matrix.
dhtColumns() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the discrete Hartley transform (DHT) of each column of this matrix.
dhtColumns() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the discrete Hartley transform (DHT) of each column of this matrix.
dhtColumns() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the discrete Hertley transform (DHT) of each column of this matrix.
dhtColumns() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the discrete Hartley transform (DHT) of each column of this matrix.
dhtColumns() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the discrete Hartley transform (DHT) of each column of this matrix.
dhtColumns() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the discrete Hartley transform (DHT) of each column of this matrix.
dhtColumns() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the discrete Hertley transform (DHT) of each column of this matrix.
dhtRows() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the discrete Hartley transform (DHT) of each row of this matrix.
dhtRows() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the discrete Hartley transform (DHT) of each row of this matrix.
dhtRows() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the discrete Hartley transform (DHT) of each row of this matrix.
dhtRows() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the discrete Hertley transform (DHT) of each row of this matrix.
dhtRows() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the discrete Hartley transform (DHT) of each row of this matrix.
dhtRows() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the discrete Hartley transform (DHT) of each row of this matrix.
dhtRows() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the discrete Hartley transform (DHT) of each row of this matrix.
dhtRows() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the discrete Hertley transform (DHT) of each row of this matrix.
diagonal(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a new vector consisting of the diagonal elements of A.
diagonal(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a new vector consisting of the diagonal elements of A.
diagonal(DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a new vector consisting of the diagonal elements of A .
diagonal(double[]) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a new vector consisting of the diagonal elements of A .
diagonal(FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a new vector consisting of the diagonal elements of A .
diagonal(float[]) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a new vector consisting of the diagonal elements of A .
diagonal(IntMatrix1D) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(int[]) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(IntMatrix2D) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a new vector consisting of the diagonal elements of A .
diagonal(LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(int[]) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a new vector consisting of the diagonal elements of A .
diagonal(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Constructs a new vector consisting of the diagonal elements of A .
diagonal(int) - Method in class hephysics.matrix.SymmetricMatrix
Returns the diagonal element for the given row/column
diagonal() - Method in class jhplot.bsom.Matrix
If the matrix is a row or column vector, make a diagonal matrix from it.
diagonal(int, double) - Static method in class jhplot.math.DoubleArray
Returns an m x m matrix.
diagonal(double...) - Static method in class jhplot.math.DoubleArray
Returns an m x m matrix.
DiagonalDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Diagonal 2-d matrix holding complex elements.
DiagonalDComplexMatrix2D(double[][], int) - Constructor for class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
Constructs a matrix with a copy of the given values.
DiagonalDComplexMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
DiagonalDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Diagonal 2-d matrix holding double elements.
DiagonalDoubleMatrix2D(double[][], int) - Constructor for class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
Constructs a matrix with a copy of the given values.
DiagonalDoubleMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
DiagonalFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Diagonal 2-d matrix holding complex elements.
DiagonalFComplexMatrix2D(float[][], int) - Constructor for class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
Constructs a matrix with a copy of the given values.
DiagonalFComplexMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
DiagonalFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Diagonal 2-d matrix holding float elements.
DiagonalFloatMatrix2D(float[][], int) - Constructor for class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
Constructs a matrix with a copy of the given values.
DiagonalFloatMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
diagonalIndex() - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
Returns the index of the diagonal
diagonalIndex() - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
Returns the index of the diagonal
diagonalIndex() - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
Returns the index of the diagonal
diagonalIndex() - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
Returns the index of the diagonal
diagonalIndex() - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
Returns the index of the diagonal
diagonalIndex() - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
Returns the index of the diagonal
diagonalIndex() - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
Returns the index of the diagonal
DiagonalIntMatrix2D - Class in cern.colt.matrix.tint.impl
Diagonal 2-d matrix holding int elements.
DiagonalIntMatrix2D(int[][], int) - Constructor for class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
Constructs a matrix with a copy of the given values.
DiagonalIntMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
Constructs a matrix with a given number of rows and columns.
diagonalLength() - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
Returns the length of the diagonal
diagonalLength() - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
Returns the length of the diagonal
diagonalLength() - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
Returns the length of the diagonal
diagonalLength() - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
Returns the length of the diagonal
diagonalLength() - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
Returns the length of the diagonal
diagonalLength() - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
Returns the length of the diagonal
diagonalLength() - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
Returns the length of the diagonal
DiagonalLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Diagonal 2-d matrix holding long elements.
DiagonalLongMatrix2D(long[][], int) - Constructor for class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
Constructs a matrix with a copy of the given values.
DiagonalLongMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
Constructs a matrix with a given number of rows and columns.
diagonalMatrix(int, double[]) - Static method in class flanagan.math.Matrix
 
diagonalMatrix(int, int, double[]) - Static method in class flanagan.math.Matrix
 
DiagonalObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Diagonal 2-d matrix holding Object elements.
DiagonalObjectMatrix2D(Object[][], int) - Constructor for class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
Constructs a matrix with a copy of the given values.
DiagonalObjectMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
Diagram - Class in jhplot.jadraw
Main static methods to build objects for Feynman diagrams.
Diagram() - Constructor for class jhplot.jadraw.Diagram
 
diff(String) - Method in class jhplot.FND
differentiate the expression and simplify
differentiate(int, double, double) - Method in class jhplot.F1D
Numerical differentiation.
differentiate(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical differentiation.
differentiate(F1D, double[], double[]) - Static method in class jhplot.math.Numeric
Numerical differentiation in multiple dimensions.
dimen() - Method in class jhplot.VHolder
Return the dimension of the data
dimension() - Method in class hep.aida.ref.dataset.DataStatistics
Get the dimension of the DataStatistics.
dimension() - Method in class hep.aida.ref.fitter.fitdata.FitData
 
dimension() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
dimension() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
dimension() - Method in class hep.aida.ref.function.AbstractIFunction
 
dimension() - Method in class hep.aida.ref.function.BaseModelFunction
 
dimension() - Method in class hep.aida.ref.function.ExponentModelFunction
 
dimension() - Method in class hep.aida.ref.function.FunctionCore
 
dimension() - Method in class hep.aida.ref.function.Grid
 
dimension() - Method in class hep.aida.ref.function.PolynomialModelFunction
 
dimension() - Method in class hep.aida.ref.function.SumOfFunctions
 
dimension() - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
Get the dimension of the histogram.
dimension() - Method in class hep.aida.ref.histogram.DataPoint
 
dimension() - Method in class hep.aida.ref.histogram.DataPointSet
 
dimension() - Method in class jhplot.P1D
Returns the dimension of this P1D holder.
DIMENSION_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PND
 
DIMENSION_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PNI
 
dimensions() - Method in interface hep.aida.tdouble.DoubleIHistogram
Returns 1 for one-dimensional histograms, 2 for two-dimensional histograms, and so on.
dimensions() - Method in interface hep.aida.tfloat.FloatIHistogram
Returns 1 for one-dimensional histograms, 2 for two-dimensional histograms, and so on.
dirac(double[], double[]) - Static method in class jhplot.math.Random
Generate a random number from a discrete random variable.
disableDoubleBuffering(Component) - Static method in class jhplot.GHPanel
 
DiscreteDistribution - Class in jhplot.math.num.pdf
Base discrete distribution.
DiscreteDistribution() - Constructor for class jhplot.math.num.pdf.DiscreteDistribution
 
DiscreteRandomVariable - Interface in jhplot.math.num.random
A random variable generator for a discrete distribution.
disnan(double) - Method in class org.netlib.lapack.LAPACK
..
display() - Method in class cern.colt.Timer
Prints the elapsed time on System.out
displayLimits() - Method in class flanagan.interpolation.BiCubicSpline
 
displayLimits() - Method in class flanagan.interpolation.BiCubicSplineFirstDerivative
 
displayLimits() - Method in class flanagan.interpolation.BiCubicSplinePartialDerivative
 
displayLimits() - Method in class flanagan.interpolation.CubicSpline
 
displayLimits() - Method in class flanagan.interpolation.PolyCubicSpline
 
displayLimits() - Method in class flanagan.interpolation.QuadriCubicSpline
 
displayLimits() - Method in class flanagan.interpolation.TriCubicSpline
 
disposeMe() - Method in class jhplot.GHMargin
Dispose this canvas
distance(DoubleMatrix2D, Statistic.VectorVectorFunction) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns the distance matrix of the given matrix.
distance(DoubleMatrix2D, DoubleStatistic.VectorVectorFunction) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Constructs and returns the distance matrix of the given matrix.
distance(FloatMatrix2D, FloatStatistic.VectorVectorFunction) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Constructs and returns the distance matrix of the given matrix.
distance(SpacePoint, SpacePoint) - Static method in class hephysics.vec.SpacePoint
Return the distance between two space points.
distance(DataPoint, DataPoint) - Static method in class jminhep.cluster.DataPoint
Returns the distance between two data points
distanceSqrt(DataPoint, DataPoint) - Static method in class jminhep.cluster.DataPoint
Returns the squared distance between two data points
DistinctNumberList - Class in cern.colt.list
Resizable compressed list holding numbers; based on the fact that a number from a large list with few distinct values need not take more than log(distinctValues) bits; implemented with a MinMaxNumberList.
DistinctNumberList(long[], int) - Constructor for class cern.colt.list.DistinctNumberList
Constructs an empty list with the specified initial capacity and the specified distinct values allowed to be hold in this list.
DistinctNumberList - Class in cern.colt.list.tlong
Resizable compressed list holding numbers; based on the fact that a number from a large list with few distinct values need not take more than log(distinctValues) bits; implemented with a MinMaxNumberList.
DistinctNumberList(long[], int) - Constructor for class cern.colt.list.tlong.DistinctNumberList
Constructs an empty list with the specified initial capacity and the specified distinct values allowed to be hold in this list.
Distribution - Interface in jhplot.math.num.pdf
Base statistical distribution.
Distributions - Class in cern.jet.random
Contains methods for conveniently generating pseudo-random numbers from special distributions such as the Burr, Cauchy, Erlang, Geometric, Lambda, Laplace, Logistic, Weibull, etc.
Distributions - Class in cern.jet.random.tdouble
Contains methods for conveniently generating pseudo-random numbers from special distributions such as the Burr, Cauchy, Erlang, Geometric, Lambda, Laplace, Logistic, Weibull, etc.
distroy() - Method in class jhplot.HPlot
Remove the canvas frame
distroy() - Method in class jhplot.HPlot2D
Remove the canvas frame
div(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A / s <=> A[i] = A[i] / s.
div(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A / B <=> A[i] = A[i] / B[i].
div(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A / s <=> A[row,col] = A[row,col] / s.
div(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A / B <=> A[row,col] = A[row,col] / B[row,col].
div - Static variable in class cern.jet.math.Functions
Function that returns a / b.
div(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a / b.
div - Static variable in class cern.jet.math.IntFunctions
Function that returns a / b.
div(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a / b.
div(double) - Static method in class cern.jet.math.Mult
a / constant.
div(double[], double, double) - Static method in class cern.jet.math.tdcomplex.DComplex
 
div(double[], double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
div - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
Binary functions
div(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
div(double) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
div(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexMult
a / constant.
div - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a / b.
div(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a / b.
div(double) - Static method in class cern.jet.math.tdouble.DoubleMult
a / constant.
div(float[], float, float) - Static method in class cern.jet.math.tfcomplex.FComplex
 
div(float[], float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
div - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
Binary functions
div(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
div(float) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
div(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexMult
a / constant.
div - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a / b.
div(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a / b.
div(float) - Static method in class cern.jet.math.tfloat.FloatMult
a / constant.
div - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a / b.
div(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a / b.
div(int) - Static method in class cern.jet.math.tint.IntMult
a / constant.
div - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a / b.
div(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a / b.
div(long) - Static method in class cern.jet.math.tlong.LongMult
a / constant.
div(Binner1D, Binner1D, Binner1D) - Static method in class hep.aida.ref.histogram.binner.BinnerMath
 
div(Complex) - Method in class jhplot.math.Complex
Division of Complex numbers (doesn't change this Complex number).
div(float) - Method in class jhplot.v3d.Vector3d
 
divide(String, IDataPointSet, IDataPointSet) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
divide(String, IHistogram1D, IHistogram1D) - Method in class hep.aida.ref.histogram.HistogramFactory
Divides two 1D Histogram
divide(String, IHistogram2D, IHistogram2D) - Method in class hep.aida.ref.histogram.HistogramFactory
Divides two 2D Histogram
divide(String, IHistogram3D, IHistogram3D) - Method in class hep.aida.ref.histogram.HistogramFactory
Divides two 3D Histogram
divide(double) - Method in class jhplot.math.Complex
Returns this complex divided by the specified factor.
divide(double[], double[]) - Static method in class jhplot.math.LinearAlgebra
Element-wise ratio of two arrays.
divide(double[], double) - Static method in class jhplot.math.LinearAlgebra
Divide each element of an array by a scalar.
divide(double[][], double) - Static method in class jhplot.math.LinearAlgebra
Divide each element of a matrix by a scalar
divide(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
 
divide(ValueErr, double) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a ValueErr number.
divide(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
Division of two ValueErr numbers a/b with correlation
divide(ValueErr) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a ValueErr number without correlation
divide(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
Division of two ValueErr numbers a/b without correlation
divide(double) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a double
divide(double, ValueErr) - Static method in class jhplot.math.ValueErr
Division of a double, a, by a ValueErr number, b
divide(double, double) - Static method in class jhplot.math.ValueErr
Divide a double number by a double and return quotient as ValueErr
dividedBy(Matrix) - Method in class jhplot.bsom.Matrix
Matrix division: X\Y.
dividedBy(Matrix, int) - Method in class jhplot.bsom.Matrix
Matrix division with bandwidth: X\Y.
divideEqual(ValueErr) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a ValueErr number and replace it by the quotient without correlation
divideEqual(ValueErr, double) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a ValueErr number and replace this by the quotient
divideEqual(double) - Method in class jhplot.math.ValueErr
Division of this ValueErr number by a double and replace this by the quotient
divideLU(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
 
divideQR(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
 
divNeg - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns -(a / b).
divNeg - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns -(a / b).
divNeg - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns -(a / b).
divNeg - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns -(a / b).
DIVU_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.FPR
 
DIVV_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.FPR
 
dlabad(doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlabrd(int, int, int, double[], int, double[], double[], double[], double[], double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlacn2(int, double[], double[], int[], doubleW, intW, int[]) - Method in class org.netlib.lapack.LAPACK
..
dlacon(int, double[], double[], int[], doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlacpy(String, int, int, double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dladiv(double, double, double, double, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlae2(double, double, double, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlaebz(int, int, int, int, int, int, double, double, double, double[], double[], double[], int[], double[], double[], intW, int[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed0(int, int, int, double[], double[], double[], int, double[], int, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed1(int, double[], double[], int, int[], doubleW, int, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed2(intW, int, int, double[], double[], int, int[], doubleW, double[], double[], double[], double[], int[], int[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed3(int, int, int, double[], double[], int, double, double[], double[], int[], int[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed4(int, int, double[], double[], double[], double, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed5(int, double[], double[], double[], double, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlaed6(int, boolean, double, double[], double[], double, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed7(int, int, int, int, int, int, double[], double[], int, int[], doubleW, int, double[], int[], int[], int[], int[], int[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed8(int, intW, int, int, double[], double[], int, int[], doubleW, int, double[], double[], double[], int, double[], int[], intW, int[], double[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlaed9(int, int, int, int, double[], double[], int, double, double[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlaeda(int, int, int, int, int[], int[], int[], int[], double[], double[], int[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlaein(boolean, boolean, int, double[], int, double, double, double[], double[], double[], int, double[], double, double, double, intW) - Method in class org.netlib.lapack.LAPACK
..
dlaev2(double, double, double, doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlaexc(boolean, int, double[], int, double[], int, int, int, int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlag2(double[], int, double[], int, double, doubleW, doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlag2s(int, int, double[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlags2(boolean, double, double, double, double, double, double, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlagtf(int, double[], double, double[], double[], double, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlagtm(String, int, int, double, double[], double[], double[], double[], int, double, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlagts(int, int, double[], double[], double[], double[], int[], double[], doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlagv2(double[], int, double[], int, double[], double[], double[], doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlahqr(boolean, boolean, int, int, int, double[], int, double[], double[], int, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlahr2(int, int, int, double[], int, double[], double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlahrd(int, int, int, double[], int, double[], double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlaic1(int, int, double[], double, double[], double, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlaisnan(double, double) - Method in class org.netlib.lapack.LAPACK
..
dlaln2(boolean, int, int, double, double, double[], int, double, double, double[], int, double, double, double[], int, doubleW, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlals0(int, int, int, int, int, double[], int, double[], int, int[], int, int[], int, double[], int, double[], double[], double[], double[], int, double, double, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlalsa(int, int, int, int, double[], int, double[], int, double[], int, double[], int[], double[], double[], double[], double[], int[], int[], int, int[], double[], double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlalsd(String, int, int, int, double[], double[], double[], int, double, intW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlamc1(intW, intW, booleanW, booleanW) - Method in class org.netlib.lapack.LAPACK
..
dlamc2(intW, intW, booleanW, doubleW, intW, doubleW, intW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlamc3(double, double) - Method in class org.netlib.lapack.LAPACK
..
dlamc4(intW, double, int) - Method in class org.netlib.lapack.LAPACK
..
dlamc5(int, int, int, boolean, intW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlamch(String) - Method in class org.netlib.lapack.LAPACK
..
dlamrg(int, int, double[], int, int, int[]) - Method in class org.netlib.lapack.LAPACK
..
dlaneg(int, double[], double[], double, double, int) - Method in class org.netlib.lapack.LAPACK
..
dlangb(String, int, int, int, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlange(String, int, int, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlangt(String, int, double[], double[], double[]) - Method in class org.netlib.lapack.LAPACK
..
dlanhs(String, int, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlansb(String, String, int, int, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlansp(String, String, int, double[], double[]) - Method in class org.netlib.lapack.LAPACK
..
dlanst(String, int, double[], double[]) - Method in class org.netlib.lapack.LAPACK
..
dlansy(String, String, int, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlantb(String, String, String, int, int, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlantp(String, String, String, int, double[], double[]) - Method in class org.netlib.lapack.LAPACK
..
dlantr(String, String, String, int, int, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlanv2(doubleW, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlapll(int, double[], int, double[], int, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlapmt(boolean, int, int, double[], int, int[]) - Method in class org.netlib.lapack.LAPACK
..
dlapy2(double, double) - Method in class org.netlib.lapack.LAPACK
..
dlapy3(double, double, double) - Method in class org.netlib.lapack.LAPACK
..
dlaqgb(int, int, int, int, double[], int, double[], double[], double, double, double, StringW) - Method in class org.netlib.lapack.LAPACK
..
dlaqge(int, int, double[], int, double[], double[], double, double, double, StringW) - Method in class org.netlib.lapack.LAPACK
..
dlaqp2(int, int, int, double[], int, int[], double[], double[], double[], double[]) - Method in class org.netlib.lapack.LAPACK
..
dlaqps(int, int, int, int, intW, double[], int, int[], double[], double[], double[], double[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlaqr0(boolean, boolean, int, int, int, double[], int, double[], double[], int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlaqr1(int, double[], int, double, double, double, double, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlaqr2(boolean, boolean, int, int, int, int, double[], int, int, int, double[], int, intW, intW, double[], double[], double[], int, int, double[], int, int, double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlaqr3(boolean, boolean, int, int, int, int, double[], int, int, int, double[], int, intW, intW, double[], double[], double[], int, int, double[], int, int, double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlaqr4(boolean, boolean, int, int, int, double[], int, double[], double[], int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlaqr5(boolean, boolean, int, int, int, int, int, double[], double[], double[], int, int, int, double[], int, double[], int, double[], int, int, double[], int, int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlaqrb(boolean, int, int, int, double[], int, double[], double[], double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dlaqsb(String, int, int, double[], int, double[], double, double, StringW) - Method in class org.netlib.lapack.LAPACK
..
dlaqsp(String, int, double[], double[], double, double, StringW) - Method in class org.netlib.lapack.LAPACK
..
dlaqsy(String, int, double[], int, double[], double, double, StringW) - Method in class org.netlib.lapack.LAPACK
..
dlaqtr(boolean, boolean, int, double[], int, double[], double, doubleW, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlar1v(int, int, int, double, double[], double[], double[], double[], double, double, double[], boolean, intW, doubleW, doubleW, intW, int[], doubleW, doubleW, doubleW, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlar2v(int, double[], double[], double[], int, double[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlarf(String, int, int, double[], int, double, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlarfb(String, String, String, String, int, int, int, double[], int, double[], int, double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlarfg(int, doubleW, double[], int, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlarft(String, String, int, int, double[], int, double[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlarfx(String, int, int, double[], double, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlargv(int, double[], int, double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlarnv(int, int[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlarra(int, double[], double[], double[], double, double, intW, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlarrb(int, double[], double[], int, int, double, double, int, double[], double[], double[], double[], int[], double, double, int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlarrc(String, int, double, double, double[], double[], double, intW, intW, intW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlarrd(String, String, int, double, double, int, int, double[], double, double[], double[], double[], double, int, int[], intW, double[], double[], doubleW, doubleW, int[], int[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlarre(String, int, doubleW, doubleW, int, int, double[], double[], double[], double, double, double, intW, int[], intW, double[], double[], double[], int[], int[], double[], doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlarrf(int, double[], double[], double[], int, int, double[], double[], double[], double, double, double, double, doubleW, double[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlarrj(int, double[], double[], int, int, double, int, double[], double[], double[], int[], double, double, intW) - Method in class org.netlib.lapack.LAPACK
..
dlarrk(int, int, double, double, double[], double[], double, double, doubleW, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlarrr(int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlarrv(int, double, double, double[], double[], double, int[], int, int, int, double, doubleW, doubleW, double[], double[], double[], int[], int[], double[], double[], int, int[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlartg(double, double, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlartv(int, double[], int, double[], int, double[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlaruv(int[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlarz(String, int, int, int, double[], int, double, double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlarzb(String, String, String, String, int, int, int, int, double[], int, double[], int, double[], int, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlarzt(String, String, int, int, double[], int, double[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlas2(double, double, double, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlascl(String, int, int, double, double, int, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlasd0(int, int, double[], double[], double[], int, double[], int, int, int[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasd1(int, int, int, double[], doubleW, doubleW, double[], int, double[], int, int[], int[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasd2(int, int, int, intW, double[], double[], double, double, double[], int, double[], int, double[], double[], int, double[], int, int[], int[], int[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasd3(int, int, int, int, double[], double[], int, double[], double[], int, double[], int, double[], int, double[], int, int[], int[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasd4(int, int, double[], double[], double[], double, doubleW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasd5(int, double[], double[], double[], double, doubleW, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlasd6(int, int, int, int, double[], double[], double[], doubleW, doubleW, int[], int[], intW, int[], int, double[], int, double[], double[], double[], double[], intW, doubleW, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasd7(int, int, int, int, intW, double[], double[], double[], double[], double[], double[], double[], double, double, double[], int[], int[], int[], int[], intW, int[], int, double[], int, doubleW, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlasd8(int, int, double[], double[], double[], double[], double[], double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasda(int, int, int, int, double[], double[], double[], int, double[], int[], double[], double[], double[], double[], int[], int[], int, int[], double[], double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasdq(String, int, int, int, int, int, double[], double[], double[], int, double[], int, double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasdt(int, intW, intW, int[], int[], int[], int) - Method in class org.netlib.lapack.LAPACK
..
dlaset(String, int, int, double, double, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlasq1(int, double[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasq2(int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlasq3(int, intW, double[], int, doubleW, doubleW, doubleW, doubleW, intW, intW, intW, boolean) - Method in class org.netlib.lapack.LAPACK
..
dlasq4(int, int, double[], int, int, double, double, double, double, double, double, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlasq5(int, int, double[], int, double, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW, boolean) - Method in class org.netlib.lapack.LAPACK
..
dlasq6(int, int, double[], int, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlasr(String, String, String, int, int, double[], double[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlasrt(String, int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlassq(int, double[], int, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlasv2(double, double, double, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlaswp(int, double[], int, int, int, int[], int) - Method in class org.netlib.lapack.LAPACK
..
dlasy2(boolean, boolean, int, int, int, double[], int, double[], int, double[], int, doubleW, double[], int, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dlasyf(String, int, int, intW, double[], int, int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlatbs(String, String, String, String, int, int, double[], int, double[], doubleW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlatdf(int, int, double[], int, double[], doubleW, doubleW, int[], int[]) - Method in class org.netlib.lapack.LAPACK
..
dlatps(String, String, String, String, int, double[], double[], doubleW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlatrd(String, int, int, double[], int, double[], double[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
dlatrs(String, String, String, String, int, double[], int, double[], doubleW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dlatrz(int, int, int, double[], int, double[], double[]) - Method in class org.netlib.lapack.LAPACK
..
dlatzm(String, int, int, double[], int, double, double[], double[], int, double[]) - Method in class org.netlib.lapack.LAPACK
..
dlauu2(String, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlauum(String, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dlazq3(int, intW, double[], int, doubleW, doubleW, doubleW, doubleW, intW, intW, intW, boolean, intW, doubleW, doubleW, doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dlazq4(int, int, double[], int, int, double, double, double, double, double, double, doubleW, intW, doubleW) - Method in class org.netlib.lapack.LAPACK
..
dmout(int, int, int, double[], int, int, String) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dnaitr(intW, String, int, int, int, int, double[], doubleW, double[], int, double[], int, int[], double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dnapps(int, intW, int, double[], double[], double[], int, double[], int, double[], double[], int, double[], double[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dnaup2(intW, String, int, String, intW, intW, double, double[], int, int, int, intW, double[], int, double[], int, double[], double[], double[], double[], int, double[], int[], double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dnaupd(intW, String, int, String, int, doubleW, double[], int, double[], int, int[], int[], double[], double[], int, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dnconv(int, double[], double[], double[], double, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dneigh(double, intW, double[], int, double[], double[], double[], double[], int, double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dneupd(boolean, String, boolean[], double[], double[], double[], int, double, double, double[], String, int, String, intW, double, double[], int, double[], int, int[], int[], double[], double[], int, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dngets(int, String, intW, intW, double[], double[], double[], double[], double[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dnrm2(DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Return the 2-norm; sqrt(x[0]^2 + x[1]^2 + ...).
dnrm2(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dnrm2(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dnrm2(DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Return the 2-norm; sqrt(x[0]^2 + x[1]^2 + ...).
dnrm2(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dnrm2(FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Return the 2-norm; sqrt(x[0]^2 + x[1]^2 + ...).
dnrm2(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dnrm2(int, double[], int) - Method in class org.netlib.blas.BLAS
..
doc() - Method in class jhplot.F1D
Show online documentation.
doc() - Method in class jhplot.F2D
Show online documentation.
doc() - Method in class jhplot.F3D
Show online documentation.
doc() - Method in class jhplot.FND
Show online documentation.
doc() - Method in class jhplot.H1D
Show online documentation.
doc() - Method in class jhplot.H2D
Show online documentation.
doc() - Method in class jhplot.H3D
Show online documentation.
doc() - Method in class jhplot.HBayes
 
doc() - Method in class jhplot.HBook
Show online documentation.
doc() - Method in class jhplot.HBsom
Show documentation
doc() - Method in class jhplot.HCellular
Show documentation
doc() - Method in class jhplot.HChart
Show online documentation.
doc() - Method in class jhplot.HCluster
Show online documentation.
doc() - Method in class jhplot.HFit
Show online documentation.
doc() - Method in class jhplot.HFitter
Show online documentation.
doc() - Method in class jhplot.HGraph
Show online documentation.
doc() - Method in class jhplot.HLabel
Show online documentation.
doc() - Method in class jhplot.HLabelEq
Show online documentation.
doc() - Method in class jhplot.HMLabel
Show online documentation.
doc() - Method in class jhplot.HNeuralNet
Show online documentation.
doc() - Method in class jhplot.HPlot
Show online documentation.
doc() - Method in class jhplot.HPlot2D
Show online documentation.
doc() - Method in class jhplot.HPlot3D
Show online documentation.
doc() - Method in class jhplot.HPlot3DP
Show online documentation.
doc() - Method in class jhplot.HPlotJa
Show online documentation.
doc() - Method in class jhplot.HProf1D
Show online documentation.
doc() - Method in class jhplot.HProf2D
Show online documentation.
doc() - Method in class jhplot.HTable
Show online documentation.
doc() - Method in class jhplot.HView3D
Show online documentation.
doc() - Method in class jhplot.IEditor
Show online documentation.
doc() - Method in class jhplot.io.csv.CSVReader
Show online documentation.
doc() - Method in class jhplot.io.csv.CSVWriter
Show online documentation.
doc() - Method in class jhplot.io.FileAida
Show online documentation.
doc() - Method in class jhplot.io.FileRoot
Show online documentation.
doc() - Method in class jhplot.IView
Show online documentation.
doc() - Method in class jhplot.JHPlot
Show online documentation.
doc() - Method in class jhplot.P0D
Show online documentation.
doc() - Method in class jhplot.P0I
Show online documentation.
doc() - Method in class jhplot.P1D
Show online documentation.
doc() - Method in class jhplot.P2D
Show online documentation.
doc() - Method in class jhplot.P3D
Show online documentation.
doc() - Method in class jhplot.PND
Show online documentation.
doc() - Method in class jhplot.PNI
Show online documentation.
doc() - Method in class jhplot.shapes.Arrow
Show online documentation.
doc() - Method in class jhplot.shapes.Circle
Show online documentation.
doc() - Method in class jhplot.shapes.Ellipse
Show online documentation.
doc() - Method in class jhplot.shapes.Line
Show online documentation.
doc() - Method in class jhplot.shapes.Picture
Show online documentation.
doc() - Method in class jhplot.shapes.Rectan
Show online documentation.
doc() - Method in class jhplot.shapes.Text
Show online documentation.
doc() - Method in class jhplot.SHPlot
Show online documentation.
doc() - Method in class jhplot.SHPlot3D
Show online documentation.
doc() - Method in class jhplot.SHPlotJa
Show online documentation.
doc() - Method in class jhplot.SPlot
Show online documentation.
doc() - Method in class jhplot.SPsheet
Show online documentation.
doc() - Method in class jhplot.stat.BunchingParameters
Show online documentation.
doc() - Method in class jhplot.stat.FactorialMoments
Show online documentation.
doc() - Method in class jhplot.stat.LinReg
Show online documentation.
doc() - Method in class jhplot.stat.LinRegWeighted
Show online documentation.
doc() - Method in class jhplot.stat.PCA
Show online documentation.
doc() - Method in class jhplot.stat.Statistics
Show online documentation.
doc() - Method in class jhplot.stat.StatShape
Show online documentation.
doc() - Method in class jhplot.VHolder
Show online documentation.
doc() - Method in class jhpro.stat.CLimits
Show online documentation.
doc() - Method in class jhpro.stat.ConfidenceLevel
Show online documentation.
doc() - Method in class jhpro.stat.EEcentricity
Show online documentation.
doc() - Method in class jhpro.stat.Moments
Show online documentation.
doc() - Method in class jhpro.stat.MomentsFac
Show online documentation.
doc() - Method in class jhpro.stat.MomentsFacNorm
Show online documentation.
doc() - Method in class jhpro.stat.MomentsNorm
Show online documentation.
dopgtr(String, int, double[], double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dopmtr(String, String, String, int, int, double[], double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dorg2l(int, int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dorg2r(int, int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dorgbr(String, int, int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dorghr(int, int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dorgl2(int, int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dorglq(int, int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dorgql(int, int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dorgqr(int, int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dorgr2(int, int, int, double[], int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dorgrq(int, int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dorgtr(String, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dorm2l(String, String, int, int, int, double[], int, double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dorm2r(String, String, int, int, int, double[], int, double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dormbr(String, String, String, int, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dormhr(String, String, int, int, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dorml2(String, String, int, int, int, double[], int, double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dormlq(String, String, int, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dormql(String, String, int, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dormqr(String, String, int, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dormr2(String, String, int, int, int, double[], int, double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dormr3(String, String, int, int, int, int, double[], int, double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dormrq(String, String, int, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dormrz(String, String, int, int, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dormtr(String, String, String, int, int, double[], int, double[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dot(Hep3Vector, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Dot product of 2 vectors
dot(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Dot operation
dot(HepLorentzVector, HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Dot product
dot(Hep3Vector, Hep3Vector) - Static method in class hephysics.vec.VecOp
 
dot(Vector3d) - Method in class jhplot.v3d.Vector3d
 
Double27Function - Interface in cern.colt.function
Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Double27Function - Interface in cern.colt.function.tdouble
Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Double5Function - Interface in cern.colt.function
Interface that represents a function object: a function that takes 5 arguments and returns a single value.
Double5Function - Interface in cern.colt.function.tdouble
Interface that represents a function object: a function that takes 5 arguments and returns a single value.
Double9Function - Interface in cern.colt.function
Interface that represents a function object: a function that takes 9 arguments and returns a single value.
Double9Function - Interface in cern.colt.function.tdouble
Interface that represents a function object: a function that takes 9 arguments and returns a single value.
DoubleAMG - Class in cern.colt.matrix.tdouble.algo.solver.preconditioner
Algebraic multigrid preconditioner.
DoubleAMG(double, double, double, double, int, int, int, int, double) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleAMG
Sets up the algebraic multigrid preconditioner
DoubleAMG(double, double, int, int, int, int, double) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleAMG
Sets up the algebraic multigrid preconditioner.
DoubleAMG() - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleAMG
Sets up the algebraic multigrid preconditioner using some default parameters.
DoubleArithmetic - Class in cern.jet.math.tdouble
Arithmetic functions.
doubleArray(int) - Method in class flanagan.math.PsRandom
 
doubleArray(int, double) - Method in class flanagan.math.PsRandom
 
doubleArray(int, double, double) - Method in class flanagan.math.PsRandom
 
DoubleArray - Class in jhplot.math
A class for dealing with double arrays and matrices.
DoubleArray() - Constructor for class jhplot.math.DoubleArray
 
DoubleArray - Class in jhplot.math.num
An expandable double array.
DoubleArray() - Constructor for class jhplot.math.num.DoubleArray
 
DoubleArrayList - Class in cern.colt.list
Resizable list holding double elements; implemented with arrays.
DoubleArrayList() - Constructor for class cern.colt.list.DoubleArrayList
Constructs an empty list.
DoubleArrayList(double[]) - Constructor for class cern.colt.list.DoubleArrayList
Constructs a list containing the specified elements.
DoubleArrayList(int) - Constructor for class cern.colt.list.DoubleArrayList
Constructs an empty list with the specified initial capacity.
DoubleArrayList - Class in cern.colt.list.tdouble
Resizable list holding double elements; implemented with arrays.
DoubleArrayList() - Constructor for class cern.colt.list.tdouble.DoubleArrayList
Constructs an empty list.
DoubleArrayList(double[]) - Constructor for class cern.colt.list.tdouble.DoubleArrayList
Constructs a list containing the specified elements.
DoubleArrayList(int) - Constructor for class cern.colt.list.tdouble.DoubleArrayList
Constructs an empty list with the specified initial capacity.
DoubleBiCG - Class in cern.colt.matrix.tdouble.algo.solver
BiCG solver.
DoubleBiCG(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleBiCG
Constructor for BiCG.
DoubleBiCGstab - Class in cern.colt.matrix.tdouble.algo.solver
BiCG stablized solver.
DoubleBiCGstab(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleBiCGstab
Constructor for BiCGstab.
DoubleBinBinFunction1D - Interface in hep.aida.tdouble.bin
Interface that represents a function object: a function that takes two bins as arguments and returns a single value.
DoubleBinFunction1D - Interface in hep.aida.tdouble.bin
Interface that represents a function object: a function that takes two bins as arguments and returns a single value.
DoubleBinFunctions1D - Class in hep.aida.tdouble.bin
Function objects computing dynamic bin aggregations; to be passed to generic methods.
DoubleBlas - Interface in cern.colt.matrix.tdouble.algo
Subset of the BLAS (Basic Linear Algebra System); High quality "building block" routines for performing basic vector and matrix operations.
DoubleBuffer - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target DoubleBufferConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer(DoubleBufferConsumer, int) - Constructor for class cern.colt.buffer.DoubleBuffer
Constructs and returns a new buffer with the given target.
DoubleBuffer - Class in cern.colt.buffer.tdouble
Fixed sized (non resizable) streaming buffer connected to a target DoubleBufferConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer(DoubleBufferConsumer, int) - Constructor for class cern.colt.buffer.tdouble.DoubleBuffer
Constructs and returns a new buffer with the given target.
DoubleBuffer - Class in cern.jet.stat.tdouble.quantile
A buffer holding double elements; internally used for computing approximate quantiles.
DoubleBuffer(int) - Constructor for class cern.jet.stat.tdouble.quantile.DoubleBuffer
This method was created in VisualAge.
DoubleBuffer2D - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer2D(DoubleBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.DoubleBuffer2D
Constructs and returns a new buffer with the given target.
DoubleBuffer2D - Class in cern.colt.buffer.tdouble
Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer2D(DoubleBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tdouble.DoubleBuffer2D
Constructs and returns a new buffer with the given target.
DoubleBuffer2DConsumer - Interface in cern.colt.buffer
Target of a streaming DoubleBuffer2D into which data is flushed upon buffer overflow.
DoubleBuffer2DConsumer - Interface in cern.colt.buffer.tdouble
Target of a streaming DoubleBuffer2D into which data is flushed upon buffer overflow.
DoubleBuffer3D - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer3D(DoubleBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.DoubleBuffer3D
Constructs and returns a new buffer with the given target.
DoubleBuffer3D - Class in cern.colt.buffer.tdouble
Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer3D(DoubleBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tdouble.DoubleBuffer3D
Constructs and returns a new buffer with the given target.
DoubleBuffer3DConsumer - Interface in cern.colt.buffer
Target of a streaming DoubleBuffer3D into which data is flushed upon buffer overflow.
DoubleBuffer3DConsumer - Interface in cern.colt.buffer.tdouble
Target of a streaming DoubleBuffer3D into which data is flushed upon buffer overflow.
DoubleBufferConsumer - Interface in cern.colt.buffer
Target of a streaming DoubleBuffer into which data is flushed upon buffer overflow.
DoubleBufferConsumer - Interface in cern.colt.buffer.tdouble
Target of a streaming DoubleBuffer into which data is flushed upon buffer overflow.
DoubleCG - Class in cern.colt.matrix.tdouble.algo.solver
Conjugate Gradients solver.
DoubleCG(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleCG
Constructor for CG.
DoubleCGLS - Class in cern.colt.matrix.tdouble.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.
DoubleCGLS() - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleCGLS
 
DoubleCGS - Class in cern.colt.matrix.tdouble.algo.solver
Conjugate Gradients squared solver.
DoubleCGS(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleCGS
Constructor for CGS.
DoubleChebyshev - Class in cern.colt.matrix.tdouble.algo.solver
Chebyshev solver.
DoubleChebyshev(DoubleMatrix1D, double, double) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleChebyshev
Constructor for Chebyshev.
DoubleComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
DoubleComparator - Interface in cern.colt.function.tdouble
A comparison function which imposes a total ordering on some collection of elements.
DoubleConstants - Class in cern.jet.math.tdouble
Defines some useful constants.
DoubleConverter - Class in hep.aida.tdouble.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.
DoubleConverter() - Constructor for class hep.aida.tdouble.ref.DoubleConverter
Creates a new histogram converter.
DoubleDescriptive - Class in cern.jet.stat.tdouble
Basic descriptive statistics.
DoubleDiagonal - Class in cern.colt.matrix.tdouble.algo.solver.preconditioner
Diagonal preconditioner.
DoubleDiagonal(int) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleDiagonal
Constructor for DiagonalPreconditioner
DoubleDoubleFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleDoubleFunction - Interface in cern.colt.function.tdouble
Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleDoubleProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
DoubleDoubleProcedure - Interface in cern.colt.function.tdouble
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
DoubleEquiDepthHistogram - Class in cern.jet.stat.tdouble.quantile
Read-only equi-depth histogram for selectivity estimation.
DoubleEquiDepthHistogram(double[]) - Constructor for class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Constructs an equi-depth histogram with the given quantile elements.
DoubleFactory1D - Class in cern.colt.matrix
Factory for convenient construction of 1-d matrices holding double cells.
DoubleFactory1D - Class in cern.colt.matrix.tdouble
Factory for convenient construction of 1-d matrices holding double cells.
DoubleFactory2D - Class in cern.colt.matrix
Factory for convenient construction of 2-d matrices holding double cells.
DoubleFactory2D - Class in cern.colt.matrix.tdouble
Factory for convenient construction of 2-d matrices holding double cells.
DoubleFactory3D - Class in cern.colt.matrix
Factory for convenient construction of 3-d matrices holding double cells.
DoubleFactory3D - Class in cern.colt.matrix.tdouble
Factory for convenient construction of 3-d matrices holding double cells.
DoubleFixedAxis - Class in hep.aida.tdouble.ref
Fixed-width axis; A reference implementation of hep.aida.IAxis.
DoubleFixedAxis(int, double, double) - Constructor for class hep.aida.tdouble.ref.DoubleFixedAxis
Create an Axis
DoubleFormatter - Class in cern.colt.matrix.tdouble.algo
Flexible, well human readable matrix print formatting; By default decimal point aligned.
DoubleFormatter() - Constructor for class cern.colt.matrix.tdouble.algo.DoubleFormatter
Constructs and returns a matrix formatter with format "%G".
DoubleFormatter(String) - Constructor for class cern.colt.matrix.tdouble.algo.DoubleFormatter
Constructs and returns a matrix formatter.
DoubleFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes a single argument and returns a single value.
DoubleFunction - Interface in cern.colt.function.tdouble
Interface that represents a function object: a function that takes a single argument and returns a single value.
DoubleFunctions - Class in cern.jet.math.tdouble
Function objects to be passed to generic methods.
DoubleGivensRotation - Class in cern.colt.matrix.tdouble.algo.solver
Givens plane rotation
DoubleGivensRotation(double, double) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleGivensRotation
Constructs a Givens plane rotation for a given 2-vector
DoubleGMRES - Class in cern.colt.matrix.tdouble.algo.solver
GMRES solver.
DoubleGMRES(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleGMRES
Constructor for GMRES.
DoubleGMRES(DoubleMatrix1D, int) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleGMRES
Constructor for GMRES.
DoubleHistogram1D - Class in hep.aida.tdouble.ref
A reference implementation of hep.aida.IHistogram1D.
DoubleHistogram1D(String, double[]) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram1D
Creates a variable-width histogram.
DoubleHistogram1D(String, DoubleIAxis) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram1D
Creates a histogram with the given axis binning.
DoubleHistogram1D(String, int, double, double) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram1D
Creates a fixed-width histogram.
DoubleHistogram1DContents - Class in hep.aida.tdouble.ref
 
DoubleHistogram1DContents(int[], double[], double[], int, double, double, double, double) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
DoubleHistogram2D - Class in hep.aida.tdouble.ref
A reference implementation of hep.aida.IHistogram2D.
DoubleHistogram2D(String, double[], double[]) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram2D
Creates a variable-width histogram.
DoubleHistogram2D(String, int, double, double, int, double, double) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram2D
Creates a fixed-width histogram.
DoubleHistogram2D(String, DoubleIAxis, DoubleIAxis) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram2D
Creates a histogram with the given axis binning.
DoubleHistogram3D - Class in hep.aida.tdouble.ref
A reference implementation of hep.aida.IHistogram3D.
DoubleHistogram3D(String, double[], double[], double[]) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram3D
Creates a variable-width histogram.
DoubleHistogram3D(String, int, double, double, int, double, double, int, double, double) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram3D
Creates a fixed-width histogram.
DoubleHistogram3D(String, DoubleIAxis, DoubleIAxis, DoubleIAxis) - Constructor for class hep.aida.tdouble.ref.DoubleHistogram3D
Creates a histogram with the given axis binning.
DoubleHyBR - Class in cern.colt.matrix.tdouble.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.
DoubleHyBR() - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleHyBR
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;
DoubleHyBR(HyBRInnerSolver, HyBRRegularizationMethod, double, double, boolean, int, double, boolean) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleHyBR
Creates new instance of HyBR solver.
DoubleIAxis - Interface in hep.aida.tdouble
An IAxis represents a binned histogram axis.
DoubleICC - Class in cern.colt.matrix.tdouble.algo.solver.preconditioner
Incomplete Cholesky preconditioner without fill-in using a compressed row matrix as internal storage
DoubleICC(int) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleICC
Sets up the ICC preconditioner
DoubleIdentity - Class in cern.colt.matrix.tdouble.algo.solver.preconditioner
 
DoubleIdentity() - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleIdentity
 
DoubleIHistogram - Interface in hep.aida.tdouble
A common base interface for IHistogram1D, IHistogram2D and IHistogram3D.
DoubleIHistogram1D - Interface in hep.aida.tdouble
A Java interface corresponding to the AIDA 1D Histogram.
DoubleIHistogram2D - Interface in hep.aida.tdouble
A Java interface corresponding to the AIDA 2D Histogram.
DoubleIHistogram3D - Interface in hep.aida.tdouble
A Java interface corresponding to the AIDA 3D Histogram.
DoubleILU - Class in cern.colt.matrix.tdouble.algo.solver.preconditioner
ILU(0) preconditioner using a compressed row matrix as internal storage
DoubleILU(int) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILU
Sets up the ILU preconditioner
DoubleILUT - Class in cern.colt.matrix.tdouble.algo.solver.preconditioner
ILU preconditioner with fill-in.
DoubleILUT(int, double, int) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILUT
Sets up the preconditioner for the problem size
DoubleILUT(int) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILUT
Sets up the preconditioner for the given problem size.
DoubleIntProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
DoubleIntProcedure - Interface in cern.colt.function.tdouble
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
DoubleIR - Class in cern.colt.matrix.tdouble.algo.solver
Iterative Refinement.
DoubleIR(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleIR
Constructor for IR.
DoubleIterationMonitor - Interface in cern.colt.matrix.tdouble.algo.solver
Monitors the iterative solution process for convergence and divergence.
DoubleIterationReporter - Interface in cern.colt.matrix.tdouble.algo.solver
Reports on the progress of an iterative solver
DoubleIterativeSolver - Interface in cern.colt.matrix.tdouble.algo.solver
Iterative linear solver.
DoubleListAdapter - Class in cern.colt.list.adapter
Adapter that permits an AbstractDoubleList to be viewed and treated as a JDK 1.2 AbstractList.
DoubleListAdapter(AbstractDoubleList) - Constructor for class cern.colt.list.adapter.DoubleListAdapter
Constructs a list backed by the specified content list.
DoubleListAdapter - Class in cern.colt.list.tdouble
Adapter that permits an AbstractDoubleList to be viewed and treated as a JDK 1.2 AbstractList.
DoubleListAdapter(AbstractDoubleList) - Constructor for class cern.colt.list.tdouble.DoubleListAdapter
Constructs a list backed by the specified content list.
DoubleLongProcedure - Interface in cern.colt.function.tdouble
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
DoubleMatrix1D - Class in cern.colt.matrix
Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix1D - Class in cern.colt.matrix.tdouble
Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix1DComparator - Interface in cern.colt.matrix.doublealgo
A comparison function which imposes a total ordering on some collection of elements.
DoubleMatrix1DComparator - Interface in cern.colt.matrix.tdouble.algo
A comparison function which imposes a total ordering on some collection of elements.
DoubleMatrix1DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix1DProcedure - Interface in cern.colt.matrix.tdouble
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix2D - Class in cern.colt.matrix
Abstract base class for 2-d matrices holding double elements.
DoubleMatrix2D - Class in cern.colt.matrix.tdouble
Abstract base class for 2-d matrices holding double elements.
DoubleMatrix2DComparator - Interface in cern.colt.matrix.doublealgo
A comparison function which imposes a total ordering on some collection of elements.
DoubleMatrix2DComparator - Interface in cern.colt.matrix.tdouble.algo
A comparison function which imposes a total ordering on some collection of elements.
DoubleMatrix2DMatrix2DFunction - Interface in cern.colt.matrix.tdouble.algo
Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleMatrix2DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix2DProcedure - Interface in cern.colt.matrix.tdouble
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix3D - Class in cern.colt.matrix
Abstract base class for 3-d matrices holding double elements.
DoubleMatrix3D - Class in cern.colt.matrix.tdouble
Abstract base class for 3-d matrices holding double elements.
DoubleMatrix3DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix3DProcedure - Interface in cern.colt.matrix.tdouble
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMersenneTwister - Class in cern.jet.random.tdouble.engine
MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
DoubleMersenneTwister() - Constructor for class cern.jet.random.tdouble.engine.DoubleMersenneTwister
Constructs and returns a random number generator with a default seed, which is a constant.
DoubleMersenneTwister(int) - Constructor for class cern.jet.random.tdouble.engine.DoubleMersenneTwister
Constructs and returns a random number generator with the given seed.
DoubleMersenneTwister(Date) - Constructor for class cern.jet.random.tdouble.engine.DoubleMersenneTwister
Constructs and returns a random number generator seeded with the given date.
DoubleMRNSD - Class in cern.colt.matrix.tdouble.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.
DoubleMRNSD() - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleMRNSD
 
DoubleMult - Class in cern.jet.math.tdouble
Only for performance tuning of compute intensive linear algebraic computations.
DoubleNotConvergedException - Exception in cern.colt.matrix.tdouble.algo.solver
Signals lack of convergence of an iterative process
DoubleNotConvergedException(DoubleNotConvergedException.Reason, String) - Constructor for exception cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException
Constructor for NotConvergedException
DoubleNotConvergedException(DoubleNotConvergedException.Reason) - Constructor for exception cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException
Constructor for NotConvergedException.
DoubleNotConvergedException.Reason - Enum in cern.colt.matrix.tdouble.algo.solver
Possible reasons for lack of convergence
DoublePartitioning - Class in cern.colt.matrix.tdouble.algo
Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
DoublePlusMultFirst - Class in cern.jet.math.tdouble
Only for performance tuning of compute intensive linear algebraic computations.
DoublePlusMultSecond - Class in cern.jet.math.tdouble
Only for performance tuning of compute intensive linear algebraic computations.
DoublePreconditioner - Interface in cern.colt.matrix.tdouble.algo.solver.preconditioner
Preconditioner interface.
DoubleProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
DoubleProcedure - Interface in cern.colt.function.tdouble
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
DoubleProperty - Class in cern.colt.matrix.tdouble.algo
Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).
DoubleProperty(double) - Constructor for class cern.colt.matrix.tdouble.algo.DoubleProperty
Constructs an instance with a tolerance of Math.abs(newTolerance).
DoubleQMR - Class in cern.colt.matrix.tdouble.algo.solver
Quasi-Minimal Residual method.
DoubleQMR(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleQMR
Constructor for QMR.
DoubleQMR(DoubleMatrix1D, DoublePreconditioner, DoublePreconditioner) - Constructor for class cern.colt.matrix.tdouble.algo.solver.DoubleQMR
Constructor for QMR.
DoubleQuantileFinder - Interface in cern.jet.stat.quantile
The interface shared by all quantile finders, no matter if they are exact or approximate.
DoubleQuantileFinder - Interface in cern.jet.stat.tdouble.quantile
The interface shared by all quantile finders, no matter if they are exact or approximate.
DoubleQuantileFinderFactory - Class in cern.jet.stat.tdouble.quantile
Factory constructing exact and approximate quantile finders for both known and unknown N.
DoubleRandomEngine - Class in cern.jet.random.tdouble.engine
Abstract base class for uniform pseudo-random number generating engines.
DoubleRandomSampler - Class in cern.jet.random.tdouble.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).
DoubleRandomSampler(long, long, long, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.sampling.DoubleRandomSampler
Constructs a random sampler that computes and delivers sorted random sets in blocks.
DoubleRandomSamplingAssistant - Class in cern.jet.random.tdouble.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).
DoubleRandomSamplingAssistant(long, long, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant
Constructs a random sampler that samples n random elements from an input sequence of N elements.
DoubleSorting - Class in cern.colt.matrix.tdouble.algo
Matrix quicksorts and mergesorts.
DoubleSSOR - Class in cern.colt.matrix.tdouble.algo.solver.preconditioner
SSOR preconditioner.
DoubleSSOR(int, boolean, double, double) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleSSOR
Constructor for SSOR
DoubleSSOR(int) - Constructor for class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleSSOR
Constructor for SSOR.
DoubleStatistic - Class in cern.colt.matrix.tdouble.algo
Basic statistics operations on matrices.
DoubleStatistic.VectorVectorFunction - Interface in cern.colt.matrix.tdouble.algo
Interface that represents a function object: a function that takes two argument vectors and returns a single value.
DoubleStencil - Class in cern.colt.matrix.tdouble.algo
Stencil operations.
doubleTOint(double[]) - Static method in class flanagan.math.Fmath
 
DoubleUniform - Class in cern.jet.random.tdouble
Uniform distribution; Math definition and animated definition.
DoubleUniform(double, double, int) - Constructor for class cern.jet.random.tdouble.DoubleUniform
Constructs a uniform distribution with the given minimum and maximum, using a DoubleMersenneTwister seeded with the given seed.
DoubleUniform(double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.DoubleUniform
Constructs a uniform distribution with the given minimum and maximum.
DoubleUniform(DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.DoubleUniform
Constructs a uniform distribution with min=0.0 and max=1.0.
DoubleVariableAxis - Class in hep.aida.tdouble.ref
Variable-width axis; A reference implementation of hep.aida.IAxis.
DoubleVariableAxis(double[]) - Constructor for class hep.aida.tdouble.ref.DoubleVariableAxis
Constructs and returns an axis with the given bin edges.
dpbcon(String, int, int, double[], int, double, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpbequ(String, int, int, double[], int, double[], doubleW, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dpbrfs(String, int, int, int, double[], int, double[], int, double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpbstf(String, int, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dpbsv(String, int, int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dpbsvx(String, String, int, int, int, double[], int, double[], int, StringW, double[], double[], int, double[], int, doubleW, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpbtf2(String, int, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dpbtrf(String, int, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dpbtrs(String, int, int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dpocon(String, int, double[], int, double, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpoequ(int, double[], int, double[], doubleW, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dporfs(String, int, int, double[], int, double[], int, double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dposv(String, int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dposvx(String, String, int, int, double[], int, double[], int, StringW, double[], double[], int, double[], int, doubleW, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpotf2(String, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dpotrf(String, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dpotri(String, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dpotrs(String, int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dppcon(String, int, double[], double, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dppequ(String, int, double[], double[], doubleW, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dpprfs(String, int, int, double[], double[], double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dppsv(String, int, int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dppsvx(String, String, int, int, double[], double[], StringW, double[], double[], int, double[], int, doubleW, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpptrf(String, int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpptri(String, int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpptrs(String, int, int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dptcon(int, double[], double[], double, doubleW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpteqr(String, int, double[], double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dptrfs(int, int, double[], double[], double[], double[], double[], int, double[], int, double[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dptsv(int, int, double[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dptsvx(String, int, int, double[], double[], double[], double[], double[], int, double[], int, doubleW, double[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpttrf(int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dpttrs(int, int, double[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dptts2(int, int, double[], double[], double[], int) - Method in class org.netlib.lapack.LAPACK
..
DRand - Class in cern.jet.random.engine
Quick medium quality uniform pseudo-random number generator.
DRand() - Constructor for class cern.jet.random.engine.DRand
Constructs and returns a random number generator with a default seed, which is a constant.
DRand(int) - Constructor for class cern.jet.random.engine.DRand
Constructs and returns a random number generator with the given seed.
DRand(Date) - Constructor for class cern.jet.random.engine.DRand
Constructs and returns a random number generator seeded with the given date.
DRand - Class in cern.jet.random.tdouble.engine
Quick medium quality uniform pseudo-random number generator.
DRand() - Constructor for class cern.jet.random.tdouble.engine.DRand
Constructs and returns a random number generator with a default seed, which is a constant.
DRand(int) - Constructor for class cern.jet.random.tdouble.engine.DRand
Constructs and returns a random number generator with the given seed.
DRand(Date) - Constructor for class cern.jet.random.tdouble.engine.DRand
Constructs and returns a random number generator seeded with the given date.
draw(P1D) - Method in class jhplot.HChart
Draw data from a P1D.
draw(HLabel) - Method in class jhplot.HPlot
Draw a label.
draw(HKey) - Method in class jhplot.HPlot
Draw a key.
draw(HLabelEq) - Method in class jhplot.HPlot
Draw a LaTeX rquation on the Canvas.
draw(HShape) - Method in class jhplot.HPlot
Draw a shape primitive to the Canvas.
draw(HMLabel) - Method in class jhplot.HPlot
Draw a multiline label.
draw(H1D[]) - Method in class jhplot.HPlot
Draw array of histograms
draw(Cloud1D) - Method in class jhplot.HPlot
Plot cloud in 1D.
draw(DataPointSet) - Method in class jhplot.HPlot
Plot Aida datapointset.
draw(Cloud2D) - Method in class jhplot.HPlot
Plot cloud 2D
draw(Histogram1D) - Method in class jhplot.HPlot
Draw 1D histogram
draw(H1D) - Method in class jhplot.HPlot
Plot 1D histogram.
draw(F1D[]) - Method in class jhplot.HPlot
Draw array of F1D holders
draw(DataArray, int) - Method in class jhplot.HPlot
Draw input data represented by DataArray
draw(F1D) - Method in class jhplot.HPlot
Draw an one-dimensional function.
draw(FND) - Method in class jhplot.HPlot
Draw an one-dimensional function from FND
draw(F1D, boolean) - Method in class jhplot.HPlot
Draw an one-dimensional function.
draw(FND, boolean) - Method in class jhplot.HPlot
Draw an one-dimensional function from FND.
draw(P1D[]) - Method in class jhplot.HPlot
Draw array of P1D holders
draw(P1D) - Method in class jhplot.HPlot
Draw data in form of P1D
draw(Cloud2D) - Method in class jhplot.HPlot2D
Plot cloud 2D.
draw(Histogram2D) - Method in class jhplot.HPlot2D
Draw 2D histogram
draw(H2D) - Method in class jhplot.HPlot2D
Draw 2D histogram using a style (see setStyle())
draw(P1D) - Method in class jhplot.HPlot2D
Plot P1D data (x-y) as density plot
draw(F2D) - Method in class jhplot.HPlot2D
Plot F2D function (x-y) as density plot
draw(H2D) - Method in class jhplot.HPlot3D
Draw H2D histogram
draw(P2D) - Method in class jhplot.HPlot3D
Display P2D data holder with X,Y,Z values in 3D.
draw(P3D) - Method in class jhplot.HPlot3D
Display P3D data holder with X,Y,Z values in 3D as surface.
draw(H2D, H2D) - Method in class jhplot.HPlot3D
Plot two H2D histograms on the same plot.
draw(F2D) - Method in class jhplot.HPlot3D
Draw F2D function as a surface.
draw(F2D, F2D) - Method in class jhplot.HPlot3D
Draw two F2D functions on the same plot.
draw(H2D, F2D) - Method in class jhplot.HPlot3D
Draw H2D histogram and F2D function on the same plot.
draw(F2D, H2D) - Method in class jhplot.HPlot3D
Draw F2D and H2D on the same plot.
draw(FPR) - Method in class jhplot.HPlot3DP
Draw a parametric function
draw(H1D, int, int) - Method in class jhplot.HPlotJa
Draw H1D histogram on pad X and pad Y
draw(H2D, int, int) - Method in class jhplot.HPlotJa
Draw 2D histogram on pads given by X and Y.
draw(JaObject) - Method in class jhplot.HPlotJa
Draw JaObject.
draw(P1D) - Method in class jhplot.HPlotJa
Draw H2D histogram on the current pad.
draw(H2D) - Method in class jhplot.HPlotJa
Draw H2D histogram on the current pad.
draw(H1D) - Method in class jhplot.HPlotJa
Draw H1D histogram on the current pad.
draw(F1D[]) - Method in class jhplot.HPlotJa
Draw array of F1D holders
draw(Cloud1D) - Method in class jhplot.HPlotJa
Plot cloud in 1D.
draw(Cloud2D) - Method in class jhplot.HPlotJa
Plot cloud 2D
draw(Histogram1D) - Method in class jhplot.HPlotJa
Draw 1D histogram
draw(DataArray, String) - Method in class jhplot.HPlotJa
Draw data represented by DataArray on the current pad.
draw(F1D, int, int) - Method in class jhplot.HPlotJa
Draw an one-dimensional function on the current pad.
draw(FND, int, int) - Method in class jhplot.HPlotJa
Draw an one-dimensional function on the current pad.
draw(F1D) - Method in class jhplot.HPlotJa
Draw an one-dimensional function on the current pad.
draw(FND) - Method in class jhplot.HPlotJa
Draw an one-dimensional function on the current pad.
draw(P1D, int, int) - Method in class jhplot.HPlotJa
Draw P1D object on the pad
draw(P1D[]) - Method in class jhplot.HPlotJa
Draw array of P1D holders
draw(Object3d) - Method in class jhplot.HView3D
Draw an object.
draw(ConstructionObject) - Method in class jhplot.HZirkel
Draw an object on the canvas.
draw(double[][], double[][]) - Method in class jhplot.SPlot
Draw multiple sets as marks (default).
draw(double[], double[]) - Method in class jhplot.SPlot
Draw a single data set as marks (default).
draw(String, double[], double[]) - Method in class jhplot.SPlot
Draw a single data set with a legend.
draw(String, double[], double[], double[]) - Method in class jhplot.SPlot
Draw a single data set with errors on Y with legend.
draw(H1D) - Method in class jhplot.SPlot
Draw H1D histograms
draw(P1D) - Method in class jhplot.SPlot
Draw P1D object.
draw(String[], double[][], double[][]) - Method in class jhplot.SPlot
Set sets of data with legends
drawBox() - Method in class jhplot.HPlot3D
Draw an empty frame
drawData(VectorGraphics) - Method in class jhplot.jadraw.JaAxes
Draw data points
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaArcObject
Draws the handles of this JaxoArc.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaAxes
Draws the handles of this box object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaBlob
Draws a visual aid during the dragging of a blob object, which is a red cross at the center.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaBox
Draws the handles of this box object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaKey
Draws the handles of this text object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLatexText
Draws the handles of this text object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLineObject
Draws the handles of this line object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLoopObject
Draws the handles of this loop object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaObject
Draws the handles of this JaObject that allow to move/resize/edit it.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaText
Draws the handles of this text object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaTextBox
Draws the handles of this box object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaVertex
Draws the handles of this vertex object.
drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaVertexT5
Draws the handles of this vertex object.
DrawOptions - Class in jhplot
Main class which sets graphic attributes for all jHPlot classes (histograms and data holders).
DrawOptions() - Constructor for class jhplot.DrawOptions
Sets drawing options
drawStatBox(H1D) - Method in class jhplot.HPlot
Draw a statistical box (mean, RMS, number of entries)
drawStatBox(H1D, int, int) - Method in class jhplot.HPlot
Draw a statistical box (mean, RMS, number of entries) at a specific position.
drawTextBox(String[]) - Method in class jhplot.HPlot
Draw a text box with some information
drawTexVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaLatexText
Draws a visual aid for a tex label: a blu TeX icon.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaArcObject
Draws a visual aid during the dragging of an arc object.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaBlob
Draws a visual aid during the dragging of a blob object, which is a red cross at the center.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaLoopObject
Draws a visual aid during the dragging of a loop object, which is a red cross at the center.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaObject
Draws a visual aid for the user during dragging of certain JaxoObjects.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaVertex
Draws a visual aid during the dragging of a vertex object, which is a red cross at the center.
drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaVertexT5
Draws a visual aid during the dragging of a vertex object, which is a red cross at the center.
drot(DoubleMatrix1D, DoubleMatrix1D, double, double) - Method in interface cern.colt.matrix.linalg.Blas
Applies a givens plane rotation to (x,y); x = c*x + s*y; y = c*y - s*x.
drot(DoubleMatrix1D, DoubleMatrix1D, double, double) - Method in class cern.colt.matrix.linalg.SeqBlas
 
drot(DoubleMatrix1D, DoubleMatrix1D, double, double) - Method in class cern.colt.matrix.linalg.SmpBlas
 
drot(DoubleMatrix1D, DoubleMatrix1D, double, double) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Applies a givens plane rotation to (x,y); x = c*x + s*y; y = c*y - s*x.
drot(DoubleMatrix1D, DoubleMatrix1D, double, double) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
drot(FloatMatrix1D, FloatMatrix1D, float, float) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Applies a givens plane rotation to (x,y); x = c*x + s*y; y = c*y - s*x.
drot(FloatMatrix1D, FloatMatrix1D, float, float) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
drot(int, double[], int, double[], int, double, double) - Method in class org.netlib.blas.BLAS
..
drotg(double, double, double[]) - Method in interface cern.colt.matrix.linalg.Blas
Constructs a Givens plane rotation for (a,b).
drotg(double, double, double[]) - Method in class cern.colt.matrix.linalg.SeqBlas
 
drotg(double, double, double[]) - Method in class cern.colt.matrix.linalg.SmpBlas
 
drotg(double, double, double[]) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Constructs a Givens plane rotation for (a,b).
drotg(double, double, double[]) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
drotg(float, float, float[]) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Constructs a Givens plane rotation for (a,b).
drotg(float, float, float[]) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
drotg(doubleW, doubleW, doubleW, doubleW) - Method in class org.netlib.blas.BLAS
..
drotm(int, double[], int, double[], int, double[]) - Method in class org.netlib.blas.BLAS
..
drotmg(doubleW, doubleW, doubleW, double, double[]) - Method in class org.netlib.blas.BLAS
..
drscl(int, double, double[], int) - Method in class org.netlib.lapack.LAPACK
..
dsaitr(intW, String, int, int, int, int, double[], doubleW, double[], int, double[], int, int[], double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsapps(int, int, int, double[], double[], int, double[], int, double[], double[], int, double[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsaup2(intW, String, int, String, intW, intW, double, double[], int, int, int, intW, double[], int, double[], int, double[], double[], double[], int, double[], int[], double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsaupd(intW, String, int, String, int, doubleW, double[], int, double[], int, int[], int[], double[], double[], int, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsbev(String, String, int, int, double[], int, double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsbevd(String, String, int, int, double[], int, double[], double[], int, double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsbevx(String, String, String, int, int, double[], int, double[], int, double, double, int, int, double, intW, double[], double[], int, double[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsbgst(String, String, int, int, int, double[], int, double[], int, double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsbgv(String, String, int, int, int, double[], int, double[], int, double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsbgvd(String, String, int, int, int, double[], int, double[], int, double[], double[], int, double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsbgvx(String, String, String, int, int, int, double[], int, double[], int, double[], int, double, double, int, int, double, intW, double[], double[], int, double[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsbmv(String, int, int, double, double[], int, double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dsbtrd(String, String, int, int, double[], int, double[], double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dscal(double, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Vector scaling; x = alpha*x.
dscal(double, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Matrix scaling; A = alpha*A.
dscal(double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dscal(double, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dscal(double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dscal(double, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dscal(double, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Vector scaling; x = alpha*x.
dscal(double, DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Matrix scaling; A = alpha*A.
dscal(double, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dscal(double, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dscal(float, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Vector scaling; x = alpha*x.
dscal(float, FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Matrix scaling; A = alpha*A.
dscal(float, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dscal(float, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dscal(int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dsconv(int, double[], double[], double, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsecnd() - Method in class org.netlib.lapack.LAPACK
-- LAPACK auxiliary routine (version 3.1.1) -- Univ.
dseigt(double, int, double[], int, double[], double[], double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsesrt(String, boolean, int, double[], int, double[], int) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dseupd(boolean, String, boolean[], double[], double[], int, double, String, int, String, intW, double, double[], int, double[], int, int[], int[], double[], double[], int, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsgesv(int, int, double[], int, int[], double[], int, double[], int, double[], float[], intW, intW) - Method in class org.netlib.lapack.LAPACK
..
dsgets(int, String, intW, intW, double[], double[], double[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsortc(String, boolean, int, double[], double[], double[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dsortr(String, boolean, int, double[], double[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dspcon(String, int, double[], int[], double, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dspev(String, String, int, double[], double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dspevd(String, String, int, double[], double[], double[], int, double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dspevx(String, String, String, int, double[], double, double, int, int, double, intW, double[], double[], int, double[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dspgst(int, String, int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dspgv(int, String, String, int, double[], double[], double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dspgvd(int, String, String, int, double[], double[], double[], double[], int, double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dspgvx(int, String, String, String, int, double[], double[], double, double, int, int, double, intW, double[], double[], int, double[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dspmv(String, int, double, double[], double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dspr(String, int, double, double[], int, double[]) - Method in class org.netlib.blas.BLAS
..
dspr2(String, int, double, double[], int, double[], int, double[]) - Method in class org.netlib.blas.BLAS
..
dsprfs(String, int, int, double[], double[], int[], double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dspsv(String, int, int, double[], int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dspsvx(String, String, int, int, double[], double[], int[], double[], int, double[], int, doubleW, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsptrd(String, int, double[], double[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsptrf(String, int, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsptri(String, int, double[], int[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsptrs(String, int, int, double[], int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dst(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Computes the discrete sine transform (DST-II) of this matrix.
dst(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Computes the discrete sine transform (DST-II) of this matrix.
dst2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the 2D discrete sine transform (DST-II) of this matrix.
dst2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the 2D discrete sine transform (DST-II) of this matrix.
dst2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the 2D discrete sine transform (DST-II) of this matrix.
dst2(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the 2D discrete sine transform (DST-II) of this matrix.
dst2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the 2D discrete sine transform (DST-II) of this matrix.
dst2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the 2D discrete sine transform (DST-II) of this matrix.
dst2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the 2D discrete sine transform (DST-II) of this matrix.
dst2(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the 2D discrete sine transform (DST-II) of this matrix.
dst2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 2D discrete sine transform (DST-II) of each slice of this matrix.
dst2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 2D discrete sine transform (DST-II) of each slice of this matrix.
dst2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 2D discrete sine transform (DST-II) of each slice of this matrix.
dst2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 2D discrete sine transform (DST-II) of each slice of this matrix.
dst2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 2D discrete sine transform (DST-II) of each slice of this matrix.
dst2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 2D discrete sine transform (DST-II) of each slice of this matrix.
dst3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 3D discrete sine transform (DST-II) of this matrix.
dst3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 3D discrete sine transform (DST-II) of this matrix.
dst3(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 3D discrete sine transform (DST-II) of this matrix.
dst3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 3D discrete sine transform (DST-II) of this matrix.
dst3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 3D discrete sine transform (DST-II) of this matrix.
dst3(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 3D discrete sine transform (DST-II) of this matrix.
dstatn() - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dstats() - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dstColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the discrete sine transform (DST-II) of each column of this matrix.
dstColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the discrete sine transform (DST-II) of each column of this matrix.
dstColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the discrete sine transform (DST-II) of each column of this matrix.
dstColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the discrete sine transform (DST-II) of each column of this matrix.
dstColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the discrete sine transform (DST-II) of each column of this matrix.
dstColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the discrete sine transform (DST-II) of each column of this matrix.
dstColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the discrete sine transform (DST-II) of each column of this matrix.
dstColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the discrete sine transform (DST-II) of each column of this matrix.
dstebz(String, String, int, double, double, int, int, double, double[], double[], intW, intW, double[], int[], int[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dstedc(String, int, double[], double[], double[], int, double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dstegr(String, String, int, double[], double[], double, double, int, int, double, intW, double[], double[], int, int[], double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dstein(int, double[], double[], int, double[], int[], int[], double[], int, double[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dstemr(String, String, int, double[], double[], double, double, int, int, intW, double[], double[], int, int, int[], booleanW, double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsteqr(String, int, double[], double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsterf(int, double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dstev(String, int, double[], double[], double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dstevd(String, int, double[], double[], double[], int, double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dstevr(String, String, int, double[], double[], double, double, int, int, double, intW, double[], double[], int, int[], double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dstevx(String, String, int, double[], double[], double, double, int, int, double, intW, double[], double[], int, double[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dstqrb(int, double[], double[], double[], double[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
dstRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the discrete sine transform (DST-II) of each row of this matrix.
dstRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the discrete sine transform (DST-II) of each row of this matrix.
dstRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the discrete sine transform (DST-II) of each row of this matrix.
dstRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the discrete sine transform (DST-II) of each row of this matrix.
dstRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the discrete sine transform (DST-II) of each row of this matrix.
dstRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the discrete sine transform (DST-II) of each row of this matrix.
dstRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the discrete sine transform (DST-II) of each row of this matrix.
dstRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the discrete sine transform (DST-II) of each row of this matrix.
dswap(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Swaps the elements of two vectors; y <==> x.
dswap(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Swaps the elements of two matrices; B <==> A.
dswap(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dswap(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dswap(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dswap(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dswap(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Swaps the elements of two vectors; y <==> x.
dswap(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Swaps the elements of two matrices; B <==> A.
dswap(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dswap(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dswap(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Swaps the elements of two vectors; y <==> x.
dswap(FloatMatrix2D, FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Swaps the elements of two matrices; B <==> A.
dswap(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dswap(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dswap(int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dsycon(String, int, double[], int, int[], double, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsyev(String, String, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsyevd(String, String, int, double[], int, double[], double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsyevr(String, String, String, int, double[], int, double, double, int, int, double, intW, double[], double[], int, int[], double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsyevx(String, String, String, int, double[], int, double, double, int, int, double, intW, double[], double[], int, double[], int, int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsygs2(int, String, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsygst(int, String, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsygv(int, String, String, int, double[], int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsygvd(int, String, String, int, double[], int, double[], int, double[], double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsygvx(int, String, String, String, int, double[], int, double[], int, double, double, int, int, double, intW, double[], double[], int, double[], int, int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsymm(String, String, int, int, double, double[], int, double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dsymv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Symmetric matrix-vector multiplication; y = alpha*A*x + beta*y.
dsymv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dsymv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dsymv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Symmetric matrix-vector multiplication; y = alpha*A*x + beta*y.
dsymv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dsymv(boolean, float, FloatMatrix2D, FloatMatrix1D, float, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Symmetric matrix-vector multiplication; y = alpha*A*x + beta*y.
dsymv(boolean, float, FloatMatrix2D, FloatMatrix1D, float, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dsymv(String, int, double, double[], int, double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dsyr(String, int, double, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dsyr2(String, int, double, double[], int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dsyr2k(String, String, int, int, double, double[], int, double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dsyrfs(String, int, int, double[], int, double[], int, int[], double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsyrk(String, String, int, int, double, double[], int, double, double[], int) - Method in class org.netlib.blas.BLAS
..
dsysv(String, int, int, double[], int, int[], double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsysvx(String, String, int, int, double[], int, double[], int, int[], double[], int, double[], int, doubleW, double[], double[], double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsytd2(String, int, double[], int, double[], double[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsytf2(String, int, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsytrd(String, int, double[], int, double[], double[], double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsytrf(String, int, double[], int, int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dsytri(String, int, double[], int, int[], double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dsytrs(String, int, int, double[], int, int[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtbcon(String, String, String, int, int, double[], int, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtbmv(String, String, String, int, int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dtbrfs(String, String, String, int, int, int, double[], int, double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtbsv(String, String, String, int, int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dtbtrs(String, String, String, int, int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtgevc(String, String, boolean[], int, double[], int, double[], int, double[], int, double[], int, int, intW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtgex2(boolean, boolean, int, double[], int, double[], int, double[], int, double[], int, int, int, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtgexc(boolean, boolean, int, double[], int, double[], int, double[], int, double[], int, intW, intW, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtgsen(int, boolean, boolean, boolean[], int, double[], int, double[], int, double[], double[], double[], double[], int, double[], int, intW, doubleW, doubleW, double[], double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtgsja(String, String, String, int, int, int, int, int, double[], int, double[], int, double, double, double[], double[], double[], int, double[], int, double[], int, double[], intW, intW) - Method in class org.netlib.lapack.LAPACK
..
dtgsna(String, String, boolean[], int, double[], int, double[], int, double[], int, double[], int, double[], double[], int, intW, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtgsy2(String, int, int, int, double[], int, double[], int, double[], int, double[], int, double[], int, double[], int, doubleW, doubleW, doubleW, int[], intW, intW) - Method in class org.netlib.lapack.LAPACK
..
dtgsyl(String, int, int, int, double[], int, double[], int, double[], int, double[], int, double[], int, double[], int, doubleW, doubleW, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtpcon(String, String, String, int, double[], doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtpmv(String, String, String, int, double[], double[], int) - Method in class org.netlib.blas.BLAS
..
dtprfs(String, String, String, int, int, double[], double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtpsv(String, String, String, int, double[], double[], int) - Method in class org.netlib.blas.BLAS
..
dtptri(String, String, int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtptrs(String, String, String, int, int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtrcon(String, String, String, int, double[], int, doubleW, double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtrevc(String, String, boolean[], int, double[], int, double[], int, double[], int, int, intW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtrexc(String, int, double[], int, double[], int, intW, intW, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtrmm(String, String, String, String, int, int, double, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dtrmv(boolean, boolean, boolean, DoubleMatrix2D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Triangular matrix-vector multiplication; x = A*x or x = A'*x.
dtrmv(boolean, boolean, boolean, DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dtrmv(boolean, boolean, boolean, DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dtrmv(boolean, boolean, boolean, DoubleMatrix2D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Triangular matrix-vector multiplication; x = A*x or x = A'*x.
dtrmv(boolean, boolean, boolean, DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
dtrmv(boolean, boolean, boolean, FloatMatrix2D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Triangular matrix-vector multiplication; x = A*x or x = A'*x.
dtrmv(boolean, boolean, boolean, FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
dtrmv(String, String, String, int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dtrrfs(String, String, String, int, int, double[], int, double[], int, double[], int, double[], double[], double[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtrsen(String, String, boolean[], int, double[], int, double[], int, double[], double[], intW, doubleW, doubleW, double[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtrsm(String, String, String, String, int, int, double, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dtrsna(String, String, boolean[], int, double[], int, double[], int, double[], int, double[], double[], int, intW, double[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtrsv(String, String, String, int, double[], int, double[], int) - Method in class org.netlib.blas.BLAS
..
dtrsyl(String, String, int, int, int, double[], int, double[], int, double[], int, doubleW, intW) - Method in class org.netlib.lapack.LAPACK
..
dtrti2(String, String, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtrtri(String, String, int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtrtrs(String, String, String, int, int, double[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dtzrqf(int, int, double[], int, double[], intW) - Method in class org.netlib.lapack.LAPACK
..
dtzrzf(int, int, double[], int, double[], double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
dualPartition(double[], double[], int, int, double[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.dualPartition(int[],int[],int,int,int[],int,int,int[]) except that it synchronously partitions double[] rather than int[] arrays.
dualPartition(double[], double[], int, int, double) - Static method in class cern.colt.Partitioning
Same as Partitioning.dualPartition(int[],int[],int,int,int) except that it synchronously partitions double[] rather than int[] arrays.
dualPartition(int[], int[], int, int, int[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that this method synchronously partitions two arrays at the same time; both arrays are partially sorted according to the elements of the primary array.
dualPartition(int[], int[], int, int, int) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that this method synchronously partitions two arrays at the same time; both arrays are partially sorted according to the elements of the primary array.
durbinWatson(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Durbin-Watson computation.
durbinWatson(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Durbin-Watson computation.
durbinWatson(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Durbin-Watson computation.
dvout(int, int, double[], int, String) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
DynamicBin1D - Class in cern.hep.aida.bin
1-dimensional rebinnable bin holding double elements; Efficiently computes advanced statistics of data sequences.
DynamicBin1D() - Constructor for class cern.hep.aida.bin.DynamicBin1D
Constructs and returns an empty bin; implicitly calls setFixedOrder(false).
DynamicDoubleBin1D - Class in hep.aida.tdouble.bin
1-dimensional rebinnable bin holding double elements; Efficiently computes advanced statistics of data sequences.
DynamicDoubleBin1D() - Constructor for class hep.aida.tdouble.bin.DynamicDoubleBin1D
Constructs and returns an empty bin; implicitly calls setFixedOrder(false).
DynamicFloatBin1D - Class in hep.aida.tfloat.bin
1-dimensional rebinnable bin holding float elements; Efficiently computes advanced statistics of data sequences.
DynamicFloatBin1D() - Constructor for class hep.aida.tfloat.bin.DynamicFloatBin1D
Constructs and returns an empty bin; implicitly calls setFixedOrder(false).

E

E - Static variable in class flanagan.math.Fmath
 
e(int, int) - Method in class hephysics.matrix.BasicMatrix
 
e(int, int) - Method in interface hephysics.matrix.Matrix
Returns the value of the given element
e(int, int) - Method in class hephysics.matrix.SymmetricMatrix
Returns a specific element
e(int, int) - Method in class hephysics.vec.Hep3Matrix
Returns the (row, column) element
e() - Method in class hephysics.vec.HepLorentzVector
Get energy
e_SI - Static variable in class cern.clhep.Units
 
e_squared - Static variable in class cern.clhep.PhysicalConstants
 
easterSunday() - Method in class flanagan.math.TimeAndDate
 
easterSunday(int) - Method in class flanagan.math.TimeAndDate
 
ec50() - Method in class flanagan.analysis.Regression
 
ec50constrained() - Method in class flanagan.analysis.Regression
 
ec50constrainedPlot() - Method in class flanagan.analysis.Regression
 
ec50Plot() - Method in class flanagan.analysis.Regression
 
edges(IAxis) - Method in class cern.hep.aida.ref.Converter
Returns all edges of the given axis.
edges(DoubleIAxis) - Method in class hep.aida.tdouble.ref.DoubleConverter
Returns all edges of the given axis.
edges(FloatIAxis) - Method in class hep.aida.tfloat.ref.FloatConverter
Returns all edges of the given axis.
EDGES_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
editData() - Method in class jhplot.HNeuralNet
Edit data
editNetwork() - Method in class jhplot.HNeuralNet
Edit a neural net in a frame
Editor3d - Class in jhplot.v3d
 
Editor3d(Canvas3d, Model3d) - Constructor for class jhplot.v3d.Editor3d
 
editPanel() - Method in class jhplot.jadraw.JaArcObject
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaAxes
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaBlob
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaBox
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaFLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaGLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaGlLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaKey
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaLatexText
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaLoopObject
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaObject
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaPLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaSLine
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaText
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaTextBox
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertex
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT1
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT2
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT3
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT4
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT5
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaVertexT6
Brings up the edit panel that allows to change the parameters of this object.
editPanel() - Method in class jhplot.jadraw.JaZigZagLine
Brings up the edit panel that allows to change the parameters of this object.
EEcentricity - Class in jhpro.stat
A class for accentricity calculations using a principle component analysis.
EEcentricity(double[], double[], double[]) - Constructor for class jhpro.stat.EEcentricity
Initialize 2D PCA analysis
EEcentricity(P1D) - Constructor for class jhpro.stat.EEcentricity
Perform PCA analysis using P1D object (in 2D).
effectiveSampleNumber() - Method in class flanagan.analysis.Stat
 
effectiveSampleNumber(double[]) - Static method in class flanagan.analysis.Stat
 
effectiveSampleNumber(float[]) - Static method in class flanagan.analysis.Stat
 
effectiveSampleNumber(Complex[]) - Static method in class flanagan.analysis.Stat
 
effectiveSampleNumber(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
effectiveSampleNumber(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
effectiveSampleNumber_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
effectiveSampleNumber_as_Complex() - Method in class flanagan.analysis.Stat
 
effectiveSampleNumber_as_double() - Method in class flanagan.analysis.Stat
 
effectiveSampleNumberConjugateCalcn(Complex[]) - Static method in class flanagan.analysis.Stat
 
EfficiencyBinError - Class in hep.aida.ref.dataset.binner
Calculates the bin error for efficiency-type histograms
EfficiencyBinError() - Constructor for class hep.aida.ref.dataset.binner.EfficiencyBinError
 
EfficiencyBinner - Class in hep.aida.ref.dataset.binner
This binner is for efficiency-type of data.
EfficiencyBinner(int[], String) - Constructor for class hep.aida.ref.dataset.binner.EfficiencyBinner
Creates a new instance of Binner.
EfficiencyBinner1D - Class in hep.aida.ref.histogram.binner
 
EfficiencyBinner1D(int) - Constructor for class hep.aida.ref.histogram.binner.EfficiencyBinner1D
Creates a new instance of EfficiencyBinner1D.
EfficiencyBinner1D(Binner1D) - Constructor for class hep.aida.ref.histogram.binner.EfficiencyBinner1D
 
EfficiencyBinner2D - Class in hep.aida.ref.histogram.binner
 
EfficiencyBinner2D(int, int) - Constructor for class hep.aida.ref.histogram.binner.EfficiencyBinner2D
Creates a new instance of EfficiencyBinner1D.
EfficiencyBinner3D - Class in hep.aida.ref.histogram.binner
 
EfficiencyBinner3D(int, int, int) - Constructor for class hep.aida.ref.histogram.binner.EfficiencyBinner3D
Creates a new instance of EfficiencyBinner1D.
EfficiencyBinnerUtils - Class in hep.aida.ref.histogram.binner
 
EfficiencyBinnerUtils() - Constructor for class hep.aida.ref.histogram.binner.EfficiencyBinnerUtils
 
EFile - Class in jhplot.io
Write data structures in sequential order into ntuples using Google's Prototype Buffer.
EFile(String, String) - Constructor for class jhplot.io.EFile
Open a file to write/read objects to/from a file in sequential order.
EFile(String) - Constructor for class jhplot.io.EFile
Open file for reading objects from a serialized file in sequential order.
eig(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns the Eigenvalue-decomposition of the given matrix.
eig(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns the Eigenvalue-decomposition of the given matrix.
eigen(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
EigenvalueDecomposition - Class in cern.colt.matrix.linalg
Eigenvalues and eigenvectors of a real matrix A.
EigenvalueDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.EigenvalueDecomposition
Constructs and returns a new eigenvalue decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
eigenValueIndices() - Method in class flanagan.analysis.PCA
 
eigenValueIndices() - Method in class flanagan.math.Matrix
 
eigenValues() - Method in class flanagan.analysis.PCA
 
eigenvalues(double, int) - Method in class jhplot.bsom.Matrix
Make a row vector including the eigenvalues of the matrix.
eigenValueTotal() - Method in class flanagan.analysis.PCA
 
eigenVectors() - Method in class flanagan.analysis.PCA
 
eigenVectorsAsRows() - Method in class flanagan.analysis.PCA
 
elapsedTime() - Method in class cern.colt.Timer
Same as seconds().
electron_charge - Static variable in class cern.clhep.PhysicalConstants
 
electron_Compton_length - Static variable in class cern.clhep.PhysicalConstants
 
electron_mass_c2 - Static variable in class cern.clhep.PhysicalConstants
 
electronvolt - Static variable in class cern.clhep.Units
 
elements() - Method in class cern.colt.bitvector.BitVector
You normally need not use this method.
elements(long[], int) - Method in class cern.colt.bitvector.BitVector
You normally need not use this method.
elements() - Method in class cern.colt.list.AbstractBooleanList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(boolean[]) - Method in class cern.colt.list.AbstractBooleanList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractByteList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(byte[]) - Method in class cern.colt.list.AbstractByteList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractCharList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(char[]) - Method in class cern.colt.list.AbstractCharList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractDoubleList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(double[]) - Method in class cern.colt.list.AbstractDoubleList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractFloatList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(float[]) - Method in class cern.colt.list.AbstractFloatList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractIntList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(int[]) - Method in class cern.colt.list.AbstractIntList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractLongList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(long[]) - Method in class cern.colt.list.AbstractLongList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractShortList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(short[]) - Method in class cern.colt.list.AbstractShortList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.BooleanArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(boolean[]) - Method in class cern.colt.list.BooleanArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.ByteArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(byte[]) - Method in class cern.colt.list.ByteArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.CharArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(char[]) - Method in class cern.colt.list.CharArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.DoubleArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(double[]) - Method in class cern.colt.list.DoubleArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.FloatArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(float[]) - Method in class cern.colt.list.FloatArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.IntArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(int[]) - Method in class cern.colt.list.IntArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.LongArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(long[]) - Method in class cern.colt.list.LongArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.ObjectArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(Object[]) - Method in class cern.colt.list.ObjectArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.ShortArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(short[]) - Method in class cern.colt.list.ShortArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(boolean[]) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(boolean[]) - Method in class cern.colt.list.tboolean.BooleanArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(byte[]) - Method in class cern.colt.list.tbyte.AbstractByteList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.tbyte.ByteArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(byte[]) - Method in class cern.colt.list.tbyte.ByteArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tchar.AbstractCharList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(char[]) - Method in class cern.colt.list.tchar.AbstractCharList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.tchar.CharArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(char[]) - Method in class cern.colt.list.tchar.CharArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(double[]) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(double[]) - Method in class cern.colt.list.tdouble.DoubleArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(float[]) - Method in class cern.colt.list.tfloat.AbstractFloatList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.tfloat.FloatArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(float[]) - Method in class cern.colt.list.tfloat.FloatArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tint.AbstractIntList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(int[]) - Method in class cern.colt.list.tint.AbstractIntList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.tint.IntArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(int[]) - Method in class cern.colt.list.tint.IntArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tlong.AbstractLongList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(long[]) - Method in class cern.colt.list.tlong.AbstractLongList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.tlong.LongArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(long[]) - Method in class cern.colt.list.tlong.LongArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(Object[]) - Method in class cern.colt.list.tobject.ObjectArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.list.tshort.AbstractShortList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(short[]) - Method in class cern.colt.list.tshort.AbstractShortList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.tshort.ShortArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(short[]) - Method in class cern.colt.list.tshort.ShortArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements() - Method in class cern.colt.matrix.tbit.BitVector
You normally need not use this method.
elements(long[], int) - Method in class cern.colt.matrix.tbit.BitVector
You normally need not use this method.
elements() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
elements() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.SparseCCMDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.SparseRCMDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
elements() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
elements() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
elements() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
elements() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.SparseCCMFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.SparseRCMFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
elements() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
elements() - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
elements() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
elements() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
elements() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
elements() - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix2D
 
elements() - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix3D
 
elements() - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
elements() - Method in class cern.colt.matrix.tint.impl.SparseCCMIntMatrix2D
 
elements() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
elements() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
elements() - Method in class cern.colt.matrix.tint.impl.SparseRCMIntMatrix2D
 
elements() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
 
elements() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
elements() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
elements() - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
elements() - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix2D
 
elements() - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix3D
 
elements() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
elements() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
elements() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
elements() - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
elements() - Method in class cern.colt.matrix.tlong.impl.SparseCCMLongMatrix2D
 
elements() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
elements() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
elements() - Method in class cern.colt.matrix.tlong.impl.SparseRCMLongMatrix2D
 
elements() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
 
elements() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
elements() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
elements() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
elements() - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix2D
 
elements() - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix3D
 
elements() - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
 
elements() - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
elements() - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
elements() - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
elements() - Method in class cern.colt.matrix.tobject.impl.SparseCCMObjectMatrix2D
 
elements() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tobject.impl.SparseRCMObjectMatrix2D
 
elements() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
 
elements() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
elements() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
elements() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Returns the elements of this matrix.
elements() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Returns the elements of this matrix.
elements() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns a copy of the currently stored elements.
elements() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns a copy of the currently stored elements.
elements() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns a copy of the currently stored elements.
Ellipse - Class in jhplot.shapes
Draw an ellipse in the USER coordinate system
Ellipse(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Ellipse
Create an ellipse
Ellipse(double, double, double, double) - Constructor for class jhplot.shapes.Ellipse
Create an ellipse using the default stroke and the color
ELLIPSE - Static variable in class jhplot.shapes.HShape
 
elm_coupling - Static variable in class cern.clhep.PhysicalConstants
 
Empirical - Class in cern.jet.random
Empirical distribution.
Empirical(double[], int, RandomEngine) - Constructor for class cern.jet.random.Empirical
Constructs an Empirical distribution.
Empirical - Class in cern.jet.random.tdouble
Empirical distribution.
Empirical(double[], int, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Empirical
Constructs an Empirical distribution.
EmpiricalWalker - Class in cern.jet.random
Discrete Empirical distribution (pdf's can be specified).
EmpiricalWalker(double[], int, RandomEngine) - Constructor for class cern.jet.random.EmpiricalWalker
Constructs an Empirical distribution.
EmpiricalWalker - Class in cern.jet.random.tdouble
Discrete Empirical distribution (pdf's can be specified).
EmpiricalWalker(double[], int, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.EmpiricalWalker
Constructs an Empirical distribution.
enableDoubleBuffering(Component) - Static method in class jhplot.GHPanel
 
endOfBin(int) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the end of the range associated with the given bin.
endOfBin(int) - Method in class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Returns the end of the range associated with the given bin.
endOfBin(int) - Method in class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
Returns the end of the range associated with the given bin.
engineName() - Method in class hep.aida.ref.fitter.FitResult
 
engineName() - Method in class hep.aida.ref.fitter.Fitter
 
engsetLoad(double, double, double) - Static method in class flanagan.analysis.Stat
 
engsetLoad(double, long, long) - Static method in class flanagan.analysis.Stat
 
engsetLoad(double, int, int) - Static method in class flanagan.analysis.Stat
 
engsetProbability(double, double, double) - Static method in class flanagan.analysis.Stat
 
engsetProbability(double, long, long) - Static method in class flanagan.analysis.Stat
 
engsetProbability(double, int, int) - Static method in class flanagan.analysis.Stat
 
engsetResources(double, double, double) - Static method in class flanagan.analysis.Stat
 
engsetResources(double, double, long) - Static method in class flanagan.analysis.Stat
 
engsetResources(double, double, int) - Static method in class flanagan.analysis.Stat
 
engsetSources(double, double, double) - Static method in class flanagan.analysis.Stat
 
engsetSources(double, double, long) - Static method in class flanagan.analysis.Stat
 
engsetSources(double, double, int) - Static method in class flanagan.analysis.Stat
 
ensureCapacity(byte[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(char[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(double[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(float[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(int[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(long[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(Object[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(short[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(boolean[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(int) - Method in class cern.colt.list.AbstractBooleanList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractByteList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractCharList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractDoubleList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractFloatList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractIntList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractLongList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractShortList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.BooleanArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.ByteArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.CharArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.DistinctNumberList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.DoubleArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.FloatArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.IntArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.LongArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.MinMaxNumberList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.ObjectArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.ShortArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.SimpleLongArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tbyte.AbstractByteList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tbyte.ByteArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tchar.AbstractCharList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tchar.CharArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tfloat.FloatArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tint.AbstractIntList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tint.IntArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tlong.AbstractLongList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tlong.DistinctNumberList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tlong.LongArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tlong.MinMaxNumberList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tlong.SimpleLongArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tobject.ObjectArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tshort.AbstractShortList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.tshort.ShortArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.AbstractMap
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenIntIntHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenLongObjectHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.AbstractMatrix
Ensures that the receiver can hold at least the specified number of non-zero (non-null) cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.AbstractMatrix
Ensures that the receiver can hold at least the specified number of non-zero (non-null) cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
ensureCapacity(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
ensureCapacity(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
ensureCapacity(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
ensureCapacity(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
ensureCapacity(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
ensureCapacity(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
ensureCapacity(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
ensureCapacity(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureDirectory(File, File) - Static method in class jhplot.v3d.Util
Ensures the existence of the directory specified by the parameter.
ensureFilePath(File, File) - Static method in class jhplot.v3d.Util
Ensures the existence of the directory which may be part of the path specification of parameter file.
enterData(double[][], double[], double[]) - Method in class flanagan.analysis.Regression
 
enterData(double[][], double[][], double[][]) - Method in class flanagan.analysis.Regression
 
enterData(double[], double[], double[]) - Method in class flanagan.analysis.Regression
 
enterData(double[], double[][], double[][]) - Method in class flanagan.analysis.Regression
 
enterData(double[][], double[]) - Method in class flanagan.analysis.Regression
 
enterData(double[][], double[][]) - Method in class flanagan.analysis.Regression
 
enterData(double[], double[]) - Method in class flanagan.analysis.Regression
 
enterData(double[], double[][]) - Method in class flanagan.analysis.Regression
 
enterData(double[], double, double) - Method in class flanagan.analysis.Regression
 
enterData(double[], double) - Method in class flanagan.analysis.Regression
 
enterItemNames(String[]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerIperson(String[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerItem(String[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerItem(double[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerItem(Matrix) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerItem(float[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerItem(int[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerItem(char[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerItem(boolean[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerPerson(double[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerPerson(Matrix) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerPerson(float[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerPerson(int[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerPerson(char[][]) - Method in class flanagan.analysis.Scores
 
enterScoresAsRowPerPerson(boolean[][]) - Method in class flanagan.analysis.Scores
 
enterTitle(String) - Method in class flanagan.analysis.Scores
 
entries(int[]) - Method in interface hep.aida.ref.dataset.binner.Binner
Get the number of entries in a bin.
entries(int[]) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Get the number of entries in a bin.
entries() - Method in class hep.aida.ref.dataset.DataStatistics
Get the number of entries in this data set
entries() - Method in class hep.aida.ref.fitter.fitdata.FitDataIterator
 
entries() - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
Number of in-range entries in the histogram.
entries(int) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
entries(int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
entries(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
entries(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
entries(int, int) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
entries(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
entries(int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
entries(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
entries() - Method in class hep.aida.ref.histogram.Cloud1D
Get the Cloud's entries.
entries() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's entries.
entries() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's entries.
entries() - Method in class hep.aida.ref.histogram.Histogram
Get the entries that are within the range of the Histogram; i.e.
entries() - Method in class hep.aida.ref.histogram.Profile1D
 
entries() - Method in class hep.aida.ref.histogram.Profile2D
 
entries() - Method in interface hep.aida.tdouble.DoubleIHistogram
Number of in-range entries in the histogram.
entries() - Method in interface hep.aida.tfloat.FloatIHistogram
Number of in-range entries in the histogram.
entries() - Method in class jhplot.H1D
Number of in-range entries in the histogram
entries() - Method in class jhplot.H2D
Number of in-range entries in the histogram
entries() - Method in class jhplot.HProf1D
Number of in-range entries in the histogram
entries() - Method in class jhplot.HProf2D
Number of in-range entries in the histogram
ENTRIES_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
ENTRIES_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
entriesToString() - Method in class jhplot.io.EFile
Get a string representing file content.
entriesToString() - Method in class jhplot.io.PFile
Get a string representing file content.
ENTRY_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent.Group
 
enumerateKeys() - Method in class jhplot.io.BaseRecordsFile
Returns an Enumeration of the keys of all records in the database.
enumerateKeys() - Method in class jhplot.io.RecordsFile
Returns an enumeration of all the keys in the database.
epiphany() - Method in class flanagan.math.TimeAndDate
 
epiphany(int) - Method in class flanagan.math.TimeAndDate
 
eplus - Static variable in class cern.clhep.Units
 
epsilon - Static variable in class jhplot.math.Slicing
 
epsilon0 - Static variable in class cern.clhep.PhysicalConstants
 
EPSILON_0 - Static variable in class flanagan.math.Fmath
 
epsilonCeiling(double) - Static method in class cern.jet.stat.Utils
Similar to Math.ceil(value), but adjusts small numerical rounding errors +- epsilon.
equals(Object) - Method in class cern.colt.bitvector.BitMatrix
Compares this object against the specified object.
equals(Object) - Method in class cern.colt.bitvector.BitVector
Compares this object against the specified object.
equals(Object) - Method in interface cern.colt.function.ByteComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.CharComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.DoubleComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.FloatComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.IntComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.LongComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.ShortComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.tbyte.ByteComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.tchar.CharComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.tdouble.DoubleComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.tfloat.FloatComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.tint.IntComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.tlong.LongComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.tshort.ShortComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class cern.colt.list.AbstractBooleanList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractByteList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractCharList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractDoubleList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractFloatList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractIntList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractLongList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractShortList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.BooleanArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.ByteArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.CharArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.DoubleArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.FloatArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.IntArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.LongArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.ObjectArrayList
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.list.ShortArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tboolean.BooleanArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tbyte.AbstractByteList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tbyte.ByteArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tchar.AbstractCharList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tchar.CharArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tdouble.DoubleArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tfloat.AbstractFloatList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tfloat.FloatArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tint.AbstractIntList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tint.IntArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tlong.AbstractLongList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tlong.LongArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tobject.ObjectArrayList
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.list.tshort.AbstractShortList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.tshort.ShortArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.map.AbstractDoubleIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.AbstractIntDoubleMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.AbstractIntIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.AbstractIntObjectMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.AbstractLongObjectMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tint.AbstractIntIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Compares the specified object with this map for equality.
equals(Object) - Method in interface cern.colt.matrix.doublealgo.DoubleMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.doublealgo.DoubleMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = A[row,col] == s ? 1 : 0; ignores tolerance.
equals(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = A[row,col] == B[row,col] ? 1 : 0; ignores tolerance.
equals(double) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.DoubleMatrix1D
Compares this object against the specified object.
equals(double) - Method in class cern.colt.matrix.DoubleMatrix2D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.DoubleMatrix2D
Compares this object against the specified object.
equals(double) - Method in class cern.colt.matrix.DoubleMatrix3D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.DoubleMatrix3D
Compares this object against the specified object.
equals(DoubleMatrix1D, double) - Method in class cern.colt.matrix.linalg.Property
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Property
Returns whether both given matrices A and B are equal.
equals(DoubleMatrix2D, double) - Method in class cern.colt.matrix.linalg.Property
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns whether both given matrices A and B are equal.
equals(DoubleMatrix3D, double) - Method in class cern.colt.matrix.linalg.Property
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix3D, DoubleMatrix3D) - Method in class cern.colt.matrix.linalg.Property
Returns whether both given matrices A and B are equal.
equals(Object) - Method in interface cern.colt.matrix.objectalgo.ObjectMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.objectalgo.ObjectMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.ObjectMatrix1D
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.ObjectMatrix2D
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.ObjectMatrix3D
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.matrix.tbit.BitMatrix
Compares this object against the specified object.
equals(Object) - Method in class cern.colt.matrix.tbit.BitVector
Compares this object against the specified object.
equals(DComplexMatrix1D, double[]) - Method in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(DComplexMatrix1D, DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Returns whether both given matrices A and B are equal.
equals(DComplexMatrix2D, double[]) - Method in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Returns whether both given matrices A and B are equal.
equals(DComplexMatrix3D, double[]) - Method in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(DComplexMatrix3D, DComplexMatrix3D) - Method in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Returns whether both given matrices A and B are equal.
equals(double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Compares this object against the specified object.
equals(double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Compares this object against the specified object.
equals(double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Compares this object against the specified object.
equals(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
equals(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
equals(Object) - Method in interface cern.colt.matrix.tdouble.algo.DoubleMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.tdouble.algo.DoubleMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(DoubleMatrix1D, double) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns whether both given matrices A and B are equal.
equals(DoubleMatrix2D, double) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns whether both given matrices A and B are equal.
equals(DoubleMatrix3D, double) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix3D, DoubleMatrix3D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns whether both given matrices A and B are equal.
equals(double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Compares this object against the specified object.
equals(double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Compares this object against the specified object.
equals(double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Compares this object against the specified object.
equals(double) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
equals(double) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
equals(FComplexMatrix1D, float[]) - Method in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(FComplexMatrix1D, FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
Returns whether both given matrices A and B are equal.
equals(FComplexMatrix2D, float[]) - Method in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
Returns whether both given matrices A and B are equal.
equals(FComplexMatrix3D, float[]) - Method in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(FComplexMatrix3D, FComplexMatrix3D) - Method in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
Returns whether both given matrices A and B are equal.
equals(float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Compares this object against the specified object.
equals(float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Compares this object against the specified object.
equals(float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Compares this object against the specified object.
equals(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
equals(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
equals(Object) - Method in interface cern.colt.matrix.tfloat.algo.FloatMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.tfloat.algo.FloatMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(FloatMatrix1D, float) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns whether both given matrices A and B are equal.
equals(FloatMatrix2D, float) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns whether both given matrices A and B are equal.
equals(FloatMatrix3D, float) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(FloatMatrix3D, FloatMatrix3D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns whether both given matrices A and B are equal.
equals(float) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Compares this object against the specified object.
equals(float) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Compares this object against the specified object.
equals(float) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Compares this object against the specified object.
equals(float) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
equals(float) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
equals(Object) - Method in interface cern.colt.matrix.tint.algo.IntMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.tint.algo.IntMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(IntMatrix1D, int) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(IntMatrix1D, IntMatrix1D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns whether both given matrices A and B are equal.
equals(IntMatrix2D, int) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns whether both given matrices A and B are equal.
equals(IntMatrix3D, int) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(IntMatrix3D, IntMatrix3D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns whether both given matrices A and B are equal.
equals(int) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
equals(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
equals(int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tint.IntMatrix1D
Compares this object against the specified object.
equals(int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tint.IntMatrix2D
Compares this object against the specified object.
equals(int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tint.IntMatrix3D
Compares this object against the specified object.
equals(Object) - Method in interface cern.colt.matrix.tlong.algo.LongMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.tlong.algo.LongMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(LongMatrix1D, long) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(LongMatrix1D, LongMatrix1D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns whether both given matrices A and B are equal.
equals(LongMatrix2D, long) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(LongMatrix2D, LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns whether both given matrices A and B are equal.
equals(LongMatrix3D, long) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns whether all cells of the given matrix A are equal to the given value.
equals(LongMatrix3D, LongMatrix3D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns whether both given matrices A and B are equal.
equals(long) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
equals(long) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
equals(long) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Compares this object against the specified object.
equals(long) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Compares this object against the specified object.
equals(long) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Compares this object against the specified object.
equals(Object) - Method in interface cern.colt.matrix.tobject.algo.ObjectMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.tobject.algo.ObjectMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
equals(Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.hep.aida.bin.AbstractBin
Returns whether two objects are equal; This default implementation returns true if the other object is a bin and has the same size, value, error and center.
equals(Object) - Method in class cern.hep.aida.bin.AbstractBin1D
Returns whether two bins are equal; They are equal if the other object is of the same class or a subclass of this class and both have the same size, minimum, maximum, sum and sumOfSquares.
equals(Object) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns whether two bins are equal.
equals - Static variable in class cern.jet.math.Functions
Function that returns a == b ? 1 : 0.
equals(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a == b ? 1 : 0.
equals - Static variable in class cern.jet.math.IntFunctions
Function that returns a == b ? 1 : 0.
equals(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a == b ? 1 : 0.
equals(double[], double[], double) - Static method in class cern.jet.math.tdcomplex.DComplex
 
equals - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
equals(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
equals - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a == b ? 1 : 0.
equals(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a == b ? 1 : 0.
equals(float[], float[], float) - Static method in class cern.jet.math.tfcomplex.FComplex
 
equals - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
equals(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
equals - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a == b ? 1 : 0.
equals(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a == b ? 1 : 0.
equals - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a == b ? 1 : 0.
equals(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a == b ? 1 : 0.
equals - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a == b ? 1 : 0.
equals(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a == b ? 1 : 0.
equals(Object) - Method in class hep.aida.ref.histogram.FixedAxis
Check if two Axis are equal.
equals(Object) - Method in class hep.aida.ref.histogram.VariableAxis
Check if two Axis are equal.
equals(Object) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns whether two objects are equal; This default implementation returns true if the other object is a bin and has the same size, value, error and center.
equals(Object) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns whether two bins are equal; They are equal if the other object is of the same class or a subclass of this class and both have the same size, minimum, maximum, sum and sumOfSquares.
equals(Object) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns whether two bins are equal.
equals(Object) - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns whether two objects are equal; This default implementation returns true if the other object is a bin and has the same size, value, error and center.
equals(Object) - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns whether two bins are equal; They are equal if the other object is of the same class or a subclass of this class and both have the same size, minimum, maximum, sum and sumOfSquares.
equals(Object) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns whether two bins are equal.
equals(Object) - Method in class hephysics.vec.Hep3Vector
 
equals(Object) - Method in class hephysics.vec.HepLorentzVector
Compre 2 vectors
equals(SpacePoint, double) - Method in class hephysics.vec.SpacePoint
Tests for equality within errors
equals(Hep3Vector, double) - Method in class hephysics.vec.SpacePoint
Tests for equality within errors
equals(SpacePoint) - Method in class hephysics.vec.SpacePoint
Tests for equality
equals(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Deprecated. Use java.util.Arrays instead.
equals(Vector3d) - Method in class jhplot.v3d.Vector3d
 
EquiDepthHistogram - Class in cern.jet.stat.quantile
Read-only equi-depth histogram for selectivity estimation.
EquiDepthHistogram(float[]) - Constructor for class cern.jet.stat.quantile.EquiDepthHistogram
Constructs an equi-depth histogram with the given quantile elements.
equivalentBinEntries() - Method in class cern.hep.aida.ref.Histogram1D
 
equivalentBinEntries() - Method in class cern.hep.aida.ref.Histogram2D
 
equivalentBinEntries() - Method in class cern.hep.aida.ref.Histogram3D
 
equivalentBinEntries() - Method in class hep.aida.ref.histogram.Histogram
Get the number of equivalent entries; i.e.
equivalentBinEntries() - Method in interface hep.aida.tdouble.DoubleIHistogram
Number of equivalent entries.
equivalentBinEntries() - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
equivalentBinEntries() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
equivalentBinEntries() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
equivalentBinEntries() - Method in interface hep.aida.tfloat.FloatIHistogram
Number of equivalent entries.
equivalentBinEntries() - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
equivalentBinEntries() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
equivalentBinEntries() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
equivalentEntries() - Method in class hep.aida.ref.dataset.DataStatistics
Get the equivalent entries for this data set.
erasePoint(int, int) - Method in class jhplot.SPlot
Erase the point at the given index in the given dataset.
erf(double) - Static method in class flanagan.analysis.Stat
 
Erf - Class in jhplot.math.num.special
Utility class that provides methods related to the error function.
erf(double) - Static method in class jhplot.math.num.special.Erf
Returns the error function erf(x) (1).
erfc(double) - Static method in class flanagan.analysis.Stat
 
erfc(double) - Static method in class jhplot.math.num.special.Erf
Returns the complementary error function erfc(x) (1).
erlang() - Method in class flanagan.analysis.Regression
 
erlangArray(double, int, int) - Method in class flanagan.math.PsRandom
 
erlangBload(double, double) - Static method in class flanagan.analysis.Stat
 
erlangBload(double, long) - Static method in class flanagan.analysis.Stat
 
erlangBload(double, int) - Static method in class flanagan.analysis.Stat
 
erlangBprobability(double, double) - Static method in class flanagan.analysis.Stat
 
erlangBprobability(double, long) - Static method in class flanagan.analysis.Stat
 
erlangBprobability(double, int) - Static method in class flanagan.analysis.Stat
 
erlangBresources(double, double) - Static method in class flanagan.analysis.Stat
 
erlangCDF(double, int, double) - Static method in class flanagan.analysis.Stat
 
erlangCDF(double, long, double) - Static method in class flanagan.analysis.Stat
 
erlangCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
erlangCload(double, double) - Static method in class flanagan.analysis.Stat
 
erlangCload(double, long) - Static method in class flanagan.analysis.Stat
 
erlangCload(double, int) - Static method in class flanagan.analysis.Stat
 
erlangCprobability(double, double) - Static method in class flanagan.analysis.Stat
 
erlangCprobability(double, long) - Static method in class flanagan.analysis.Stat
 
erlangCprobability(double, int) - Static method in class flanagan.analysis.Stat
 
erlangCresources(double, double) - Static method in class flanagan.analysis.Stat
 
erlangMean(double, int) - Static method in class flanagan.analysis.Stat
 
erlangMean(double, long) - Static method in class flanagan.analysis.Stat
 
erlangMean(double, double) - Static method in class flanagan.analysis.Stat
 
erlangMode(double, int) - Static method in class flanagan.analysis.Stat
 
erlangMode(double, long) - Static method in class flanagan.analysis.Stat
 
erlangMode(double, double) - Static method in class flanagan.analysis.Stat
 
erlangMprobability(double, double, double) - Static method in class flanagan.analysis.Stat
 
erlangMprobability(double, long, long) - Static method in class flanagan.analysis.Stat
 
erlangMprobability(double, int, int) - Static method in class flanagan.analysis.Stat
 
erlangPDF(double, int, double) - Static method in class flanagan.analysis.Stat
 
erlangPDF(double, long, double) - Static method in class flanagan.analysis.Stat
 
erlangPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
erlangPlot() - Method in class flanagan.analysis.Regression
 
erlangRand(double, int, int) - Static method in class flanagan.analysis.Stat
 
erlangRand(double, long, int) - Static method in class flanagan.analysis.Stat
 
erlangRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
erlangRand(double, int, int, long) - Static method in class flanagan.analysis.Stat
 
erlangRand(double, long, int, long) - Static method in class flanagan.analysis.Stat
 
erlangRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
erlangStandardDeviation(double, int) - Static method in class flanagan.analysis.Stat
 
erlangStandardDeviation(double, long) - Static method in class flanagan.analysis.Stat
 
erlangStandardDeviation(double, double) - Static method in class flanagan.analysis.Stat
 
erlangStandDev(double, int) - Static method in class flanagan.analysis.Stat
 
erlangStandDev(double, long) - Static method in class flanagan.analysis.Stat
 
erlangStandDev(double, double) - Static method in class flanagan.analysis.Stat
 
error() - Method in class cern.hep.aida.bin.AbstractBin
Returns error(0).
error(int) - Method in class cern.hep.aida.bin.AbstractBin
Returns a custom definable error measure; override this method if necessary.
error() - Method in class hep.aida.ref.fitter.fitdata.FitDataIterator
 
error() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns error(0).
error(int) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns a custom definable error measure; override this method if necessary.
error() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns error(0).
error(int) - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns a custom definable error measure; override this method if necessary.
errorFunction(double) - Static method in class cern.jet.stat.Probability
Returns the error function of the normal distribution; formerly named erf.
errorFunction(double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the error function of the normal distribution; formerly named erf.
errorFunctionComplemented(double) - Static method in class cern.jet.stat.Probability
Returns the complementary Error function of the normal distribution; formerly named erfc.
errorFunctionComplemented(double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the complementary Error function of the normal distribution; formerly named erfc.
errorMinus() - Method in class hep.aida.ref.histogram.Measurement
 
errorPlus() - Method in class hep.aida.ref.histogram.Measurement
 
ErrorProp - Class in flanagan.analysis
 
ErrorProp() - Constructor for class flanagan.analysis.ErrorProp
 
ErrorProp(double, double) - Constructor for class flanagan.analysis.ErrorProp
 
ErrorProp(double) - Constructor for class flanagan.analysis.ErrorProp
 
errors() - Method in class hep.aida.ref.fitter.FitResult
 
ERRORS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
ERRORS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
errorsMinus() - Method in class hep.aida.ref.fitter.FitResult
 
errorsPlus() - Method in class hep.aida.ref.fitter.FitResult
 
et() - Method in class hephysics.vec.HepLorentzVector
Transverse energy.
et2() - Method in class hephysics.vec.HepLorentzVector
Transverse energy squared.
EUCLID - Static variable in class cern.colt.matrix.doublealgo.Statistic
Euclidean distance function; Sqrt(Sum( (x[i]-y[i])^2 )).
EUCLID - Static variable in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Euclidean distance function; Sqrt(Sum( (x[i]-y[i])^2 )).
EUCLID - Static variable in class cern.colt.matrix.tfloat.algo.FloatStatistic
Euclidean distance function; Sqrt(Sum( (x[i]-y[i])^2 )).
euler(double[], F1D, double) - Static method in class jhplot.math.Numeric
Uses the Euler method to solve an ODE.
EULER_CONSTANT_GAMMA - Static variable in class flanagan.math.Fmath
 
eV - Static variable in class cern.clhep.Units
 
eval(double) - Method in class jhplot.F1D
Evaluate a function at a specific point in x
eval(double[]) - Method in class jhplot.F1D
Evaluate a function for an array of x-values
eval(double, double) - Method in class jhplot.F1D
Evaluate a function for graphic representation.
eval(double, double, int) - Method in class jhplot.F1D
Evaluate a function for graphic representation.
eval() - Method in class jhplot.F1D
Evaluate a function for graphic representation.
eval(double, double) - Method in class jhplot.F2D
Evaluate a function at a specific point in (x,y)
eval(double[], double[]) - Method in class jhplot.F2D
Evaluate a function for an array of x-values
eval(double, double, double) - Method in class jhplot.F3D
Evaluate a function at a specific point in (x,y,z)
eval(String) - Method in class jhplot.FND
Evaluate a function at a specific point in x
eval(String, double, double, String) - Method in class jhplot.FND
Evaluate a function at a specific point for one single variable.
eval(String, double, double) - Method in class jhplot.FND
Evaluate a function at a specific point for one single variable.
eval() - Method in class jhplot.stat.BunchingParameters
Evaluate bunching parameters at the end of the run
eval() - Method in class jhplot.stat.FactorialMoments
Evaluate factorial moments at the end of the run
eval() - Method in class jhplot.stat.PCA
 
evaluate(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.AbstractFitMethod
 
evaluate(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.ChiSquaredFitMethod
 
evaluate(double[], double[]) - Method in class hep.aida.ref.function.JELCompiledExpression
 
evaluate(double) - Method in class jhplot.math.num.ContinuedFraction
Evaluate this continued fraction at the given value.
evaluate(double) - Method in interface jhplot.math.num.Function
Evaluate this function, f, at the domain value x.
evaluate(double) - Method in class jhplot.math.num.PowerSeries
Evaluate this series at the given value.
evaluate(double) - Method in class jhplot.math.num.Series
Evaluate this series at the given value.
evaluateDouble() - Method in class hep.aida.ref.tuple.Evaluator
 
evaluateGradient(int, IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.AbstractFitMethod
 
evaluateGradient(int, IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.ChiSquaredFitMethod
 
evaluateGradientSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.BinnedMaximumLikelihoodFitMethod
 
evaluateGradientSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.ChiSquaredFitMethod
 
evaluateGradientSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.CleverChiSquaredFitMethod
 
evaluateGradientSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.LeastSquaresFitMethod
 
evaluateGradientSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.UnbinnedMaximumLikelihoodFitMethod
 
evaluateMax(IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
evaluateMax(IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
evaluateMin(IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
evaluateMin(IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
evaluateSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.BinnedMaximumLikelihoodFitMethod
 
evaluateSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.ChiSquaredFitMethod
 
evaluateSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.CleverChiSquaredFitMethod
 
evaluateSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.LeastSquaresFitMethod
 
evaluateSumElement(IDevFitDataIterator, IFunction) - Method in class hep.aida.ref.fitter.fitmethod.UnbinnedMaximumLikelihoodFitMethod
 
Evaluator - Class in hep.aida.ref.tuple
 
Evaluator(String) - Constructor for class hep.aida.ref.tuple.Evaluator
Default contructor.
eventId() - Method in class hep.aida.ref.function.FunctionChangedEvent
 
evToNm(double) - Static method in class flanagan.math.Conv
 
evToNm(double) - Static method in class flanagan.math.Fmath
 
ExactDoubleQuantileFinder - Class in cern.jet.stat.tdouble.quantile
Exact quantile finding algorithm for known and unknown N requiring large main memory; computes quantiles over a sequence of double elements.
ExactDoubleQuantileFinder() - Constructor for class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Constructs an empty exact quantile finder.
excessCurtosis() - Method in class flanagan.analysis.Stat
 
excessCurtosis(double[]) - Static method in class flanagan.analysis.Stat
 
excessCurtosis(float[]) - Static method in class flanagan.analysis.Stat
 
excessCurtosis(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
excessCurtosis(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
excessCurtosis(long[]) - Static method in class flanagan.analysis.Stat
 
excessCurtosis(int[]) - Static method in class flanagan.analysis.Stat
 
excessCurtosis_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
excessCurtosis_as_double() - Method in class flanagan.analysis.Stat
 
excessKurtosis() - Method in class flanagan.analysis.Stat
 
excessKurtosis(double[]) - Static method in class flanagan.analysis.Stat
 
excessKurtosis(float[]) - Static method in class flanagan.analysis.Stat
 
excessKurtosis(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
excessKurtosis(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
excessKurtosis(long[]) - Static method in class flanagan.analysis.Stat
 
excessKurtosis(int[]) - Static method in class flanagan.analysis.Stat
 
excessKurtosis_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
excessKurtosis_as_double() - Method in class flanagan.analysis.Stat
 
exclude(double, double) - Method in class hep.aida.ref.function.RangeSet
 
excludeAll() - Method in class hep.aida.ref.function.RangeSet
Set empty range in all axes.
excludeNormalizationAll(int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
excludeNormalizationAll() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
excludeNormalizationAll() - Method in class hep.aida.ref.function.AbstractIFunction
 
excludeNormalizationAll() - Method in class hep.aida.ref.function.BaseModelFunction
 
excludeNormalizationRange(double, double, int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
exit() - Method in class jhplot.HZirkel
 
exp - Static variable in class cern.jet.math.Functions
Function that returns Math.exp(a).
exp(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
exp - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
exp - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.exp(a).
exp(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
exp - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
exp - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.exp(a).
exp(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
exp() - Method in class flanagan.analysis.Stat
 
exp() - Method in class flanagan.math.ArrayMaths
 
exp() - Method in class jhplot.math.Complex
Complex exponential (doesn't change this Complex number).
exp(ValueErr) - Static method in class jhplot.math.ValueErr
Get exponential function
ExpData - Class in jhpro.stat.limit
Build experiment.
ExpData() - Constructor for class jhpro.stat.limit.ExpData
Simple constructor
ExpData(int, double, double) - Constructor for class jhpro.stat.limit.ExpData
Build an experiment
ExpData(int, double, double, double, double) - Constructor for class jhpro.stat.limit.ExpData
Build an experimental data
Exponent - Class in jhplot.fit
Exponential distribution.
Exponent() - Constructor for class jhplot.fit.Exponent
 
Exponent(String) - Constructor for class jhplot.fit.Exponent
 
Exponent(String[], String[]) - Constructor for class jhplot.fit.Exponent
 
Exponent - Static variable in class jhplot.HPlotJa
 
Exponential - Class in cern.jet.random
Exponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.
Exponential(double, RandomEngine) - Constructor for class cern.jet.random.Exponential
Constructs a Negative Exponential distribution.
Exponential - Class in cern.jet.random.tdouble
Exponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.
Exponential(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Exponential
Constructs a Negative Exponential distribution.
exponential() - Method in class flanagan.analysis.Regression
 
exponential(double, double, double) - Static method in class flanagan.analysis.Stat
 
Exponential - Class in jhplot.math.num.pdf
The Exponential distribution (1).
Exponential() - Constructor for class jhplot.math.num.pdf.Exponential
Default constructor.
Exponential(double) - Constructor for class jhplot.math.num.pdf.Exponential
Create a distribution with the given mean.
exponential(double) - Static method in class jhplot.math.Random
Generate a random number from an exponantial random variable (Mean = 1/lambda, variance = 1/lambda^2).
exponentialArray(double, double, int) - Method in class flanagan.math.PsRandom
 
exponentialCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
exponentialCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
ExponentialCoreNorm - Class in hep.aida.ref.function
Normalised Exponential (E) distribution in the form: f = (1/N)*exp((x-origin)/exponent)) has 2 parameters, Normalization Amplitude N is calculated by the "normalizationAmplitude" method
ExponentialCoreNorm(String) - Constructor for class hep.aida.ref.function.ExponentialCoreNorm
 
ExponentialCoreNorm(String, double[]) - Constructor for class hep.aida.ref.function.ExponentialCoreNorm
 
ExponentialCoreNotNorm - Class in hep.aida.ref.function
Not normalised Exponential (E) distribution in the form: f = amplitude*exp((x-origin)/exponent) has 3 parameters
ExponentialCoreNotNorm(String) - Constructor for class hep.aida.ref.function.ExponentialCoreNotNorm
 
ExponentialCoreNotNorm(String, double[]) - Constructor for class hep.aida.ref.function.ExponentialCoreNotNorm
 
exponentialCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
exponentialMean(double, double) - Static method in class flanagan.analysis.Stat
 
exponentialMedian(double, double) - Static method in class flanagan.analysis.Stat
 
exponentialMode(double) - Static method in class flanagan.analysis.Stat
 
exponentialMu() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialMuError() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialMultiple(int) - Method in class flanagan.analysis.Regression
 
exponentialMultiple(int, double[]) - Method in class flanagan.analysis.Regression
 
exponentialMultiplePlot(int) - Method in class flanagan.analysis.Regression
 
exponentialMultiplePlot(int, double[]) - Method in class flanagan.analysis.Regression
 
exponentialOnePar() - Method in class flanagan.analysis.Regression
 
exponentialOneParPlot() - Method in class flanagan.analysis.Regression
 
exponentialOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
exponentialPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
exponentialPlot() - Method in class flanagan.analysis.Regression
 
ExponentialPower - Class in cern.jet.random
Exponential Power distribution.
ExponentialPower(double, RandomEngine) - Constructor for class cern.jet.random.ExponentialPower
Constructs an Exponential Power distribution.
ExponentialPower - Class in cern.jet.random.tdouble
Exponential Power distribution.
ExponentialPower(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.ExponentialPower
Constructs an Exponential Power distribution.
exponentialProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
exponentialProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
exponentialProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
exponentialRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
ExponentialRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Exponential distribution.
ExponentialRandomVariable() - Constructor for class jhplot.math.num.random.ExponentialRandomVariable
Default constructor.
ExponentialRandomVariable(double) - Constructor for class jhplot.math.num.random.ExponentialRandomVariable
Create a random variable with the given mean.
ExponentialRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.ExponentialRandomVariable
Create a random variable with the given parameters.
exponentialSigma() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialSigmaError() - Method in class flanagan.analysis.ProbabilityPlot
 
exponentialSimple() - Method in class flanagan.analysis.Regression
 
exponentialSimplePlot() - Method in class flanagan.analysis.Regression
 
exponentialStandard() - Method in class flanagan.analysis.Regression
 
exponentialStandardDeviation(double) - Static method in class flanagan.analysis.Stat
 
exponentialStandardPlot() - Method in class flanagan.analysis.Regression
 
exponentialStandDev(double) - Static method in class flanagan.analysis.Stat
 
exponentialSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
ExponentModelFunction - Class in hep.aida.ref.function
 
ExponentModelFunction(String) - Constructor for class hep.aida.ref.function.ExponentModelFunction
 
export(String) - Method in class jhplot.GHPanel
Fast export of the canvas to an image file (depends on the extension, i.e.
export(String) - Method in class jhplot.HPlotJa
Fast export of the canvas to an image file (depends on the extension, i.e.
export(String) - Method in class jhplot.HZirkel
Export image to a file.
export(String) - Method in class jhplot.SPlot
Fast export of the canvas to an image file (depends on the extension, i.e.
exportDialog(String) - Method in class jhplot.GHPanel
Export a GHFrame image to an external file: The file extension is very important: *.png - make PNG figure *.eps - make EPS figure *.ps - make PS figure *.jpg - make JPG figure *.pdf - make PDF figure *.SVG - make SVG figure *.EMF - make EMF figure, It will open some dialog in case if the file exists
exportImage() - Method in class jhplot.GHPanel
Exports the image to some graphic format.
expression() - Method in class hep.aida.ref.fitter.fitdata.RangeSetFilter
 
expression() - Method in class hep.aida.ref.tuple.Evaluator
 
expression() - Method in class hep.aida.ref.tuple.Filter
 
exsec(double) - Static method in class flanagan.math.Fmath
 
extract(int, int, double[]) - Static method in class jhplot.math.ArrayMathUtils
Extracts a sub-array (will invert the resulting array if k0 > k1).
extract(int, int, int[]) - Static method in class jhplot.math.ArrayMathUtils
Extracts a sub-array (will invert the resulting array if k0 > k1).
extraEntries() - Method in class hep.aida.ref.histogram.Histogram
Get the number of entries in the underflow and overflow bins.
extraEntries() - Method in class hep.aida.ref.histogram.Histogram1D
Get the number of entries in the underflow and overflow bins.
extraEntries() - Method in class hep.aida.ref.histogram.Histogram2D
Get the number of entries in the underflow and overflow bins.
extraEntries() - Method in class hep.aida.ref.histogram.Histogram3D
Get the number of entries in the underflow and overflow bins.
extraEntries() - Method in class hep.aida.ref.histogram.Profile1D
 
extraEntries() - Method in class hep.aida.ref.histogram.Profile2D
 
extraEntries() - Method in interface hep.aida.tdouble.DoubleIHistogram
Number of under and overflow entries in the histogram.
extraEntries() - Method in interface hep.aida.tfloat.FloatIHistogram
Number of under and overflow entries in the histogram.
extraEntries() - Method in class jhplot.H1D
Number of under and overflow entries in the histogram.
extraEntries() - Method in class jhplot.H2D
Get the number of entries in the underflow and overflow bins.
extraEntries() - Method in class jhplot.HProf1D
Number of under and overflow entries in the histogram.
extraEntries() - Method in class jhplot.HProf2D
Get the number of entries in the underflow and overflow bins.

F

f(double[][], Function) - Static method in class jhplot.math.DoubleArray
Apply a scalar function to every element of an array.
f(double[], Function) - Static method in class jhplot.math.DoubleArray
Apply a scalar function to every element of an array.
f(double) - Method in interface jhplot.math.Function
 
F1D - Class in jhplot
Create a function in 1D.
F1D(String, double, double) - Constructor for class jhplot.F1D
Create a function in 1D.
F1D(String, double, double, boolean) - Constructor for class jhplot.F1D
Same function, but one can specify is it parsed or not.
F1D(String) - Constructor for class jhplot.F1D
Create a function in 1D for evaluation.
F1D(String, String) - Constructor for class jhplot.F1D
Create new function.
F1D(String, String, double, double, boolean) - Constructor for class jhplot.F1D
Create a new function.
F1D(String, boolean) - Constructor for class jhplot.F1D
Build a function
F1D(String, ParseFunction, double, double) - Constructor for class jhplot.F1D
Create a function in 1D.
F1D(ParseFunction, double, double) - Constructor for class jhplot.F1D
Build a function.
F1D(String, String, double, double) - Constructor for class jhplot.F1D
Create a function in 1D.
F1D(IFunction, double, double) - Constructor for class jhplot.F1D
Create a F1D function from JAIDA IFunction.
F1D(IFunction) - Constructor for class jhplot.F1D
Create a F1D function from JAIDA IFunction.
F1D(String, IFunction, double, double) - Constructor for class jhplot.F1D
Create F1D function from JAIDA IFunction.
F1D_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
F2D - Class in jhplot
Create 2D function.
F2D(String) - Constructor for class jhplot.F2D
Create a function in 2D for evaluation.
F2D(String, String, double, double, double, double) - Constructor for class jhplot.F2D
Create a function in 2D.
F2D(String, double, double, double, double) - Constructor for class jhplot.F2D
Build a 2D function.
F2D(String, IFunction, double, double, double, double) - Constructor for class jhplot.F2D
Create a F2D function from JAIDA IFunction.
F2D(IFunction) - Constructor for class jhplot.F2D
Create a F2D function from JAIDA IFunction.
F2D(IFunction, double, double, double, double) - Constructor for class jhplot.F2D
Create a F2D function from JAIDA IFunction.
F2D_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
F3D - Class in jhplot
Create 3D function.
F3D(String) - Constructor for class jhplot.F3D
Create a function in 3D for evaluation.
F3D(String, String, double, double, double, double, double, double) - Constructor for class jhplot.F3D
Create a function in 3D.
F3D(String, double, double, double, double, double, double) - Constructor for class jhplot.F3D
Build a 3D function.
F3D(String, String, IFunction, double, double, double, double, double, double) - Constructor for class jhplot.F3D
Create a function in 3D from a AIDA IFunction.
F3D(String, IFunction, double, double, double, double, double, double) - Constructor for class jhplot.F3D
 
F3D(IFunction, double, double, double, double, double, double) - Constructor for class jhplot.F3D
Create a function in 3D from a AIDA IFunction.
F_FARADAY - Static variable in class flanagan.math.Fmath
 
factorial(int) - Static method in class cern.jet.math.Arithmetic
Instantly returns the factorial k!.
factorial - Static variable in class cern.jet.math.IntFunctions
Function that returns (int) Arithmetic.factorial(a).
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).
factorial(int) - Static method in class flanagan.analysis.Stat
 
factorial(long) - Static method in class flanagan.analysis.Stat
 
factorial(BigInteger) - Static method in class flanagan.analysis.Stat
 
factorial(double) - Static method in class flanagan.analysis.Stat
 
factorial(BigDecimal) - Static method in class flanagan.analysis.Stat
 
factorial(int) - Static method in class flanagan.math.Fmath
 
factorial(long) - Static method in class flanagan.math.Fmath
 
factorial(BigInteger) - Static method in class flanagan.math.Fmath
 
factorial(double) - Static method in class flanagan.math.Fmath
 
factorial(BigDecimal) - Static method in class flanagan.math.Fmath
 
FactorialMoments - Class in jhplot.stat
**************************************************************************** Calculations of normalized factorial moments characterizing local multiplicity fluctuations inside a restricted phase space.
FactorialMoments(int, int, int, double, double) - Constructor for class jhplot.stat.FactorialMoments
Initialize factorial-moment calculations.
factories() - Method in class jhplot.HPlot
Create various JAIDA factories: IAnalysisFactory, ITree, IFitFactory, IFunctionFactory
factories() - Method in class jhplot.HPlotJa
Create various JAIDA factories: IAnalysisFactory, ITree, IFitFactory, IFunctionFactory
fahrenToCelsius(double) - Static method in class flanagan.math.Conv
 
fahrenToCelsius(double) - Static method in class flanagan.math.Fmath
 
FalsePositionRootFinder - Class in jhplot.math.num.root
The false position method (1) for finding roots of functions.
FalsePositionRootFinder(Function) - Constructor for class jhplot.math.num.root.FalsePositionRootFinder
Create a root finder for the given function.
FalsePositionRootFinder(Function, int, double) - Constructor for class jhplot.math.num.root.FalsePositionRootFinder
Create a root finder for the given function.
farad - Static variable in class cern.clhep.Units
 
FArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
 
fArray(int, int, int) - Method in class flanagan.math.PsRandom
 
fathersDay() - Method in class flanagan.math.TimeAndDate
 
fathersDay(int) - Method in class flanagan.math.TimeAndDate
 
fCompCDF(double, int, int) - Static method in class flanagan.analysis.Stat
 
fCompCDF(double, int, double, int) - Static method in class flanagan.analysis.Stat
 
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
 
FDistribution - Class in jhplot.math.num.pdf
The F distribution (1).
FDistribution() - Constructor for class jhplot.math.num.pdf.FDistribution
Default constructor.
FDistribution(double, double) - Constructor for class jhplot.math.num.pdf.FDistribution
Create a distribution with the given numerator degrees of freedom and denominator degrees of freedom.
fDistributionCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
fDistributionGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
fDistributionGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
fDistributionIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
fDistributionInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
fDistributionInverseCDF(int, int, double) - Static method in class flanagan.analysis.Stat
 
fDistributionOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
fDistributionOrderStatisticMedians(int, int, int) - Static method in class flanagan.analysis.Stat
 
fDistributionProbabilityPlot(int, int) - Method in class flanagan.analysis.ProbabilityPlot
 
fDistributionSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
fehlberg(DerivFunction) - Method in class flanagan.integration.RungeKutta
 
fehlberg(DerivFunction, double, double, double, double, double, double, int) - Static method in class flanagan.integration.RungeKutta
 
fehlberg(DerivFunction, double, double, double, double, double, double) - Static method in class flanagan.integration.RungeKutta
 
fehlberg(DerivnFunction) - Method in class flanagan.integration.RungeKutta
 
fehlberg(DerivnFunction, double, double[], double, double, double, double, int) - Static method in class flanagan.integration.RungeKutta
 
fehlberg(DerivnFunction, double, double[], double, double, double, double) - Static method in class flanagan.integration.RungeKutta
 
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.
fi(int) - Method in interface jhplot.math.IndexFunction
 
FileAida - Class in jhplot.io
Open an AIDA file and retrieve objects for plotting.
FileAida(String) - Constructor for class jhplot.io.FileAida
Create object to read AIDA file.
FileAida(String, boolean) - Constructor for class jhplot.io.FileAida
Create object to read AIDA file.
FileAida() - Constructor for class jhplot.io.FileAida
Create FileAida
fileNameOfPath(String) - Static method in class jhplot.v3d.Util
 
FilePrintable - Interface in jhplot.math.io
BSD License
FileRoot - Class in jhplot.io
Class to read ROOT files.
FileRoot(String) - Constructor for class jhplot.io.FileRoot
Main constructor to build root file reader.
fill(double) - Method in class cern.hep.aida.ref.Histogram1D
 
fill(double, double) - Method in class cern.hep.aida.ref.Histogram1D
 
fill(double, double) - Method in class cern.hep.aida.ref.Histogram2D
 
fill(double, double, double) - Method in class cern.hep.aida.ref.Histogram2D
 
fill(double, double, double) - Method in class cern.hep.aida.ref.Histogram3D
 
fill(double, double, double, double) - Method in class cern.hep.aida.ref.Histogram3D
 
fill(int[], double[], double) - Method in interface hep.aida.ref.dataset.binner.Binner
Fill a bin with a new entry.
fill(int[], double[], double) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Fill a bin with a new entry.
fill(IHistogram1D, IFunction, int, double) - Static method in class hep.aida.ref.function.FunctionUtils
Fills IHistogram1D with random entries according to the provided distribution.
fill(IHistogram2D, IFunction, int, double) - Static method in class hep.aida.ref.function.FunctionUtils
 
fill(IHistogram3D, IFunction, int, double) - Static method in class hep.aida.ref.function.FunctionUtils
 
fill(int, double, double) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
fill(int, int, double, double, double) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
fill(int, int, int, double, double, double, double) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
fill(int, double, double) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
fill(int, int, double, double, double) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
fill(int, int, int, double, double, double, double) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
fill(int, double, double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner1D
 
fill(int, int, double, double, double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
fill(int, int, int, double, double, double, double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
fill(double) - Method in class hep.aida.ref.histogram.Cloud1D
Fill the Cloud with a new value with unit weight
fill(double, double) - Method in class hep.aida.ref.histogram.Cloud1D
Fill the Cloud with a new value with given weight
fill(double, double) - Method in class hep.aida.ref.histogram.Cloud2D
Fill the Cloud with new values with unit weight
fill(double, double, double) - Method in class hep.aida.ref.histogram.Cloud2D
Fill the Cloud with new values with given weight
fill(double, double, double) - Method in class hep.aida.ref.histogram.Cloud3D
Fill the Cloud with new values with unit weight
fill(double, double, double, double) - Method in class hep.aida.ref.histogram.Cloud3D
Fill the Cloud with new values with given weight
fill(double) - Method in class hep.aida.ref.histogram.Histogram1D
Fill the Histogram with unit weight.
fill(double, double) - Method in class hep.aida.ref.histogram.Histogram1D
Fill the Histogram.
fill(double, double) - Method in class hep.aida.ref.histogram.Histogram2D
Fill the Histogram with unit weight.
fill(double, double, double) - Method in class hep.aida.ref.histogram.Histogram2D
Fill the Histogram.
fill(double, double, double) - Method in class hep.aida.ref.histogram.Histogram3D
Fill the Histogram with unit weight.
fill(double, double, double, double) - Method in class hep.aida.ref.histogram.Histogram3D
Fill the Histogram.
fill(double, double, double) - Method in class hep.aida.ref.histogram.Profile1D
 
fill(double, double) - Method in class hep.aida.ref.histogram.Profile1D
 
fill(double, double, double) - Method in class hep.aida.ref.histogram.Profile2D
 
fill(double, double, double, double) - Method in class hep.aida.ref.histogram.Profile2D
 
fill(boolean) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BooleanTupleColumn
 
fill(byte) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ByteTupleColumn
 
fill(char) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.CharTupleColumn
 
fill(double) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.DoubleTupleColumn
 
fill(float) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.FloatTupleColumn
 
fill(int) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.IntTupleColumn
 
fill(ITuple) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ITupleTupleColumn
 
fill(long) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.LongTupleColumn
 
fill(Object) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ObjectTupleColumn
 
fill(short) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ShortTupleColumn
 
fill(String) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.StringTupleColumn
 
fill(int, Value) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(double[]) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(float[]) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, boolean) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, byte) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, char) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, double) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, float) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, Object) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, String) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, long) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, short) - Method in class hep.aida.ref.tuple.AbstractTuple
 
fill(int, Value) - Method in class hep.aida.ref.tuple.ReadOnlyAbstractTuple
 
fill(int, Value) - Method in class hep.aida.ref.tuple.Tuple
 
fill(Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
fill(boolean) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnBoolean
 
fill(byte) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnByte
 
fill(char) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnChar
 
fill(double) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnDouble
 
fill(float) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFloat
 
fill(Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
fill(ITuple) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
fill(int) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnInt
 
fill(long) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnLong
 
fill(Object) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnObject
 
fill(short) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnShort
 
fill(String) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnString
 
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(P0D) - Method in class jhplot.H1D
Fill histogram from P0D array
fill(int, AbstractDistribution) - Method in class jhplot.H1D
Fill histogram with random numbers.
fill(P0I) - Method in class jhplot.H1D
Fill histogram from P0I array
fill(double) - Method in class jhplot.H1D
Fill histogram with a value
fill(PND) - Method in class jhplot.H1D
Fill histogram with values from a PND array.
fill(PND, PND) - Method in class jhplot.H1D
Fill histograms with values from PND array.
fill(double[]) - Method in class jhplot.H1D
Fill histogram with array of double values
fill(Cloud1D) - Method in class jhplot.H1D
Fill histogram with array of double values
fill(double[], double[]) - Method in class jhplot.H1D
Fill histogram with array of double values.
fill(int[]) - Method in class jhplot.H1D
Fill histogram with array of integer values
fill(double, double) - Method in class jhplot.H1D
Fill histogram a with weight
fill(double, double) - Method in class jhplot.H2D
Fill H2D histogram assuming all weights are unity.
fill(double, double, double) - Method in class jhplot.H2D
Fill H2D histogram with weights
fill(double[], double[]) - Method in class jhplot.H2D
Fill H2D histogram from 2 arrays.
fill(Cloud2D) - Method in class jhplot.H2D
Fill H2D histogram from Cloud2D.
fill(P0D, P0D) - Method in class jhplot.H2D
Fill H2D histogram from 2 arrays.
fill(P0I, P0I) - Method in class jhplot.H2D
Fill H2D histogram from 2 arrays.
fill(double[], double[], double[]) - Method in class jhplot.H2D
Fill H2D histogram from arrays.
fill(double, double) - Method in class jhplot.HProf1D
Fill profile histogram with X and Y
fill(double, double, double) - Method in class jhplot.HProf1D
Fill profile histogram with X and Y
fill(double[], double[]) - Method in class jhplot.HProf1D
Fill histogram with array of double values.
fill(double[], double[], double[]) - Method in class jhplot.HProf1D
Fill histogram with array of double values.
fill(double, double, double) - Method in class jhplot.HProf2D
Fill histogram assuming all weights are unity.
fill(double, double, double, double) - Method in class jhplot.HProf2D
Fill histogram assuming all weights are unity.
fill(double[], double[], double[]) - Method in class jhplot.HProf2D
Fill histogram from 2 arrays.
fill(double[], double[], double[], double[]) - Method in class jhplot.HProf2D
Fill histogram from 2 arrays.
fill(int, int, double) - Static method in class jhplot.math.DoubleArray
Fills an m x n matrix of doubles with constant c.
fill(int, double) - Static method in class jhplot.math.DoubleArray
Provides an m element array filled with constant c.
fill(int, double, double) - Method in class jhplot.P0D
Fill with a sequence of numbers between min and max.
fill(double[]) - Method in class jhplot.P0D
Fill a P0D container from an array.
fill(int[]) - Method in class jhplot.P0D
Fill a P0D container from an array.
fill(int, Integer, Integer) - Method in class jhplot.P0I
Fill with a sequence of numbers between min and max.
fill(Integer[]) - Method in class jhplot.P0I
Fill a P0I container from an array.
fill(int[]) - Method in class jhplot.P0I
Fill a P0I container from an array.
fill(Cloud2D) - Method in class jhplot.P1D
Fill a P1D container from a Cloud2D.
fill(double[], double[]) - Method in class jhplot.P1D
Fill a P1D container from 2 arrays.
fill(P0D, P0D) - Method in class jhplot.P1D
Fill a P1D container from 2 P0D arrays.
fill(double[], double[], double[]) - Method in class jhplot.P1D
Fill a P1D container from 3 arrays (one represents symmetrical errors on Y).
fill(P0D, P0D, P0D) - Method in class jhplot.P1D
Fill a P1D container from P0D arrays (one represents symmetrical errors on Y).
fill(double[], double[], double[], double[]) - Method in class jhplot.P1D
Fill a P1D container from 4 arrays (last represents asymmetrical upper and lower errors on Y).
fill(double[], double[], double[], double[], double[], double[], double[], double[], double[], double[]) - Method in class jhplot.P1D
Fill the values of a X-Y plot-points with full errors.
fill(double[], double[], double[]) - Method in class jhplot.P2D
Fill a P2D container from 3 arrays.
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
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BooleanTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ByteTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.CharTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.DoubleTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.FloatTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.IntTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ITupleTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.LongTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ObjectTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ShortTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.StringTupleColumn
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnBoolean
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnByte
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnChar
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnDouble
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFloat
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnInt
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnLong
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnObject
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnShort
 
fillableObject() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnString
 
fillFromToWith(int, int, boolean) - Method in class cern.colt.list.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.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.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.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.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.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.AbstractLongList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, short) - Method in class cern.colt.list.AbstractShortList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, Object) - Method in class cern.colt.list.ObjectArrayList
Sets the specified range of elements in the specified array to the specified value.
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.
fillHistogram(IHistogram1D) - Method in class hep.aida.ref.histogram.Cloud1D
 
fillHistogram(IHistogram2D) - Method in class hep.aida.ref.histogram.Cloud2D
 
fillHistogram(IHistogram3D) - Method in class hep.aida.ref.histogram.Cloud3D
 
fillInvBinSizeWeight(double) - Method in class jhplot.H1D
Fill histogram with a value, weighting it by inverse of bin size.
fillInvBinSizeWeight(double) - Method in class jhplot.HProf1D
Fill histogram with a value, weighting it by inverse of bin size.
fillP0D(P0D, P0D) - Method in class jhplot.HProf1D
Fill histogram from two P0D arrays
fillPath(ITree, IManagedObject) - Static method in class hep.aida.ref.AidaUtils
 
fillPlot() - Method in class jhplot.SPlot
Rescale so that the data that is currently plotted just fits.
fillRandom(int, AbstractDistribution) - Method in class cern.colt.list.DoubleArrayList
Fill array with random numbers
fillRandom(int, AbstractDistribution) - Method in class cern.colt.list.IntArrayList
Fill array with random numbers
fillRandom(DataPoint, DataPoint, int, int) - Method in class jminhep.cluster.DataHolder
Fill an existing data holder with random numbers
fillWithVectors(String, Vector, Vector) - Method in class jhplot.SPsheet
Fill the table from the Vectors
Filter - Class in hep.aida.ref.tuple
 
Filter(String) - Constructor for class hep.aida.ref.tuple.Filter
Default contructor.
Filter(String, int) - Constructor for class hep.aida.ref.tuple.Filter
 
Filter(String, int, int) - Constructor for class hep.aida.ref.tuple.Filter
 
find(String) - Method in class hep.aida.ref.tree.Tree
Get the IManagedObject at a given path in the ITree.
find(double) - Method in class jhplot.P0D
Returns the index of first occurrence of the specified element
find(Integer) - Method in class jhplot.P0I
Returns the index of first occurrence of the specified element
findBin(double) - Method in class jhplot.H1D
Convert a coordinate on the axis to a bin number
findBinX(double) - Method in class jhplot.H2D
Convert a coordinate X on the axis to a bin number
findBinY(double) - Method in class jhplot.H2D
Convert a coordinate Y on the axis to a bin number
findColumn(String) - Method in class hep.aida.ref.tuple.AbstractTuple
 
findColumn(String) - Method in class hep.aida.ref.tuple.ChainedTuple
Convert a name to a column index.
findColumn(String) - Method in class hep.aida.ref.tuple.Tuple
 
findDescriptor(int) - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
findDescriptor(int) - Method in interface jhplot.io.csv.bean.MappingStrategy
Implementation will have to return a property descriptor from a bean based on the current column.
findex(int, IndexFunction) - Static method in class jhplot.math.DoubleArray
Provides a sequence of values to which some function has been applied.
findInArray(String, String[]) - Static method in class hep.aida.ref.AidaUtils
 
findKey(String) - Method in class hep.aida.ref.Annotation
 
findObject(String) - Method in class hep.aida.ref.tree.Tree
 
findPath(IManagedObject) - Method in class hep.aida.ref.tree.Tree
Get the full path of an IManagedObject.
findRoot(double, double) - Method in class jhplot.math.num.root.BisectionRootFinder
Find a root of the target function that lies in the interval [ min, max].
findRoot(double, double) - Method in class jhplot.math.num.root.BrentRootFinder
Find a root of the target function that lies between the two initial approximations, x0 and x1.
findRoot(double, double) - Method in class jhplot.math.num.root.FalsePositionRootFinder
Find a root of the target function that lies in the interval [ min, max].
findRoot(double) - Method in class jhplot.math.num.root.NewtonRootFinder
Find a root of the target function that lies close to x.
findRoot(double, double) - Method in class jhplot.math.num.root.SecantRootFinder
Find a root of the target function that lies around the two initial approximations, x0 and x1.
findSlice(double[]) - Method in class jhplot.math.Slicing
 
findTree(String) - Method in class hep.aida.ref.tree.Tree
 
findTuple(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
findTuple(int) - Method in class hep.aida.ref.tuple.ChainedTuple
 
findTuple(int) - Method in class hep.aida.ref.tuple.Tuple
Get Folder at the current cursor position.
fine_structure_const - Static variable in class cern.clhep.PhysicalConstants
 
fireConnectionEvent(String, boolean) - Method in class hep.aida.ref.tree.Tree
 
fit(Function) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, IFunction) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, IFunction, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, IFunction, String, Object) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IBaseHistogram, IFunction) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IBaseHistogram, IFunction, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IBaseHistogram, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IBaseHistogram, String, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IBaseHistogram, String, double[]) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IBaseHistogram, String, double[], String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, IFunction) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, IFunction, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, IFunction, double[]) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, IFunction, String, Object) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, IFunction, double[], String, Object) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, String, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, String, String, Object) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, String, double[]) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, String, double[], String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IDataPointSet, String, double[], String, Object) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, String, double[]) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, String, double[], String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, String, double[], String, Object) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, String, String) - Method in class hep.aida.ref.fitter.Fitter
 
fit(IFitData, String, String, Object) - Method in class hep.aida.ref.fitter.Fitter
 
fit(H1D) - Method in class jhplot.HFitter
Fit histogram
fit(P1D) - Method in class jhplot.HFitter
Fit P1D
fit(PND) - Method in class jhplot.HFitter
Fit PND (all errors set to be zero).
fit(H2D) - Method in class jhplot.HFitter
Fit H2D histogram
fit(H1D, String, String) - Method in class jhplot.HPlot
Fit 1D histogram with the function F1D
fit(H1D, String, String) - Method in class jhplot.HPlotJa
Fit 1D histogram with the function F1D
FitData - Class in hep.aida.ref.fitter.fitdata
 
FitData() - Constructor for class hep.aida.ref.fitter.fitdata.FitData
Creates a new instance of FitData
FitDataCreator - Class in hep.aida.ref.fitter.fitdata
Creates FitData.
FitDataCreator() - Constructor for class hep.aida.ref.fitter.fitdata.FitDataCreator
 
FitDataIterator - Class in hep.aida.ref.fitter.fitdata
 
FitDataIterator(ITuple) - Constructor for class hep.aida.ref.fitter.fitdata.FitDataIterator
 
fitF() - Method in class jhplot.HPlot
Return FitFactory associated with the plot
fitF() - Method in class jhplot.HPlotJa
Return FitFactory associated with the plot
FitFactory - Class in hep.aida.ref.fitter
 
FitFactory() - Constructor for class hep.aida.ref.fitter.FitFactory
 
fitMethodName() - Method in class hep.aida.ref.fitter.FitResult
 
fitMethodName() - Method in class hep.aida.ref.fitter.Fitter
 
fitMethodNames() - Method in class hep.aida.ref.fitter.fitmethod.AbstractFitMethod
 
fitOneOrSeveralDistributions(double[]) - Static method in class flanagan.analysis.Regression
 
fitOneOrSeveralDistributions() - Method in class flanagan.analysis.Stat
 
fitOneOrSeveralDistributions(double[]) - Static method in class flanagan.analysis.Stat
 
FitParameterSettings - Class in hep.aida.ref.fitter
 
FitParameterSettings(String) - Constructor for class hep.aida.ref.fitter.FitParameterSettings
Creates a new instance of FitParameterSettings.
fitParameterSettings(String) - Method in class hep.aida.ref.fitter.FitResult
 
fitParameterSettings(String) - Method in class hep.aida.ref.fitter.Fitter
 
FitResult - Class in hep.aida.ref.fitter
 
FitResult(int) - Constructor for class hep.aida.ref.fitter.FitResult
 
FitResult(int, double) - Constructor for class hep.aida.ref.fitter.FitResult
 
fitStatus() - Method in class hep.aida.ref.fitter.FitResult
 
fittedFunction() - Method in class hep.aida.ref.fitter.FitResult
 
fittedParameter(String) - Method in class hep.aida.ref.fitter.FitResult
 
fittedParameterNames() - Method in class hep.aida.ref.fitter.FitResult
 
fittedParameters() - Method in class hep.aida.ref.fitter.FitResult
 
Fitter - Class in hep.aida.ref.fitter
 
Fitter(String, String, String) - Constructor for class hep.aida.ref.fitter.Fitter
Create a new Fitter specifying the underlying optimizing engine.
fitType() - Method in class hep.aida.ref.fitter.fitdata.FitData
 
fitType() - Method in class hep.aida.ref.fitter.fitmethod.AbstractFitMethod
 
FixedAxis - Class in cern.hep.aida.ref
Fixed-width axis; A reference implementation of hep.aida.IAxis.
FixedAxis(int, double, double) - Constructor for class cern.hep.aida.ref.FixedAxis
Create an Axis
FixedAxis - Class in hep.aida.ref.histogram
Fixed-width axis; A reference implementation of hep.aida.IAxis.
FixedAxis(int, double, double) - Constructor for class hep.aida.ref.histogram.FixedAxis
Create an Axis
flanagan.analysis - package flanagan.analysis
 
flanagan.integration - package flanagan.integration
 
flanagan.interpolation - package flanagan.interpolation
 
flanagan.math - package flanagan.math
 
FLine(float, float) - Static method in class jhplot.jadraw.Diagram
Get a fermion line
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
Resizable list holding float elements; implemented with arrays.
FloatArrayList() - Constructor for class cern.colt.list.FloatArrayList
Constructs an empty list.
FloatArrayList(float[]) - Constructor for class cern.colt.list.FloatArrayList
Constructs a list containing the specified elements.
FloatArrayList(int) - Constructor for class cern.colt.list.FloatArrayList
Constructs an empty list with the specified initial capacity.
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
A comparison function which imposes a total ordering on some collection of elements.
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.adapter
Adapter that permits an AbstractFloatList to be viewed and treated as a JDK 1.2 AbstractList.
FloatListAdapter(AbstractFloatList) - Constructor for class cern.colt.list.adapter.FloatListAdapter
Constructs a list backed by the specified content list.
FloatListAdapter - Class in cern.colt.list.tfloat
Adapter that permits an AbstractFloatList to be viewed and treated as a JDK 1.2 AbstractList.
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
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
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.
floatTOdouble(float[]) - Static method in class flanagan.math.Fmath
 
FloatUniform - Class in cern.jet.random.tfloat
Uniform distribution; Math definition and animated definition.
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.
FLoop(float, float) - Static method in class jhplot.jadraw.Diagram
Get a fermion loop object
floor(double) - Static method in class cern.jet.math.Arithmetic
Returns the largest long <= value.
floor - Static variable in class cern.jet.math.Functions
Function that returns Math.floor(a).
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).
floor() - Method in class flanagan.analysis.Stat
 
floor() - Method in class flanagan.math.ArrayMaths
 
floor(double[][]) - Static method in class jhplot.math.IntegerArray
 
floor(double[]) - Static method in class jhplot.math.IntegerArray
 
fluidOunceUKtoUS(double) - Static method in class flanagan.math.Conv
 
fluidOunceUKtoUS(double) - Static method in class flanagan.math.Fmath
 
fluidOunceUStoUK(double) - Static method in class flanagan.math.Conv
 
fluidOunceUStoUK(double) - Static method in class flanagan.math.Fmath
 
flush() - Method in class cern.colt.buffer.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.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.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.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.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.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.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.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.
flush() - Method in class jhplot.io.csv.CSVWriter
Flush underlying stream to writer.
flush() - Method in class jhplot.math.io.LEDataOutputStream
 
Fmath - Class in flanagan.math
 
Fmath() - Constructor for class flanagan.math.Fmath
 
FND - Class in jhplot
Create a function in multiple dimensions.
FND(String, String, String) - Constructor for class jhplot.FND
Create a function in any dimension evaluation.
FND(String, String) - Constructor for class jhplot.FND
Build a function, setting its title to the definition.
FND_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
Folder - Class in hep.aida.ref.tree
A Folder is a managed object representing a directory in a tree.
FOLDER_MASK - Static variable in class hep.aida.ref.event.TreeEvent
 
footToMetre(double) - Static method in class flanagan.math.Conv
 
footToMetre(double) - Static method in class flanagan.math.Fmath
 
forEach(BooleanProcedure) - Method in class cern.colt.list.AbstractBooleanList
Applies a procedure to each element of the receiver, if any.
forEach(ByteProcedure) - Method in class cern.colt.list.AbstractByteList
Applies a procedure to each element of the receiver, if any.
forEach(CharProcedure) - Method in class cern.colt.list.AbstractCharList
Applies a procedure to each element of the receiver, if any.
forEach(DoubleProcedure) - Method in class cern.colt.list.AbstractDoubleList
Applies a procedure to each element of the receiver, if any.
forEach(FloatProcedure) - Method in class cern.colt.list.AbstractFloatList
Applies a procedure to each element of the receiver, if any.
forEach(IntProcedure) - Method in class cern.colt.list.AbstractIntList
Applies a procedure to each element of the receiver, if any.
forEach(LongProcedure) - Method in class cern.colt.list.AbstractLongList
Applies a procedure to each element of the receiver, if any.
forEach(ShortProcedure) - Method in class cern.colt.list.AbstractShortList
Applies a procedure to each element of the receiver, if any.
forEach(BooleanProcedure) - Method in class cern.colt.list.BooleanArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ByteProcedure) - Method in class cern.colt.list.ByteArrayList
Applies a procedure to each element of the receiver, if any.
forEach(CharProcedure) - Method in class cern.colt.list.CharArrayList
Applies a procedure to each element of the receiver, if any.
forEach(DoubleProcedure) - Method in class cern.colt.list.DoubleArrayList
Applies a procedure to each element of the receiver, if any.
forEach(FloatProcedure) - Method in class cern.colt.list.FloatArrayList
Applies a procedure to each element of the receiver, if any.
forEach(IntProcedure) - Method in class cern.colt.list.IntArrayList
Applies a procedure to each element of the receiver, if any.
forEach(LongProcedure) - Method in class cern.colt.list.LongArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ObjectProcedure) - Method in class cern.colt.list.ObjectArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ShortProcedure) - Method in class cern.colt.list.ShortArrayList
Applies a procedure to each element of the receiver, if any.
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.quantile.DoubleQuantileFinder
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.bitvector.BitMatrix
Applies a procedure to each coordinate that holds a bit in the given state.
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.bitvector.BitVector
Applies a procedure to each bit index within the specified range 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.AbstractDoubleIntMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntDoubleMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
Applies a procedure to each key of the receiver, if any.
forEachKey(LongProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
Applies a procedure to each key of the receiver, if any.
forEachKey(DoubleProcedure) - Method in class cern.colt.map.OpenDoubleIntHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntDoubleHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(LongProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
Applies a procedure to each key of the receiver, if any.
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(IntIntDoubleFunction) - Method in class cern.colt.matrix.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.impl.RCDoubleMatrix2D
 
forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
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.AbstractDoubleIntMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.AbstractIntDoubleMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntIntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntObjectProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(LongObjectProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.OpenDoubleIntHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.OpenIntDoubleHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntIntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntObjectProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(LongObjectProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
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.
foreward(IntegralFunction, double, double, int) - Static method in class flanagan.integration.Integration
 
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).
form(double) - Method in interface cern.colt.matrix.impl.Former
Formats a double into a string (like sprintf in C).
format(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representations of all cells; no alignment considered.
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.
formatNumber(double, int) - Method in class jhplot.jadraw.JaAxes
formats a double precision number such that it is correctly rounded for output.
Formatter - Class in cern.colt.matrix.doublealgo
Flexible, well human readable matrix print formatting; By default decimal point aligned.
Formatter() - Constructor for class cern.colt.matrix.doublealgo.Formatter
Constructs and returns a matrix formatter with format "%G".
Formatter(String) - Constructor for class cern.colt.matrix.doublealgo.Formatter
Constructs and returns a matrix formatter.
Formatter - Class in cern.colt.matrix.objectalgo
Flexible, well human readable matrix print formatting.
Formatter() - Constructor for class cern.colt.matrix.objectalgo.Formatter
Constructs and returns a matrix formatter with alignment LEFT.
Formatter(String) - Constructor for class cern.colt.matrix.objectalgo.Formatter
Constructs and returns a matrix formatter.
Former - Interface in cern.colt.matrix
Formats a double or complex (double[]) into a string (like sprintf in C).
Former - Interface in cern.colt.matrix.impl
Formats a 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
 
FormerFactory - Class in cern.colt.matrix.impl
Factory producing implementations of Former via method create(); Implementations of can use existing libraries such as corejava.PrintfFormat or corejava.Format or other.
FormerFactory() - Constructor for class cern.colt.matrix.impl.FormerFactory
 
forward() - Method in class flanagan.integration.Integration
 
forward(int) - Method in class flanagan.integration.Integration
 
forward(IntegralFunction, double, double, int) - Static method in class flanagan.integration.Integration
 
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;
FourierTransform - Class in flanagan.math
 
FourierTransform() - Constructor for class flanagan.math.FourierTransform
 
FourierTransform(double[]) - Constructor for class flanagan.math.FourierTransform
 
FourierTransform(Complex[]) - Constructor for class flanagan.math.FourierTransform
 
fourthJuly() - Method in class flanagan.math.TimeAndDate
 
fourthJuly(int) - Method in class flanagan.math.TimeAndDate
 
fourthOrder(DerivFunction) - Method in class flanagan.integration.RungeKutta
 
fourthOrder(DerivFunction, double, double, double, double) - Static method in class flanagan.integration.RungeKutta
 
fourthOrder(DerivnFunction) - Method in class flanagan.integration.RungeKutta
 
fourthOrder(DerivnFunction, double, double[], double, double) - Static method in class flanagan.integration.RungeKutta
 
fPDF(double, int, int) - Method in class flanagan.analysis.Stat
 
fPDF(double, int, double, int) - Method in class flanagan.analysis.Stat
 
FPMIN - Static variable in class flanagan.analysis.Stat
 
FPR - Class in jhplot
Class to build parametric functions using two independent variables, u and v.
FPR(String, String, int, int) - Constructor for class jhplot.FPR
Create a parametric function.
FPR(String, int, int) - Constructor for class jhplot.FPR
Create a parametric function.
FPR(String) - Constructor for class jhplot.FPR
Create a parametric function.
FPR_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
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.
fRand(int, int, int) - Static method in class flanagan.analysis.Stat
 
fRand(int, int, int, long) - Static method in class flanagan.analysis.Stat
 
FRandomVariable - Class in jhplot.math.num.random
A random variable generator for the F distribution.
FRandomVariable() - Constructor for class jhplot.math.num.random.FRandomVariable
Default constructor.
FRandomVariable(double, double) - Constructor for class jhplot.math.num.random.FRandomVariable
Create a random variable with the given numerator degrees of freedom and denominator degrees of freedom.
FRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.FRandomVariable
Create a random variable with the given parameters.
frechet() - Method in class flanagan.analysis.Regression
 
frechet(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetArray(double, double, double, int) - Method in class flanagan.math.PsRandom
 
frechetCDF(double, double, double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetGamma() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetGammaError() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetInverseCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetInverseCDF(double, double) - Static method in class flanagan.analysis.Stat
 
frechetMean(double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetMode(double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetMu() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetMuError() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetOrderStatisticMedians(double, double, double, int) - Static method in class flanagan.analysis.Stat
 
frechetOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
frechetOrderStatisticMedians(double, int) - Static method in class flanagan.analysis.Stat
 
frechetPDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetPlot() - Method in class flanagan.analysis.Regression
 
frechetProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetProb(double, double, double, double, double) - Static method in class flanagan.analysis.Stat
 
frechetProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetRand(double, double, double, int) - Static method in class flanagan.analysis.Stat
 
frechetRand(double, double, double, int, long) - Static method in class flanagan.analysis.Stat
 
frechetSigma() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetSigmaError() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetStandard() - Method in class flanagan.analysis.Regression
 
frechetStandardDeviation(double, double) - Static method in class flanagan.analysis.Stat
 
frechetStandardPlot() - Method in class flanagan.analysis.Regression
 
frechetStandDev(double, double) - Static method in class flanagan.analysis.Stat
 
frechetSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
frechetTwoPar() - Method in class flanagan.analysis.Regression
 
frechetTwoParPlot() - Method in class flanagan.analysis.Regression
 
frequencies(DoubleArrayList, IntArrayList) - Method in class cern.hep.aida.bin.DynamicBin1D
Computes the frequency (number of occurances, count) of each distinct element.
frequencies(DoubleArrayList, DoubleArrayList, IntArrayList) - Static method in class cern.jet.stat.Descriptive
Computes the frequency (number of occurances, count) of each distinct value in the given sorted data.
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.
frequencyToRadialFrequency(double) - Static method in class flanagan.math.Conv
 
frequencyToRadialFrequency(double) - Static method in class flanagan.math.Fmath
 
frobeniusNorm() - Method in class flanagan.math.Matrix
 
fromXML(String) - Static method in class jhplot.io.Serialized
Get object to XML using XSream package
fTestProb(double, int, int) - Static method in class flanagan.analysis.Stat
 
fTestProb(double, int, double, int) - Static method in class flanagan.analysis.Stat
 
fTestValueGivenFprob(double, int, int) - Static method in class flanagan.analysis.Stat
 
FTuple - Interface in hep.aida.ref.tuple
 
fTuple() - Method in interface hep.aida.ref.tuple.HasFTuple
 
fTuple() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
FTupleAdapter - Class in hep.aida.ref.tuple
 
FTupleAdapter(ITuple) - Constructor for class hep.aida.ref.tuple.FTupleAdapter
 
FTupleColumn - Interface in hep.aida.ref.tuple
 
FTupleCursor - Interface in hep.aida.ref.tuple
 
FTupleEvent - Interface in hep.aida.ref.tuple
 
fullPathKey - Static variable in class hep.aida.ref.Annotation
 
func(F1D) - Method in class jhplot.P0D
Transform P0D array to array with values given by a function.
func(String, F1D) - Method in class jhplot.P0D
Make transformation of P0D using a function.
func(F1D) - Method in class jhplot.P0I
Transform P0I array to array with values given by a function.
func(String, F1D) - Method in class jhplot.P0I
Make transformation of P0I using a function.
funcF() - Method in class jhplot.HPlot
Return FunctionFactory associated with the plot
funcF() - Method in class jhplot.HPlotJa
Return FunctionFactory associated with the plot
function(double) - Method in class flanagan.analysis.LogNormalThreeParFunct
 
function(double[], double[], int) - Method in interface flanagan.analysis.RegressionDerivativeFunction
 
function(double[], double[], int, int) - Method in interface flanagan.analysis.RegressionDerivativeFunction2
 
function(double[], double[]) - Method in interface flanagan.analysis.RegressionFunction
 
function(double[], double[], int) - Method in interface flanagan.analysis.RegressionFunction2
 
function(double) - Method in interface flanagan.integration.IntegralFunction
 
function(double[]) - Method in interface flanagan.math.MaximisationFunction
 
function(double[]) - Method in interface flanagan.math.MaximizationFunction
 
function(double[]) - Method in interface flanagan.math.MinimisationFunction
 
function(double[]) - Method in interface flanagan.math.MinimizationFunction
 
function(int) - Method in class hep.aida.ref.function.SumOfFunctions
 
Function - Interface in jhplot.math
BSD License
Function - Interface in jhplot.math.num
A single variable function.
FunctionCatalog - Class in hep.aida.ref.function
 
functionChanged(FunctionChangedEvent) - Method in interface hep.aida.ref.function.FunctionListener
 
FunctionChangedEvent - Class in hep.aida.ref.function
 
FunctionChangedEvent(int) - Constructor for class hep.aida.ref.function.FunctionChangedEvent
 
FunctionCore - Class in hep.aida.ref.function
 
FunctionCore(int, int) - Constructor for class hep.aida.ref.function.FunctionCore
 
FunctionCore(int, int, double[]) - Constructor for class hep.aida.ref.function.FunctionCore
 
FunctionCoreListener - Interface in hep.aida.ref.function
 
FunctionCreator - Class in hep.aida.ref.function
Singleton class that is used by FunctionFactory and FunctionCatalog to create functions from codelet strings.
FunctionCreator() - Constructor for class hep.aida.ref.function.FunctionCreator
 
FunctionDispatcher - Interface in hep.aida.ref.function
 
FunctionFactory - Class in hep.aida.ref.function
 
FunctionFactory(ITree) - Constructor for class hep.aida.ref.function.FunctionFactory
Create a new FunctionFactory.
FunctionIntegrator - Class in hep.aida.ref.function
 
FunctionIntegrator() - Constructor for class hep.aida.ref.function.FunctionIntegrator
Creates a new instance of FunctionIntegrator
FunctionListener - Interface in hep.aida.ref.function
 
functions - Static variable in class cern.hep.aida.bin.BinFunctions1D
Little trick to allow for "aliasing", that is, renaming this class.
Functions - Class in cern.jet.math
Function objects to be passed to generic methods.
functions - Static variable in class cern.jet.math.Functions
Little trick to allow for "aliasing", that is, renaming this class.
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.
FunctionUtils - Class in hep.aida.ref.function
 
FunctionUtils() - Constructor for class hep.aida.ref.function.FunctionUtils
 
functionValue(double[]) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
functionValue(double[]) - Method in class hep.aida.ref.function.BaseModelFunction
 
functionValue(double[]) - Method in class hep.aida.ref.function.ExponentialCoreNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.ExponentialCoreNotNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.ExponentModelFunction
 
functionValue(double[]) - Method in class hep.aida.ref.function.FunctionCore
 
functionValue(double[]) - Method in class hep.aida.ref.function.GaussianCore2DNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.GaussianCore2DNotNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.GaussianCoreNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.GaussianCoreNotNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.JELFunctionCore
 
functionValue(double[]) - Method in class hep.aida.ref.function.LorentzianCoreNotNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.MoyalCoreNotNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.PolynomialCoreNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
functionValue(double[]) - Method in class hep.aida.ref.function.PolynomialModelFunction
 

G

g - Static variable in class cern.clhep.Units
 
gallonPerMileToLitrePerKm(double) - Static method in class flanagan.math.Conv
 
gallonPerMileToLitrePerKm(double) - Static method in class flanagan.math.Fmath
 
gallonToLitre(double) - Static method in class flanagan.math.Conv
 
gallonToLitre(double) - Static method in class flanagan.math.Fmath
 
gallonUKtoUS(double) - Static method in class flanagan.math.Conv
 
gallonUKtoUS(double) - Static method in class flanagan.math.Fmath
 
gallonUStoUK(double) - Static method in class flanagan.math.Conv
 
gallonUStoUK(double) - Static method in class flanagan.math.Fmath
 
Gamma - Class in cern.jet.random
Gamma distribution; math definition, definition of gamma function and animated definition.
Gamma(double, double, RandomEngine) - Constructor for class cern.jet.random.Gamma
Constructs a Gamma distribution.
Gamma - Class in cern.jet.random.tdouble
Gamma distribution; math definition, definition of gamma function and animated definition.
Gamma(double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Gamma
Constructs a Gamma distribution.
Gamma - Class in cern.jet.stat
Gamma and Beta functions.
gamma(double) - Static method in class cern.jet.stat.Gamma
Returns the Gamma function of the argument.
gamma(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the integral from zero to x of the gamma probability density function.
Gamma - Class in cern.jet.stat.tdouble
Gamma and Beta functions.
gamma(double) - Static method in class cern.jet.stat.tdouble.Gamma
Returns the Gamma function of the argument.
gamma(double, double, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the integral from zero to x of the gamma probability density function.
gamma - Variable in class flanagan.analysis.LogNormalThreeParFunct
 
gamma() - Method in class flanagan.analysis.Regression
 
gamma(double) - Static method in class flanagan.analysis.Stat
 
Gamma - Class in jhplot.math.num.pdf
The Gamma distribution (1).
Gamma() - Constructor for class jhplot.math.num.pdf.Gamma
Default constructor.
Gamma(double, double) - Constructor for class jhplot.math.num.pdf.Gamma
Create a distribution with the given alpha and beta values.
Gamma - Class in jhplot.math.num.special
Utility class that provides methods related to the gamma family of functions.
gammaArray(double, double, double, int) - Method in class flanagan.math.PsRandom
 
gammaCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
gammaCDF(double, double) - Static method in class flanagan.analysis.Stat
 
gammaComplemented(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the integral from x to infinity of the gamma probability density function:
gammaComplemented(double, double, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the integral from x to infinity of the gamma probability density function:
gammaFunction(double) - Static method in class flanagan.analysis.Stat
 
gammaFunctionMinimum() - Static method in class flanagan.analysis.Stat
 
gammaMean(double, double, double) - Static method in class flanagan.analysis.Stat
 
gammaMode(double, double, double) - Static method in class flanagan.analysis.Stat
 
gammaPDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
gammaPDF(double, double) - Static method in class flanagan.analysis.Stat
 
gammaPlot() - Method in class flanagan.analysis.Regression
 
gammaRand(double, double, double, int) - Static method in class flanagan.analysis.Stat
 
gammaRand(double, double, double, int, long) - Static method in class flanagan.analysis.Stat
 
GammaRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Gamma distribution.
GammaRandomVariable() - Constructor for class jhplot.math.num.random.GammaRandomVariable
Default constructor.
GammaRandomVariable(double, double) - Constructor for class jhplot.math.num.random.GammaRandomVariable
Create a random variable with the given alpha and beta values.
GammaRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.GammaRandomVariable
Create a random variable with the given parameters.
gammaStandard() - Method in class flanagan.analysis.Regression
 
gammaStandardDeviation(double, double, double) - Static method in class flanagan.analysis.Stat
 
gammaStandardPlot() - Method in class flanagan.analysis.Regression
 
gammaStandDev(double, double, double) - Static method in class flanagan.analysis.Stat
 
GArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
Get a g-line object
gauss - Static variable in class cern.clhep.Units
 
Gauss - Class in jhplot.fit
Gaussian distribution.
Gauss() - Constructor for class jhplot.fit.Gauss
 
Gauss(String) - Constructor for class jhplot.fit.Gauss
 
Gauss(String[], String[]) - Constructor for class jhplot.fit.Gauss
 
gaussian() - Method in class flanagan.analysis.Regression
 
gaussian(double[], boolean[]) - Method in class flanagan.analysis.Regression
 
gaussian(double, double, double) - Static method in class flanagan.analysis.Stat
 
gaussian4(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical integration using the Gaussian integration formula (4 points).
gaussian8(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical integration using the Gaussian integration formula (8 points).
gaussianArray(double, double, int) - Method in class flanagan.math.PsRandom
 
GaussianBinError - Class in hep.aida.ref.dataset.binner
This class calculates the error on the bin assuming a gaussian distribution.
GaussianBinError() - Constructor for class hep.aida.ref.dataset.binner.GaussianBinError
 
gaussianCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gaussianCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
GaussianCore2DNorm - Class in hep.aida.ref.function
Not normalised Gaussian 2D (G2) distribution in the form: f = (1/N)*exp(-(x-meanX)^2/(2*sigmaX^2))*exp(-(y-meanY)^2/(2*sigmaY^2)) has 4 parameters Normalization Amplitude is calculated by the "normalizationAmplitude" method
GaussianCore2DNorm(String) - Constructor for class hep.aida.ref.function.GaussianCore2DNorm
 
GaussianCore2DNorm(String, double[]) - Constructor for class hep.aida.ref.function.GaussianCore2DNorm
 
GaussianCore2DNotNorm - Class in hep.aida.ref.function
Not normalised Gaussian 2D (G2) distribution in the form: f = (amplitude)*exp(-(x-meanX)^2/(2*sigmaX^2))*exp(-(y-meanY)^2/(2*sigmaY^2)) has 5 parameters
GaussianCore2DNotNorm(String) - Constructor for class hep.aida.ref.function.GaussianCore2DNotNorm
 
GaussianCore2DNotNorm(String, double[]) - Constructor for class hep.aida.ref.function.GaussianCore2DNotNorm
 
GaussianCoreNorm - Class in hep.aida.ref.function
Not normalised Gaussian (G) distribution in the form: f = (1/N)*exp(-(x-mean)^2/(2*sigma^2)) has 2 parameters Normalization Amplitude is calculated by the "normalizationAmplitude" method
GaussianCoreNorm(String) - Constructor for class hep.aida.ref.function.GaussianCoreNorm
 
GaussianCoreNorm(String, double[]) - Constructor for class hep.aida.ref.function.GaussianCoreNorm
 
GaussianCoreNotNorm - Class in hep.aida.ref.function
Not normalised Gaussian (G) distribution in the form: f = amplitude*exp(-(x-mean)^2/(2*sigma^2)) has 3 parameters
GaussianCoreNotNorm(String) - Constructor for class hep.aida.ref.function.GaussianCoreNotNorm
 
GaussianCoreNotNorm(String, double[]) - Constructor for class hep.aida.ref.function.GaussianCoreNotNorm
 
gaussianCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gaussianInverseCDF(double) - Static method in class flanagan.analysis.Stat
 
gaussianMu() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianMuError() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
gaussianOrderStatisticMedians(int) - Static method in class flanagan.analysis.Stat
 
gaussianPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gaussianPlot() - Method in class flanagan.analysis.Regression
 
gaussianPlot(double[], boolean[]) - Method in class flanagan.analysis.Regression
 
gaussianProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
gaussianProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
gaussianProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
gaussianRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
gaussianSigma() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianSigmaError() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianStandardCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianStandardGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianStandardGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianStandardIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianStandardInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianStandardOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianStandardProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianStandardSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussianUnweightedSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
gaussQuad() - Method in class flanagan.integration.Integration
 
gaussQuad(int) - Method in class flanagan.integration.Integration
 
gaussQuad(IntegralFunction, double, double, int) - Static method in class flanagan.integration.Integration
 
gaussQuadCoeff(double[], double[], int) - Static method in class flanagan.integration.Integration
 
geData() - Method in class jhplot.HChart
Returns the current data object
generalisedEntropyOneNat(double, double) - Method in class flanagan.analysis.Stat
 
generalisedEntropyOneNat(double[], double, double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(double) - Method in class flanagan.analysis.Stat
 
generalisedMean(BigDecimal) - Method in class flanagan.analysis.Stat
 
generalisedMean(Complex[], double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(Complex[], Complex) - Static method in class flanagan.analysis.Stat
 
generalisedMean(BigDecimal[], double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
generalisedMean(BigInteger[], double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
generalisedMean(double[], double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(float[], float) - Static method in class flanagan.analysis.Stat
 
generalisedMean(Complex[], Complex[], double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(Complex[], Complex[], Complex) - Static method in class flanagan.analysis.Stat
 
generalisedMean(BigDecimal[], BigDecimal[], double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(BigDecimal[], BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
generalisedMean(BigInteger[], BigInteger[], double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(BigInteger[], BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
generalisedMean(double[], double[], double) - Static method in class flanagan.analysis.Stat
 
generalisedMean(float[], float[], float) - Static method in class flanagan.analysis.Stat
 
generalisedMean_as_Complex(double) - Method in class flanagan.analysis.Stat
 
generalisedMean_as_Complex(Complex) - Method in class flanagan.analysis.Stat
 
generalisedMean_as_double(double) - Method in class flanagan.analysis.Stat
 
generalisedMean_as_double(BigDecimal) - Method in class flanagan.analysis.Stat
 
generalizedEntropyOneNat(double, double) - Method in class flanagan.analysis.Stat
 
generalizedEntropyOneNat(double[], double, double) - Static method in class flanagan.analysis.Stat
 
generalizedMean(double) - Method in class flanagan.analysis.Stat
 
generalizedMean(BigDecimal) - Method in class flanagan.analysis.Stat
 
generalizedMean(Complex[], double) - Static method in class flanagan.analysis.Stat
 
generalizedMean(Complex[], Complex) - Static method in class flanagan.analysis.Stat
 
generalizedMean(BigDecimal[], double) - Static method in class flanagan.analysis.Stat
 
generalizedMean(BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
generalizedMean(BigInteger[], double) - Static method in class flanagan.analysis.Stat
 
generalizedMean(BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
generalizedMean(double[], double) - Static method in class flanagan.analysis.Stat
 
generalizedMean(float[], float) - Static method in class flanagan.analysis.Stat
 
generalizedMean_as_Complex(double) - Method in class flanagan.analysis.Stat
 
generalizedMean_as_Complex(Complex) - Method in class flanagan.analysis.Stat
 
generalizedMean_as_double(double) - Method in class flanagan.analysis.Stat
 
generalizedMean_as_double(BigDecimal) - Method in class flanagan.analysis.Stat
 
generateNonSingular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Modifies the given matrix square matrix A such that it is diagonally dominant by row and column, hence non-singular, hence invertible.
generateNonSingular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Modifies the given matrix square matrix A such that it is diagonally dominant by row and column, hence non-singular, hence invertible.
generateNonSingular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Modifies the given matrix square matrix A such that it is diagonally dominant by row and column, hence non-singular, hence invertible.
generateNonSingular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Modifies the given matrix square matrix A such that it is diagonally dominant by row and column, hence non-singular, hence invertible.
generateNonSingular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Modifies the given matrix square matrix A such that it is diagonally dominant by row and column, hence non-singular, hence invertible.
generatePoint() - Method in class hep.aida.ref.function.RangeSet
 
GenericFactory - Class in hep.aida.ref
 
GenericFactory(String) - Constructor for class hep.aida.ref.GenericFactory
 
genericPartition(int, int, int, int, int[], IntComparator, IntComparator, IntComparator, Swapper) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it generically partitions arbitrary shaped data (for example matrices or multiple arrays) rather than int[] arrays.
GenericPermuting - Class in cern.colt
Generically reorders (permutes) arbitrary shaped data (for example, an array, three arrays, a 2-d matrix, two linked lists) using an in-place swapping algorithm.
GenericSorting - Class in cern.colt
Generically sorts arbitrary shaped data (for example multiple arrays, 1,2 or 3-d matrices, and so on) using a quicksort or mergesort.
Geometric - Class in jhplot.math.num.pdf
The Geometric distribution.
Geometric() - Constructor for class jhplot.math.num.pdf.Geometric
Default constructor.
Geometric(double) - Constructor for class jhplot.math.num.pdf.Geometric
Create a distribution with the given probability of success.
geometricMean - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.geometricMean().
geometricMean() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the geometric mean, which is Product( x[i] )1.0/size().
geometricMean(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the geometric mean of a data sequence.
geometricMean(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the geometric mean of a data sequence.
geometricMean(int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the geometric mean of a data sequence.
geometricMean(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the geometric mean of a data sequence.
geometricMean(int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the geometric mean of a data sequence.
geometricMean(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the geometric mean of a data sequence.
geometricMean() - Method in class flanagan.analysis.Stat
 
geometricMean(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(Complex[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(double[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(float[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(double[], double[]) - Static method in class flanagan.analysis.Stat
 
geometricMean(float[], float[]) - Static method in class flanagan.analysis.Stat
 
geometricMean - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.geometricMean().
geometricMean() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the geometric mean, which is Product( x[i] )1.0/size().
geometricMean - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.geometricMean().
geometricMean() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the geometric mean, which is Product( x[i] )1.0/size().
geometricMean_as_Complex() - Method in class flanagan.analysis.Stat
 
geometricMean_as_double() - Method in class flanagan.analysis.Stat
 
geometricPdf(int, double) - Static method in class cern.jet.random.Distributions
Returns the probability distribution function of the discrete geometric distribution.
geometricPdf(int, double) - Static method in class cern.jet.random.tdouble.Distributions
Returns the probability distribution function of the discrete geometric distribution.
GeometricRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Geometric distribution.
GeometricRandomVariable() - Constructor for class jhplot.math.num.random.GeometricRandomVariable
Default constructor.
GeometricRandomVariable(double) - Constructor for class jhplot.math.num.random.GeometricRandomVariable
Create a random variable with the given probability of success.
GeometricRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.GeometricRandomVariable
Create a random variable with the given parameters.
get(int, int) - Method in class cern.colt.bitvector.BitMatrix
Returns from the receiver the value of the bit at the specified coordinate.
get(int) - Method in class cern.colt.bitvector.BitVector
Returns from the bitvector the value of the bit with the specified index.
get(long[], int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns from the bitvector the value of the bit with the specified index.
get(int) - Method in class cern.colt.list.AbstractBooleanList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractByteList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractCharList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractDoubleList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractFloatList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractIntList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractLongList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractShortList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.adapter.DoubleListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.adapter.FloatListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.adapter.IntListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.adapter.LongListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.adapter.ObjectListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.BooleanArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.ByteArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.CharArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.DoubleArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.FloatArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.IntArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.LongArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.ObjectArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.ShortArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tbyte.ByteArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tchar.AbstractCharList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tchar.CharArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tdouble.DoubleListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tfloat.FloatArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tfloat.FloatListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.tint.AbstractIntList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tint.IntArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tint.IntListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.tlong.AbstractLongList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tlong.LongArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tlong.LongListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tobject.ObjectListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.tshort.AbstractShortList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.tshort.ShortArrayList
Returns the element at the specified position in the receiver.
get(double) - Method in class cern.colt.map.AbstractDoubleIntMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.AbstractIntDoubleMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.AbstractIntIntMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.AbstractIntObjectMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.AbstractLongObjectMap
Returns the value associated with the specified key.
get(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.OpenIntIntHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.OpenLongObjectHashMap
Returns the value associated with the specified key.
get(double) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns the value associated with the specified key.
get(double) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns the value associated with the specified key.
get(double) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Returns the value associated with the specified key.
get(double) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Returns the value associated with the specified key.
get(float) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns the value associated with the specified key.
get(float) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns the value associated with the specified key.
get(float) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Returns the value associated with the specified key.
get(float) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(int, int) - Method in class cern.colt.matrix.tbit.BitMatrix
Returns from the receiver the value of the bit at the specified coordinate.
get(int) - Method in class cern.colt.matrix.tbit.BitVector
Returns from the bitvector the value of the bit with the specified index.
get(long[], int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Returns from the bitvector the value of the bit with the specified index.
get(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get() - Method in class jhplot.H1D
Get JAIDA histogram
get() - Method in class jhplot.H2D
Get the JAIDA Histogram2D
get() - Method in class jhplot.HProf1D
Get JAIDA histogram
get() - Method in class jhplot.HProf2D
Get the JAIDA Profile2D
get(String) - Method in class jhplot.io.FileAida
Get object associated with the key name
get(String) - Method in class jhplot.io.HDataBase
Get object from the database using a key
get(int) - Method in class jhplot.math.num.DoubleArray
Access the element at the given index.
get(int, String) - Method in class jhplot.P0D
Get P0D with values below, above or equal a specified value.
get(int) - Method in class jhplot.P0D
Return a specific value at ith position.
get(int, String) - Method in class jhplot.P0I
Get P0I with values below, above or equal a specified value.
get(int) - Method in class jhplot.P0I
Return a specific value at ith position.
get(int) - Method in class jhplot.PND
Return a specific row as array
get(int, int) - Method in class jhplot.PND
Return a specific value.
get(int) - Method in class jhplot.PNI
Return a specific row as array
get(int, int) - Method in class jhplot.PNI
Return a specific value.
get() - Method in class jhplot.security.MD5
Returns 32-character hex representation of this objects hash
Get - Class in jminhep.cluster
Some useful methods related to the clustering procedure
Get() - Constructor for class jminhep.cluster.Get
 
get3sProbability() - Method in class jhpro.stat.ConfidenceLevel
Get 3s probability.
get5sProbability() - Method in class jhpro.stat.ConfidenceLevel
Get 5s probability.
getAbsoluteTolerance() - Method in class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Returns the absolute convergence tolerance
getAbsoluteTolerance() - Method in class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Returns the absolute convergence tolerance
getAdjustedR() - Method in class flanagan.analysis.Regression
 
getAdjustedR2() - Method in class flanagan.analysis.Regression
 
getAll() - Method in class jhplot.io.FileAida
Get list of all objects
getAllentries() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getAllentries() - Method in class jhplot.io.PBufFile.Record.H1D
 
getAllentries() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getAllentries() - Method in class jhplot.io.PBufFile.Record.H2D
 
getAllH1D() - Method in class jhplot.HBook
Get array with all H1D histograms.
getAllH2D() - Method in class jhplot.HBook
Get array with all H2D histograms.
getAllign() - Method in class jhplot.jadraw.JaLatexText
Returns the allign property of this text object.
getAllNames(String) - Method in class jhplot.io.FileAida
Get list of all objects
getAllNames() - Method in class jhplot.io.FileAida
Get list of all objects
getAllP1D() - Method in class jhplot.HBook
Get array with all P1D containers.
getAllTypes() - Method in class jhplot.io.FileAida
Get list of all types
getAllTypes(String) - Method in class jhplot.io.FileAida
Get list of all types
getAlpha() - Method in class jhplot.bsom.Bsom
 
getAlpha() - Method in class jhplot.HBsom
Get alpha
getAlpha() - Method in class jhplot.math.num.pdf.Beta
Access the alpha parameter.
getAlpha() - Method in class jhplot.math.num.pdf.Gamma
Access the alpha parameter.
getAlternateInputData() - Method in class flanagan.math.FourierTransform
 
getAlternateWindowedInputData() - Method in class flanagan.math.FourierTransform
 
getAmp() - Method in class jhplot.jadraw.JaArcObject
Returns the amp property of this arc object.
getAmp() - Method in class jhplot.jadraw.JaLineObject
Returns the amp property of this line object.
getAmp() - Method in class jhplot.jadraw.JaLoopObject
Returns the amp property of this loop object.
getAngamp() - Method in class jhplot.jadraw.JaGlLine
Returns the angamp property of this JaGlLine.
getAngle() - Method in class jhpro.stat.EEcentricity
Returns angle of ellipse rotation (angle of the principial axis)
getAntiAlias() - Method in class jhplot.HPlot
Get antialiasing for the graphics of the current plot
getArcParameters() - Method in class jhplot.jadraw.JaArcObject
 
getArray() - Method in class jhplot.P0D
Get a double array with P0D values.
getArray() - Method in class jhplot.P0I
Get integer array with P0I values.
getArray() - Method in class jhplot.PND
Get a double array with values.
getArray() - Method in class jhplot.PNI
Get a double array with values.
getArray() - Method in class jminhep.cluster.DataHolder
Get the data in form of Array
getArray_as_ArrayList() - Method in class flanagan.math.ArrayMaths
 
getArray_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
getArray_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
getArray_as_byte() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Byte() - Method in class flanagan.math.ArrayMaths
 
getArray_as_char() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Character() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Complex() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Complex_columnMatrix() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Complex_rowMatrix() - Method in class flanagan.math.ArrayMaths
 
getArray_as_degrees_phase_of_Phasor() - Method in class flanagan.math.ArrayMaths
 
getArray_as_double() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Double() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Float() - Method in class flanagan.math.ArrayMaths
 
getArray_as_float() - Method in class flanagan.math.ArrayMaths
 
getArray_as_imaginay_part_of_Complex() - Method in class flanagan.math.ArrayMaths
 
getArray_as_int() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Integer() - Method in class flanagan.math.ArrayMaths
 
getArray_as_long() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Long() - Method in class flanagan.math.ArrayMaths
 
getArray_as_magnitude_of_Phasor() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Matrix_columnMatrix() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Matrix_rowMatrix() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Object() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Phasor() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Phasor_columnMatrix() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Phasor_rowMatrix() - Method in class flanagan.math.ArrayMaths
 
getArray_as_radians_phase_of_Phasor() - Method in class flanagan.math.ArrayMaths
 
getArray_as_real_part_of_Complex() - Method in class flanagan.math.ArrayMaths
 
getArray_as_short() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Short() - Method in class flanagan.math.ArrayMaths
 
getArray_as_String() - Method in class flanagan.math.ArrayMaths
 
getArray_as_Vector() - Method in class flanagan.math.ArrayMaths
 
getArrayCopy() - Method in class flanagan.math.Matrix
 
getArrayDouble() - Method in class jhplot.P0I
Get a double array with P0I values.
getArrayInt() - Method in class jhplot.P0D
Get an integer array with P0D values.
getArrayList() - Method in class jhplot.HPlotJa
Get list of all objects on the frame.
getArrayList() - Method in class jhplot.P0D
Get data in form of ArrayList
getArrayList() - Method in class jhplot.P0I
Get data in form of ArrayList
getArrayList() - Method in class jhplot.PND
Get data in form of ArrayList
getArrayList() - Method in class jhplot.PNI
Get data in form of ArrayList
getArrayList() - Method in class jminhep.cluster.DataHolder
Get all elements of the data holder in form of an ArrayList
getArrayPointer() - Method in class flanagan.math.Matrix
 
getArrayReference() - Method in class flanagan.math.Matrix
 
getArrayX() - Method in class jhplot.P1D
Get array representing X-values
getArrayX() - Method in class jhplot.P2D
Get array representing X-values
getArrayX() - Method in class jhplot.P3D
Get array representing X-values
getArrayXleft() - Method in class jhplot.P1D
Get array representing X-left errors
getArrayXleftSys() - Method in class jhplot.P1D
Get array representing X-left 2nd level errors
getArrayXright() - Method in class jhplot.P1D
Get array representing X-right errors
getArrayXrightSys() - Method in class jhplot.P1D
Get array representing X-right 2nd level errors
getArrayY() - Method in class jhplot.P1D
Get array representing Y-values
getArrayY() - Method in class jhplot.P2D
Get array representing Y-values
getArrayY() - Method in class jhplot.P3D
Get array representing Y-values
getArrayYlower() - Method in class jhplot.P1D
Get array representing Y lower errors
getArrayYlowerSys() - Method in class jhplot.P1D
Get array representing Y lower 2nd level errors
getArrayYupper() - Method in class jhplot.P1D
Get array representing Y upper errors
getArrayYupperSys() - Method in class jhplot.P1D
Get array representing Y upper 2nd level errors
getArrayZ() - Method in class jhplot.P2D
Get array representing Z-values
getArrayZ() - Method in class jhplot.P3D
Get array representing Z-values
getArrow() - Method in class jhplot.jadraw.JaArcObject
Returns the arrow property of this arc object.
getArrow() - Method in class jhplot.jadraw.JaLineObject
Returns the arrow property of this line object.
getArrow() - Method in class jhplot.jadraw.JaLoopObject
Returns the arrow property of this loop object.
getAttribute(int) - Method in class jminhep.cluster.DataPoint
Returns the attribute of data point
getAuthor() - Static method in class jhplot.JHPlot
Get the author
getAv() - Method in class jhplot.stat.FactorialMoments
Return average multiplicity as a function of bin
getAverageCLs() - Method in class jhpro.stat.ConfidenceLevel
Get average CLs.
getAverageCLsb() - Method in class jhpro.stat.ConfidenceLevel
Get average CLsb.
getAxesArrow(int) - Method in class jhplot.jadraw.JaAxes
Is arrow to be shown
getAxesColor() - Method in class jhplot.HPlot
Returns the actual color of the axes of the graph.
getAxesFontColor() - Method in class jhplot.HPlot3D
Color for tic labels
getAxesRatio() - Method in class jhplot.HPlot
Returns the current ratio between X- and Y-axes lengths.
getAxesRatioUse() - Method in class jhplot.HPlot
Says whether we should use a fixed ratio between X- and Y-axes lengths.
getAxis() - Method in class jhplot.H1D
Get histogram Axis class.
getAxis(int) - Method in class jhplot.HPlot2D
Return axis objects
getAxis() - Method in class jhplot.HProf1D
Get histogram Axis class.
getAxisArrow() - Method in class jhplot.HPlot
Gets axis arrows.
getAxisFont() - Method in class jhplot.HPlot3D
Get font for axes
getAxisLabel(int) - Method in class jhplot.HPlotJa
Get axis labels for the current pad (navigated using cd() method).
getAxisPenTicWidth() - Method in class jhplot.HPlot
Get the pen width to draw tick axes
getAxisTitle(int) - Method in class jhplot.HPlot2D
Get label title
getAxisX() - Method in class jhplot.H2D
Get IAxis in X
getAxisX() - Method in class jhplot.HProf2D
Get IAxis in X
getAxisY() - Method in class jhplot.H2D
Get IAxis in Y
getAxisY() - Method in class jhplot.HProf2D
Get IAxis in Y
getBack() - Method in class jhplot.jadraw.JaLineObject
Returns the back property of this line object.
getBack() - Method in class jhpro.stat.limit.ExpData
Get the expected background
getBackgColor() - Method in class jhplot.HPlot
Returns the actual background color of the entire graph panel.
getBackgColorGraph() - Method in class jhplot.HPlot
Returns the background color of the current graph.
getBackground() - Method in class jhpro.stat.DataSource
Get data for background
getBaseColor() - Method in class jhplot.v3d.Pyramid
 
getBatchNumber() - Method in class jhplot.HCellular
Returns the batch number
getBestEstimates() - Method in class flanagan.analysis.Regression
 
getBestEstimatesErrors() - Method in class flanagan.analysis.Regression
 
getbestestimatesStandardDeviations() - Method in class flanagan.analysis.Regression
 
getBestEstimatesStandardDeviations() - Method in class flanagan.analysis.Regression
 
getBeta() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleQRDecomposition
Returns a copy of the beta factors, from the Householder reflections H = I - beta*v*v'.
getBeta() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatQRDecomposition
Returns a copy of the beta factors, from the Householder reflections H = I - beta*v*v'.
getBeta() - Method in class jhplot.bsom.Bsom
 
getBeta() - Method in class jhplot.HBsom
Get beta
getBeta() - Method in class jhplot.math.num.pdf.Beta
Access the beta parameter.
getBeta() - Method in class jhplot.math.num.pdf.Gamma
Access the beta parameter.
getBins() - Method in class jhplot.H1D
Get the number of bins
getBins() - Method in class jhplot.HProf1D
Get the number of bins
getBins() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getBins() - Method in class jhplot.io.PBufFile.Record.H1D
 
getBinSize() - Method in class jhplot.H1D
Get bin width in case of fixed-size bins.
getBinSize() - Method in class jhplot.HProf1D
Get bin width in case of fixed-size bins.
getBinsX() - Method in class jhplot.H2D
Get the number of bins in X
getBinsX() - Method in class jhplot.HProf2D
Get the number of bins in X
getBinsY() - Method in class jhplot.H2D
Get the number of bins in Y
getBinsY() - Method in class jhplot.HProf2D
Get the number of bins in Y
getBinWidth() - Method in class jhplot.DrawOptions
get the bin width.
getBoolean(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getBooleanProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getBooleanWeightingOption() - Method in class flanagan.analysis.ProbabilityPlot
 
getBoundingBox() - Method in class jhplot.jadraw.JaLatexText
Returns the bounding box of this latex text object.
getBoundingBox() - Method in class jhplot.jadraw.JaObject
Returns the bounding box of this JaObject.
getBoxColor() - Method in class jhplot.HPlot
Returns the color used to draw the bounding box.
getBoxFillColor() - Method in class jhplot.HPlot
Returns the fill-color of the eventual bounding box arround the graph
getBoxOffset() - Method in class jhplot.HPlot
Returns the offset of the bounding box.
getBP(int) - Method in class jhplot.stat.BunchingParameters
Return results: BP as a function of number of bins.
getBufferSize() - Method in class jhplot.io.HFile
Get current buffer size for I/O.
getBufferSize() - Method in class jhplot.io.HFileXML
Get current buffer size for I/O.
getBuildTime() - Static method in class cern.colt.Version
Returns the time this release was build; for example "Tue Apr 11 11:50:39 CEST 2000".
getBuildTime() - Static method in class jhplot.JHPlot
Get build date
getBuildVersion() - Static method in class cern.colt.Version
Returns the build version of this release.
getByte(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getByteProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getCAConfig() - Method in class jhplot.HCellular
Returns used CA space.
getCameraPosition() - Method in class jhplot.HPlot3DP
Get camera position.
getCandidates() - Method in class jhpro.stat.DataSource
Get data with candidates
getCanvas() - Method in class jhplot.HZirkel
Return the actual canvas where all objects are shown
getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlot
Create HPlot canvas with several plots.
getCanvas(String, int, int) - Static method in class jhplot.SHPlot
Construct a HPlot canvas with a single plot.
getCanvas(String) - Static method in class jhplot.SHPlot
Construct a HPlot canvas with a plot with the default size 600x400.
getCanvas() - Static method in class jhplot.SHPlot
Construct a HPlot canvas with a plot with the default size 600x400.
getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlot3D
Create HPlot3D canvas with several plots.
getCanvas(String, int, int) - Static method in class jhplot.SHPlot3D
Construct a HPlot3D canvas with a single plot.
getCanvas(String) - Static method in class jhplot.SHPlot3D
Construct a HPlot3D canvas with a plot with the default size 600x400.
getCanvas() - Static method in class jhplot.SHPlot3D
Construct a HPlot3D canvas with a plot with the default size 600x400.
getCanvas(String, int, int, int, int, boolean) - Static method in class jhplot.SHPlotJa
Create HPlotJa canvas with several plots.
getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlotJa
Create HPlot canvas with several plots.
getCanvas(String, int, int) - Static method in class jhplot.SHPlotJa
Construct a HPlot canvas with a single plot.
getCanvas(String) - Static method in class jhplot.SHPlotJa
Construct a HPlot canvas with a plot with the default size 600x400.
getCanvas() - Static method in class jhplot.SHPlotJa
Construct a HPlotJa canvas with a plot with the default size 600x400.
getCanvasPanel() - Method in class jhplot.GHPanel
get JPanel for the main panel which keeps the central panel and all 4 margins
getCartesianArray() - Method in class hephysics.vec.SpacePoint
 
getCdX() - Method in class jhplot.GHFrame
Get location of the graph in the main canvas in X
getCdX() - Method in class jhplot.HPlotJa
Get location of the graph in the main canvas in X
getCdY() - Method in class jhplot.GHFrame
Get location of the graph on the main canvas in Y
getCdY() - Method in class jhplot.HPlotJa
Get location of the graph on the main canvas in Y
getCellSize() - Method in class jhplot.HCellular
Returns the cell size in dot
getCenters(int) - Method in class jhplot.stat.StatShape
Get the centers in non-quadrant method.
getCenters() - Method in class jminhep.cluster.Partition
Get cluster centers
getCFmaxIter() - Static method in class flanagan.analysis.Regression
 
getCFmaxIter() - Static method in class flanagan.analysis.Stat
 
getCFtolerance() - Static method in class flanagan.analysis.Regression
 
getCFtolerance() - Static method in class flanagan.analysis.Stat
 
getChar(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getCharge() - Method in class hephysics.particle.LParticle
Get charge
getChargeParity() - Method in class hephysics.particle.HEParticle
Returns C charge conjugation parity
getCharProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getChart() - Method in class jhplot.HChart
Returns current Chart
getChartPanel() - Method in class jhplot.HChart
Returns current Chart panel
getChi2() - Method in class jhplot.stat.LinRegWeighted
Get chi2
getChi2() - Method in class jhplot.stat.StatShape
Get Chi2 of this fit
getChiSquare() - Method in class flanagan.analysis.Regression
 
getchiSquare() - Method in class flanagan.analysis.Regression
 
getChiSquareProb() - Method in class flanagan.analysis.Regression
 
getchiSquareProb() - Method in class flanagan.analysis.Regression
 
getCLb() - Method in class jhpro.stat.ConfidenceLevel
Get the Confidence Level for the background only.
getCLb(boolean) - Method in class jhpro.stat.ConfidenceLevel
Get the Confidence Level for the background only.
getCLs() - Method in class jhpro.stat.ConfidenceLevel
Get the Confidence Level defined by CLs = CLsb/CLb.
getCLs(boolean) - Method in class jhpro.stat.ConfidenceLevel
Get the Confidence Level defined by CLs = CLsb/CLb.
getCLsb() - Method in class jhpro.stat.ConfidenceLevel
Get the Confidence Level for the signal plus background hypothesis The confidence level for excluding the possibility of simultaneous presence of new particle production and background (the s + b hypothesis)
getCLsb(boolean) - Method in class jhpro.stat.ConfidenceLevel
Get the Confidence Level for the signal plus background hypothesis
getClusterNumber() - Method in class jminhep.cluster.DataPoint
Returns the cluster to which the data point belongs
getCoeff() - Method in class flanagan.analysis.Regression
 
getCoeffSd() - Method in class flanagan.analysis.Regression
 
getCoeffVar() - Method in class flanagan.analysis.Regression
 
getColor() - Method in class jhplot.DrawOptions
Return color used for points/lines
getColor() - Method in class jhplot.HKey
Get color of a label.
getColor() - Method in class jhplot.HLabel
Get color of a label.
getColor() - Method in class jhplot.HLabelEq
Get color of the label.
getColor() - Method in class jhplot.HMLabel
Get color of the label.
getColor() - Method in class jhplot.jadraw.JaObject
Returns the color of this object.
getColor() - Method in class jhplot.shapes.HShape
Get a color of the primitive
getColorBack() - Method in class jhplot.v3d.Canvas3d
 
getColorBackground() - Method in class jhplot.HLabelEq
Get color of background.
getColorBar() - Method in class jhplot.HPlot2D
Get color bar (key) for the current plot
getColorMode() - Method in class jhplot.HPlot3D
Get current the color mode
getColors() - Method in class jhplot.SPlot
Get the point colors.
getColumn(int) - Method in class jhplot.PND
Return a specific column as array
getColumn(int) - Method in class jhplot.PNI
Return a specific column as array
getColumnCompressed() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed(boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed(boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed(boolean) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed(boolean) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed(boolean) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressed() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed form.
getColumnCompressedModified() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed modified form.
getColumnCompressedModified() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed modified form.
getColumnCompressedModified() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed modified form.
getColumnCompressedModified() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed modified form.
getColumnCompressedModified() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a column-compressed modified form.
getColumnCopy(int) - Method in class flanagan.math.Matrix
 
getColumnCopy(double[][], int) - Static method in class jhplot.math.DoubleArray
Extract one column from a matrix.
getColumnCopy(double[][][], int, int) - Static method in class jhplot.math.DoubleArray
Extract one column from a three dimensional array.
getColumnCopy(int[][], int) - Static method in class jhplot.math.IntegerArray
 
getColumnCopy(int[][][], int, int) - Static method in class jhplot.math.IntegerArray
 
getColumnDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
Get the number of columns in a specified row of a matrix.
getColumnDimension(int[][], int) - Static method in class jhplot.math.IntegerArray
 
getColumnIndexes() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Returns column indexes
getColumnIndexes() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Returns column indexes
getColumnIndexes() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Returns column indexes
getColumnIndexes() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Returns column indexes
getColumnIndexes() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Returns column indexes
getColumnIndexes() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Returns column indexes
getColumnIndexes() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Returns column indexes
getColumnMajor() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but they are addressed internally in column major.
getColumnMajor() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but they are addressed internally in column major.
getColumnMapping() - Method in class jhplot.io.csv.bean.ColumnPositionMappingStrategy
 
getColumnMapping() - Method in class jhplot.io.csv.bean.HeaderColumnNameTranslateMappingStrategy
 
getColumnPointers() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Returns column pointers
getColumnPointers() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Returns column pointers
getColumnPointers() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Returns column pointers
getColumnPointers() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Returns column pointers
getColumnPointers() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Returns column pointers
getColumnPointers() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Returns column pointers
getColumnPointers() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Returns column pointers
getColumnsCopy(double[][], int...) - Static method in class jhplot.math.DoubleArray
Extract specific columns from a matrix.
getColumnsCopy(int[][], int...) - Static method in class jhplot.math.IntegerArray
 
getColumnsRangeCopy(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Extract a range of columns from a matrix.
getColumnsRangeCopy(int[][], int, int) - Static method in class jhplot.math.IntegerArray
 
getCompactness() - Method in class jminhep.cluster.Partition
Get compactness of the cluster configurations
getComplexInputData() - Method in class flanagan.math.FourierTransform
 
getComputerTime() - Method in class flanagan.math.TimeAndDate
 
getConfidence() - Method in class jhplot.stat.LinReg
Get confidence intervals for means
getConfidence(Color) - Method in class jhplot.stat.LinReg
Get confidence intervals for means
getConfidenceBand(Color, double) - Method in class jhplot.stat.LinReg
Calculate confidence band in form of P1D with errors.
getConfidenceBand(int, Color, double) - Method in class jhplot.stat.LinReg
Calculate confidence band in form of P1D with errors.
getConjugateTranspose() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns a new matrix that is a complex conjugate of this matrix.
getConjugateTranspose() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
getConjugateTranspose() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
getConjugateTranspose() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
getConjugateTranspose() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
getConjugateTranspose() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns a new matrix that is a complex conjugate of this matrix.
getConjugateTranspose() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
getConjugateTranspose() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
getConjugateTranspose() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
getConjugateTranspose() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
getConstruction() - Method in class jhplot.HZirkel
Get construction to draw the objects
getContents() - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
Returns the contents of this histogram.
getContents() - Method in class hep.aida.tfloat.ref.FloatHistogram1D
Returns the contents of this histogram.
getContourBinsX() - Method in class jhplot.HPlotJa
Number of contour bins in X
getContourBinsY() - Method in class jhplot.HPlotJa
Number of contour bins in Y
getContourBinX() - Method in class jhplot.jadraw.JaAxes
Get number of bins in X for contour plot
getContourBinY() - Method in class jhplot.jadraw.JaAxes
Get number of bins in Y for contour plot
getContourLevels() - Method in class jhplot.HPlotJa
Number of contour levels
getContourLevels() - Method in class jhplot.jadraw.JaAxes
Get the number of levels to show contour plot
getConvStatus() - Method in class flanagan.math.Maximisation
 
getConvStatus() - Method in class flanagan.math.Minimisation
 
getCoordinate(int, int) - Method in class jhplot.stat.PCA
Positions of the last coordinates of the projection vectors (eigenvectors)
getCopy(double[], int...) - Static method in class jhplot.math.DoubleArray
Extract specific elements from an array.
getCopy(int[], int...) - Static method in class jhplot.math.IntegerArray
 
getCopy() - Method in class jhplot.P3D
get a copy of the current holder
getCorrCoeffMatrix() - Method in class flanagan.analysis.Regression
 
getCorrelation() - Method in class flanagan.math.FourierTransform
 
getCorrelation() - Method in class jhplot.stat.LinReg
Get correlation coefficient
getCovariance() - Method in class jhplot.stat.PCA
Get covariance matrix
getCovariance() - Method in class jhplot.stat.StatShape
Get covariance matrix.
getCovMatrix() - Method in class flanagan.analysis.Regression
 
getCreatedBy() - Static method in class jhplot.JHPlot
Get JAVA version used to create
getCrossoverRate() - Method in class jhplot.HCellular
Returns the crossover rate
getCurDir() - Static method in class jhplot.HPlotJa
Returns the current working directory.
getD() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns the block diagonal eigenvalue matrix, D.
getD() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleEigenvalueDecomposition
Returns the block diagonal eigenvalue matrix, D.
getD() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatEigenvalueDecomposition
Returns the block diagonal eigenvalue matrix, D.
getD() - Method in class jhplot.stat.PCA
Get transpose
getDa(int) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getDa(int) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getDa(int) - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getDa(int) - Method in class jhplot.io.PEventFile.HEvent
 
getDaCount() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getDaCount() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getDaCount() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getDaCount() - Method in class jhplot.io.PEventFile.HEvent
 
getDaList() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getDaList() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getDaList() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getDaList() - Method in class jhplot.io.PEventFile.HEvent
 
getDash() - Method in class jhplot.jadraw.JaArcObject
Returns the dash property of this arc object.
getDash() - Method in class jhplot.jadraw.JaLineObject
Returns the dash property of this line object.
getDash() - Method in class jhplot.jadraw.JaLoopObject
Returns the dash property of this loop object.
getData() - Method in class jhplot.HNeuralNet
Get data
getData() - Method in class jhplot.HPlot
Get the vector which keeps all the data
getData() - Method in class jhplot.HPlotJa
Get the vector which keeps all the data
getData() - Method in class jhplot.jadraw.JaAxes
Get the vector which keeps all the data
getData() - Method in class jhplot.security.MD5
Get data as stream
getData(int) - Method in class jhplot.SPlot
Get the data in the specified dataset.
getData() - Method in class jhplot.stat.StatShape
Get data back used for fitting (can be inverted in Y and Y for best results).
getData() - Method in class jhplot.VHolder
Return a Vector with the data (rows of the dimension obtained by calling dimen()).
getDataArray() - Method in class jhplot.P1D
Return a DataArray container from JPlot
getDataArray() - Method in class jhplot.P2D
Return a DataArray2D container.
getDataArray() - Method in class jhplot.P3D
Return a DataArray3D container.
getDataLength() - Method in class jhplot.io.RecordWriter
Returns the number of bytes in the data.
getDataLength() - Method in class jhplot.stat.LinReg
Get the size of the input data
getDataLength() - Method in class jhplot.stat.LinRegWeighted
Get the size of the input data
getdataOffset() - Method in class flanagan.analysis.ProbabilityPlot
 
getDataSize() - Method in class jhpro.stat.limit.StatConfidence
Get number of experiments
getDataX() - Method in class jhplot.stat.LinReg
Get an array with X data
getDataX() - Method in class jhplot.stat.LinRegWeighted
Get an array with X data
getDataY() - Method in class jhplot.stat.LinReg
Get an array with Y data
getDataY() - Method in class jhplot.stat.LinRegWeighted
Get an array with Y data
getDate() - Method in class flanagan.math.TimeAndDate
 
getDayOfDate(int, String, int) - Method in class flanagan.math.TimeAndDate
 
getDayOfDate(int, int, int) - Method in class flanagan.math.TimeAndDate
 
getDayOfTheMonth() - Method in class flanagan.math.TimeAndDate
 
getDayOfTheWeek() - Method in class flanagan.math.TimeAndDate
 
getDayOfTheWeekAsInteger() - Method in class flanagan.math.TimeAndDate
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.F1D
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.F2D
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.FND
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.FPR
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.H1D
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.H2D
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.P0D
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.P0I
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.P1D
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.PND
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.PNI
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.PXY
 
getDefaultInstance() - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
getDefaultInstance() - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
getDefaultInstance() - Static method in class jhplot.io.PEventFile.HEvent
 
getDefaultInstance() - Static method in class jhplot.io.PEventFile.HEvent.Group
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.F1D
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.F2D
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.FND
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.FPR
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.H1D
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.H2D
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.P0D
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.P0I
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.P1D
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.PND
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.PNI
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.PXY
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getDefaultInstanceForType() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getDefaultInstanceForType() - Method in class jhplot.io.PEventFile.HEvent
 
getDefaultInstanceForType() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
getDefaultInstanceForType() - Method in class jhplot.io.PEventFile.HEvent.Group
 
getDefinition() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
getDefinition() - Method in class jhplot.io.PBufFile.Record.F1D
 
getDefinition() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
getDefinition() - Method in class jhplot.io.PBufFile.Record.F2D
 
getDefinition() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
getDefinition() - Method in class jhplot.io.PBufFile.Record.FND
 
getDefinition() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
getDefinition() - Method in class jhplot.io.PBufFile.Record.FPR
 
getDegFree() - Method in class flanagan.analysis.Regression
 
getDegreesOfFreedom() - Method in class jhplot.math.num.pdf.ChiSquared
Access the degrees of freedom.
getDegreesOfFreedom() - Method in class jhplot.math.num.pdf.TDistribution
Access the degrees of freedom.
getDelta() - Method in class flanagan.analysis.Regression
 
getDeltaT() - Method in class flanagan.math.FourierTransform
 
getDeltaTime() - Method in class jhplot.HCellular
Returns Delta time
getDenominatorDegreesOfFreedom() - Method in class jhplot.math.num.pdf.FDistribution
Access the denominator degrees of freedom.
getDense() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDense() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a dense form.
getDensity() - Method in class jhplot.H1D
Get a density distribution dividing each bin of the histogram by the bin width and the total number of heights for all bins.
getDensity() - Method in class jhplot.H2D
Get a density distribution dividing each bin of the histogram by the bin width and the total number of heights for all bins.
getDeriv() - Method in class flanagan.interpolation.BiCubicSpline
 
getDeriv() - Method in class flanagan.interpolation.CubicSpline
 
getDeriv() - Method in class flanagan.interpolation.PolyCubicSpline
 
getDeriv() - Method in class flanagan.interpolation.QuadriCubicSpline
 
getDeriv() - Method in class flanagan.interpolation.TriCubicSpline
 
getDerivative() - Method in class jhplot.math.num.root.NewtonRootFinder
Access the derivative of the target function.
getDescriptor() - Static method in class jhplot.io.PBufFile
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.F1D
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.F2D
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.FND
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.FPR
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.H1D
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.H2D
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.P0D
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.P0I
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.P1D
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.PND
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.PNI
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.PXY
 
getDescriptor() - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
getDescriptor() - Static method in class jhplot.io.PEventFile
 
getDescriptor() - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
getDescriptor() - Static method in class jhplot.io.PEventFile.HEvent
 
getDescriptor() - Static method in class jhplot.io.PEventFile.HEvent.Group
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getDescriptorForType() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getDescriptorForType() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getDescriptorForType() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getDescriptorForType() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
getDeviancePart(double, double) - Static method in class jhplot.math.num.pdf.SaddlePoint
A part of the deviance portion of the saddle point approximation.
getDiagonal(double[][], int) - Static method in class jhplot.math.DoubleArray
Extract diagonal from a matrix.
getDimension(String) - Static method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
getDimension() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
getDimension() - Method in class jhplot.io.PBufFile.Record.PND
 
getDimension() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
getDimension() - Method in class jhplot.io.PBufFile.Record.PNI
 
getDimension() - Method in class jhplot.PND
Get last dimension of the data.
getDimension() - Method in class jhplot.PNI
Get last dimension of the data.
getDimension() - Method in class jminhep.cluster.DataPoint
Get dimension of the point
getDimention() - Method in class jminhep.cluster.DataHolder
Get the dimension of the data
getDistance() - Method in class jhplot.HPlot3D
Get the distance
getDivergenceTolerance() - Method in class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Returns the relative divergence tolerance
getDivergenceTolerance() - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
Returns the relative divergence tolerance
getDivergenceTolerance() - Method in class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Returns the relative divergence tolerance
getDivergenceTolerance() - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
Returns the relative divergence tolerance
getDivU() - Method in class jhplot.FPR
Get number of divisions for U
getDivU() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
getDivU() - Method in class jhplot.io.PBufFile.Record.FPR
 
getDivV() - Method in class jhplot.FPR
Get number of divisions for V
getDivV() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
getDivV() - Method in class jhplot.io.PBufFile.Record.FPR
 
getDLSeparation() - Method in class jhplot.jadraw.JaArcObject
Returns the double line separation of this object.
getDLSeparation() - Method in class jhplot.jadraw.JaLineObject
Returns the double line property.
getDLSeparation() - Method in class jhplot.jadraw.JaLoopObject
Returns the double line property.
getDouble(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getDoubleArrayList() - Method in class jhplot.P0D
Get data in form of DoubleArrayList from cern.colt package
getDoubleLine() - Method in class jhplot.jadraw.JaArcObject
Returns the double line property.
getDoubleLine() - Method in class jhplot.jadraw.JaLineObject
Returns the double line property.
getDoubleLine() - Method in class jhplot.jadraw.JaLoopObject
Returns the double line property.
getDoubleProperty(int) - Method in class hep.aida.ref.function.JELCompiledExpression.ValueProvider
 
getDoubleProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getDrawOption() - Method in class jhplot.DrawOptions
Get the drawing attributes
getDrawOptions() - Method in class jhplot.DrawOptions
Get all drawing options in form of a string
getDX(int) - Method in class jhplot.P3D
Return a specific dX-value.
getDY(int) - Method in class jhplot.P3D
Return a specific dY-value.
getDZ(int) - Method in class jhplot.P3D
Return a specific dZ-value.
getE() - Method in class hephysics.vec.HepLorentzVector
Get energy (as e())
getEccentricity() - Method in class jhpro.stat.EEcentricity
Get eccentricity, defined as 1-VarianceMin / VarianceMax.
getEdges(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getEdges(int) - Method in class jhplot.io.PBufFile.Record.H1D
 
getEdgesCount() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getEdgesCount() - Method in class jhplot.io.PBufFile.Record.H1D
 
getEdgesList() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getEdgesList() - Method in class jhplot.io.PBufFile.Record.H1D
 
getEigenvalue(int) - Method in class jhplot.stat.PCA
Information about eigenvalues
getEigenValues() - Method in class flanagan.math.Matrix
 
getEigenvalueTot(int) - Method in class jhplot.stat.PCA
Express eigenvalues as percentage of total
getEigenVector() - Method in class flanagan.math.Matrix
 
getEigenVectorsAsColumns() - Method in class flanagan.math.Matrix
 
getEigenVectorsAsRows() - Method in class flanagan.math.Matrix
 
getElement(int, int) - Method in class flanagan.math.Matrix
 
getElement(int) - Method in class jminhep.cluster.DataHolder
Get array of elements at position n of the data holder
getElementCopy(int, int) - Method in class flanagan.math.Matrix
 
getElementPointer(int, int) - Method in class flanagan.math.Matrix
 
getElevationAngle() - Method in class jhplot.HPlot3D
Get the angle
getEliteSize() - Method in class jhplot.HCellular
Returns the populationSize
getEnd() - Method in class jhplot.jadraw.JaArcObject
Returns the end property of this line object.
getEnd() - Method in class jhplot.jadraw.JaLineObject
Returns the end property of this line object.
getEndLength() - Method in class jhplot.shapes.Arrow
Get length of the ends
getEndWidth() - Method in class jhplot.shapes.Arrow
Get widths of the ends
getEntries() - Method in class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
getEntries() - Method in class hep.aida.tfloat.ref.FloatHistogram1DContents
 
getEntries() - Method in class jhplot.io.HFile
Return processed number of entries
getEntries() - Method in class jhplot.io.HFileXML
Get number of processed entries
getEntries(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getEntries(int) - Method in class jhplot.io.PBufFile.Record.H1D
 
getEntries(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getEntries(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getEntries() - Method in class jhplot.io.PFile
Return file entries (ID,name,size).
getEntriesCount() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getEntriesCount() - Method in class jhplot.io.PBufFile.Record.H1D
 
getEntriesCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getEntriesCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getEntriesList() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getEntriesList() - Method in class jhplot.io.PBufFile.Record.H1D
 
getEntriesList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getEntriesList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getEntropy() - Method in class jhplot.H1D
Returns the entropy of the histogram.
getEntropy() - Method in class jhplot.HProf1D
Returns the entropy of the histogram.
getEntry(int) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
getEntry(int) - Method in class jhplot.io.PEventFile.HEvent.Group
 
getEntryCount() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
getEntryCount() - Method in class jhplot.io.PEventFile.HEvent.Group
 
getEntryList() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
getEntryList() - Method in class jhplot.io.PEventFile.HEvent.Group
 
getEpochError() - Method in class jhplot.HNeuralNet
Returns errors for each epoch.
getErr() - Method in class jhplot.math.ValueErr
Get current error
getErrBack() - Method in class jhpro.stat.limit.ExpData
Get error on background
getErrFraction() - Method in class jhpro.stat.limit.ExpData
Get error on efficiency.
getError() - Method in class flanagan.analysis.ErrorProp
 
getError(int) - Method in class jhpro.stat.DataKeeper
Get error at index
getErrorNames() - Method in class jhpro.stat.DataSource
Get names of the errors
getErrorOnBackground() - Method in class jhpro.stat.DataSource
Get systematics on background for all channels
getErrorOnData() - Method in class jhpro.stat.DataSource
Get systematics on data for all channels
getErrorOnSignal() - Method in class jhpro.stat.DataSource
Get errors on signal on all channels
getErrors() - Method in class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
getErrors() - Method in class hep.aida.tfloat.ref.FloatHistogram1DContents
 
getErrors(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getErrors(int) - Method in class jhplot.io.PBufFile.Record.H1D
 
getErrors(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getErrors(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getErrors() - Method in class jhpro.stat.DataKeeper
 
getErrors() - Method in class jhpro.stat.Moments
Get errors on the moment calculations
getErrors() - Method in class jhpro.stat.MomentsFac
Get errors on the moment calculations.
getErrors() - Method in class jhpro.stat.MomentsFacNorm
Get errors on the factorial moment calculations.
getErrors() - Method in class jhpro.stat.MomentsNorm
Get errors on the factorial moment calculations.
getErrorsCount() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getErrorsCount() - Method in class jhplot.io.PBufFile.Record.H1D
 
getErrorsCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getErrorsCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getErrorsList() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getErrorsList() - Method in class jhplot.io.PBufFile.Record.H1D
 
getErrorsList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getErrorsList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getEta() - Method in class hephysics.vec.Hep3Vector
 
getEta() - Method in class hephysics.vec.HepLorentzVector
Get a pseudorapidity: eta=-ln (tan (theta/2)) )
getExpData() - Method in class jhpro.stat.limit.StatConfidence
Get experimental data
getExpectedCLb_b(int) - Method in class jhpro.stat.ConfidenceLevel
Get the expected Confidence Level for the background only if there is only background.
getExpectedCLb_b() - Method in class jhpro.stat.ConfidenceLevel
Get the expected Confidence Level for the background only if there is only background.These are indications of how well an experiment would do on average in excluding a signal if the signal truly is not present, and are the important figures of merit when optimizing an analysis for exclusion.
getExpectedCLb_sb(int) - Method in class jhpro.stat.ConfidenceLevel
Get the expected Confidence Level for the background only if there is signal and background.
getExpectedCLb_sb() - Method in class jhpro.stat.ConfidenceLevel
Get the expected Confidence Level for the background only if there is signal and background.
getExpectedCLs_b(int) - Method in class jhpro.stat.ConfidenceLevel
Get getExpectedCLsb_b/getExpectedCLb_b
getExpectedCLs_b() - Method in class jhpro.stat.ConfidenceLevel
Get getExpectedCLsb_b/getExpectedCLb_b.
getExpectedCLsb_b(int) - Method in class jhpro.stat.ConfidenceLevel
Get the expected Confidence Level for the signal plus background hypothesis if there is only background.
getExpectedCLsb_b() - Method in class jhpro.stat.ConfidenceLevel
Get the expected Confidence Level for the signal plus background hypothesis if there is only background.
getExpectedStatistic_b(int) - Method in class jhpro.stat.ConfidenceLevel
Get the expected statistic value in the background only hypothesis
getExpectedStatistic_b() - Method in class jhpro.stat.ConfidenceLevel
 
getExpectedStatistic_sb(int) - Method in class jhpro.stat.ConfidenceLevel
Get the expected statistic value in the signal plus background hypothesis
getExpForm() - Method in class jhplot.jadraw.JaAxes
Get exponential form
getEyePosition() - Method in class jhplot.HPlot3DP
Get a vector with eye position
getF1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
getF1D() - Method in class jhplot.io.PBufFile.Record
 
getF2D() - Method in class jhplot.io.PBufFile.Record.Builder
 
getF2D() - Method in class jhplot.io.PBufFile.Record
 
getFaceColor(int) - Method in class jhplot.v3d.Pyramid
 
getFD() - Method in class jhplot.math.io.LERandomAccessFile
 
getFft() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Returns new complex matrix which is the discrete Fourier transform (DFT) of this matrix.
getFft() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Returns new complex matrix which is the discrete Fourier transform (DFT) of this matrix.
getFft2() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
getFft2() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
getFft2() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
getFft2() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
getFft2() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
getFft2() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
getFft2() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
getFft2() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of this matrix.
getFft2Slices() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of each slice of this matrix.
getFft2Slices() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of each slice of this matrix.
getFft2Slices() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of each slice of this matrix.
getFft2Slices() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of each slice of this matrix.
getFft2Slices() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of each slice of this matrix.
getFft2Slices() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Returns new complex matrix which is the 2D discrete Fourier transform (DFT) of each slice of this matrix.
getFft3() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Returns new complex matrix which is the 3D discrete Fourier transform (DFT) of this matrix.
getFft3() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Returns new complex matrix which is the 3D discrete Fourier transform (DFT) of this matrix.
getFft3() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Returns new complex matrix which is the 3D discrete Fourier transform (DFT) of this matrix.
getFft3() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Returns new complex matrix which is the 3D discrete Fourier transform (DFT) of this matrix.
getFft3() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Returns new complex matrix which is the 3D discrete Fourier transform (DFT) of this matrix.
getFft3() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Returns new complex matrix which is the 3D discrete Fourier transform (DFT) of this matrix.
getFftColumns() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
getFftColumns() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
getFftColumns() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
getFftColumns() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
getFftColumns() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
getFftColumns() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
getFftColumns() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
getFftColumns() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each column of this matrix.
getFftRows() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
getFftRows() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
getFftRows() - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
getFftRows() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
getFftRows() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
getFftRows() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
getFftRows() - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
getFftRows() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Returns new complex matrix which is the discrete Fourier transform (DFT) of each row of this matrix.
getFilePointer() - Method in class jhplot.math.io.LERandomAccessFile
 
getFill() - Method in class jhplot.shapes.HShape
Is this primitive filled?
getFillColor() - Method in class jhplot.FPR
Get color used to fill.
getFillColor() - Method in class jhplot.jadraw.JaFillObject
Returns the fill color of the fillColor object.
getFillColor() - Method in class jhplot.jadraw.JaVertexT2
Returns the fill color of the fillColor object.
getFirstIndex() - Method in interface hep.aida.ref.tuple.FTupleEvent
 
getFirstIndex() - Method in class hep.aida.ref.tuple.TupleEvent
 
getFitEngines() - Method in class jhplot.HFitter
Return available fit engines.
getFitFunction() - Method in class jhplot.stat.StatShape
Get a fit function after the linear regression (major axis).
getFitFunctionPerp() - Method in class jhplot.stat.StatShape
Get a fit function perpendicular to the linear regression line (minor axis).
getFitFunctionQuadrants() - Method in class jhplot.stat.StatShape
Get linear functions after rotation of major and minor axes by 45 deg to define the quadrants.
getFitMethod() - Method in class jhplot.HFitter
Return available fit methods.
getFitParameters() - Method in class jhplot.stat.StatShape
Get fit parameters, the intercept (0) and the slope (1)
getFitParametersPerp() - Method in class jhplot.stat.StatShape
Get fit parameters of a function perpendicular (minor) axis to the linear regression line the intercept (0) and the slope (1)
getFitParametersRotate() - Method in class jhplot.stat.StatShape
Parameters after rotation of major and minor axes by 45deg.
getFittedFunc() - Method in class jhplot.HFitter
Get results of the fit in form of function
getFitter() - Method in class jhplot.HFitter
Return Jaida fitter
getFixedVars() - Method in class jhplot.FND
String with fixed variables
getFlags() - Method in class hep.aida.ref.event.TreeEvent
 
getFlip() - Method in class jhplot.jadraw.JaArcObject
Returns the flip property of this arc object.
getFlip() - Method in class jhplot.jadraw.JaLineObject
Returns the flip property of this line object.
getFlip() - Method in class jhplot.jadraw.JaLoopObject
Returns the flip property of this loop object.
getFloat(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getFloatProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getFM(int) - Method in class jhplot.stat.FactorialMoments
Return factorial moments (without normalization): log(FM) as a function of number of bins.
getFND() - Method in class jhplot.io.PBufFile.Record.Builder
 
getFND() - Method in class jhplot.io.PBufFile.Record
 
getFont() - Method in class jhplot.HKey
Get the font of the label text.
getFont() - Method in class jhplot.HLabel
Get the font of the label text.
getFont() - Method in class jhplot.HMLabel
Get the text font.
getFont() - Method in class jhplot.jadraw.JaKey
Returns the textFont property of this text object.
getFont() - Method in class jhplot.jadraw.JaText
Returns the textFont property of this text object.
getFont() - Method in class jhplot.jadraw.JaTextBox
Returns the textFont property of this text object.
getFont() - Method in class jhplot.shapes.Text
Get the font
getFontSize() - Method in class jhplot.HLabelEq
Get the font size of the equation.
getFov() - Method in class jhplot.HPlot3DP
Get field of vision
getFpmin() - Static method in class flanagan.analysis.Stat
 
getFPR() - Method in class jhplot.io.PBufFile.Record.Builder
 
getFPR() - Method in class jhplot.io.PBufFile.Record
 
getFraction() - Method in class jhpro.stat.limit.ExpData
Get efficiency.
getFrame() - Method in class jhplot.GHFrame
Get the main frame which keeps the components
getFrameColor() - Method in class jhplot.HPlot3D
Get color of the frame
getFreq() - Method in class jhplot.jadraw.JaArcObject
Returns the freq property of this arc object.
getFreq() - Method in class jhplot.jadraw.JaLineObject
Returns the freq property of this line object.
getFreq() - Method in class jhplot.jadraw.JaLoopObject
Returns the freq property of this loop object.
getFtestSignificance(double) - Method in class flanagan.analysis.Regression
 
getFullDate() - Method in class flanagan.math.TimeAndDate
 
getFullTime12() - Method in class flanagan.math.TimeAndDate
 
getFullTime24() - Method in class flanagan.math.TimeAndDate
 
getFunc() - Method in class jhplot.HFitter
Return function
getFuncCatalog() - Method in class jhplot.HFitter
Return list of available functions
getFunction() - Method in class jhplot.math.num.integration.AdaptiveIntegrator
Access the target function.
getFunction() - Method in class jhplot.math.num.integration.RombergIntegrator
Access the target function.
getFunction() - Method in class jhplot.math.num.integration.SimpsonsIntegrator
Access the target function.
getFunction() - Method in class jhplot.math.num.integration.TrapezoidalIntegrator
Access the target function.
getFunction() - Method in class jhplot.math.num.root.BisectionRootFinder
Access the target function.
getFunction() - Method in class jhplot.math.num.root.Bracket
Access the target function.
getFunction() - Method in class jhplot.math.num.root.BrentRootFinder
Access the target function.
getFunction() - Method in class jhplot.math.num.root.FalsePositionRootFinder
Access the target function.
getFunction() - Method in class jhplot.math.num.root.NewtonRootFinder
Access the target function.
getFunction() - Method in class jhplot.math.num.root.SecantRootFinder
Access the target function.
getFunctionCatalog() - Static method in class hep.aida.ref.function.FunctionCatalog
 
getFunctionCatalog(String) - Static method in class hep.aida.ref.function.FunctionCatalog
 
getFunctionCreator() - Method in class hep.aida.ref.function.FunctionCatalog
 
getGBackground() - Method in class jhplot.GHMargin
Get the color of background
getGColor() - Method in class jhplot.GHMargin
Get the color of this panel
getGeneralPath() - Method in class jhplot.jadraw.JaObject
Returns the GeneralPath that draws this JaObject.
getGFont() - Method in class jhplot.GHMargin
Get the font of the text
getGoalOfHs() - Method in class jhplot.HCellular
Returns the crossover rate
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaArcObject
Determines which handle the user has selected to move/resize/edit this arc.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaAxes
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaBlob
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaBox
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaKey
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLatexText
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLineObject
Determines which handle the user has selected to move/resize/edit this line.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLoopObject
Determines which handle the user has selected to move/resize/edit this loop.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaObject
Determines which handle the user has selected to move/resize/edit an object.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaText
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaTextBox
Determines where on this JaObject a mouse click has ocurred.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaVertex
Determines which handle the user has selected to move/resize/edit this vertex.
getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaVertexT5
Determines which handle the user has selected to move/resize/edit this vertex.
getGrad() - Method in class flanagan.analysis.Regression
 
getGraph() - Method in class jhplot.HGraph
Returns the current graph
getGraphLabel() - Method in class jhplot.HKey
Get a label with default attributes
getGraphLabel() - Method in class jhplot.HLabel
Get a label with default attributes
getGraphLabel() - Method in class jhplot.HMLabel
Get a label with default attributes
getGraphSettings(int, int) - Method in class jhplot.HPlot
Get graph settings
getGraphSettings() - Method in class jhplot.HPlot
Get graph settings for current plot
getGrid() - Method in class jhplot.SPlot
Return whether the grid is drawn.
getGridColor() - Method in class jhplot.HPlot
Sets the color of the overall grid.
getGridColor() - Method in class jhplot.jadraw.JaAxes
Get grid color (gray is default)
getGroup(int) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getGroup(int) - Method in class jhplot.io.PEventFile.HEvent
 
getGroupCount() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getGroupCount() - Method in class jhplot.io.PEventFile.HEvent
 
getGroupList() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getGroupList() - Method in class jhplot.io.PEventFile.HEvent
 
getGTitle() - Method in class jhplot.HPlotJa
Get global title
getH() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns the Householder vectors H.
getH() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatQRDecomposition
Returns the Householder vectors H.
getH() - Method in class jhplot.math.QRDecomposition
Return the Householder vectors
getH1D(int) - Method in class jhplot.HBook
Get H1D histogram from the index (key)
getH1D() - Method in class jhplot.HProf1D
Make H1D copy of the current histogram.
getH1D(String) - Method in class jhplot.HProf1D
Convert to H1D for graphical representation using default graphics attributes.
getH1D(String, String) - Method in class jhplot.HProf1D
Convert to H1D for graphical representation using default graphics attributes.
getH1D(String) - Method in class jhplot.io.FileRoot
Get H1D histogram associated with the key name.
getH1D(int) - Method in class jhplot.io.FileRoot
Get H1D histogram associated with the key index.
getH1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
getH1D() - Method in class jhplot.io.PBufFile.Record
 
getH1D(int) - Method in class jhplot.P0D
Return H1D histogram with P0D content.
getH1D(int, double, double) - Method in class jhplot.P0D
Return H1D histogram with P0D content.
getH1D(int) - Method in class jhplot.P0I
Return H1D histogram with P0I content.
getH1D(int, double, double) - Method in class jhplot.P0I
Return H1D histogram with P0I content.
getH1D(int, Integer, Integer) - Method in class jhplot.P0I
Return H1D histogram with P0I content.
getH1D(int, double, double) - Method in class jhplot.PND
Return H1D histogram with PND content.
getH1D(int, double, double, int) - Method in class jhplot.PND
Make a histogram from a column of PND.
getH1D(int) - Method in class jhplot.PND
Create histogram.
getH1D(int, double, double) - Method in class jhplot.PNI
Return H1D histogram with PND content.
getH1D(int) - Method in class jhplot.PNI
Create histogram.
getH1D(int, double, double, int) - Method in class jhplot.PNI
Make a histogram from a column of PND.
getH2D(int) - Method in class jhplot.HBook
Get H2D histogram from the index (key) ID
getH2D(String) - Method in class jhplot.HProf2D
Make H2D copy of the current histogram.
getH2D(String, String) - Method in class jhplot.HProf2D
Make H2D copy of the current histogram.
getH2D() - Method in class jhplot.HProf2D
Convert to H2D keeping the original title
getH2D() - Method in class jhplot.io.PBufFile.Record.Builder
 
getH2D() - Method in class jhplot.io.PBufFile.Record
 
getHandles(double, double, double, double) - Method in class hep.aida.ref.function.ExponentialCoreNotNorm
 
getHandles(double, double, double, double) - Method in class hep.aida.ref.function.FunctionCore
 
getHandles(double, double, double, double) - Method in class hep.aida.ref.function.GaussianCoreNotNorm
 
getHandles(double, double, double, double) - Method in class hep.aida.ref.function.LorentzianCoreNotNorm
 
getHandles(double, double, double, double) - Method in class hep.aida.ref.function.MoyalCoreNotNorm
 
getHandles(double, double, double, double) - Method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
getHeight() - Method in class jhplot.jadraw.JaObject
Returns the height of this object.
getHeights() - Method in class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
getHeights() - Method in class hep.aida.tfloat.ref.FloatHistogram1DContents
 
getHeights(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getHeights(int) - Method in class jhplot.io.PBufFile.Record.H1D
 
getHeights(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getHeights(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getHeightsCount() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getHeightsCount() - Method in class jhplot.io.PBufFile.Record.H1D
 
getHeightsCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getHeightsCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getHeightsList() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getHeightsList() - Method in class jhplot.io.PBufFile.Record.H1D
 
getHeightsList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getHeightsList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getHessenbergMatrix() - Method in class flanagan.math.Matrix
 
getHight() - Method in class jhplot.v3d.Model3d
 
getHour12() - Method in class flanagan.math.TimeAndDate
 
getHour24() - Method in class flanagan.math.TimeAndDate
 
getHTMLUrl(String) - Method in class jhplot.GHFrame
Returns a HTML page which is found in a valid image URL.
getID() - Method in class hep.aida.ref.event.TreeEvent
 
getId() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getId() - Method in class jhplot.io.PEventFile.HEvent
 
getIda(int) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getIda(int) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getIda(int) - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getIda(int) - Method in class jhplot.io.PEventFile.HEvent
 
getIdaCount() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getIdaCount() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getIdaCount() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getIdaCount() - Method in class jhplot.io.PEventFile.HEvent
 
getIdaList() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getIdaList() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getIdaList() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getIdaList() - Method in class jhplot.io.PEventFile.HEvent
 
getIDataPointSet() - Method in class jhplot.P1D
Get IDataPointSet.
getIDataPointSet() - Method in class jhplot.PND
Get the data point set for JAIDA
getIDataPointSet() - Method in class jhplot.PNI
Get the data point set for JAIDA
getIfft(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Returns new complex matrix which is the inverse of the discrete Fourier (IDFT) transform of this matrix.
getIfft(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Returns new complex matrix which is the inverse of the discrete Fourier (IDFT) transform of this matrix.
getIfft2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft2(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft2(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
getIfft2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
getIfft2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
getIfft2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
getIfft2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
getIfft2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Returns new complex matrix which is the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
getIfft3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Returns new complex matrix which is the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Returns new complex matrix which is the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft3(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Returns new complex matrix which is the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Returns new complex matrix which is the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Returns new complex matrix which is the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfft3(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Returns new complex matrix which is the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
getIfftColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
getIfftColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
getIfftColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
getIfftColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
getIfftColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
getIfftColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
getIfftColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
getIfftColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
getIfftRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
getIfftRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
getIfftRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
getIfftRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
getIfftRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
getIfftRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
getIfftRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
getIfftRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Returns new complex matrix which is the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
getIFunction() - Method in class jhplot.F1D
Return AIDA function
getImage() - Method in class jhplot.HLabelEq
Return image of this equation
getImageFile(String) - Method in class jhplot.HLabelEq
Return image of this equation as a file.
getImagEigenvalues() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns the imaginary parts of the eigenvalues.
getImagEigenvalues() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleEigenvalueDecomposition
Returns the imaginary parts of the eigenvalues.
getImagEigenvalues() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatEigenvalueDecomposition
Returns the imaginary parts of the eigenvalues.
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the imaginary part of this matrix
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns the imaginary part of this matrix
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns the imaginary part of this matrix
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
getImaginaryPart() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the imaginary part of this matrix
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns the imaginary part of this matrix
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns the imaginary part of this matrix
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
getImaginaryPart() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
getIncGammaMaxIter() - Static method in class flanagan.analysis.Stat
 
getIncGammaTol() - Static method in class flanagan.analysis.Stat
 
getIndex(int) - Method in class jhplot.math.Sorting
Get the ascending order of one line.
getIndex() - Method in class jhplot.math.Sorting
Get the ascending order of all lines.
getIndexCopy() - Method in class flanagan.math.Matrix
 
getIndexPointer() - Method in class flanagan.math.Matrix
 
getIndexReference() - Method in class flanagan.math.Matrix
 
getInflip() - Method in class jhplot.jadraw.JaLineObject
Returns the inflip property of this line object.
getInfo() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns the output flag
getInfo() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns the output flag
getInfo() - Static method in class jhplot.JHPlot
 
getInitialEstimates() - Method in class flanagan.analysis.ProbabilityPlot
 
getInitialEstimates() - Method in class flanagan.analysis.Regression
 
getInitialSeed() - Method in class flanagan.math.PsRandom
 
getInitialSteps() - Method in class flanagan.analysis.Regression
 
getInitString() - Method in class jhplot.HCellular
Return initialization string
getInnerColor() - Method in class jhplot.HPlot
Returns the color used to fill the shaded triangles.
getInstance() - Static method in class org.netlib.arpack.ARPACK
 
getInstance() - Static method in class org.netlib.blas.BLAS
 
getInstance() - Static method in class org.netlib.lapack.LAPACK
 
getInt(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getIntArrayList() - Method in class jhplot.P0I
Get data in form of IntArrayList from cern.colt package
getIntegerArrayList() - Method in class jhplot.P0I
Get data in form of DoubleArrayList from cern.colt package
getIntegral() - Method in class jhpro.stat.DataKeeper
Calculate integral, summing up all values
getIntegralSum() - Method in class flanagan.integration.Integration
 
getIntercept() - Method in class jhplot.stat.LinReg
Get Intercept
getIntercept() - Method in class jhplot.stat.LinRegWeighted
Get Intercept
getInterceptError() - Method in class jhplot.stat.LinReg
Get the standard error on intercept
getInterceptError() - Method in class jhplot.stat.LinRegWeighted
Get the standard error on intercept
getIntProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getInversionCheck() - Method in class flanagan.analysis.Regression
 
getIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H1D
 
getIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H2D
 
getIsospin() - Method in class hephysics.particle.HEParticle
Get isospin
getIterationMonitor() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterativeSolver
 
getIterationMonitor() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterativeSolver
Gets the iteration monitor
getIterationMonitor() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterativeSolver
 
getIterationMonitor() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterativeSolver
Gets the iteration monitor
getIterationReporter() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
getIterationReporter() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Returns current iteration reporter
getIterationReporter() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
getIterationReporter() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Returns current iteration reporter
getIterations() - Method in exception cern.colt.matrix.tdouble.algo.solver.IterativeSolverDoubleNotConvergedException
Gets the number of iterations used when this exception was thrown
getIterations() - Method in exception cern.colt.matrix.tfloat.algo.solver.IterativeSolverFloatNotConvergedException
Gets the number of iterations used when this exception was thrown
getIterations() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
Access the current iteration.
getIterator(int[], Object[]) - Static method in class jhplot.math.SortUtils
Answer iterator, which iterates over specified data array according to the specified permutation, that is data[p[0]],..,data[p[data.length-1]]
getIterator(int[], List) - Static method in class jhplot.math.SortUtils
Answer iterator, which iterates over specified data list according to the specified permutation, that is data.get(p[0]),..,data.get(p[data.length-1])
getITree() - Method in class jhplot.io.FileAida
Return ITree for further manipulations
getJaAxes() - Method in class jhplot.HPlotJa
Get the current JaAxes frame
getJPanel() - Method in class jhplot.GHMargin
Return JPanel of this margin
getJPlot(int, int) - Method in class jhplot.HPlot
Get jplots for each graph
getJPlot() - Method in class jhplot.HPlot
Get jplots for each graph for current graph
getKayValue() - Method in class flanagan.analysis.Regression
 
getKey(int) - Method in class jhplot.io.FileRoot
Get a key
getKey(String) - Method in class jhplot.io.FileRoot
Get a key
getKey() - Method in class jhplot.io.RecordWriter
 
getKey() - Method in class jhplot.jadraw.JaKey
Get current key symbol.
getKeyColor() - Method in class jhplot.HKey
Get key color
getKeyColor() - Method in class jhplot.jadraw.JaKey
Get key color
getKeys() - Method in class jhplot.io.HDataBase
Returns an enumeration of all the keys in the database.
getKeysH1D() - Method in class jhplot.HBook
Get keys of all known H1D histograms.
getKeysH2D() - Method in class jhplot.HBook
Get keys of all known H2D histograms.
getKeySize() - Method in class jhplot.HKey
Get key size
getKeysP1D() - Method in class jhplot.HBook
Get keys of all known P1D containers.
getKeySpace() - Method in class jhplot.HKey
Get a space between the key and the text describing the key
getKeySpace() - Method in class jhplot.jadraw.JaKey
Get space between a text and the key
getKeyTextSpace() - Method in class jhplot.HPlotJa
Get current space between the key symbol and the text for legends
getKeyType() - Method in class jhplot.HKey
Get key type
getL() - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Returns the triangular factor, L.
getL() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns the lower triangular factor, L.
getL() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns the lower triangular factor, L.
getL() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleCholeskyDecomposition
Returns the triangular factor, L.
getL() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Returns the lower triangular factor, L.
getL() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Returns the lower triangular factor, L.
getL() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleCholeskyDecomposition
Returns the triangular factor, L.
getL() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleLUDecomposition
Returns the lower triangular factor, L.
getL() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatCholeskyDecomposition
Returns the triangular factor, L.
getL() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Returns the lower triangular factor, L.
getL() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Returns the lower triangular factor, L.
getL() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatCholeskyDecomposition
Returns the triangular factor, L.
getL() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatLUDecomposition
Returns the lower triangular factor, L.
getL() - Method in class jhplot.math.CholeskyDecomposition
Return triangular factor.
getL() - Method in class jhplot.math.LUDecomposition
Return lower triangular factor
getLabelColor() - Method in class jhplot.HPlot3D
Get label color
getLabelColor() - Method in class jhplot.jadraw.JaAxes
Get label color
getLabelDimension(FontMetrics, int) - Method in class jhplot.jadraw.JaAxes
Get the lastst lavel size
getLabelFont() - Method in class jhplot.jadraw.JaAxes
Get label font
getLabelOffset(int) - Method in class jhplot.HPlot3D
Get offset for labels on X
getLabelRotation() - Method in class jhplot.jadraw.JaAxes
Get label rotation
getLabelSpace(int) - Method in class jhplot.jadraw.JaAxes
Get label space
getLabelX() - Method in class jhplot.HPlotJa
Get labels on X
getLabelY() - Method in class jhplot.HPlotJa
Get label on Y
getLanczosCoeff() - Static method in class flanagan.analysis.Stat
 
getLanczosGamma() - Static method in class flanagan.analysis.Stat
 
getLanczosN() - Static method in class flanagan.analysis.Stat
 
getLastIndex() - Method in interface hep.aida.ref.tuple.FTupleEvent
 
getLastIndex() - Method in class hep.aida.ref.tuple.TupleEvent
 
getLatexFS() - Method in class jhplot.jadraw.JaLatexText
Returns the latexfs property of this text object.
getLatexPanel() - Method in class jhplot.jadraw.JaLatexText
Returns the Panel that holds the String specifying this LatexText.
getLegend() - Method in class jhplot.DrawOptions
Returns true if this line style should draw the name in the legend of the graph, false otherwise
getLegend(int) - Method in class jhplot.SPlot
Get the legend for a dataset, or null if there is none.
getLegendDataset(String) - Method in class jhplot.SPlot
Given a legend string, return the corresponding dataset or -1 if no legend was added with that legend string.
getLegendFont() - Method in class jhplot.HPlot
Returns the font used by the legend.
getLegendPos(int) - Method in class jhplot.HPlot
Returns the x or y coordinates (defined in pixels, relative to the size of the panel showing the graph) of the legend.
getLegendPosUse() - Method in class jhplot.HPlot
Returns whether or not we use the legend coordinates.
getLegendSpacing() - Method in class jhplot.HPlot
Returns the vertical spacing, between each line of the legend.
getLimit() - Method in class jhpro.stat.CLimits
Build a Confidence level.
getLimit(Random) - Method in class jhpro.stat.CLimits
Build a Confidence level with a custom Random() to build Poisson random numbers.
getLimitGuess() - Method in class jhpro.stat.limit.StatConfidence
Get limit guess
getLimits() - Method in class flanagan.interpolation.BiCubicSpline
 
getLimits() - Method in class flanagan.interpolation.BiCubicSplineFirstDerivative
 
getLimits() - Method in class flanagan.interpolation.BiCubicSplinePartialDerivative
 
getLimits() - Method in class flanagan.interpolation.CubicSpline
 
getLimits() - Method in class flanagan.interpolation.PolyCubicSpline
 
getLimits() - Method in class flanagan.interpolation.QuadriCubicSpline
 
getLimits() - Method in class flanagan.interpolation.TriCubicSpline
 
getLineColor() - Method in class jhplot.FPR
Get line color
getLineParm() - Method in class jhplot.DrawOptions
Get all drawing parameters.
getLinePars() - Method in class jhplot.P1D
get LinePars class which holds graphical attributes
getLineWidth() - Method in class jhplot.HKey
Get a key line width
getLinkPath() - Method in class hep.aida.ref.event.TreeEvent
 
getListenableGraph() - Method in class jhplot.HGraph
Returns the current Listenable Graph
getLNQb(int, double, double) - Method in class jhpro.stat.ConfidenceLevel
Get a histogram of a canonical -2lnQ plot for background hypothesis (full)
getLNQsb(int, double, double) - Method in class jhpro.stat.ConfidenceLevel
Get a histogram of a canonical -2lnQ plot for for signal and background hypothesis
getLocation() - Method in class jhplot.math.num.pdf.Weibull
Access the location parameter.
getLock() - Method in class hep.aida.ref.tree.Tree
 
getLong(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getLongFromTo(int, int) - Method in class cern.colt.bitvector.BitVector
Returns a long value representing bits of the receiver from index from to index to.
getLongFromTo(long[], int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns a long value representing bits of a bitvector from index from to index to.
getLongFromTo(int, int) - Method in class cern.colt.matrix.tbit.BitVector
Returns a long value representing bits of the receiver from index from to index to.
getLongFromTo(long[], int, int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Returns a long value representing bits of a bitvector from index from to index to.
getLongProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getLower() - Method in class jhplot.math.num.pdf.Uniform
Access the lower parameter.
getLowerEdgeX(int) - Method in class jhplot.H2D
Get lower edge of the bin in X
getLowerEdgeX(int) - Method in class jhplot.HProf2D
Get lower edge of the bin in X
getLowerEdgeY(int) - Method in class jhplot.H2D
Get lower edge of the bins in Y
getLowerEdgeY(int) - Method in class jhplot.HProf2D
Get lower edge of the bins in Y
getLParticle() - Method in class hephysics.particle.HEParticle
Returns a light-weight particle class
getLtranspose() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleCholeskyDecomposition
 
getLtranspose() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleCholeskyDecomposition
Returns the triangular factor, L'.
getLtranspose() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatCholeskyDecomposition
 
getLtranspose() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatCholeskyDecomposition
Returns the triangular factor, L'.
getLU() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns a copy of the combined lower and upper triangular factor, LU.
getLU() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Returns a copy of the combined lower and upper triangular factor, LU.
getLU() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Returns a copy of the combined lower and upper triangular factor, LU.
getMajorVersion() - Static method in class cern.colt.Version
Returns the major version of this release.
getMarginBackground() - Method in class jhplot.GHPanel
Get color for all global margins
getMarginBottom() - Method in class jhplot.HPlot
Returns the distance between the bottom-border of the panel and the bottom X-axis.
getMarginBottom() - Method in class jhplot.HPlotJa
Get size of bottom margin
getMarginBottom() - Method in class jhplot.jadraw.JaAxes
Get bottom margin
getMarginLeft() - Method in class jhplot.HPlot
Returns the distance between the left-border of the panel and the left Y-axis.
getMarginLeft() - Method in class jhplot.HPlotJa
Get margin from left side
getMarginLeft() - Method in class jhplot.jadraw.JaAxes
Get left margin
getMarginPanelBottom() - Method in class jhplot.GHPanel
get JPanel for bottom margin
getMarginPanelCenter() - Method in class jhplot.GHPanel
get JPanel for central with drawings
getMarginPanelLeft() - Method in class jhplot.GHPanel
get JPanel for left margin
getMarginPanelRight() - Method in class jhplot.GHPanel
get JPanel for right margin
getMarginPanelTop() - Method in class jhplot.GHPanel
get JPanel for top margin
getMarginRight() - Method in class jhplot.HPlot
Returns the distance between the right-border of the panel and the right Y-axis.
getMarginRight() - Method in class jhplot.HPlotJa
Get margin from right
getMarginRight() - Method in class jhplot.jadraw.JaAxes
Get right margin
getMarginSizeBottom() - Method in class jhplot.GHPanel
Get size of the bottom margin as ratio to the main panel
getMarginSizeLeft() - Method in class jhplot.GHPanel
Get the size of left margin terms of the ratio to the main panel
getMarginSizeRight() - Method in class jhplot.GHPanel
Get the size of right margin of the global canvas in terms of the ratio to thye global canvas
getMarginSizeTop() - Method in class jhplot.GHPanel
Get size of the top margin of global canvas in terms of ratio to the main panel
getMarginTop() - Method in class jhplot.HPlot
Returns the distance between the top-border of the panel and the top X-axis.
getMarginTop() - Method in class jhplot.HPlotJa
Get the size of the top margin
getMarginTop() - Method in class jhplot.jadraw.JaAxes
Get top margin
getMarginX() - Method in class jhplot.HPlotJa
Get margin in X between pads
getMarginY() - Method in class jhplot.HPlotJa
Get space between any 2 plots in Y
getMass() - Method in class hephysics.particle.LParticle
Get a mass
getMatrixCheck() - Method in class flanagan.math.Matrix
 
getMax() - Method in class jhplot.F1D
Get the maximum value in X
getMax() - Method in class jhplot.FND
Get the maximum value in X
getMax() - Method in class jhplot.H1D
Get Maximum value of axis
getMax() - Method in class jhplot.HProf1D
Get Maximum value of axis
getMax() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
getMax() - Method in class jhplot.io.PBufFile.Record.F1D
 
getMax() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getMax() - Method in class jhplot.io.PBufFile.Record.H1D
 
getMax(int) - Method in class jhplot.jadraw.JaAxes
Get max value
getMax() - Method in class jhplot.P0D
Returns the maximum value.
getMax() - Method in class jhplot.P0I
Returns the maximum value.
getMax(int) - Method in class jhplot.P1D
Returns the maximum value in the range.
getMax(int) - Method in class jhplot.P2D
Returns the maximum value in the range.
getMax(int) - Method in class jhplot.P3D
Returns the maximum value in the range.
getMax() - Method in class jhplot.PND
Get min value
getMax() - Method in class jhplot.PNI
Get min value
getMax() - Method in class jminhep.cluster.DataHolder
Get Max values of the data
getMaxAbsoluteResidual() - Method in class jhplot.stat.LinReg
Get max absolute residual
getMaximum() - Method in class flanagan.math.ArrayMaths
 
getMaximum() - Method in class flanagan.math.Maximisation
 
getMaximum_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_byte() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_Byte() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_char() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_Character() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_double() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_Double() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_Float() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_float() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_int() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_Integer() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_long() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_Long() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_short() - Method in class flanagan.math.ArrayMaths
 
getMaximum_as_Short() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_byte() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_Byte() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_double() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_Double() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_float() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_Float() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_int() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_Integer() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_long() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_Long() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_short() - Method in class flanagan.math.ArrayMaths
 
getMaximumDifference_as_Short() - Method in class flanagan.math.ArrayMaths
 
getMaximumIndex() - Method in class flanagan.math.ArrayMaths
 
getMaximumIterations() - Method in class jhplot.math.num.IterativeMethod
Access the maximum number of iterations.
getMaximumIterations() - Method in class jhplot.math.num.root.Bracket
Access the maximum number of iterations.
getMaximumRelativeError() - Method in class jhplot.math.num.IterativeMethod
Access the maximum relative error.
getMaxIndex() - Method in class jhplot.P0D
Returns index corresponding to maximum value.
getMaxIndex() - Method in class jhplot.P0I
Returns index corresponding to maximum value.
getMaxIndex(int) - Method in class jhplot.P1D
Returns the index of maximum value in the range.
getMaxIter() - Method in class jhplot.HCellular
Returns the maximum generation number for GA evolutions
getMaxIterations() - Method in class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Returns maximum number of iterations to permit
getMaxIterations() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Returns the maximum number of iterations
getMaxIterations() - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
 
getMaxIterations() - Method in class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Returns maximum number of iterations to permit
getMaxIterations() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Returns the maximum number of iterations
getMaxIterations() - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
 
getMaxLocation() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Return the maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Return the maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Return maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
getMaxLocation() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
getMaxLocation() - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Return the maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Return the maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Return maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
getMaxLocation() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
getMaxLocation() - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
getMaxLocation() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
getMaxLocation() - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tint.IntMatrix1D
Return the maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tint.IntMatrix2D
Return the maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tint.IntMatrix3D
Return maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
getMaxLocation() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
getMaxLocation() - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
getMaxLocation() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Return the maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Return the maximum value of this matrix together with its location
getMaxLocation() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Return maximum value of this matrix together with its location
getMaxNumberOfSubticsLog() - Method in class jhplot.HPlot
Returns the maximum number of subticks for log scale (default is 10).
getMaxOrderForSumOfPowers() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns Integer.MAX_VALUE, the maximum order k for which sums of powers are retrievable.
getMaxOrderForSumOfPowers() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the maximum order k for which sums of powers are retrievable, as specified upon instance construction.
getMaxOrderForSumOfPowers() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns Integer.MAX_VALUE, the maximum order k for which sums of powers are retrievable.
getMaxOrderForSumOfPowers() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the maximum order k for which sums of powers are retrievable, as specified upon instance construction.
getMaxOrderForSumOfPowers() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns Integer.MAX_VALUE, the maximum order k for which sums of powers are retrievable.
getMaxOrderForSumOfPowers() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the maximum order k for which sums of powers are retrievable, as specified upon instance construction.
getMaxTest() - Method in class flanagan.math.Maximisation
 
getMaxValue(int) - Method in class jhplot.HPlot
Returns the maximum data value for the specified axis.
getMaxX() - Method in class jhplot.F2D
Get Max value in X
getMaxX() - Method in class jhplot.F3D
Get Max value in X
getMaxX() - Method in class jhplot.H2D
Get max value of axis in X
getMaxX() - Method in class jhplot.HProf2D
Get max value of axis in X
getMaxX() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
getMaxX() - Method in class jhplot.io.PBufFile.Record.F2D
 
getMaxX() - Method in class jhplot.stat.LinReg
Get a maximum value for X
getMaxX() - Method in class jhplot.stat.LinRegWeighted
Get a maximum value for X
getMaxY() - Method in class jhplot.F2D
Get Max value in Y
getMaxY() - Method in class jhplot.F3D
Get Max value in Y
getMaxY() - Method in class jhplot.H2D
Get max value of Y axis
getMaxY() - Method in class jhplot.HProf2D
Get max value of Y axis
getMaxY() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
getMaxY() - Method in class jhplot.io.PBufFile.Record.F2D
 
getMaxY() - Method in class jhplot.stat.LinReg
Get maximum value in Y
getMaxY() - Method in class jhplot.stat.LinRegWeighted
Get maximum value in Y
getMaxZ() - Method in class jhplot.F3D
Set Max value in Z
getMColor() - Method in class jhplot.GHMargin
Get the text color
getMean() - Method in class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
getMean() - Method in class hep.aida.tfloat.ref.FloatHistogram1DContents
 
getMean() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getMean() - Method in class jhplot.io.PBufFile.Record.H1D
 
getMean() - Method in class jhplot.math.num.pdf.Exponential
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.Laplace
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.Logistic
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.LogNormal
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.NegativeBinomial
Get mean value.
getMean() - Method in class jhplot.math.num.pdf.Normal
Access the mean.
getMean() - Method in class jhplot.math.num.pdf.Poisson
Access the mean.
getMean(int) - Method in class jhplot.stat.PCA
Get means for the component k
getMeans(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getMeans(int) - Method in class jhplot.io.PBufFile.Record.H1D
 
getMeans() - Method in class jhplot.stat.StatShape
Get weighted means in X and Y
getMeansCount() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getMeansCount() - Method in class jhplot.io.PBufFile.Record.H1D
 
getMeansList() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getMeansList() - Method in class jhplot.io.PBufFile.Record.H1D
 
getMeansX(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getMeansX(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getMeansXCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getMeansXCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getMeansXList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getMeansXList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getMeansY(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getMeansY(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getMeansYCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getMeansYCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getMeansYList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getMeansYList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getMeanX() - Method in class jhplot.H2D
Get mean on X.
getMeanX() - Method in class jhplot.HProf2D
Get mean on X.
getMeanY() - Method in class jhplot.H2D
Get mean on Y
getMeanY() - Method in class jhplot.HProf2D
Get mean on Y
getMedian() - Method in class jhplot.math.num.pdf.Cauchy
Access the location parameter.
getMethodBinary() - Method in class flanagan.math.PsRandom
 
getMethodDecimal() - Method in class flanagan.math.PsRandom
 
getMFont() - Method in class jhplot.GHMargin
Get the font on this panel
getMicroVersion() - Static method in class cern.colt.Version
Returns the micro version of this release.
getMidTime12() - Method in class flanagan.math.TimeAndDate
 
getMidTime24() - Method in class flanagan.math.TimeAndDate
 
getMilliSecond() - Method in class flanagan.math.TimeAndDate
 
getMin() - Method in class jhplot.F1D
Get the minimum value in X
getMin() - Method in class jhplot.FND
Get the minimum value in X
getMin() - Method in class jhplot.H1D
Get Minimum value of the axis
getMin() - Method in class jhplot.HProf1D
Get Minimum value of the axis
getMin() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
getMin() - Method in class jhplot.io.PBufFile.Record.F1D
 
getMin() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getMin() - Method in class jhplot.io.PBufFile.Record.H1D
 
getMin(int) - Method in class jhplot.jadraw.JaAxes
Get min value
getMin() - Method in class jhplot.P0D
Returns the minimum value.
getMin() - Method in class jhplot.P0I
Returns the minimum value.
getMin(int) - Method in class jhplot.P1D
Returns the minimum value in the range.
getMin(int) - Method in class jhplot.P2D
Returns the minimum value in the range.
getMin(int) - Method in class jhplot.P3D
Returns the minimum value in the range.
getMin() - Method in class jhplot.PND
Get max value
getMin() - Method in class jhplot.PNI
Get max value
getMin() - Method in class jminhep.cluster.DataHolder
Get Min values of the data holder
getMinimum() - Method in class flanagan.math.ArrayMaths
 
getMinimum() - Method in class flanagan.math.Minimisation
 
getMinimum_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_byte() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_Byte() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_char() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_Character() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_double() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_Double() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_Float() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_float() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_int() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_Integer() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_long() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_Long() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_short() - Method in class flanagan.math.ArrayMaths
 
getMinimum_as_Short() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_byte() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_Byte() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_double() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_Double() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_float() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_Float() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_int() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_Integer() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_long() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_Long() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_short() - Method in class flanagan.math.ArrayMaths
 
getMinimumDifference_as_Short() - Method in class flanagan.math.ArrayMaths
 
getMinimumIndex() - Method in class flanagan.math.ArrayMaths
 
getMinIndex() - Method in class jhplot.P0D
Returns index corresponding to minimum value.
getMinIndex() - Method in class jhplot.P0I
Returns index corresponding to minimum value.
getMinIndex(int) - Method in class jhplot.P1D
Returns the index of minimum value in the range.
getMinLocation() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Return the minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Return the minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
getMinLocation() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
getMinLocation() - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Return the minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Return the minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
getMinLocation() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
getMinLocation() - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
getMinLocation() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
getMinLocation() - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tint.IntMatrix1D
Return the minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tint.IntMatrix2D
Return the minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
getMinLocation() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
getMinLocation() - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
getMinLocation() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Return the minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Return the minimum value of this matrix together with its location
getMinLocation() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns minimum value of this matrix together with its location
getMinOrderForSumOfPowers() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns Integer.MIN_VALUE, the minimum order k for which sums of powers are retrievable.
getMinOrderForSumOfPowers() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the minimum order k for which sums of powers are retrievable, as specified upon instance construction.
getMinOrderForSumOfPowers() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns Integer.MIN_VALUE, the minimum order k for which sums of powers are retrievable.
getMinOrderForSumOfPowers() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the minimum order k for which sums of powers are retrievable, as specified upon instance construction.
getMinOrderForSumOfPowers() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns Integer.MIN_VALUE, the minimum order k for which sums of powers are retrievable.
getMinOrderForSumOfPowers() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the minimum order k for which sums of powers are retrievable, as specified upon instance construction.
getMinorVersion() - Static method in class cern.colt.Version
Returns the minor version of this release.
getMinTest() - Method in class flanagan.analysis.Regression
 
getMinTest() - Method in class flanagan.math.Minimisation
 
getMinute() - Method in class flanagan.math.TimeAndDate
 
getMinValue(int) - Method in class jhplot.HPlot
Returns the minimum data value for the specified axis.
getMinX() - Method in class jhplot.F2D
Get Min value in X
getMinX() - Method in class jhplot.F3D
Get Min value in X
getMinX() - Method in class jhplot.H2D
Get min value of axis in X
getMinX() - Method in class jhplot.HProf2D
Get min value of axis in X
getMinX() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
getMinX() - Method in class jhplot.io.PBufFile.Record.F2D
 
getMinX() - Method in class jhplot.stat.LinReg
Get a minimum value for X
getMinX() - Method in class jhplot.stat.LinRegWeighted
Get a minimum value for X
getMinY() - Method in class jhplot.F2D
Get Min value in Y
getMinY() - Method in class jhplot.F3D
Get Min value in Y
getMinY() - Method in class jhplot.H2D
Get min value of Y axis
getMinY() - Method in class jhplot.HProf2D
Get min value of Y axis
getMinY() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
getMinY() - Method in class jhplot.io.PBufFile.Record.F2D
 
getMinY() - Method in class jhplot.stat.LinReg
Get minimum value for Y
getMinY() - Method in class jhplot.stat.LinRegWeighted
Get minimum value for Y
getMinZ() - Method in class jhplot.F3D
Get Min value in Z
getModel() - Method in class jhplot.HView3D
Get the current model to build a object.
getMonth() - Method in class flanagan.math.TimeAndDate
 
getMonthAsInteger() - Method in class flanagan.math.TimeAndDate
 
getMonthAsInteger(String) - Method in class flanagan.math.TimeAndDate
 
getMSE() - Method in class jhplot.stat.LinReg
Get MSE value
getMultipleF() - Method in class flanagan.analysis.Regression
 
getMultiText() - Method in class jhplot.jadraw.JaTextBox
Get multiline text
getMutationRate() - Method in class jhplot.HCellular
Returns the mutation rate
getName() - Method in class hep.aida.ref.event.TreeEvent
 
getName() - Method in class hephysics.particle.LParticle
Get a name
getName() - Method in class jhplot.F1D
Get the name of the function used for evaluation
getName() - Method in class jhplot.F2D
Get the name of the function used for evaluation
getName() - Method in class jhplot.F3D
Get the name of the function used for evaluation
getName() - Method in class jhplot.FND
Get the name of the function used for evaluation
getName() - Method in class jhplot.FPR
Get parametric equation.
getName() - Method in class jhplot.io.PBufFile.Record.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.F1D
 
getName() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.F2D
 
getName() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.FND
 
getName() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.FPR
 
getName() - Method in class jhplot.io.PBufFile.Record
 
getName() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.H1D
 
getName() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.H2D
 
getName() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.P0D
 
getName() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.P0I
 
getName() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.P1D
 
getName() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.PND
 
getName() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.PNI
 
getName() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.PXY
 
getName() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getName() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getName() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
getName() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
getName() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getName() - Method in class jhplot.io.PEventFile.HEvent
 
getName() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
getName() - Method in class jhplot.io.PEventFile.HEvent.Group
 
getName() - Method in class jhplot.PND
Get a new title
getName(int) - Method in class jminhep.cluster.DataHolder
Get name of the i-th attribute
getName() - Method in class jminhep.cluster.Partition
Get name for this clustering
getNames() - Method in class jhplot.VHolder
Return Vector with the names
getNameX() - Method in class jhplot.DrawOptions
Get the name of X-axis
getNameY() - Method in class jhplot.DrawOptions
Get the title of Y-axis.
getNameZ() - Method in class jhplot.DrawOptions
Get the title of Z-axis
getNclusters() - Method in class jminhep.cluster.Partition
get number of reconstructed clusters
getNcol() - Method in class flanagan.math.Matrix
 
getNColumns() - Method in class hephysics.matrix.BasicMatrix
 
getNColumns() - Method in interface hephysics.matrix.Matrix
Returns the number of columns
getNColumns() - Method in class hephysics.matrix.SymmetricMatrix
 
getNColumns() - Method in class hephysics.vec.Hep3Matrix
 
getNegativeValues(IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
getNegativeValues(IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
getNegativeValues(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
getNegativeValues(IntArrayList, IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
getNegativeValues(IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
getNegativeValues(IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
getNegativeValues(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
getNegativeValues(IntArrayList, IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
getNegativeValues(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
getNegativeValues(IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
getNegativeValues(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
getNegativeValues(IntArrayList, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
getNegativeValues(IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix1D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix2D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix3D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
getNegativeValues(LongArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
getNegativeValues(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
getNegativeValues(IntArrayList, IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
getNegativeValues(IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Fills the coordinates and values of cells having negative values into the specified lists.
getNegativeValues(IntArrayList, IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Fills the coordinates and values of cells having negative values into the specified lists.
getNEntries() - Method in class jhplot.io.EFile
Get number of events stored in the file.
getNentries() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getNentries() - Method in class jhplot.io.PBufFile.Record.H1D
 
getNentries() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getNentries() - Method in class jhplot.io.PBufFile.Record.H2D
 
getNEntries() - Method in class jhplot.io.PFile
Get number of objects stored in the file.
getNentry() - Method in class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
getNentry() - Method in class hep.aida.tfloat.ref.FloatHistogram1DContents
 
getNetwork() - Method in class jhplot.HNeuralNet
Return neural net back.
getNFM(int) - Method in class jhplot.stat.FactorialMoments
Return results: NFM as a function of number of bins.
getNiter() - Method in class flanagan.analysis.Regression
 
getNiter() - Method in class flanagan.math.Maximisation
 
getNiter() - Method in class flanagan.math.Minimisation
 
getNiterations() - Method in class jhplot.bsom.Bsom
 
getNiterations() - Method in class jhplot.HBsom
Get number of iterations used for fitting
getNKeys() - Method in class jhplot.io.FileRoot
Get number of objects in ROOT file
getNlrStatus() - Method in class flanagan.analysis.Regression
 
getNmax() - Method in class flanagan.analysis.Regression
 
getNmax() - Method in class flanagan.math.Maximisation
 
getNmax() - Method in class flanagan.math.Minimisation
 
getNMC() - Method in class jhpro.stat.limit.StatConfidence
Get number of MC events
getNMcontract() - Method in class flanagan.analysis.Regression
 
getNMcontract() - Method in class flanagan.math.Maximisation
 
getNMcontract() - Method in class flanagan.math.Minimisation
 
getNMextend() - Method in class flanagan.analysis.Regression
 
getNMextend() - Method in class flanagan.math.Maximisation
 
getNMextend() - Method in class flanagan.math.Minimisation
 
getNMreflect() - Method in class flanagan.analysis.Regression
 
getNMreflect() - Method in class flanagan.math.Maximisation
 
getNMreflect() - Method in class flanagan.math.Minimisation
 
getNobs() - Method in class jhpro.stat.limit.ExpData
Get the number of observations
getNonZeros(IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.DoubleMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, DoubleArrayList, int) - Method in class cern.colt.matrix.DoubleMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.DoubleMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.DoubleMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.ObjectMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.ObjectMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.ObjectMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, ArrayList<double[]>) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, ArrayList<double[]>) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, ArrayList<double[]>) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, ArrayList<double[]>) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
getNonZeros(IntArrayList, ArrayList<double[]>) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
getNonZeros(IntArrayList, IntArrayList, ArrayList<double[]>) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
getNonZeros(IntArrayList, IntArrayList, IntArrayList, ArrayList<double[]>) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
getNonZeros(IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, DoubleArrayList, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Fills the coordinates and values of the first maxCardinality cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
getNonZeros(IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
getNonZeros(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
getNonZeros(IntArrayList, IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
getNonZeros(IntArrayList, ArrayList<float[]>) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, ArrayList<float[]>) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, ArrayList<float[]>) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, ArrayList<float[]>) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
getNonZeros(IntArrayList, ArrayList<float[]>) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
getNonZeros(IntArrayList, IntArrayList, ArrayList<float[]>) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
getNonZeros(IntArrayList, IntArrayList, IntArrayList, ArrayList<float[]>) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
getNonZeros(IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, FloatArrayList, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Fills the coordinates and values of the first maxCardinality cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
getNonZeros(IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
getNonZeros(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
getNonZeros(IntArrayList, IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
getNonZeros(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
getNonZeros(IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
getNonZeros(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
getNonZeros(IntArrayList, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
getNonZeros(IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Fills the coordinates and values of the first maxCardinality cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
getNonZeros(LongArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
getNonZeros(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
getNonZeros(IntArrayList, IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
getNonZeros(IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, LongArrayList, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Fills the coordinates and values of the first maxCardinality cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
getNonZeros(IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNormalizationAmplitude() - Method in class hep.aida.ref.function.BaseModelFunction
 
getNormType() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
getNormType() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Returns the vector-norm in use
getNormType() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
getNormType() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Returns the vector-norm in use
getNrestarts() - Method in class flanagan.analysis.Regression
 
getNrestarts() - Method in class flanagan.math.Maximisation
 
getNrestarts() - Method in class flanagan.math.Minimisation
 
getNrestartsMax() - Method in class flanagan.analysis.Regression
 
getNrestartsMax() - Method in class flanagan.math.Maximisation
 
getNrestartsMax() - Method in class flanagan.math.Minimisation
 
getNrow() - Method in class flanagan.math.Matrix
 
getNRows() - Method in class hephysics.matrix.BasicMatrix
 
getNRows() - Method in interface hephysics.matrix.Matrix
Returns the number of rows
getNRows() - Method in class hephysics.matrix.SymmetricMatrix
 
getNRows() - Method in class hephysics.vec.Hep3Matrix
 
getNtotX() - Method in class jhplot.GHFrame
Get the total number of graphs in X
getNtotX() - Method in class jhplot.HPlotJa
Get the total number of graphs in X
getNtotY() - Method in class jhplot.GHFrame
Get the total number of the graphs in Y
getNtotY() - Method in class jhplot.HPlotJa
Get the total number of the graphs in Y
getNumberChennels() - Method in class jhpro.stat.DataSource
Get total numberer of channels
getNumberOfColumns() - Method in class flanagan.math.Matrix
 
getNumberOfDimensions() - Method in class flanagan.interpolation.PolyCubicSpline
 
getNumberOfFailures() - Method in class jhplot.math.num.pdf.Hypergeometric
Access the number of failures.
getNumberOfIterations() - Method in class flanagan.integration.RungeKutta
 
getNumberOfJacobiRotations() - Method in class flanagan.math.Matrix
 
getNumberOfPsdPoints() - Method in class flanagan.math.FourierTransform
 
getNumberOfRows() - Method in class flanagan.math.Matrix
 
getNumberOfSimulations() - Method in class flanagan.analysis.PCA
 
getNumberOfSuccesses() - Method in class jhplot.math.num.pdf.Hypergeometric
Access the number of successes.
getNumberOfSuccesses() - Method in class jhplot.math.num.pdf.NegativeBinomial
Access the number of successes.
getNumberOfTics(int) - Method in class jhplot.HPlot
Returns the number of ticks for the specfied axis.
getNumberOfTrials() - Method in class jhplot.math.num.pdf.Binomial
Access the number of trials.
getNumDataSets() - Method in class jhplot.SPlot
Return the actual number of data sets.
getNumDigits(double) - Method in class jhplot.jadraw.JaAxes
Return the number of digits required to display the given number.
getNumeratorDegreesOfFreedom() - Method in class jhplot.math.num.pdf.FDistribution
Access the numerator degrees of freedom.
getNumRecords() - Method in class jhplot.io.BaseRecordsFile
Returns the number or records in the database.
getNumRecords() - Method in class jhplot.io.RecordsFile
Returns the current number of records in the database.
getObject() - Method in class hep.aida.ref.ContainerManagedObject
 
getObject(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getObject(String) - Method in class jhplot.io.FileRoot
Get object associated with the key name
getObject(int) - Method in class jhplot.io.FileRoot
Get object associated with the key name.
getObjectOutputStream() - Method in class jhplot.io.RecordWriter
 
getObservable() - Method in class hep.aida.ref.event.ObserverAdapter
 
getOldPath() - Method in class hep.aida.ref.event.TreeEvent
 
getOptions() - Method in class hep.aida.ref.histogram.Cloud
Get the options with which the Cloud was created.
getOptions() - Method in class hep.aida.ref.tree.Tree
 
getOptions() - Method in class hep.aida.ref.tuple.AbstractTuple
 
getOriginalDataLength() - Method in class flanagan.math.FourierTransform
 
getOutofrange(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getOutofrange(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getOutofrangeCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getOutofrangeCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getOutofrangeList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getOutofrangeList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getOutputStream() - Method in class jhplot.io.RecordWriter
 
getOverflow() - Method in class jhplot.H1D
Number of overflow entries
getOverflow() - Method in class jhplot.HProf1D
Number of overflow entries
getOverflow() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getOverflow() - Method in class jhplot.io.PBufFile.Record.H1D
 
getOverflowEntriesX() - Method in class jhplot.H2D
Get overflow entries in Y
getOverflowEntriesX() - Method in class jhplot.HProf2D
Get overflow entries in Y
getOverflowEntriesY() - Method in class jhplot.H2D
Get overflow entries in Y
getOverflowEntriesY() - Method in class jhplot.HProf2D
Get overflow entries in Y
getOverflowHeightX() - Method in class jhplot.H2D
Get overflow entries in Y
getOverflowHeightX() - Method in class jhplot.HProf2D
Get overflow entries in Y
getOverflowHeightY() - Method in class jhplot.H2D
Get overflow height in Y
getOverflowHeightY() - Method in class jhplot.HProf2D
Get overflow height in Y
getOverflowlowHeight() - Method in class jhplot.H1D
Overflow height
getOverflowlowHeight() - Method in class jhplot.HProf1D
Overflow height
getOverlapOption() - Method in class flanagan.math.FourierTransform
 
getP() - Method in class jhplot.math.LUDecomposition
Return pivot permutation vector
getP0D() - Method in class jhplot.io.PBufFile.Record.Builder
 
getP0D() - Method in class jhplot.io.PBufFile.Record
 
getP0I() - Method in class jhplot.io.PBufFile.Record.Builder
 
getP0I() - Method in class jhplot.io.PBufFile.Record
 
getP1D(int) - Method in class jhplot.HBook
Get P1D object from the index (key)
getP1D(int) - Method in class jhplot.io.FileRoot
Get P1D object associated with the key index.
getP1D(String) - Method in class jhplot.io.FileRoot
Get P1D object associated with the key index.
getP1D(String, boolean) - Method in class jhplot.io.FileRoot
Get P1D object associated with the key index.
getP1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
getP1D() - Method in class jhplot.io.PBufFile.Record
 
getPad() - Method in class jhplot.HPlotJa
Get current pad object
getPad(int, int) - Method in class jhplot.HPlotJa
Get pad characterised by n1 and n2
getPad(int) - Method in class jhplot.jadraw.JaAxes
Get ID of the current pad
getPadHeight() - Method in class jhplot.HPlotJa
Get the height of the current pad in NDC system.
getPadPositionX() - Method in class jhplot.HPlotJa
Get the position of the current pad in X (NDC coordinate)
getPadPositionY() - Method in class jhplot.HPlotJa
Get the position of the current pad in Y (in NDC coordinate)
getPadWidth() - Method in class jhplot.HPlotJa
Get the width of the current pad in NDC system.
getPadX() - Method in class jhplot.jadraw.JaKey
Get pad ID in X
getPadX() - Method in class jhplot.jadraw.JaText
Get pad ID in X
getPadX() - Method in class jhplot.jadraw.JaTextBox
Get pad ID in X
getPadY() - Method in class jhplot.jadraw.JaKey
Get pad ID in Y
getPadY() - Method in class jhplot.jadraw.JaText
Get pad ID in Y
getPadY() - Method in class jhplot.jadraw.JaTextBox
Get pad ID in Y
getPanelSize() - Method in class jhplot.HPlot
Returns the dimensions of the panel used to display the graph.
getPar(String) - Method in class jhplot.HFitter
Get parameter value
getParallelAnalysisPercentileValue() - Method in class flanagan.analysis.PCA
 
getParamValues() - Method in class flanagan.math.Maximisation
 
getParamValues() - Method in class flanagan.math.Minimisation
 
getParent() - Method in class hephysics.particle.LParticle
Get a parent particle
getParse() - Method in class jhplot.F1D
Return parsed function.
getParse() - Method in class jhplot.F2D
Return parsed function.
getParse() - Method in class jhplot.F3D
Return parsed function.
getPath() - Method in class hep.aida.ref.event.TreeEvent
 
getPdgcode() - Method in class hephysics.particle.HEParticle
Get PDG code
getPearsonR() - Method in class jhplot.stat.LinReg
Get pearson R
getPenColor() - Method in class jhplot.P3D
Get the color attribute
getPenWidth() - Method in class jhplot.FPR
Get width of line
getPenWidth() - Method in class jhplot.jadraw.JaKey
Get pen width used to draw the key
getPenWidth() - Method in class jhplot.jadraw.JaLine
Get line width
getPenWidth() - Method in class jhplot.P3D
Get width of the lines
getPenWidthAxes() - Method in class jhplot.HPlot3D
Gets the pen width to draw axes
getPenWidthAxis() - Method in class jhplot.HPlot
Get pen width to draw axis
getPicture() - Method in class jhplot.shapes.Picture
Get the image
getPivot() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns a copy of the pivot permutation vector.
getPivot() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns the pivot permutation vector (not a copy of it).
getPivot() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Returns a copy of the pivot permutation vector.
getPivot() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Returns the pivot permutation vector (not a copy of it).
getPivot() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleLUDecomposition
Returns a copy of the pivot permutation vector.
getPivot() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Returns a copy of the pivot permutation vector.
getPivot() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Returns the pivot permutation vector (not a copy of it).
getPivot() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatLUDecomposition
Returns a copy of the pivot permutation vector.
getPlotCanvas() - Method in class jhplot.HPlot2D
Get the original canvas
getPlotLineOption() - Method in class flanagan.math.FourierTransform
 
getPlotPointOption() - Method in class flanagan.math.FourierTransform
 
getPlotRectangle() - Method in class jhplot.SPlot
Get the current plot rectangle.
getPlotType() - Method in class jhplot.jadraw.JaAxes
 
getPND() - Method in class jhplot.io.PBufFile.Record.Builder
 
getPND() - Method in class jhplot.io.PBufFile.Record
 
getPNI() - Method in class jhplot.io.PBufFile.Record.Builder
 
getPNI() - Method in class jhplot.io.PBufFile.Record
 
getPoints() - Method in class jhplot.F1D
Get the number of points
getPoints() - Method in class jhplot.F2D
Get the number of points for evaluation of a function
getPoints() - Method in class jhplot.F3D
Get the number of points for evaluation of a function
getPoints() - Method in class jhplot.FND
Get the number of points
getPoints(DataArray) - Method in class jhplot.jadraw.JaAxes
 
getPoints() - Method in class jminhep.cluster.Partition
Get number of points accosiated with clusters
getPointsNoCuts(DataArray) - Method in class jhplot.jadraw.JaAxes
 
getPopulationSize() - Method in class jhplot.HCellular
Returns the populationSize
getPortableLibraryName(String) - Static method in class org.netlib.utils.JNIMethods
The System.mapLibraryName method is broken in the sense that it does not give unique names for operating systems and architectures.
getPosition() - Method in class hephysics.particle.HEParticle
Get position in X,Y,Z,time
getPosition() - Method in class jhplot.shapes.HShape
Get position of a primitive
getPositionCoordinate() - Method in class jhplot.HKey
Is the position set?
getPositionCoordinate() - Method in class jhplot.HLabel
Is the position set?
getPositionCoordinate() - Method in class jhplot.HLabelEq
Is the position set?
getPositionCoordinate() - Method in class jhplot.HMLabel
Is the position set?
getPositionCoordinate() - Method in class jhplot.shapes.HShape
Is the position set?
getPositiveValues(IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
getPositiveValues(IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
getPositiveValues(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
getPositiveValues(IntArrayList, IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
getPositiveValues(IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
getPositiveValues(IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
getPositiveValues(IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
getPositiveValues(IntArrayList, IntArrayList, IntArrayList, FloatArrayList) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
getPositiveValues(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
getPositiveValues(IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
getPositiveValues(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
getPositiveValues(IntArrayList, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
getPositiveValues(IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix1D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix2D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix3D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
getPositiveValues(LongArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
getPositiveValues(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
getPositiveValues(IntArrayList, IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
getPositiveValues(IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Fills the coordinates and values of cells having positive values into the specified lists.
getPositiveValues(IntArrayList, IntArrayList, IntArrayList, LongArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Fills the coordinates and values of cells having positive values into the specified lists.
getPosVarCheck() - Method in class flanagan.analysis.Regression
 
getPowerN(double[], int) - Static method in class jhplot.math.ArrayMathUtils
Sums all components then puts to power n.
getpowerSpectrumEstimate() - Method in class flanagan.math.FourierTransform
 
getPreconditioner() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterativeSolver
 
getPreconditioner() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterativeSolver
Gets preconditioner
getPreconditioner() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterativeSolver
 
getPreconditioner() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterativeSolver
Gets preconditioner
getPrediction() - Method in class jhplot.stat.LinReg
Get prediction lines
getPrediction(Color) - Method in class jhplot.stat.LinReg
Get prediction lines
getPredictionBand(Color, double) - Method in class jhplot.stat.LinReg
Calculate the prediction band in form of P1D with errors.
getPredictionBand(int, Color, double) - Method in class jhplot.stat.LinReg
Calculate the prediction band in form of P1D with errors.
getPreferences() - Static method in class jhplot.HPlotJa
Checks whether preferences have been saved from an earlier session and if yes, imports them.
getProbability() - Method in class jhplot.H1D
Return q probability distribution derived from a histogram.
getProbability() - Method in class jhplot.H2D
Return q probability distribution derived from a histogram.
getProbabilityCH() - Method in class jhpro.stat.limit.StatConfidence
get probability (Cousins+Highland) for the given limit.
getProbabilityJ() - Method in class jhpro.stat.limit.StatConfidence
Probability (Jeffreys) for the given limit.
getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.Binomial
Access probability of success.
getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.Geometric
Access probability of success.
getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.NegativeBinomial
Access probability of success.
getProbabilitySWG() - Method in class jhpro.stat.limit.StatConfidence
Get probability (BaBar SWG) for the given limit.
getProduct() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_byte() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_Byte() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_Complex() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_double() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_Double() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_float() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_Float() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_int() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_Integer() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_long() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_Long() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_Phasor() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_short() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_Short() - Method in class flanagan.math.ArrayMaths
 
getProduct_as_String() - Method in class flanagan.math.ArrayMaths
 
getPseudoErrors() - Method in class flanagan.analysis.Regression
 
getPseudoSd() - Method in class flanagan.analysis.Regression
 
getPvalues() - Method in class flanagan.analysis.Regression
 
getPXY() - Method in class jhplot.io.PBufFile.Record.Builder
 
getPXY() - Method in class jhplot.io.PBufFile.Record
 
getPXYZ() - Method in class jhplot.io.PBufFile.Record.Builder
 
getPXYZ() - Method in class jhplot.io.PBufFile.Record
 
getQ() - Method in class cern.colt.matrix.linalg.QRDecomposition
Generates and returns the (economy-sized) orthogonal factor Q.
getQ(boolean) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleQRDecomposition
Generates and returns a copy of the orthogonal factor Q.
getQ() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatQRDecomposition
Generates and returns the (economy-sized) orthogonal factor Q.
getQ() - Method in class jhplot.math.QRDecomposition
Generate and return the (economy-sized) orthogonal factor
getQuick(int, int) - Method in class cern.colt.bitvector.BitMatrix
Returns from the receiver the value of the bit at the specified coordinate; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.bitvector.BitVector
Returns from the bitvector the value of the bit with the specified index; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.BooleanArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.ByteArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.CharArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.DistinctNumberList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.DoubleArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.FloatArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.IntArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.LongArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.MinMaxNumberList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.ObjectArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.ShortArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tbyte.ByteArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tchar.CharArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tfloat.FloatArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tint.AbstractIntList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tint.IntArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tlong.DistinctNumberList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tlong.LongArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tlong.MinMaxNumberList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.tshort.ShortArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tbit.BitMatrix
Returns from the receiver the value of the bit at the specified coordinate; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.matrix.tbit.BitVector
Returns from the bitvector the value of the bit with the specified index; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
getQuick(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCMDoubleMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCMDoubleMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
getQuick(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
getQuick(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCMFloatMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCMFloatMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.SparseCCMIntMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.SparseRCMIntMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
getQuick(int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix3D
 
getQuick(int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseCCMLongMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseRCMLongMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
getQuick(int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix3D
 
getQuick(int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseCCMObjectMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseRCMObjectMatrix2D
 
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
getQuick(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
getQuick(int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
getQuick(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getR() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns the upper triangular factor, R.
getR(boolean) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleQRDecomposition
Returns a copy of the upper triangular factor, R.
getR() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleQRDecomposition
Returns a copy of the upper triangular factor, R.
getR() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatQRDecomposition
Returns the upper triangular factor, R.
getR() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatQRDecomposition
Returns a copy of the upper triangular factor, R.
getR() - Method in class jhplot.math.QRDecomposition
Return the upper triangular factor
getRadius() - Method in class jhplot.shapes.Circle
Get the radius
getRadiusX() - Method in class jhplot.shapes.Ellipse
Get the radius in X
getRadiusY() - Method in class jhplot.shapes.Ellipse
Get the radius in Y
getRandomGenerator() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Returns the used random generator.
getRandomGenerator() - Method in class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant
Returns the used random generator.
getRandomGenerator() - Method in class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant
Returns the used random generator.
getRangeCopy(double[], int, int) - Static method in class jhplot.math.DoubleArray
Extract a section of an array.
getRangeCopy(int[], int, int) - Static method in class jhplot.math.IntegerArray
 
getRangeSet() - Method in class hep.aida.ref.function.BaseModelFunction
 
getRealEigenvalues() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns the real parts of the eigenvalues.
getRealEigenvalues() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleEigenvalueDecomposition
Returns the real parts of the eigenvalues.
getRealEigenvalues() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatEigenvalueDecomposition
Returns the real parts of the eigenvalues.
getRealPart() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the real part of this matrix
getRealPart() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns the real part of this matrix
getRealPart() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns the real part of this matrix
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
getRealPart() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the real part of this matrix
getRealPart() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns the real part of this matrix
getRealPart() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns the real part of this matrix
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
getRealPart() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
getReason() - Method in exception cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException
Returns the reason for the exception
getReason() - Method in exception cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException
Returns the reason for the exception
getRecords() - Method in class jhplot.io.HDataBase
Returns the current number of records in the database.
getReducedChiSquare() - Method in class flanagan.analysis.Regression
 
getRegularizationParameter() - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
Returns the regularization parameter
getRegularizationParameter() - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
Returns the regularization parameter
getRelation() - Method in class jminhep.cluster.DataHolder
Get name of the data holder (i.e.
getRelativeError() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
Access the current relative error in the evaluation.
getRelativeTolerance() - Method in class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Returns the relative convergence tolerance
getRelativeTolerance() - Method in class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Returns the relative convergence tolerance
getRelh() - Method in class jhplot.jadraw.JaObject
Returns the relative height of this object.
getRelHndc() - Method in class jhplot.jadraw.JaObject
Returns the relative height of this object in NDC.
getRelHuser() - Method in class jhplot.jadraw.JaObject
Returns the relative height of this object in USER.
getRelSize() - Method in class jhplot.jadraw.JaObject
Returns the relative width and height of this object.
getRelw() - Method in class jhplot.jadraw.JaObject
Returns the relative width of this object.
getRelWndc() - Method in class jhplot.jadraw.JaObject
Returns the relative width of this object in NDC.
getRelWuser() - Method in class jhplot.jadraw.JaObject
Returns the relative width of this object in USER.
getRepresentation() - Method in class hephysics.vec.SpacePoint
 
getResidual() - Method in exception cern.colt.matrix.tdouble.algo.solver.IterativeSolverDoubleNotConvergedException
Returns final computed residual
getResidual() - Method in exception cern.colt.matrix.tfloat.algo.solver.IterativeSolverFloatNotConvergedException
Returns final computed residual
getResiduals() - Method in class flanagan.analysis.Regression
 
getResiduals() - Method in class jhplot.stat.LinReg
Get residuals
getResult() - Method in class jhplot.HBsom
Get results of training.
getResult() - Method in class jhplot.HFitter
Get result of the fit.
getResult() - Method in class jhplot.stat.LinReg
Get the linear regression result
getResult() - Method in class jhplot.stat.LinRegWeighted
Get the fit results
getResults(String) - Method in class jhpro.stat.ConfidenceLevel
Display sort of a "canonical" -2lnQ plot.
getResults() - Method in class jhpro.stat.Moments
Get results in form of P1D.
getResults() - Method in class jhpro.stat.MomentsFac
Get results in form of P1D.
getResults() - Method in class jhpro.stat.MomentsFacNorm
Get results in form of P1D.
getResults() - Method in class jhpro.stat.MomentsNorm
Get results in form of P1D.
getRms() - Method in class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
getRms() - Method in class hep.aida.tfloat.ref.FloatHistogram1DContents
 
getRms() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getRms() - Method in class jhplot.io.PBufFile.Record.H1D
 
getRmses(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getRmses(int) - Method in class jhplot.io.PBufFile.Record.H1D
 
getRmsesCount() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getRmsesCount() - Method in class jhplot.io.PBufFile.Record.H1D
 
getRmsesList() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getRmsesList() - Method in class jhplot.io.PBufFile.Record.H1D
 
getRmsesX(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getRmsesX(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getRmsesXCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getRmsesXCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getRmsesXList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getRmsesXList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getRmsesY(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getRmsesY(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getRmsesYCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getRmsesYCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getRmsesYList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getRmsesYList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getRmsX() - Method in class jhplot.H2D
Get RMS on X
getRmsX() - Method in class jhplot.HProf2D
Get RMS on X
getRmsY() - Method in class jhplot.H2D
Get RMS on Y
getRmsY() - Method in class jhplot.HProf2D
Get RMS on Y
getRotAngle() - Method in class jhplot.jadraw.JaBlob
Returns the rotation angle of this blob.
getRotAngle() - Method in class jhplot.jadraw.JaKey
Returns the rotAngle property of this text object.
getRotAngle() - Method in class jhplot.jadraw.JaLatexText
Returns the rotAngle property of this text object.
getRotAngle() - Method in class jhplot.jadraw.JaText
Returns the rotAngle property of this text object.
getRotAngle() - Method in class jhplot.jadraw.JaTextBox
Returns the rotAngle property of this text object.
getRotAngle() - Method in class jhplot.jadraw.JaVertexT2
Returns the rotation angle of this vertex.
getRotateTicks(int) - Method in class jhplot.jadraw.JaAxes
Set true if ticks should be rotated
getRotation() - Method in class jhplot.GHMargin
Get the rotation angle of the text in degrees.
getRotation() - Method in class jhplot.HKey
Returns the rotation angle.
getRotation() - Method in class jhplot.HLabel
Returns the rotation angle.
getRotation() - Method in class jhplot.HMLabel
Returns the rotation angle.
getRotation() - Method in class jhplot.shapes.Text
Get the rotation angle
getRotationAngle() - Method in class jhplot.HPlot3D
Get the rotation angle
getRow() - Method in class hep.aida.ref.tuple.AbstractTuple
 
getRow() - Method in class hep.aida.ref.tuple.ChainedTuple
Get the current row.
getRow(int) - Method in class jhplot.PND
Return a specific row as array
getRow(int) - Method in class jhplot.PNI
Return a specific row as array
getRow(int) - Method in class jminhep.cluster.DataHolder
Get DataPoint at the position n
getRowCompressed() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed(boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed(boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed(boolean) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed(boolean) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressed(boolean) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed form.
getRowCompressedModified() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed modified form.
getRowCompressedModified() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed modified form.
getRowCompressedModified() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed modified form.
getRowCompressedModified() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed modified form.
getRowCompressedModified() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but is in a row-compressed modified form.
getRowCopy(int) - Method in class flanagan.math.Matrix
 
getRowCopy(double[][], int) - Static method in class jhplot.math.DoubleArray
Extract a row from a matrix.
getRowCopy(int[][], int) - Static method in class jhplot.math.IntegerArray
 
getRowIndexes() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Returns row indexes;
getRowIndexes() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Returns row indexes;
getRowIndexes() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Returns row indexes;
getRowIndexes() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Returns row indexes;
getRowIndexes() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Returns row indexes;
getRowIndexes() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Returns row indexes;
getRowIndexes() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Returns row indexes;
getRowMajor() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Returns a new matrix that has the same elements as this matrix, but they are addressed internally in row major.
getRowMajor() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Returns a new matrix that has the same elements as this matrix, but they are addressed internally in row major.
getRowMajor() - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
Returns a new matrix that has the same elements as this matrix, but they are addressed internally in row major.
getRowMajor() - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
Returns a new matrix that has the same elements as this matrix, but they are addressed internally in row major.
getRowMajor() - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
Returns a new matrix that has the same elements as this matrix, but they are addressed internally in row major.
getRowPointers() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Returns row pointers
getRowPointers() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Returns row pointers
getRowPointers() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Returns row pointers
getRowPointers() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Returns row pointers
getRowPointers() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Returns row pointers
getRowPointers() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Returns row pointers
getRowPointers() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Returns row pointers
getRows(String, int, int) - Method in class jhplot.PND
Get rows : min is inxluded, max is not;
getRows(String, int, int) - Method in class jhplot.PNI
Get rows : min is inxluded, max is not;
getRowsCopy(double[][], int...) - Static method in class jhplot.math.DoubleArray
Extract specific rows from a matrix.
getRowsCopy(int[][], int...) - Static method in class jhplot.math.IntegerArray
 
getRowsRangeCopy(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Extract a range of rows from a matrix.
getRowsRangeCopy(int[][], int, int) - Static method in class jhplot.math.IntegerArray
 
getRule() - Method in class jhplot.HCellular
Get current rule.
getRules() - Method in class jhplot.HCellular
Get all available rules
getRunNumber() - Method in class jhplot.HCellular
Returns the run number
getS() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the diagonal matrix of singular values.
getS() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns the diagonal matrix of singular values.
getS() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns the diagonal matrix of singular values.
getS() - Method in class jhplot.math.SingularValueDecomposition
Return the diagonal matrix of singular values
getSampleR() - Method in class flanagan.analysis.Regression
 
getSampleR2() - Method in class flanagan.analysis.Regression
 
getSampleSize() - Method in class jhplot.math.num.pdf.Hypergeometric
Access the sample size.
getScale() - Method in class flanagan.analysis.Regression
 
getScale() - Method in class flanagan.math.Maximisation
 
getScale() - Method in class flanagan.math.Minimisation
 
getScale() - Method in class jhplot.math.num.pdf.Cauchy
Access the scale parameter.
getScale() - Method in class jhplot.math.num.pdf.Laplace
Access the scale.
getScale() - Method in class jhplot.math.num.pdf.Logistic
Access the scale parameter.
getScale() - Method in class jhplot.math.num.pdf.Rayleigh
Access the scale parameter.
getScale() - Method in class jhplot.math.num.pdf.Weibull
Access the scale parameter.
getScaledInitialEstimates() - Method in class flanagan.analysis.Regression
 
getScaledInitialSteps() - Method in class flanagan.analysis.Regression
 
getScaledPosition(double, double) - Method in class jhplot.shapes.HShape
Scale the positions
getScaling() - Method in class jhplot.HPlot3D
Get the scaling
getSecond() - Method in class flanagan.math.TimeAndDate
 
getSeed() - Method in class flanagan.math.PsRandom
 
getSeedAtRowColumn(int, int) - Static method in class cern.jet.random.engine.RandomSeedTable
Returns a deterministic seed from a (seemingly gigantic) matrix of predefined seeds.
getSeedAtRowColumn(int, int) - Static method in class cern.jet.random.tdouble.engine.RandomSeedTable
Returns a deterministic seed from a (seemingly gigantic) matrix of predefined seeds.
getSeeds() - Method in class jminhep.cluster.Partition
Get seeds
getSegmentLength() - Method in class flanagan.math.FourierTransform
 
getSegmentNumber() - Method in class flanagan.math.FourierTransform
 
getSensitivity() - Method in class jhpro.stat.limit.StatConfidence
Get sensitivity
getSensitivityError() - Method in class jhpro.stat.limit.StatConfidence
Get error on sensitivity
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.F1D
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.F2D
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.FND
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.FPR
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.H1D
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.H2D
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.P0D
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.P0I
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.P1D
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.PND
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.PNI
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.PXY
 
getSerializedSize() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getSerializedSize() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
getSerializedSize() - Method in class jhplot.io.PEventFile.HEvent
 
getSerializedSize() - Method in class jhplot.io.PEventFile.HEvent.Group
 
getSerialVersionUID() - Static method in class flanagan.math.FourierTransform
 
getSerialVersionUID() - Static method in class flanagan.math.PsRandom
 
getSettings(XMLWrite) - Method in class jhplot.shapes.HShape
Returns the settings of the primitive in a XML instance.
getShadow() - Method in class jhplot.HPlot
Returns whether or not a shadow will be drawn at the panel border.
getShadowColor() - Method in class jhplot.jadraw.JaTextBox
Get color of shadow
getShadowXOffset() - Method in class jhplot.jadraw.JaTextBox
Get shadow offset in X
getShadowYOffset() - Method in class jhplot.jadraw.JaTextBox
Get shadow offset in Y
getShape() - Method in class jhplot.math.num.pdf.Weibull
Access the shape parameter.
getShort(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getShortDateUK() - Method in class flanagan.math.TimeAndDate
 
getShortDateUS() - Method in class flanagan.math.TimeAndDate
 
getShortProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getShortTime12() - Method in class flanagan.math.TimeAndDate
 
getShortTime24() - Method in class flanagan.math.TimeAndDate
 
getShortTimeNumberOfFrequencies() - Method in class flanagan.math.FourierTransform
 
getShortTimeNumberOfTimes() - Method in class flanagan.math.FourierTransform
 
getShortTimeWindowLength() - Method in class flanagan.math.FourierTransform
 
getSignal() - Method in class jhpro.stat.DataSource
Get data for signal
getSimplexSd() - Method in class flanagan.analysis.Regression
 
getSimplexSd() - Method in class flanagan.math.Maximisation
 
getSimplexSd() - Method in class flanagan.math.Minimisation
 
getSingularValues() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the diagonal of S, which is a one-dimensional array of singular values
getSingularValues() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns the diagonal of S, which is a one-dimensional array of singular values
getSingularValues() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns the diagonal of S, which is a one-dimensional array of singular values
getSingularValues() - Method in class jhplot.math.SingularValueDecomposition
Return the one-dimensional array of singular values
getSize() - Method in class jhplot.jadraw.JaObject
Returns the width and height of this object.
getSize() - Method in class jhplot.math.num.DoubleArray
Access the size of this array.
getSize() - Method in class jhpro.stat.DataKeeper
Get the size of container
getSize() - Method in class jminhep.cluster.DataHolder
Get size of the data holder
getSizeX() - Method in class jhplot.GHMargin
Get the size of this margin panel in X
getSizeX() - Method in class jhplot.GHPanel
Get the width of the main panel which keeps all margins and the central panel (in pixels)
getSizeX() - Method in class jhplot.HPlotJa
get X size
getSizeY() - Method in class jhplot.GHMargin
Get the size of this margin in Y
getSizeY() - Method in class jhplot.GHPanel
Get the height of the main panel which keeps all margins and the central panel (in pixels)
getSizeY() - Method in class jhplot.HPlotJa
get Y size
getSlicesCardinals() - Method in class jhplot.math.Slicing
 
getSlicesCenters() - Method in class jhplot.math.Slicing
 
getSlicesIndexes() - Method in class jhplot.math.Slicing
 
getSlicesWidths() - Method in class jhplot.math.Slicing
 
getSlicingMatrix() - Method in class jhplot.math.Slicing
 
getSlope() - Method in class jhplot.stat.LinReg
Get slope
getSlope() - Method in class jhplot.stat.LinRegWeighted
Get slope
getSlopeError() - Method in class jhplot.stat.LinReg
Get the standard error on slope
getSlopeError() - Method in class jhplot.stat.LinRegWeighted
Get the standard error on slope
getSortedEigenValues() - Method in class flanagan.math.Matrix
 
getSortedEigenVector() - Method in class flanagan.math.Matrix
 
getSortedEigenVectorsAsColumns() - Method in class flanagan.math.Matrix
 
getSortedEigenVectorsAsRows() - Method in class flanagan.math.Matrix
 
getSource() - Method in interface hep.aida.ref.tuple.FTupleEvent
 
getSpaceparity() - Method in class hephysics.particle.HEParticle
get P space parity
getSpin() - Method in class hephysics.particle.HEParticle
Get J total spin
getSSE() - Method in class jhplot.stat.LinReg
Get SSE value
getSSR() - Method in class jhplot.stat.LinReg
Ger SSR value
getStandardDeviation() - Method in class jhplot.math.num.pdf.LogNormal
Access the standard deviation.
getStandardDeviation() - Method in class jhplot.math.num.pdf.Normal
Access the standard deviation.
getStangle() - Method in class jhplot.jadraw.JaArcObject
Returns the stangle property of this arc object.
getStat() - Method in class jhplot.P0D
Print all statistics of the container
getStat() - Method in class jhplot.P0I
Print all statistics of the container
getStatistic() - Method in class jhpro.stat.ConfidenceLevel
 
getStatistics(H1D) - Method in class jhplot.HPlotJa
Get statistics in form of strings
getStatistics(P1D) - Method in class jhplot.HPlotJa
Get strings representing the statistics for the given object
getStatistics() - Method in class jhplot.jadraw.JaAxes
Get strings representing the statistics of the object
getStatParameters() - Method in class jhplot.H1D
Get statistical parameters of a Histogram as a list of strings
getStatus() - Method in class hephysics.particle.HEParticle
Status Monte Carlo code
getStd(int) - Method in class jhplot.stat.PCA
Get standard deviations
getStirlingError(double) - Static method in class jhplot.math.num.pdf.SaddlePoint
Compute the error of Stirling's series at the given value.
getStoppingCondition() - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
Returns the stopping condition
getStoppingCondition() - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
Returns the stopping condition
getString(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getString() - Method in class jhplot.GHMargin
Get the title of this panel
getStringPositionX() - Method in class jhplot.GHMargin
Get the text position in X relative to widths
getStringPositionY() - Method in class jhplot.GHMargin
Get the text position in Y relative to the frame height.
getStringProperty(int) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getStringValues() - Method in class jhplot.P0D
Return all values as a string.
getStringValues() - Method in class jhplot.P0I
Return all values as a string.
getStroke() - Method in class jhplot.jadraw.JaArcObject
Returns the stroke property of this arc object.
getStroke() - Method in class jhplot.jadraw.JaFillObject
Returns the stroke (line width) of this object.
getStroke() - Method in class jhplot.jadraw.JaLineObject
Returns the stroke property of this line object.
getStroke() - Method in class jhplot.jadraw.JaLoopObject
Returns the stroke property of this loop object.
getStroke() - Method in class jhplot.jadraw.JaVertex
Returns the stroke property of this line object.
getStroke() - Method in class jhplot.shapes.HShape
Get the Stroke to a specific value
getStyle() - Method in class jhplot.HPlot2D
Get current style
getSubMatrix(int, int, int, int) - Method in class flanagan.math.Matrix
 
getSubMatrix(int[], int[]) - Method in class flanagan.math.Matrix
 
getSubMatrixRangeCopy(double[][], int, int, int, int) - Static method in class jhplot.math.DoubleArray
Carve out a submatrix from the input matrix and return a copy.
getSubMatrixRangeCopy(int[][], int, int, int, int) - Static method in class jhplot.math.IntegerArray
 
getSubTicksNumber(int) - Method in class jhplot.jadraw.JaAxes
Get the number of sub-ticks
getSubTicksSize(int) - Method in class jhplot.jadraw.JaAxes
Get sub-tick size
getSubTicLength(int) - Method in class jhplot.HPlot
Returns the length of the sub-ticks.
getSubTicNumber(int) - Method in class jhplot.HPlot
Get the number of subticks for a given axis
getSum() - Method in class flanagan.math.ArrayMaths
 
getSum() - Method in class jhplot.P0D
Returns the sum of all values.
getSum() - Method in class jhplot.P0I
Returns the sum of all values.
getSum_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
getSum_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
getSum_as_byte() - Method in class flanagan.math.ArrayMaths
 
getSum_as_Byte() - Method in class flanagan.math.ArrayMaths
 
getSum_as_Complex() - Method in class flanagan.math.ArrayMaths
 
getSum_as_double() - Method in class flanagan.math.ArrayMaths
 
getSum_as_Double() - Method in class flanagan.math.ArrayMaths
 
getSum_as_float() - Method in class flanagan.math.ArrayMaths
 
getSum_as_Float() - Method in class flanagan.math.ArrayMaths
 
getSum_as_int() - Method in class flanagan.math.ArrayMaths
 
getSum_as_Integer() - Method in class flanagan.math.ArrayMaths
 
getSum_as_long() - Method in class flanagan.math.ArrayMaths
 
getSum_as_Long() - Method in class flanagan.math.ArrayMaths
 
getSum_as_Phasor() - Method in class flanagan.math.ArrayMaths
 
getSum_as_short() - Method in class flanagan.math.ArrayMaths
 
getSum_as_Short() - Method in class flanagan.math.ArrayMaths
 
getSum_as_String() - Method in class flanagan.math.ArrayMaths
 
getSummary(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getSummary(int) - Method in class jhplot.io.PBufFile.Record.H2D
 
getSummary() - Method in class jhplot.stat.PCA
Return projection vectors and information per projection vector.
getSummary() - Method in class jhplot.stat.StatShape
Return all shape parameters
getSummaryCount() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getSummaryCount() - Method in class jhplot.io.PBufFile.Record.H2D
 
getSummaryList() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
getSummaryList() - Method in class jhplot.io.PBufFile.Record.H2D
 
getSumOfSquares() - Method in class flanagan.analysis.Regression
 
getSumWeight() - Method in class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
getSumWeight() - Method in class hep.aida.tfloat.ref.FloatHistogram1DContents
 
getSumWeightSquared() - Method in class hep.aida.tdouble.ref.DoubleHistogram1DContents
 
getSumWeightSquared() - Method in class hep.aida.tfloat.ref.FloatHistogram1DContents
 
getSumXSquared() - Method in class jhplot.stat.LinReg
Get sun of the square
getSurfaceModel() - Method in class jhplot.HPlot3D
Get current surface
getSwap() - Method in class flanagan.math.Matrix
 
getSxx() - Method in class jhplot.stat.LinReg
Get Sxx value: sumXsquared - sumX * sumX / n
getSymbol() - Method in class jhplot.DrawOptions
Get current symbol
getSymbol(DataArray) - Static method in class jhplot.HPlotJa
 
getSymbolColor() - Method in class jhplot.P2D
Get color attribute
getSymbolicAnalysis() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleCholeskyDecomposition
Returns a copy of the symbolic Cholesky analysis object
getSymbolicAnalysis() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleLUDecomposition
Returns a copy of the symbolic LU analysis object
getSymbolicAnalysis() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleQRDecomposition
Returns a copy of the symbolic QR analysis object
getSymbolicAnalysis() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatCholeskyDecomposition
Returns a copy of the symbolic Cholesky analysis object
getSymbolicAnalysis() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatLUDecomposition
Returns a copy of the symbolic LU analysis object
getSymbolicAnalysis() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatQRDecomposition
Returns a copy of the symbolic QR analysis object
getSymbolSize() - Method in class jhplot.P2D
Get size of the symbols
getSymm() - Method in class jhplot.jadraw.JaLineObject
Returns the symm property of this line object.
getSys(P1D[]) - Method in class jhplot.P1D
Return P1D array which contains 2nd level errors (or systematic errors) evaluated from an array of P1D data holders.
getSyy() - Method in class jhplot.stat.LinReg
Get SYY value: sumYsquared - sumY * sumY / n
getT() - Method in class hephysics.vec.HepLorentzVector
Get time (as t())
getText() - Method in class jhplot.HKey
Get the text of the label.
getText() - Method in class jhplot.HLabel
Get the text of the label.
getText() - Method in class jhplot.HLabelEq
Get the equation text of the label.
getText() - Method in class jhplot.HMLabel
Get text of the label.
getText() - Method in class jhplot.jadraw.JaKey
Returns the textString property of this text object.
getText() - Method in class jhplot.jadraw.JaText
Returns the textString property of this text object.
getText() - Method in class jhplot.jadraw.JaTextBox
Returns the textString property of this text object.
getText() - Method in interface jhplot.math.io.StringPrintable
 
getText() - Method in class jhplot.shapes.Text
Get a string with the text
getTextBottom() - Method in class jhplot.GHPanel
Get the text of bottom margin.
getTextBottomColor() - Method in class jhplot.GHPanel
Get the color of bottom margin for the text.
getTextBottomColorBack() - Method in class jhplot.GHPanel
Get the background color of bottom margin
getTextBottomFont() - Method in class jhplot.GHPanel
Get the font of bottom margin.
getTextLeft() - Method in class jhplot.GHPanel
Get the text of left margin.
getTextLeftColor() - Method in class jhplot.GHPanel
Get the color of bottom margin for the text.
getTextLeftColorBack() - Method in class jhplot.GHPanel
Get the background color of left margin
getTextLeftFont() - Method in class jhplot.GHPanel
Get the font of left margin.
getTextPosBottomX() - Method in class jhplot.GHPanel
Get the text position in X relative to widths for bottom margin
getTextPosBottomY() - Method in class jhplot.GHPanel
Get the text position in Y relative to widths for bottom margin
getTextPosLeftX() - Method in class jhplot.GHPanel
Get the text position in X relative to widths for left margin
getTextPosLeftY() - Method in class jhplot.GHPanel
Get the text position in Y relative to widths for left margin
getTextPosRightX() - Method in class jhplot.GHPanel
Get the text position in X relative to widths for right margin
getTextPosRightY() - Method in class jhplot.GHPanel
Get the text position in Y relative to widths for right margin
getTextPosTopX() - Method in class jhplot.GHPanel
Get the text position in X relative to widths for top margin
getTextPosTopY() - Method in class jhplot.GHPanel
Get the text position in Y relative to widths for top margin
getTextRight() - Method in class jhplot.GHPanel
Get text of right margin.
getTextRightColor() - Method in class jhplot.GHPanel
Get the color of right margin for the text.
getTextRightColorBack() - Method in class jhplot.GHPanel
Get the background color of right margin
getTextRightFont() - Method in class jhplot.GHPanel
Get the font of right margin.
getTextRotationBottom() - Method in class jhplot.GHPanel
Get the text rotation for bottom margin
getTextRotationLeft() - Method in class jhplot.GHPanel
Get the text rotation for left margin
getTextRotationRight() - Method in class jhplot.GHPanel
Get the text rotation for right margin
getTextRotationTop() - Method in class jhplot.GHPanel
Get the text rotation for top margin
getTextString() - Method in class jhplot.jadraw.JaLatexText
Returns the textString property of this text object.
getTextTop() - Method in class jhplot.GHPanel
Get text of top margin (title).
getTextTopColor() - Method in class jhplot.GHPanel
Get the color of top margin for the text.
getTextTopColorBack() - Method in class jhplot.GHPanel
Get the background color of top margin
getTextTopFont() - Method in class jhplot.GHPanel
Get the font of top margin
getTicColor(int) - Method in class jhplot.HPlot
Returns the color used by the labels drawn at each tick.
getTicFont(int) - Method in class jhplot.HPlot
Returns the font used by the labels drawn at each tick.
getTicksNumber(int) - Method in class jhplot.jadraw.JaAxes
Get number of main ticks
getTicksSize(int) - Method in class jhplot.jadraw.JaAxes
Get subtick size
getTicLabel() - Method in class jhplot.jadraw.JaAxes
 
getTicLength(int) - Method in class jhplot.HPlot
Returns the length of the ticks.
getTicsMirror(int) - Method in class jhplot.HPlot
Returns whether or not we should draw ticks on the mirror axis.
getTicsRotate(int) - Method in class jhplot.HPlot
Returns whether or not we should rotate the ticks.
getTimeFrequencyMatrix() - Method in class flanagan.math.FourierTransform
 
getTitle() - Method in class jhplot.DrawOptions
Get the title of an object
getTitle() - Method in class jhplot.F1D
Get a function title
getTitle() - Method in class jhplot.F2D
Get the title
getTitle() - Method in class jhplot.F3D
Get the title
getTitle() - Method in class jhplot.FND
Get the name of the function used for evaluation Same as getName().
getTitle() - Method in class jhplot.FPR
Get the title
getTitle() - Method in class jhplot.H1D
get Title of the histogram
getTitle() - Method in class jhplot.H2D
Get the title
getTitle() - Method in class jhplot.H3D
get Title of the histogram
getTitle() - Method in class jhplot.HProf1D
get Title of the histogram
getTitle() - Method in class jhplot.io.FileRoot
Get ROOT title
getTitle() - Method in class jhplot.P0D
Get a new title
getTitle() - Method in class jhplot.P0I
Get a new title
getTitle() - Method in class jhplot.P1D
Get a new title
getTitle() - Method in class jhplot.P2D
Get a new title
getTitle() - Method in class jhplot.P3D
Get a new title
getTitle() - Method in class jhplot.PND
Get a new title
getTitle() - Method in class jhplot.PNI
Get a new title
getTitle() - Method in class jhplot.SPlot
Get the title of the graph, or an empty string if there is none.
getTitle() - Method in class jhplot.VHolder
Get title of the container
getTitle() - Method in class jhpro.stat.DataKeeper
 
getTMax() - Method in class jhplot.HCellular
Returns used t_max
getTolerance() - Method in class flanagan.analysis.Regression
 
getTolerance() - Method in class flanagan.math.Maximisation
 
getTolerance() - Method in class flanagan.math.Minimisation
 
getTorus(String) - Static method in class jhplot.HCellular
 
getTransformedDataAsAlternate() - Method in class flanagan.math.FourierTransform
 
getTransformedDataAsComplex() - Method in class flanagan.math.FourierTransform
 
getTransparency() - Method in class jhplot.jadraw.JaBlob
Get the transparency of it
getTransparency() - Method in class jhplot.jadraw.JaBox
Get the transparency of it
getTransparency() - Method in class jhplot.jadraw.JaLine
Get the transparency of it
getTransparency() - Method in class jhplot.shapes.HShape
Get the transparency level
getTranspose() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTranspose() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Returns a new matrix that is the transpose of this matrix.
getTrapAccuracy() - Static method in class flanagan.integration.Integration
 
getTrapeziumAccuracy() - Method in class flanagan.integration.Integration
 
getTrapeziumIntervals() - Method in class flanagan.integration.Integration
 
getTrapIntervals() - Static method in class flanagan.integration.Integration
 
getTree() - Method in class hep.aida.ref.tree.MountPoint
 
getTrueFreq() - Method in class flanagan.analysis.Regression
 
getTuple(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
getTuple() - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getTvalues() - Method in class flanagan.analysis.Regression
 
getType() - Method in class hep.aida.ref.event.TreeEvent
 
getType() - Method in class hephysics.particle.HEParticle
Get PDG type ID
getType() - Method in class jhplot.DrawOptions
Get the type of the object
getType() - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
getType() - Method in class jhplot.jadraw.JaKey
Get type of this object
getType() - Method in class jhplot.jadraw.JaText
Get identification type for this label
getType() - Method in class jhplot.jadraw.JaTextBox
Get identification number for this text object
getType() - Method in class jhplot.shapes.Arrow
Get the type of arrow
getTypeName(String) - Method in class hep.aida.ref.function.JELCompiledExpression.Resolver
 
getTypeName(String) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
getU() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the left singular vectors U.
getU() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns the left singular vectors U.
getU() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleLUDecomposition
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns the left singular vectors U.
getU() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatLUDecomposition
Returns the upper triangular factor, U.
getU() - Method in class jhplot.math.LUDecomposition
Return upper triangular factor
getU() - Method in class jhplot.math.SingularValueDecomposition
Return the left singular vectors
getUnderflow() - Method in class jhplot.H1D
Number of underflow entries
getUnderflow() - Method in class jhplot.HProf1D
Number of underflow entries
getUnderflow() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
getUnderflow() - Method in class jhplot.io.PBufFile.Record.H1D
 
getUnderflowEntriesX() - Method in class jhplot.H2D
Get underflow entries in X
getUnderflowEntriesX() - Method in class jhplot.HProf2D
Get underflow entries in X
getUnderflowEntriesY() - Method in class jhplot.H2D
Get underflow entries in Y
getUnderflowEntriesY() - Method in class jhplot.HProf2D
Get underflow entries in Y
getUnderflowHeight() - Method in class jhplot.H1D
Underflow height
getUnderflowHeight() - Method in class jhplot.HProf1D
Underflow height
getUnderflowHeightsX() - Method in class jhplot.HProf2D
Get underflow heights in X
getUnderflowHeightX() - Method in class jhplot.H2D
Get underflow height in X
getUnderflowHeightX() - Method in class jhplot.HProf2D
Get underflow height in X
getUnderflowHeightY() - Method in class jhplot.H2D
Get underflow height in Y
getUnderflowHeightY() - Method in class jhplot.HProf2D
Get underflow height in Y
getUpper() - Method in class jhplot.math.num.pdf.Uniform
Access the upper parameter.
getUpperEdgeX(int) - Method in class jhplot.H2D
Get upper edge of the bin in X
getUpperEdgeX(int) - Method in class jhplot.HProf2D
Get upper edge of the bin in X
getUpperEdgeY(int) - Method in class jhplot.H2D
Get upper edge of the bin in Y
getUpperEdgeY(int) - Method in class jhplot.HProf2D
Get upper edge of the bin in Y
getUsedDataLength() - Method in class flanagan.math.FourierTransform
 
getUserModeString() - Method in class jhplot.HCellular
 
getV() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns the eigenvector matrix, V
getV() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the right singular vectors V.
getV() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleEigenvalueDecomposition
Returns the eigenvector matrix, V
getV() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns the right singular vectors V.
getV() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleQRDecomposition
Returns a copy of the Householder vectors v, from the Householder reflections H = I - beta*v*v'.
getV() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatEigenvalueDecomposition
Returns the eigenvector matrix, V
getV() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns the right singular vectors V.
getV() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatQRDecomposition
Returns a copy of the Householder vectors v, from the Householder reflections H = I - beta*v*v'.
getV() - Method in class jhplot.math.SingularValueDecomposition
Return the right singular vectors
getV3() - Method in class hephysics.particle.LParticle
Get a 3-vector woth (Px,Py,Pz) or (X,Y,Z)
getV3() - Method in class hephysics.vec.HepLorentzVector
Get 3-vector
getVal() - Method in class jhplot.math.ValueErr
Get current value
getValue() - Method in class flanagan.analysis.ErrorProp
 
getValue(int) - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
getValue(int) - Method in class jhplot.io.PBufFile.Record.P0D
 
getValue(int) - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
getValue(int) - Method in class jhplot.io.PBufFile.Record.P0I
 
getValue(int) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
getValue(int) - Method in class jhplot.io.PBufFile.Record.PND
 
getValue(int) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
getValue(int) - Method in class jhplot.io.PBufFile.Record.PNI
 
getValue(int) - Method in class jhpro.stat.DataKeeper
Get value at index
getValueAt(int, int) - Method in class jhplot.SPsheet
This method returns the cell object at those coordinates.
getValueCount() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
getValueCount() - Method in class jhplot.io.PBufFile.Record.P0D
 
getValueCount() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
getValueCount() - Method in class jhplot.io.PBufFile.Record.P0I
 
getValueCount() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
getValueCount() - Method in class jhplot.io.PBufFile.Record.PND
 
getValueCount() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
getValueCount() - Method in class jhplot.io.PBufFile.Record.PNI
 
getValueList() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
getValueList() - Method in class jhplot.io.PBufFile.Record.P0D
 
getValueList() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
getValueList() - Method in class jhplot.io.PBufFile.Record.P0I
 
getValueList() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
getValueList() - Method in class jhplot.io.PBufFile.Record.PND
 
getValueList() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
getValueList() - Method in class jhplot.io.PBufFile.Record.PNI
 
getValues() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Returns numerical values
getValues() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Returns numerical values
getValues(int) - Method in class jhplot.H1D
Get positions in X,Y and Errors.
getValues(int) - Method in class jhplot.HProf1D
Get positions in X,Y and Errors.
getValues() - Method in class jhpro.stat.DataKeeper
Get values
getValues() - Method in class jhpro.stat.Moments
Get values of the moments
getValues() - Method in class jhpro.stat.MomentsFac
Get values of the factorial moments
getValues() - Method in class jhpro.stat.MomentsFacNorm
Get values of the normalised factorial moments (NFM).
getValues() - Method in class jhpro.stat.MomentsNorm
Get values of the normalised factorial moments (NFM).
getVariance() - Method in class jhplot.math.num.pdf.NegativeBinomial
Get mean value.
getVarianceMax() - Method in class jhpro.stat.EEcentricity
Get variance alone the major axis (longest component)
getVarianceMin() - Method in class jhpro.stat.EEcentricity
Get variance alone the minor (shortest component)
getVarimaxIterations() - Method in class flanagan.analysis.PCA
 
getVarimaxOption() - Method in class flanagan.analysis.PCA
 
getVars() - Method in class jhplot.FND
Return all variables
getVars() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
getVars() - Method in class jhplot.io.PBufFile.Record.FND
 
getVarString() - Method in class jhplot.FND
Get arguments of the function (independent variables).
getVersion() - Method in class jhplot.io.EFile
Get version of the input file.
getVersion() - Method in class jhplot.io.FileRoot
Get ROOT version
getVersion() - Method in class jhplot.io.PFile
Get version of the input file.
getVersion() - Static method in class jhplot.JHPlot
Get version information
getWeight() - Method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
getWeight() - Method in class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
 
getWeight() - Method in class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
 
getWeightedResiduals() - Method in class flanagan.analysis.Regression
 
getWeightingOption() - Method in class flanagan.analysis.ProbabilityPlot
 
getWeights() - Method in class flanagan.math.FourierTransform
 
getWhoAm() - Method in class jhplot.shapes.HShape
Primitive type
getWidth() - Method in class jhplot.jadraw.JaObject
Returns the width of this object.
getWidth() - Method in class jhplot.v3d.Model3d
 
getWindowOption() - Method in class flanagan.math.FourierTransform
 
getX(int) - Method in class jhplot.F1D
Get value in X-axis
getX(int) - Method in class jhplot.FND
Get value in X-axis
getX() - Method in class jhplot.HKey
Returns the X position of the text.
getX() - Method in class jhplot.HLabel
Returns the X position of the text.
getX() - Method in class jhplot.HLabelEq
Returns the X position of the text.
getX() - Method in class jhplot.HMLabel
Returns the X position of the text.
getX(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getX(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getX(int) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getX(int) - Method in class jhplot.io.PBufFile.Record.PXY
 
getX(int) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getX(int) - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getX() - Method in class jhplot.jadraw.JaObject
Returns the x coordinate of this object.
getX(int) - Method in class jhplot.P1D
Return a specific X-value.
getX(int) - Method in class jhplot.P2D
Return a specific X-value.
getX(int) - Method in class jhplot.P3D
Return a specific X-value.
getX() - Method in class jhplot.v3d.Vector3d
 
getX1() - Method in class jhplot.jadraw.JaArcObject
Returns the x coordinate of the first click point of this arc.
getX1() - Method in class jhplot.jadraw.JaVertexT5
Returns the x coordinate of the first click point of this vertex.
getX2() - Method in class jhplot.jadraw.JaArcObject
Returns the x coordinate of the second click point of this arc.
getX2() - Method in class jhplot.jadraw.JaVertexT5
Returns the x coordinate of the second click point of this vertex.
getX3() - Method in class jhplot.jadraw.JaVertexT5
Returns the x coordinate of the third click point of this vertex.
getXAutoRange() - Method in class jhplot.SPlot
Get the range for X values of the data points registered so far.
getXBar() - Method in class jhplot.stat.LinReg
Get average x
getXBar() - Method in class jhplot.stat.LinRegWeighted
Get average x
getXCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXCount() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getXCount() - Method in class jhplot.io.PBufFile.Record.PXY
 
getXCount() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getXCount() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getXdata() - Method in class flanagan.analysis.Regression
 
getXLabel() - Method in class jhplot.SPlot
Get the label for the X (horizontal) axis, or null if none has been set.
getXleft(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXleft(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getXleft(int) - Method in class jhplot.P1D
Return a specific left error on X-value.
getXleftCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXleftCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXleftList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXleftList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXleftSys(int) - Method in class jhplot.P1D
Return a specific left error on X-value (systematic error).
getXList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXList() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getXList() - Method in class jhplot.io.PBufFile.Record.PXY
 
getXList() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getXList() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getXLog() - Method in class jhplot.SPlot
Return whether the X axis is drawn with a logarithmic scale.
getXmax() - Method in class flanagan.interpolation.BiCubicSpline
 
getXmax() - Method in class flanagan.interpolation.BiCubicSplineFirstDerivative
 
getXmax() - Method in class flanagan.interpolation.BiCubicSplinePartialDerivative
 
getXmax() - Method in class flanagan.interpolation.CubicSpline
 
getXmax() - Method in class flanagan.interpolation.PolyCubicSpline
 
getXmax() - Method in class flanagan.interpolation.QuadriCubicSpline
 
getXmax() - Method in class flanagan.interpolation.TriCubicSpline
 
getXmin() - Method in class flanagan.interpolation.BiCubicSpline
 
getXmin() - Method in class flanagan.interpolation.BiCubicSplineFirstDerivative
 
getXmin() - Method in class flanagan.interpolation.BiCubicSplinePartialDerivative
 
getXmin() - Method in class flanagan.interpolation.CubicSpline
 
getXmin() - Method in class flanagan.interpolation.PolyCubicSpline
 
getXmin() - Method in class flanagan.interpolation.QuadriCubicSpline
 
getXmin() - Method in class flanagan.interpolation.TriCubicSpline
 
getXndc() - Method in class jhplot.jadraw.JaObject
Returns the NDC x coordinate of this object.
getXRange() - Method in class jhplot.SPlot
Get the X range.
getXright(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXright(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getXright(int) - Method in class jhplot.P1D
Return a specific right error on X-value.
getXrightCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXrightCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXrightList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXrightList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXrightSys(int) - Method in class jhplot.P1D
Return a specific right error on X-value (systematic error).
getXsysleft(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXsysleft(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getXsysleftCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXsysleftCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXsysleftList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXsysleftList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXsysright(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXsysright(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getXsysrightCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXsysrightCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXsysrightList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getXsysrightList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getXTicks() - Method in class jhplot.SPlot
Get the X ticks that have been specified, or null if none.
getXuser() - Method in class jhplot.jadraw.JaObject
Returns the USER x coordinate of this object.
getXYCoord(int, int, int, int) - Method in class jhplot.jadraw.JaBox
Get coordinates of the box
getY(int) - Method in class jhplot.F1D
Get value in Y-axis
getY(int) - Method in class jhplot.FND
Get value in Y-axis
getY() - Method in class jhplot.HKey
Returns the Y position of the text.
getY() - Method in class jhplot.HLabel
Returns the Y position of the text.
getY() - Method in class jhplot.HLabelEq
Returns the Y position of the text.
getY() - Method in class jhplot.HMLabel
Returns the Y position of the text.
getY(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getY(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getY(int) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getY(int) - Method in class jhplot.io.PBufFile.Record.PXY
 
getY(int) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getY(int) - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getY() - Method in class jhplot.jadraw.JaObject
Returns the y coordinate of this object.
getY(int) - Method in class jhplot.P1D
Return a specific Y-value.
getY(int) - Method in class jhplot.P2D
Return a specific Y-value.
getY(int) - Method in class jhplot.P3D
Return a specific Y-value.
getY() - Method in class jhplot.v3d.Vector3d
 
getY1() - Method in class jhplot.jadraw.JaArcObject
Returns the y coordinate of the first click point of this arc.
getY1() - Method in class jhplot.jadraw.JaVertexT5
Returns the y coordinate of the first click point of this vertex.
getY2() - Method in class jhplot.jadraw.JaArcObject
Returns the y coordinate of the second click point of this arc.
getY2() - Method in class jhplot.jadraw.JaVertexT5
Returns the y coordinate of the second click point of this vertex.
getY3() - Method in class jhplot.jadraw.JaVertexT5
Returns the y coordinate of the third click point of this vertex.
getYAutoRange() - Method in class jhplot.SPlot
Get the range for Y values of the data points registered so far.
getYBar() - Method in class jhplot.stat.LinReg
Get average Y
getYBar() - Method in class jhplot.stat.LinRegWeighted
Get average Y
getYcalc() - Method in class flanagan.analysis.Regression
 
getYCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYCount() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getYCount() - Method in class jhplot.io.PBufFile.Record.PXY
 
getYCount() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getYCount() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getYdata() - Method in class flanagan.analysis.Regression
 
getYear() - Method in class flanagan.math.TimeAndDate
 
getYLabel() - Method in class jhplot.SPlot
Get the label for the Y (vertical) axis, or null if none has been set.
getYList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYList() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
getYList() - Method in class jhplot.io.PBufFile.Record.PXY
 
getYList() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getYList() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getYLog() - Method in class jhplot.SPlot
Return whether the Y axis is drawn with a logarithmic scale.
getYlower(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYlower(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getYlower(int) - Method in class jhplot.P1D
Return a specific lower error on Y-value.
getYlowerCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYlowerCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYlowerList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYlowerList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYlowerSys(int) - Method in class jhplot.P1D
Return a specific total lower error on Y-value.
getYndc() - Method in class jhplot.jadraw.JaObject
Returns the NDC y coordinate of this object.
getYRange() - Method in class jhplot.SPlot
Get the Y range.
getYscale() - Method in class flanagan.analysis.Regression
 
getYscaleOption() - Method in class flanagan.analysis.Regression
 
getYsyslower(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYsyslower(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getYsyslowerCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYsyslowerCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYsyslowerList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYsyslowerList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYsysupper(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYsysupper(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getYsysupperCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYsysupperCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYsysupperList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYsysupperList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYTicks() - Method in class jhplot.SPlot
Get the Y ticks that have been specified, or null if none.
getYupper(int) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYupper(int) - Method in class jhplot.io.PBufFile.Record.P1D
 
getYupper(int) - Method in class jhplot.P1D
Return a specific upper error on Y-value.
getYupperCount() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYupperCount() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYupperList() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
getYupperList() - Method in class jhplot.io.PBufFile.Record.P1D
 
getYupperSys(int) - Method in class jhplot.P1D
Return a specific systematical upper error on Y-value.
getYuser() - Method in class jhplot.jadraw.JaObject
Returns the USER y coordinate of this object.
getZ(int) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getZ(int) - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getZ(int) - Method in class jhplot.P2D
Return a specific Z-value.
getZ(int) - Method in class jhplot.P3D
Return a specific Z-value.
getZ() - Method in class jhplot.v3d.Vector3d
 
getZCount() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getZCount() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
getZList() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
getZList() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
GeV - Static variable in class cern.clhep.Units
 
GHFrame - Class in jhplot
Create main Frame with several plots.
GHFrame(String, int, int, int, int, boolean) - Constructor for class jhplot.GHFrame
Create main frame window
GHFrame(String, int, int) - Constructor for class jhplot.GHFrame
Construct a GHFrame with a single plot/graph.
GHFrame(String, int, int, boolean) - Constructor for class jhplot.GHFrame
Construct a GHFrame canvas with a single plot/graph.
GHFrame(String, int, int, int, int) - Constructor for class jhplot.GHFrame
Construct a GHFrame canvas with plots/graphs.
GHFrame(String) - Constructor for class jhplot.GHFrame
Construct a GHFrame canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
GHFrame() - Constructor for class jhplot.GHFrame
Construct a GHFrame canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default".
GHMargin - Class in jhplot
Panels with global margin.
GHMargin(GHPanel, String) - Constructor for class jhplot.GHMargin
Main class to create global margin
GHPanel - Class in jhplot
Class to build the global panel with graphics.
GHPanel(int, int) - Constructor for class jhplot.GHPanel
Create a panel with graphics.
gigaelectronvolt - Static variable in class cern.clhep.Units
 
GlArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
 
GLine(float, float) - Static method in class jhplot.jadraw.Diagram
A g-line for ghost particles.
GlLine(float, float) - Static method in class jhplot.jadraw.Diagram
Get a gluon line object
GlLoop(float, float) - Static method in class jhplot.jadraw.Diagram
Get a gluon loop object
GLoop(float, float) - Static method in class jhplot.jadraw.Diagram
Get a g-loop object
goodFriday() - Method in class flanagan.math.TimeAndDate
 
goodFriday(int) - Method in class flanagan.math.TimeAndDate
 
gradient(double[]) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
gradient(double[]) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
gradient(double[]) - Method in class hep.aida.ref.function.AbstractIFunction
 
gradient(double[]) - Method in class hep.aida.ref.function.BaseModelFunction
 
gradient(double[]) - Method in class hep.aida.ref.function.ExponentialCoreNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.ExponentialCoreNotNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.FunctionCore
 
gradient(double[]) - Method in class hep.aida.ref.function.GaussianCore2DNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.GaussianCore2DNotNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.GaussianCoreNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.GaussianCoreNotNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.JELFunctionCore
 
gradient(double[]) - Method in class hep.aida.ref.function.LorentzianCoreNotNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.MoyalCoreNotNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.PolynomialCoreNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
gradient(double[]) - Method in class hep.aida.ref.function.SumOfFunctions
 
gram - Static variable in class cern.clhep.Units
 
gramToOunce(double) - Static method in class flanagan.math.Conv
 
gramToOunce(double) - Static method in class flanagan.math.Fmath
 
graph(Graphics) - Method in class flanagan.math.FourierTransform
 
gray - Static variable in class cern.clhep.Units
 
greater(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = A[row,col] > s ? 1 : 0.
greater(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = A[row,col] > B[row,col] ? 1 : 0.
greater - Static variable in class cern.jet.math.Functions
Function that returns a > b ? 1 : 0.
greater(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a > b ? 1 : 0.
greater - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a > b ? 1 : 0.
greater(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a > b ? 1 : 0.
greater - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a > b ? 1 : 0.
greater(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a > b ? 1 : 0.
Grid - Class in hep.aida.ref.function
 
Grid(IModelFunction) - Constructor for class hep.aida.ref.function.Grid
 
GROUP_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent
 
gumbelMax() - Method in class flanagan.analysis.Regression
 
gumbelMax(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxMean(double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxMedian(double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxMode(double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxMu() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxMuError() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxOnePar() - Method in class flanagan.analysis.Regression
 
gumbelMaxOneParPlot() - Method in class flanagan.analysis.Regression
 
gumbelMaxOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
gumbelMaxPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxPlot() - Method in class flanagan.analysis.Regression
 
gumbelMaxProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
gumbelMaxRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
gumbelMaxSigma() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxSigmaError() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMaxStandard() - Method in class flanagan.analysis.Regression
 
gumbelMaxStandardDeviation(double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxStandardPlot() - Method in class flanagan.analysis.Regression
 
gumbelMaxStandDev(double) - Static method in class flanagan.analysis.Stat
 
gumbelMaxSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMin() - Method in class flanagan.analysis.Regression
 
gumbelMin(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinMean(double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinMedian(double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinMode(double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinMu() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinMuError() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinOnePar() - Method in class flanagan.analysis.Regression
 
gumbelMinOneParPlot() - Method in class flanagan.analysis.Regression
 
gumbelMinOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
gumbelMinPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinPlot() - Method in class flanagan.analysis.Regression
 
gumbelMinProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinProbCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
gumbelMinRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
gumbelMinRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
gumbelMinSigma() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinSigmaError() - Method in class flanagan.analysis.ProbabilityPlot
 
gumbelMinStandard() - Method in class flanagan.analysis.Regression
 
gumbelMinStandardDeviation(double) - Static method in class flanagan.analysis.Stat
 
gumbelMinStandardPlot() - Method in class flanagan.analysis.Regression
 
gumbelMinStandDev(double) - Static method in class flanagan.analysis.Stat
 
gumbelMinSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 

H

H1D - Class in jhplot
Class to create a histogram in one dimension (1D).
H1D() - Constructor for class jhplot.H1D
Build 1D histogram.
H1D(String, int, double, double) - Constructor for class jhplot.H1D
Build 1D histogram
H1D(String, double[]) - Constructor for class jhplot.H1D
Create 1D histogram with variable bin size.
H1D(String, IAxis) - Constructor for class jhplot.H1D
Create 1D histogram with variable bin size.
H1D(Histogram1D) - Constructor for class jhplot.H1D
Create H1D histogram from JAIDA Histogram1D class.
H1D(Cloud1D, int) - Constructor for class jhplot.H1D
Create H1D histogram from JAIDA Cloud1D class.
H1D(IHistogram1D) - Constructor for class jhplot.H1D
Create H1D histogram from JAIDA IHistogram1D class
H1D(String, H1D) - Constructor for class jhplot.H1D
Create H1D from another instance.
H1D(TH1) - Constructor for class jhplot.H1D
Create H1D histogram from JAIDA TH1 histogram class
H1D_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
H2D - Class in jhplot
Main class to create a 2D histogram.
H2D(String, int, double, double, int, double, double) - Constructor for class jhplot.H2D
Create 2D histogram
H2D(IHistogram2D) - Constructor for class jhplot.H2D
Create H2D histogram from JAIDA IHistogram2D class
H2D(Cloud2D, int, int) - Constructor for class jhplot.H2D
Create H2D histogram from Cloud2D.
H2D(String, double[], double[]) - Constructor for class jhplot.H2D
Create a 2D histogram using variable size bins in X and Y
H2D(String, IAxis, IAxis) - Constructor for class jhplot.H2D
Define H2D in terms of axis
H2D(Histogram2D) - Constructor for class jhplot.H2D
Create a H2D histogram from JAIDA histogram
H2D(TH2) - Constructor for class jhplot.H2D
Create H2D histogram from JAIDA TH1 histogram class
H2D_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
H3D - Class in jhplot
Create histogram in 3D
H3D(String, IAxis, IAxis, IAxis) - Constructor for class jhplot.H3D
Create 3D histogram
h_Planck - Static variable in class cern.clhep.PhysicalConstants
 
H_PLANCK - Static variable in class flanagan.math.Fmath
 
H_PLANCK_RED - Static variable in class flanagan.math.Fmath
 
HALF_LOG_2_PI - Static variable in interface jhplot.math.num.Constants
1/2 * log(2 π).
halfpi - Static variable in class cern.clhep.PhysicalConstants
 
harmonicMean() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the harmonic mean, which is size() / Sum( 1/x[i] ).
harmonicMean(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the harmonic mean of a data sequence.
harmonicMean(int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the harmonic mean of a data sequence.
harmonicMean(int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the harmonic mean of a data sequence.
harmonicMean() - Method in class flanagan.analysis.Stat
 
harmonicMean(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(Complex[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(double[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(float[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(double[], double[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean(float[], float[]) - Static method in class flanagan.analysis.Stat
 
harmonicMean() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the harmonic mean, which is size() / Sum( 1/x[i] ).
harmonicMean() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the harmonic mean, which is size() / Sum( 1/x[i] ).
harmonicMean_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
harmonicMean_as_Complex() - Method in class flanagan.analysis.Stat
 
harmonicMean_as_double() - Method in class flanagan.analysis.Stat
 
hasAllentries() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasAllentries() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasAllentries() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
hasAllentries() - Method in class jhplot.io.PBufFile.Record.H2D
 
hasBeenFilled(String) - Method in class hep.aida.ref.tree.Tree
Is called by the Store to let Tree know that a particular folder has been filled already.
hasBins() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasBins() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasColumnIndexesSorted() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Returns true if column indexes are sorted, false otherwise
hasColumnIndexesSorted() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Returns true if column indexes are sorted, false otherwise
hasColumnIndexesSorted() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Returns true if column indexes are sorted, false otherwise
hasColumnIndexesSorted() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Returns true if column indexes are sorted, false otherwise
hasColumnIndexesSorted() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Returns true if column indexes are sorted, false otherwise
hasDefaultValue() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
hasDefaultValue() - Method in interface hep.aida.ref.tuple.FTupleColumn
 
hasDefaultValue() - Method in class hep.aida.ref.tuple.TupleColumn
 
hasDefinition() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
hasDefinition() - Method in class jhplot.io.PBufFile.Record.F1D
 
hasDefinition() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
hasDefinition() - Method in class jhplot.io.PBufFile.Record.F2D
 
hasDefinition() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
hasDefinition() - Method in class jhplot.io.PBufFile.Record.FND
 
hasDefinition() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
hasDefinition() - Method in class jhplot.io.PBufFile.Record.FPR
 
hasDimension() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
hasDimension() - Method in class jhplot.io.PBufFile.Record.PND
 
hasDimension() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
hasDimension() - Method in class jhplot.io.PBufFile.Record.PNI
 
hasDivU() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
hasDivU() - Method in class jhplot.io.PBufFile.Record.FPR
 
hasDivV() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
hasDivV() - Method in class jhplot.io.PBufFile.Record.FPR
 
hasF1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasF1D() - Method in class jhplot.io.PBufFile.Record
 
hasF2D() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasF2D() - Method in class jhplot.io.PBufFile.Record
 
hasFND() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasFND() - Method in class jhplot.io.PBufFile.Record
 
hasFPR() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasFPR() - Method in class jhplot.io.PBufFile.Record
 
HasFTuple - Interface in hep.aida.ref.tuple
 
hasFullRank() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns whether the matrix A has full rank.
hasFullRank() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleQRDecomposition
Returns whether the matrix A has full rank.
hasFullRank() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleQRDecomposition
Returns whether the matrix A has full rank.
hasFullRank() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatQRDecomposition
Returns whether the matrix A has full rank.
hasFullRank() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatQRDecomposition
Returns whether the matrix A has full rank.
hash(char) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(double) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(float) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(int) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(long) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(Object) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified object.
hash(short) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(boolean) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(byte) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hasH1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasH1D() - Method in class jhplot.io.PBufFile.Record
 
hasH2D() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasH2D() - Method in class jhplot.io.PBufFile.Record
 
hashCode() - Method in class cern.colt.bitvector.BitMatrix
Returns a hash code value for the receiver.
hashCode() - Method in class cern.colt.bitvector.BitVector
Returns a hash code value for the receiver.
hashCode() - Method in class cern.colt.matrix.tbit.BitMatrix
Returns a hash code value for the receiver.
hashCode() - Method in class cern.colt.matrix.tbit.BitVector
Returns a hash code value for the receiver.
hashCode() - Method in class flanagan.analysis.ErrorProp
 
hashCode() - Method in class hephysics.particle.LParticle
Get a hash code
hashCode() - Method in class hephysics.vec.Hep3Vector
 
hashCode() - Method in class hephysics.vec.HepLorentzVector
Hash code
hashCode() - Method in class jhplot.math.ValueErr
 
HashFunctions - Class in cern.colt.map
Provides various hash functions.
hasId() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
hasId() - Method in class jhplot.io.PEventFile.HEvent
 
hasInfo() - Method in class cern.colt.matrix.io.MatrixVectorReader
Checks if a Matrix Market header is present ("%%MatrixMarket")
hasIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
hasIsFixedBins() - Method in class jhplot.io.PBufFile.Record.H2D
 
hasKey(String) - Method in class hep.aida.ref.Annotation
 
hasMax() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
hasMax() - Method in class jhplot.io.PBufFile.Record.F1D
 
hasMax() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasMax() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasMaxX() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
hasMaxX() - Method in class jhplot.io.PBufFile.Record.F2D
 
hasMaxY() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
hasMaxY() - Method in class jhplot.io.PBufFile.Record.F2D
 
hasMean() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasMean() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasMin() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
hasMin() - Method in class jhplot.io.PBufFile.Record.F1D
 
hasMin() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasMin() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasMinX() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
hasMinX() - Method in class jhplot.io.PBufFile.Record.F2D
 
hasMinY() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
hasMinY() - Method in class jhplot.io.PBufFile.Record.F2D
 
hasName() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.F1D
 
hasName() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.F2D
 
hasName() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.FND
 
hasName() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.FPR
 
hasName() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasName() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.H2D
 
hasName() - Method in class jhplot.io.PBufFile.Record
 
hasName() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.P0D
 
hasName() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.P0I
 
hasName() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.P1D
 
hasName() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.PND
 
hasName() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.PNI
 
hasName() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.PXY
 
hasName() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
hasName() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
hasName() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
hasName() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
hasName() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
hasName() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
hasName() - Method in class jhplot.io.PEventFile.HEvent.Group
 
hasName() - Method in class jhplot.io.PEventFile.HEvent
 
hasNentries() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasNentries() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasNentries() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
hasNentries() - Method in class jhplot.io.PBufFile.Record.H2D
 
hasOverflow() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasOverflow() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasP0D() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasP0D() - Method in class jhplot.io.PBufFile.Record
 
hasP0I() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasP0I() - Method in class jhplot.io.PBufFile.Record
 
hasP1D() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasP1D() - Method in class jhplot.io.PBufFile.Record
 
hasPND() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasPND() - Method in class jhplot.io.PBufFile.Record
 
hasPNI() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasPNI() - Method in class jhplot.io.PBufFile.Record
 
hasPXY() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasPXY() - Method in class jhplot.io.PBufFile.Record
 
hasPXYZ() - Method in class jhplot.io.PBufFile.Record.Builder
 
hasPXYZ() - Method in class jhplot.io.PBufFile.Record
 
hasRms() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasRms() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasRowIndexesSorted() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Returns true if row indexes are sorted, false otherwise
hasRowIndexesSorted() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Returns true if row indexes are sorted, false otherwise
hasRowIndexesSorted() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Returns true if row indexes are sorted, false otherwise
hasRowIndexesSorted() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Returns true if row indexes are sorted, false otherwise
hasRowIndexesSorted() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Returns true if row indexes are sorted, false otherwise
hasStore() - Method in class hep.aida.ref.tree.Tree
 
hasSumOfInversions() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns whether sumOfInversions() can return meaningful results.
hasSumOfInversions() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns whether sumOfInversions() can return meaningful results.
hasSumOfInversions() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns whether sumOfInversions() can return meaningful results.
hasSumOfLogarithms() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Tells whether sumOfLogarithms() can return meaningful results.
hasSumOfLogarithms() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Tells whether sumOfLogarithms() can return meaningful results.
hasSumOfLogarithms() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Tells whether sumOfLogarithms() can return meaningful results.
hasSumOfPowers(int) - Method in class cern.hep.aida.bin.MightyStaticBin1D
Tells whether sumOfPowers(k) can return meaningful results.
hasSumOfPowers(int) - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Tells whether sumOfPowers(k) can return meaningful results.
hasSumOfPowers(int) - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Tells whether sumOfPowers(k) can return meaningful results.
hasUnderflow() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
hasUnderflow() - Method in class jhplot.io.PBufFile.Record.H1D
 
hasVars() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
hasVars() - Method in class jhplot.io.PBufFile.Record.FND
 
hav(double) - Static method in class flanagan.math.Fmath
 
hbar_Planck - Static variable in class cern.clhep.PhysicalConstants
 
hbarc - Static variable in class cern.clhep.PhysicalConstants
 
hbarc_squared - Static variable in class cern.clhep.PhysicalConstants
 
HBayes - Class in jhplot
HBayes is a set of tools for the creation and manipulation of Bayesian networks.
HBayes() - Constructor for class jhplot.HBayes
Initialize .
HBook - Class in jhplot
This class is used to book histograms for writing and reading.
HBook(String) - Constructor for class jhplot.HBook
Initialize HBook.
HBook() - Constructor for class jhplot.HBook
Initialize HBook class.
HBsom - Class in jhplot
The Bayesian self-organizing map (BSOM).
HBsom() - Constructor for class jhplot.HBsom
Initialize BSOM.
HCellular - Class in jhplot
A two-dimensional cellular automata toolkit.
HCellular() - Constructor for class jhplot.HCellular
Build a Cellular automata.
HChart - Class in jhplot
Create various charts based on jFreeChart package
HChart(String, int, int, int, int, boolean) - Constructor for class jhplot.HChart
Create HChart canvas with a several chart plots
HChart(String, int, int) - Constructor for class jhplot.HChart
Construct a HChart canvas with a single plot/graph
HChart(String, int, int, boolean) - Constructor for class jhplot.HChart
Construct a HChart canvas with a single plot/graph
HChart(String, int, int, int, int) - Constructor for class jhplot.HChart
Construct a HChart canvas with plots/graphs
HChart(String) - Constructor for class jhplot.HChart
Construct a HChart canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
HChart() - Constructor for class jhplot.HChart
Construct a HChart canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default"
HCluster - Class in jhplot
A Canvas to build a canvas for interactive data clustering.
HCluster() - Constructor for class jhplot.HCluster
Show a frame for clustering.
HCluster(DataHolder) - Constructor for class jhplot.HCluster
Show jMinHEP frame for clustering analysis.
HDataBase - Class in jhplot.io
This raw-level database allows to store and retrieve objects.
HDataBase(String, String) - Constructor for class jhplot.io.HDataBase
Create a new persistent database.
HDataBase(String) - Constructor for class jhplot.io.HDataBase
Open the database file for reading.
HeaderColumnNameMappingStrategy - Class in jhplot.io.csv.bean
Copyright 2007 Kyle Miller.
HeaderColumnNameMappingStrategy() - Constructor for class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
HeaderColumnNameTranslateMappingStrategy - Class in jhplot.io.csv.bean
Copyright 2007 Kyle Miller.
HeaderColumnNameTranslateMappingStrategy() - Constructor for class jhplot.io.csv.bean.HeaderColumnNameTranslateMappingStrategy
 
height(int[]) - Method in interface hep.aida.ref.dataset.binner.Binner
Get the height of a bin.
height(int[]) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Get the height of a bin.
height(int[]) - Method in class hep.aida.ref.dataset.binner.EfficiencyBinner
Get the height of a bin.
height(int) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
height(int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
height(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
height(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
height(int, int) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
height(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
height(int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
height(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
HEIGHTS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
HEIGHTS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
HelpBrowser - Class in jhplot
Used to display on-line help for jHplot package
HelpBrowser(String) - Constructor for class jhplot.HelpBrowser
Show online browser
HelpBrowser(URL) - Constructor for class jhplot.HelpBrowser
Show online browser
henry - Static variable in class cern.clhep.Units
 
hep.aida.ref - package hep.aida.ref
Reference implementation of AIDA (see documentation).
hep.aida.ref.dataset - package hep.aida.ref.dataset
 
hep.aida.ref.dataset.binner - package hep.aida.ref.dataset.binner
 
hep.aida.ref.event - package hep.aida.ref.event
 
hep.aida.ref.fitter - package hep.aida.ref.fitter
 
hep.aida.ref.fitter.fitdata - package hep.aida.ref.fitter.fitdata
 
hep.aida.ref.fitter.fitmethod - package hep.aida.ref.fitter.fitmethod
 
hep.aida.ref.function - package hep.aida.ref.function
 
hep.aida.ref.function.examples - package hep.aida.ref.function.examples
 
hep.aida.ref.histogram - package hep.aida.ref.histogram
 
hep.aida.ref.histogram.binner - package hep.aida.ref.histogram.binner
 
hep.aida.ref.tree - package hep.aida.ref.tree
 
hep.aida.ref.tuple - package hep.aida.ref.tuple
 
hep.aida.tdouble - package hep.aida.tdouble
Interfaces for compact, extensible, modular and performant histogramming functionality.
hep.aida.tdouble.bin - package hep.aida.tdouble.bin
Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution.
hep.aida.tdouble.ref - package hep.aida.tdouble.ref
Reference implementation of the AIDA histogram interfaces.
hep.aida.tfloat - package hep.aida.tfloat
Interfaces for compact, extensible, modular and performant histogramming functionality.
hep.aida.tfloat.bin - package hep.aida.tfloat.bin
Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution.
hep.aida.tfloat.ref - package hep.aida.tfloat.ref
Reference implementation of the AIDA histogram interfaces.
Hep3Matrix - Class in hephysics.vec
Hep 3x3 matrices
Hep3Matrix(int, int) - Constructor for class hephysics.vec.Hep3Matrix
 
Hep3Matrix(double[][]) - Constructor for class hephysics.vec.Hep3Matrix
Creates a new instance of BasicMatrix
Hep3Matrix() - Constructor for class hephysics.vec.Hep3Matrix
 
Hep3Matrix(double, double, double, double, double, double, double, double, double) - Constructor for class hephysics.vec.Hep3Matrix
 
Hep3Matrix(Matrix) - Constructor for class hephysics.vec.Hep3Matrix
 
Hep3Vector - Class in hephysics.vec
Basic implementation of a Hep3Vector
Hep3Vector() - Constructor for class hephysics.vec.Hep3Vector
New 3-vector
Hep3Vector(double, double, double) - Constructor for class hephysics.vec.Hep3Vector
Define a 3-vector
Hep3Vector(double[]) - Constructor for class hephysics.vec.Hep3Vector
Create a BasicHep3Vector from a double array
Hep3Vector(float[]) - Constructor for class hephysics.vec.Hep3Vector
Define a new vector
hep_pascal - Static variable in class cern.clhep.Units
 
HEParticle - Class in hephysics.particle
a HEP-type basic particle based on 4-Lorentz vector.
HEParticle(String, double) - Constructor for class hephysics.particle.HEParticle
Define a particle with a name and mass
HEParticle(double, double, double) - Constructor for class hephysics.particle.HEParticle
Define a 3-momentum for a given particle.
HEParticle(double, double, double, double, double) - Constructor for class hephysics.particle.HEParticle
Define a 4-momentum and energy particle
HEParticle(HepLorentzVector, HepLorentzVector, double) - Constructor for class hephysics.particle.HEParticle
Define a particle in momentum and position
HEParticle(double, double, double, double) - Constructor for class hephysics.particle.HEParticle
Define a particle in momentum space.
HEParticle(String, double, double, double, double, double) - Constructor for class hephysics.particle.HEParticle
Define a Lorentz particle in momentum space.
hephysics.matrix - package hephysics.matrix
Simple matrix package.
hephysics.particle - package hephysics.particle
Define various Lorentz-type particles.
hephysics.vec - package hephysics.vec
Lorentz-type vectors and transformations.
HepLorentzVector - Class in hephysics.vec
a HepLorentzVector (4-vector) It can hold either space-coordinate and time (x,y,z,t) or 4-momentum (px,py,pz,energy).
HepLorentzVector() - Constructor for class hephysics.vec.HepLorentzVector
Default Lorentz vector constructor
HepLorentzVector(double, double, double, double) - Constructor for class hephysics.vec.HepLorentzVector
Define a Lorentz vector This can either be (x,y,z,time) or (px,py,pz,energy)
HepLorentzVector(double[], double) - Constructor for class hephysics.vec.HepLorentzVector
Define a Lorentz vector
HepLorentzVector(float[], double) - Constructor for class hephysics.vec.HepLorentzVector
Define a Lorentz vector
HepLorentzVector(Hep3Vector, double) - Constructor for class hephysics.vec.HepLorentzVector
Define Lorentz vector
hertz - Static variable in class cern.clhep.Units
 
hessenbergMatrix() - Method in class flanagan.math.Matrix
 
HFile - Class in jhplot.io
Write or read objects in sequential order using the Java serialization.
HFile(String, String, boolean, int) - Constructor for class jhplot.io.HFile
Open a file to write/read objects to/from a serialized file in sequential order.
HFile(String, String, boolean) - Constructor for class jhplot.io.HFile
Open a file to write/read objects to/from a serialized file in sequential order.
HFile(String) - Constructor for class jhplot.io.HFile
Open file for reading objects from a serialized file in sequential order.
HFile(String, String) - Constructor for class jhplot.io.HFile
Open file for reading objects from a serialized file in sequential order.
HFileBrowser - Class in jhplot.io
A GUI to browser data stored in a HFile format (gzipped by default)
HFileBrowser(HPlot, HFile, boolean) - Constructor for class jhplot.io.HFileBrowser
Open HFile file in a pop-up window to browser it and check all objects
HFileXML - Class in jhplot.io
Open a XML file to write/read objects in sequential order using java serialization in XML.
HFileXML(String, String, int) - Constructor for class jhplot.io.HFileXML
Open a XML file to write or read objects to/from a serialized file in sequential order.
HFileXML(String, String) - Constructor for class jhplot.io.HFileXML
Open a XML file to write or read objects to/from a serialized file in sequential order.
HFileXML(String) - Constructor for class jhplot.io.HFileXML
Open a XML file to write or read objects to/from a serialized file in sequential order.
HFit - Class in jhplot
Main class for fit data or histograms.
HFit() - Constructor for class jhplot.HFit
Show an empty fit frame.
HFit(HPlot, String) - Constructor for class jhplot.HFit
Show an empty fit frame and pass HPlot object.
HFit(HPlot, H1D) - Constructor for class jhplot.HFit
Show a fit frame for a selected histogram.
HFit(HPlot, P1D) - Constructor for class jhplot.HFit
Show a fit frame for a selected histogram.
HFit(HPlot, String, Object, String) - Constructor for class jhplot.HFit
Show a fit frame for a selected histogram.
HFitter - Class in jhplot
Fit data (H1D or P1D).
HFitter(String) - Constructor for class jhplot.HFitter
Create a fitter using some method.
HFitter() - Constructor for class jhplot.HFitter
Create a fitter with Chi2 method by default
HGraph - Class in jhplot
Create a frame with interactive graphs.
HGraph(String, int, int, int, int, boolean) - Constructor for class jhplot.HGraph
Create HGraph canvas with several graphs.
HGraph(String, int, int) - Constructor for class jhplot.HGraph
Construct a HPlot canvas with a single plot/graph
HGraph(String, int, int, boolean) - Constructor for class jhplot.HGraph
Construct a HGraph canvas with a single plot/graph
HGraph(String, int, int, int, int) - Constructor for class jhplot.HGraph
Construct a HGraph canvas with plots/graphs
HGraph(String) - Constructor for class jhplot.HGraph
Construct a HGraph canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
HGraph() - Constructor for class jhplot.HGraph
Construct a HGraph canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default"
histF() - Method in class jhplot.HPlot
Return IHistogramFactory associated with the plot
histF() - Method in class jhplot.HPlotJa
Return IHistogramFactory associated with the plot
histogram(IHistogram1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cells of the given vector into the given histogram.
histogram(IHistogram2D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cells of the given vectors into the given histogram.
histogram(IHistogram2D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cells of the given vectors into the given histogram.
histogram(IHistogram3D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cells of the given vectors into the given histogram.
histogram(DoubleIHistogram1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Fills all cells of the given vector into the given histogram.
histogram(DoubleIHistogram1D, DoubleMatrix2D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Fills all cells of the given matrix into the given histogram.
histogram(DoubleIHistogram1D[][], DoubleMatrix2D, int, int) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Splits the given matrix into m x n pieces and computes 1D histogram of each piece.
histogram(DoubleIHistogram2D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Fills all cells of the given vectors into the given histogram.
histogram(DoubleIHistogram2D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Fills all cells of the given vectors into the given histogram.
histogram(DoubleIHistogram3D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Fills all cells of the given vectors into the given histogram.
histogram(FloatIHistogram1D, FloatMatrix1D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Fills all cells of the given vector into the given histogram.
histogram(FloatIHistogram1D, FloatMatrix2D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Fills all cells of the given matrix into the given histogram.
histogram(FloatIHistogram1D[][], FloatMatrix2D, int, int) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Splits the given matrix into m x n pieces and computes 1D histogram of each piece.
histogram(FloatIHistogram2D, FloatMatrix1D, FloatMatrix1D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Fills all cells of the given vectors into the given histogram.
histogram(FloatIHistogram2D, FloatMatrix1D, FloatMatrix1D, FloatMatrix1D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Fills all cells of the given vectors into the given histogram.
histogram(FloatIHistogram3D, FloatMatrix1D, FloatMatrix1D, FloatMatrix1D, FloatMatrix1D) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Fills all cells of the given vectors into the given histogram.
histogram() - Method in class hep.aida.ref.histogram.Cloud1D
Get the Histogram representing the Cloud
histogram() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Histogram representing the Cloud
histogram() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Histogram representing the Cloud
Histogram - Class in hep.aida.ref.histogram
 
Histogram(String, String, int, String) - Constructor for class hep.aida.ref.histogram.Histogram
Create a new Histogram.
Histogram() - Constructor for class hep.aida.ref.histogram.Histogram
 
Histogram1D - Class in cern.hep.aida.ref
A reference implementation of hep.aida.IHistogram1D.
Histogram1D(String, double[]) - Constructor for class cern.hep.aida.ref.Histogram1D
Creates a variable-width histogram.
Histogram1D(String, int, double, double) - Constructor for class cern.hep.aida.ref.Histogram1D
Creates a fixed-width histogram.
Histogram1D(String, IAxis) - Constructor for class cern.hep.aida.ref.Histogram1D
Creates a histogram with the given axis binning.
Histogram1D - Class in hep.aida.ref.histogram
 
Histogram1D() - Constructor for class hep.aida.ref.histogram.Histogram1D
Create a 1-dimensional Histogram.
Histogram1D(String, String, IAxis) - Constructor for class hep.aida.ref.histogram.Histogram1D
Create a 1-dimensional Histogram.
Histogram2D - Class in cern.hep.aida.ref
A reference implementation of hep.aida.IHistogram2D.
Histogram2D(String, double[], double[]) - Constructor for class cern.hep.aida.ref.Histogram2D
Creates a variable-width histogram.
Histogram2D(String, int, double, double, int, double, double) - Constructor for class cern.hep.aida.ref.Histogram2D
Creates a fixed-width histogram.
Histogram2D(String, IAxis, IAxis) - Constructor for class cern.hep.aida.ref.Histogram2D
Creates a histogram with the given axis binning.
Histogram2D - Class in hep.aida.ref.histogram
 
Histogram2D() - Constructor for class hep.aida.ref.histogram.Histogram2D
Create a 2-dimensional Histogram.
Histogram2D(String, String, IAxis, IAxis) - Constructor for class hep.aida.ref.histogram.Histogram2D
Create a 2-dimensional Histogram.
Histogram3D - Class in cern.hep.aida.ref
A reference implementation of hep.aida.IHistogram3D.
Histogram3D(String, double[], double[], double[]) - Constructor for class cern.hep.aida.ref.Histogram3D
Creates a variable-width histogram.
Histogram3D(String, int, double, double, int, double, double, int, double, double) - Constructor for class cern.hep.aida.ref.Histogram3D
Creates a fixed-width histogram.
Histogram3D(String, IAxis, IAxis, IAxis) - Constructor for class cern.hep.aida.ref.Histogram3D
Creates a histogram with the given axis binning.
Histogram3D - Class in hep.aida.ref.histogram
 
Histogram3D() - Constructor for class hep.aida.ref.histogram.Histogram3D
Create a 3-dimensional Histogram.
Histogram3D(String, String, IAxis, IAxis, IAxis) - Constructor for class hep.aida.ref.histogram.Histogram3D
Create a 3-dimensional Histogram.
Histogram3D(String, String, IAxis, IAxis, IAxis, String) - Constructor for class hep.aida.ref.histogram.Histogram3D
Create a 3-dimensional Histogram.
histogramBins(double[], double, double, double) - Static method in class flanagan.analysis.Regression
 
histogramBins(double[], double, double) - Static method in class flanagan.analysis.Regression
 
histogramBins(double[], double) - Static method in class flanagan.analysis.Regression
 
histogramBins(double[], double, double, double) - Static method in class flanagan.analysis.Stat
 
histogramBins(double[], double, double) - Static method in class flanagan.analysis.Stat
 
histogramBins(double[], double) - Static method in class flanagan.analysis.Stat
 
histogramBinsPlot(double[], double, double, double) - Static method in class flanagan.analysis.Stat
 
histogramBinsPlot(double[], double, double, double, String) - Static method in class flanagan.analysis.Stat
 
histogramBinsPlot(double[], double, double) - Static method in class flanagan.analysis.Stat
 
histogramBinsPlot(double[], double, double, String) - Static method in class flanagan.analysis.Stat
 
histogramBinsPlot(double[], double) - Static method in class flanagan.analysis.Stat
 
histogramBinsPlot(double[], double, String) - Static method in class flanagan.analysis.Stat
 
HistogramEvent - Class in hep.aida.ref.event
An event send from a Histogram to AIDAListeners
HistogramEvent(IBaseHistogram) - Constructor for class hep.aida.ref.event.HistogramEvent
 
HistogramFactory - Class in hep.aida.ref.histogram
 
HistogramFactory(ITree) - Constructor for class hep.aida.ref.histogram.HistogramFactory
Create a new HistogramFactory.
HistogramFactory(Tree) - Constructor for class hep.aida.ref.histogram.HistogramFactory
Create a new HistogramFactory.
histogramNormalization(IHistogram1D) - Static method in class hep.aida.ref.histogram.HistUtils
 
HistUtils - Class in hep.aida.ref.histogram
 
HistUtils() - Constructor for class hep.aida.ref.histogram.HistUtils
 
HKey - Class in jhplot
Create an interactive key label in the USER or NDC coordinates.
HKey(String, Font, Color) - Constructor for class jhplot.HKey
Create a key label.
HKey(String, Font) - Constructor for class jhplot.HKey
Make a key label (color- black)
HKey(String) - Constructor for class jhplot.HKey
Make a key label with default attributes
HKey(String, double, double) - Constructor for class jhplot.HKey
Make a key label with specific coordinated in the data system
HKey(String, double, double, String) - Constructor for class jhplot.HKey
Make a label with specific coordinates.
HLabel - Class in jhplot
Create an interactive Label in the USER or NDC coordinates.
HLabel(String, Font, Color) - Constructor for class jhplot.HLabel
Make a text label
HLabel(String, Font) - Constructor for class jhplot.HLabel
Make a label (color- black)
HLabel(String) - Constructor for class jhplot.HLabel
Make a label with default attributes
HLabel(String, double, double) - Constructor for class jhplot.HLabel
Make a label with specific coordinated in the data system
HLabel(String, double, double, String) - Constructor for class jhplot.HLabel
Make a label with specific coordinates.
HLabelEq - Class in jhplot
Create an equation using the LaTex syntax.
HLabelEq(String, int, Color) - Constructor for class jhplot.HLabelEq
Make a label with equation using the LaTeX syntax
HLabelEq(String, int) - Constructor for class jhplot.HLabelEq
Make a equation label (color- black)
HLabelEq(String) - Constructor for class jhplot.HLabelEq
Make a label with default attributes
HLabelEq(String, double, double) - Constructor for class jhplot.HLabelEq
Make a equation label with specific coordinated in the data system
HLabelEq(String, double, double, String) - Constructor for class jhplot.HLabelEq
Make a label with specific coordinates.
HMLabel - Class in jhplot
Create an interactive multi-line label in the USER or NDC coordinates.
HMLabel(String[], Font, Color) - Constructor for class jhplot.HMLabel
Make a multitext label
HMLabel(String[], Font) - Constructor for class jhplot.HMLabel
Make a multitext label (black color is used).
HMLabel(String[]) - Constructor for class jhplot.HMLabel
Make a multitext label with default attributes.
HMLabel(String[], double, double) - Constructor for class jhplot.HMLabel
Make a label with specific coordinated in the data system
HMLabel(String[], double, double, String) - Constructor for class jhplot.HMLabel
Make a label with specific coordinates.
HNeuralNet - Class in jhplot
Neural net calculations.
HNeuralNet() - Constructor for class jhplot.HNeuralNet
Create a network net and set name for the network
holocaustMemorialDay() - Method in class flanagan.math.TimeAndDate
 
holocaustMemorialDay(int) - Method in class flanagan.math.TimeAndDate
 
horizontalSum() - Method in class jhplot.bsom.Matrix
Make a horizontal-summation vector.
HPlot - Class in jhplot
HPlot class to create a canvas with several plots.
HPlot(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlot
Create HPlot canvas with several plots.
HPlot(String, int, int, int, int) - Constructor for class jhplot.HPlot
Create HPlot canvas with several plots.
HPlot(String, int, int) - Constructor for class jhplot.HPlot
Construct a HPlot canvas with a single plot.
HPlot(String, int, int, boolean) - Constructor for class jhplot.HPlot
Construct a HPlot canvas with a single plot.
HPlot(String) - Constructor for class jhplot.HPlot
Construct a HPlot canvas with a plot with the size 600x400.
HPlot() - Constructor for class jhplot.HPlot
Construct a HPlot canvas with a single plot with the size 600x400.
HPlot2D - Class in jhplot
A class to build a contour (density) plots in 2D.
HPlot2D(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlot2D
Create canvas with a several plots
HPlot2D(String, int, int) - Constructor for class jhplot.HPlot2D
Construct a HChart canvas with a single plot/graph
HPlot2D(String, int, int, boolean) - Constructor for class jhplot.HPlot2D
Construct a HChart canvas with a single plot/graph
HPlot2D(String, int, int, int, int) - Constructor for class jhplot.HPlot2D
Construct a HChart canvas with plots/graphs
HPlot2D(String) - Constructor for class jhplot.HPlot2D
Construct a HChart canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
HPlot2D() - Constructor for class jhplot.HPlot2D
Construct a HChart canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default"
HPlot3D - Class in jhplot
Create a interactive canvas to show objects in 3D.
HPlot3D(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlot3D
Create a canvas to display histograms in 3D
HPlot3D(String, int, int, int, int) - Constructor for class jhplot.HPlot3D
Create a canvas to display histograms in 3D
HPlot3D(String, int, int) - Constructor for class jhplot.HPlot3D
Construct a HView2D canvas with a single plot/graph
HPlot3D(String) - Constructor for class jhplot.HPlot3D
Construct a HGraph canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
HPlot3D() - Constructor for class jhplot.HPlot3D
Construct a HGraph canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default"
HPlot3DP - Class in jhplot
Create a frame for showing 3D parametric functions.
HPlot3DP(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlot3DP
Create a canvas with several plots showing 3D function
HPlot3DP(String, int, int) - Constructor for class jhplot.HPlot3DP
Construct a canvas with a single plot/graph
HPlot3DP(String, int, int, int, int) - Constructor for class jhplot.HPlot3DP
Construct a canvas with plots/graphs
HPlot3DP(String) - Constructor for class jhplot.HPlot3DP
Construct a canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
HPlot3DP() - Constructor for class jhplot.HPlot3DP
Construct a canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default"
HPlotJa - Class in jhplot
A canvas to display all graphical objects including Feynman diagrams.
HPlotJa(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlotJa
Create HPlotJa canvas with several pads.
HPlotJa(String, int, int, int, int) - Constructor for class jhplot.HPlotJa
Create HPlotJa canvas with several pads and axes.
HPlotJa(String, int, int) - Constructor for class jhplot.HPlotJa
Construct a japlot.jaxodraw with a single plot/graph.
HPlotJa(String) - Constructor for class jhplot.HPlotJa
Construct a japlot.jaxodraw canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
HPlotJa() - Constructor for class jhplot.HPlotJa
Default constructor
HProf1D - Class in jhplot
Create profile histogram in 1D.
HProf1D() - Constructor for class jhplot.HProf1D
Build 1D histogram.
HProf1D(String, int, double, double) - Constructor for class jhplot.HProf1D
Build 1D profile histogram
HProf1D(String, double[]) - Constructor for class jhplot.HProf1D
Create 1D profile histogram with variable bin size.
HProf1D(String, IAxis) - Constructor for class jhplot.HProf1D
Create 1D histogram with variable bin size.
HProf1D(Profile1D) - Constructor for class jhplot.HProf1D
Create H1D histogram from JAIDA Histogram1D class.
HProf1D(IProfile1D) - Constructor for class jhplot.HProf1D
Create profile histogram from JAIDA class
HProf1D(String, HProf1D) - Constructor for class jhplot.HProf1D
Create profile histogram from another instance.
HProf1D(TProfile) - Constructor for class jhplot.HProf1D
Create profile histogram from JAIDA histogram class
HProf2D - Class in jhplot
Profile histogram in 2D.
HProf2D(String, int, double, double, int, double, double) - Constructor for class jhplot.HProf2D
Create 2D histogram
HProf2D(String, double[], double[]) - Constructor for class jhplot.HProf2D
Create 2D profile histogram with variable bin size.
HProf2D(Profile2D) - Constructor for class jhplot.HProf2D
Create a H2D histogram from JAIDA histogram
HShape - Class in jhplot.shapes
Main class to build a JAVA 2D primitives
HShape(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.HShape
Build a primitive
HShape() - Constructor for class jhplot.shapes.HShape
Build a default primitive
HShape(double, double, double, double) - Constructor for class jhplot.shapes.HShape
Build a primitive using the default color and stroke
HShape(double[], double[], Stroke, Color) - Constructor for class jhplot.shapes.HShape
Build a primitive using polyline.
HTable - Class in jhplot
Build a table in a frame to display data in various containers (P1D, H1D, F1D).
HTable(String, Vector<String>, Vector) - Constructor for class jhplot.HTable
Main class to build a table from Vectors.
HTable() - Constructor for class jhplot.HTable
Build a table frame to display data.
HTable(H1D) - Constructor for class jhplot.HTable
Build a table frame to display data of H1D histogram Data will be formated to scientific format
HTable(F1D) - Constructor for class jhplot.HTable
Build a table frame to display data of F1D function Data will be formated to scientific format
HTable(DataHolder) - Constructor for class jhplot.HTable
Build a table frame to display multidimensional data holder.
HTable(P0D) - Constructor for class jhplot.HTable
Build a table frame to display P0D data container Data will be formated to scientific format
HTable(P0I) - Constructor for class jhplot.HTable
Build a table frame to display P0D data container Data will be formated to scientific format
HTable(P1D) - Constructor for class jhplot.HTable
Build a table frame to display P1D data container Data will be formated to scientific format
HTable(P2D) - Constructor for class jhplot.HTable
Build a table frame to display P2D data container Data will be formated to scientific format
HTable(P3D) - Constructor for class jhplot.HTable
Build a table frame to display P3D data container Data will be formated to scientific format
HTable(H1D, boolean) - Constructor for class jhplot.HTable
Build a table frame to display data of H1D histogram
HTable(F1D, boolean) - Constructor for class jhplot.HTable
Build a table frame to display data of F1D function.
HTable(DataHolder, boolean) - Constructor for class jhplot.HTable
Build a table frame to display multidimensional data
HTable(P1D, boolean) - Constructor for class jhplot.HTable
Build a table frame to display P1D data container
HTable(P0D, boolean) - Constructor for class jhplot.HTable
Build a table frame to display P0D data container
HTable(P0I, boolean) - Constructor for class jhplot.HTable
Build a table frame to display P0D data container
HTable(P2D, boolean) - Constructor for class jhplot.HTable
Build a table frame to display P2D data container
HTable(P3D, boolean) - Constructor for class jhplot.HTable
Build a table frame to display P3D data container
htmlEncoded(String) - Static method in class jhplot.v3d.Util
Substitutes conflicting characters in text with html masked expressions.
HView3D - Class in jhplot
Create a frame for showing 3D objects
HView3D(String, int, int, int, int, boolean) - Constructor for class jhplot.HView3D
Create a HView3D canvas with several plots showing 3D shapes
HView3D(String, int, int) - Constructor for class jhplot.HView3D
Construct a HView3D canvas with a single plot/graph
HView3D(String, int, int, boolean) - Constructor for class jhplot.HView3D
Construct a HView3D canvas with a single plot/graph
HView3D(String, int, int, int, int) - Constructor for class jhplot.HView3D
Construct a HView3D canvas with plots/graphs
HView3D(String) - Constructor for class jhplot.HView3D
Construct a HGraph canvas with a plot with the default parameters 600 by 400, and 10% space for the global title
HView3D() - Constructor for class jhplot.HView3D
Construct a HGraph canvas with a plot with the default parameters 600 by 400, and 10% space for the global title "Default"
HyBRDoubleIterationMonitor - Class in cern.colt.matrix.tdouble.algo.solver
 
HyBRDoubleIterationMonitor() - Constructor for class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
Constructor for HyBRDoubleIterationMonitor.
HyBRDoubleIterationMonitor(int, double) - Constructor for class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
Constructor for HyBRDoubleIterationMonitor
HyBRFloatIterationMonitor - Class in cern.colt.matrix.tfloat.algo.solver
 
HyBRFloatIterationMonitor() - Constructor for class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
Constructor for HyBRFloatIterationMonitor.
HyBRFloatIterationMonitor(int, float) - Constructor for class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
Constructor for HyBRFloatIterationMonitor
HyBRInnerSolver - Enum in cern.colt.matrix.tdouble.algo.solver
 
HyBRRegularizationMethod - Enum in cern.colt.matrix.tdouble.algo.solver
 
Hyperbolic - Class in cern.jet.random
Hyperbolic distribution.
Hyperbolic(double, double, RandomEngine) - Constructor for class cern.jet.random.Hyperbolic
Constructs a Beta distribution.
Hyperbolic - Class in cern.jet.random.tdouble
Hyperbolic distribution.
Hyperbolic(double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Hyperbolic
Constructs a Beta distribution.
HyperGeometric - Class in cern.jet.random
HyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, whose value is the number of successes in a sample of n items from a population of size N that has s 'success' items and N - s 'failure' items.
HyperGeometric(int, int, int, RandomEngine) - Constructor for class cern.jet.random.HyperGeometric
Constructs a HyperGeometric distribution.
HyperGeometric - Class in cern.jet.random.tdouble
HyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, whose value is the number of successes in a sample of n items from a population of size N that has s 'success' items and N - s 'failure' items.
HyperGeometric(int, int, int, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.HyperGeometric
Constructs a HyperGeometric distribution.
Hypergeometric - Class in jhplot.math.num.pdf
The Hypergeometric distribution.
Hypergeometric() - Constructor for class jhplot.math.num.pdf.Hypergeometric
Default constructor.
Hypergeometric(int, int, int) - Constructor for class jhplot.math.num.pdf.Hypergeometric
Create a distribution with the given number of failures, number of successes, and sample size.
hypot(double, double) - Static method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns sqrt(a^2 + b^2) without under/overflow.
hypot(float, float) - Static method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns sqrt(a^2 + b^2) without under/overflow.
hypot(ErrorProp, ErrorProp, double) - Static method in class flanagan.analysis.ErrorProp
 
hypot(ErrorProp, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
hypot(double, double) - Static method in class flanagan.math.Fmath
 
hypot(float, float) - Static method in class flanagan.math.Fmath
 
hypot(double, double) - Static method in class jhplot.math.Mathfun
sqrt(a^2 + b^2) without under/overflow.
hypot(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
Returns the length of the hypotenuse of a and b i.e.
hypotenuse(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
Returns the length of the hypotenuse of a and b i.e.
hypotenuse(double, double) - Static method in class jhplot.math.ValueErr
Returns the length of the hypotenuse of a and b i.e.
hypotFunction() - Static method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns sqrt(a^2 + b^2) without under/overflow.
hypotFunction() - Static method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns sqrt(a^2 + b^2) without under/overflow.
HZirkel - Class in jhplot
HZirkel class is used to create a canvas for dynamic manipulation with geometrical objects.
HZirkel() - Constructor for class jhplot.HZirkel
Build a canvas for the zirkel with the standard size 600x600
HZirkel(int, int) - Constructor for class jhplot.HZirkel
Build a canvas for the Zirkel canvas

I

i0(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of order 0 of the argument.
i0(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the modified Bessel function of order 0 of the argument.
i0e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of order 0 of the argument.
i0e(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the exponentially scaled modified Bessel function of order 0 of the argument.
i1(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of order 1 of the argument.
i1(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the modified Bessel function of order 1 of the argument.
i1e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of order 1 of the argument.
i1e(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the exponentially scaled modified Bessel function of order 1 of the argument.
icnteq(int, int[], int) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
icopy(int, int[], int, int[], int) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ID_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent
 
IDA_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent.Entry
 
IDA_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent
 
idamax(DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Returns the index of largest absolute value; i such that |x[i]| == max(|x[0]|,|x[1]|,...)..
idamax(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
idamax(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
idamax(DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.DoubleBlas
Returns the index of largest absolute value; i such that |x[i]| == max(|x[0]|,|x[1]|,...)..
idamax(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
idamax(FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.FloatBlas
Returns the index of largest absolute value; i such that |x[i]| == max(|x[0]|,|x[1]|,...)..
idamax(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
idamax(int, double[], int) - Method in class org.netlib.blas.BLAS
..
idct(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Computes the inverse of the discrete cosine transform (DCT-III) of this matrix.
idct(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Computes the inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of each slice of this matrix.
idct2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of each slice of this matrix.
idct2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of each slice of this matrix.
idct2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of each slice of this matrix.
idct2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of each slice of this matrix.
idct2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 2D inverse of the discrete cosine transform (DCT-III) of each slice of this matrix.
idct3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 3D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 3D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct3(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 3D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 3D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 3D inverse of the discrete cosine transform (DCT-III) of this matrix.
idct3(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 3D inverse of the discrete cosine transform (DCT-III) of this matrix.
idctColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each column of this matrix.
idctColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each column of this matrix.
idctColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each column of this matrix.
idctColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each column of this matrix.
idctColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each column of this matrix.
idctColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each column of this matrix.
idctColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each column of this matrix.
idctColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each column of this matrix.
idctRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each row of this matrix.
idctRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each row of this matrix.
idctRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each row of this matrix.
idctRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each row of this matrix.
idctRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each row of this matrix.
idctRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each row of this matrix.
idctRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each row of this matrix.
idctRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the inverse of the discrete cosine transform (DCT-III) of each row of this matrix.
identity(int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
identity(int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
identity(int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
identity(int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
identity(int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
identity(int) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
identity(int) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
identity - Static variable in class cern.jet.math.Functions
Function that returns its argument.
identity - Static variable in class cern.jet.math.IntFunctions
Function that returns its argument.
identity - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
identity - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns its argument.
identity - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
identity - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns its argument.
identity - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns its argument.
identity - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns its argument.
identity() - Static method in class hephysics.vec.Hep3Matrix
 
identity(int) - Static method in class jhplot.bsom.Matrix
Make an identity matrix.
identity(int) - Static method in class jhplot.math.DoubleArray
Generates an m x m identity matrix.
identity(int) - Static method in class jhplot.math.SortUtils
Create identity permutation, that is {0, 1, ..., n}
identityMatrix(int) - Static method in class flanagan.math.Matrix
 
idht(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Computes the inverse of the discrete Hartley transform (IDHT) of this matrix.
idht(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Computes the inverse of the discrete Hartley transform (IDHT) of this matrix.
idht2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht2(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the 2D inverse of the discrete Hartley transform (DHT) of this matrix.
idht2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht2(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the 2D inverse of the discrete Hartley transform (DHT) of this matrix.
idht2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of each slice of this matrix.
idht2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of each slice of this matrix.
idht2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 2D inverse of the discrete Hartley transform (DHT) of each slice of this matrix.
idht2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of each slice of this matrix.
idht2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 2D inverse of the discrete Hartley transform (IDHT) of each slice of this matrix.
idht2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 2D inverse of the discrete Hartley transform (DHT) of each slice of this matrix.
idht3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 3D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 3D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht3(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 3D inverse of the discrete Hartley transform (DHT) of this matrix.
idht3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 3D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 3D inverse of the discrete Hartley transform (IDHT) of this matrix.
idht3(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 3D inverse of the discrete Hartley transform (DHT) of this matrix.
idhtColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each column of this matrix.
idhtColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each column of this matrix.
idhtColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each column of this matrix.
idhtColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the inverse of the discrete Hartley transform (DHT) of each column of this matrix.
idhtColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each column of this matrix.
idhtColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each column of this matrix.
idhtColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each column of this matrix.
idhtColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the inverse of the discrete Hartley transform (DHT) of each column of this matrix.
idhtRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each row of this matrix.
idhtRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each row of this matrix.
idhtRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each row of this matrix.
idhtRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the inverse of the discrete Hartley transform (DHT) of each row of this matrix.
idhtRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each row of this matrix.
idhtRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each row of this matrix.
idhtRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the inverse of the discrete Hartley transform (IDHT) of each row of this matrix.
idhtRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the inverse of the discrete Hartley transform (DHT) of each row of this matrix.
idst(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Computes the inverse of discrete sine transform (DST-III) of this matrix.
idst(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Computes the inverse of discrete sine transform (DST-III) of this matrix.
idst2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the 2D inverse of the discrete sine transform (DST-III) of this matrix.
idst2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the 2D inverse of the discrete sine transform (DST-III) of this matrix.
idst2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the 2D inverse of the discrete sine transform (DST-III) of this matrix.
idst2(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the 2D inverse of the discrete size transform (DST-III) of this matrix.
idst2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the 2D inverse of the discrete sine transform (DST-III) of this matrix.
idst2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the 2D inverse of the discrete sine transform (DST-III) of this matrix.
idst2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the 2D inverse of the discrete sine transform (DST-III) of this matrix.
idst2(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the 2D inverse of the discrete size transform (DST-III) of this matrix.
idst2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 2D inverse of the discrete sine transform (DST-III) of each slice of this matrix.
idst2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 2D inverse of the discrete sine transform (DST-III) of each slice of this matrix.
idst2Slices(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 2D inverse of the discrete sine transform (DST-III) of each slice of this matrix.
idst2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 2D inverse of the discrete sine transform (DST-III) of each slice of this matrix.
idst2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 2D inverse of the discrete sine transform (DST-III) of each slice of this matrix.
idst2Slices(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 2D inverse of the discrete sine transform (DST-III) of each slice of this matrix.
idst3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 3D inverse of the discrete sine transform (DST-III) of this matrix.
idst3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 3D inverse of the discrete sine transform (DST-III) of this matrix.
idst3(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 3D inverse of the discrete size transform (DST-III) of this matrix.
idst3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 3D inverse of the discrete sine transform (DST-III) of this matrix.
idst3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 3D inverse of the discrete sine transform (DST-III) of this matrix.
idst3(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 3D inverse of the discrete size transform (DST-III) of this matrix.
idstColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each column of this matrix.
idstColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each column of this matrix.
idstColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each column of this matrix.
idstColumns(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each column of this matrix.
idstColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each column of this matrix.
idstColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each column of this matrix.
idstColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each column of this matrix.
idstColumns(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each column of this matrix.
idstRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each row of this matrix.
idstRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each row of this matrix.
idstRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each row of this matrix.
idstRows(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each row of this matrix.
idstRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each row of this matrix.
idstRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each row of this matrix.
idstRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each row of this matrix.
idstRows(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the inverse of the discrete sine transform (DST-III) of each row of this matrix.
IEditor - Class in jhplot
Advanced image editor for PNG, JPG, GIF files (based on ImageJ)
IEditor() - Constructor for class jhplot.IEditor
Show an empty image viewer.
IEditor(String) - Constructor for class jhplot.IEditor
Start image editor and load an image.
ieeeck(int, float, float) - Method in class org.netlib.lapack.LAPACK
..
IEEEremainder - Static variable in class cern.jet.math.Functions
Function that returns Math.IEEEremainder(a,b).
IEEEremainder(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.IEEEremainder(a,b).
IEEEremainder - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.IEEEremainder(a,b).
IEEEremainder(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns Math.IEEEremainder(a,b).
IEEEremainder - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.IEEEremainder(a,b).
IEEEremainder(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns Math.IEEEremainder(a,b).
ifft(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
Computes the inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
Computes the inverse of the discrete Fourier transform (DFT) of this matrix.
ifft(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
Computes the inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
Computes the inverse of the discrete Fourier transform (DFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft2Slices(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
ifft2Slices(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
ifft2Slices(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
ifft2Slices(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
ifft2Slices(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
ifft2Slices(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
Computes the 2D inverse of the discrete Fourier transform (IDFT) of each slice of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifft3(boolean) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
Computes the 3D inverse of the discrete Fourier transform (IDFT) of this matrix.
ifftColumns(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
ifftColumns(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
ifftColumns(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
ifftColumns(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
Computes the inverse of the discrete Fourier transform (DFT) of each column of this matrix.
ifftColumns(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
ifftColumns(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
ifftColumns(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each column of this matrix.
ifftColumns(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
Computes the inverse of the discrete Fourier transform (DFT) of each column of this matrix.
ifftRows(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
ifftRows(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
ifftRows(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
ifftRows(boolean) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
Computes the inverse of the discrete Fourier transform (DFT) of each row of this matrix.
ifftRows(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
ifftRows(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
ifftRows(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
Computes the inverse of the discrete Fourier transform (IDFT) of each row of this matrix.
ifftRows(boolean) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
Computes the inverse of the discrete Fourier transform (DFT) of each row of this matrix.
IFunctionCoreNotNorm - Class in hep.aida.ref.function
Wrapper around ordinary IFunction
IFunctionCoreNotNorm(IFunction) - Constructor for class hep.aida.ref.function.IFunctionCoreNotNorm
 
IFunctionCoreNotNorm(IFunction, double[]) - Constructor for class hep.aida.ref.function.IFunctionCoreNotNorm
 
ignoreDofFcheck() - Method in class flanagan.analysis.Regression
 
ignoreMissingDataOptionRequests() - Method in class flanagan.analysis.Scores
 
ilaenv(int, String, String, int, int, int, int) - Method in class org.netlib.lapack.LAPACK
..
ilaver(intW, intW, intW) - Method in class org.netlib.lapack.LAPACK
-- LAPACK routine (version 3.1.1) -- Univ.
imag() - Method in class jhplot.math.Complex
Imaginary part of this Complex number (the y-coordinate in rectangular coordinates).
IMAGE - Static variable in class jhplot.shapes.HShape
 
immaculateConception() - Method in class flanagan.math.TimeAndDate
 
immaculateConception(int) - Method in class flanagan.math.TimeAndDate
 
inc - Static variable in class cern.jet.math.IntFunctions
Function that returns a++.
inc - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a++.
inc - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a++.
inchToMillimetre(double) - Static method in class flanagan.math.Conv
 
inchToMillimetre(double) - Static method in class flanagan.math.Fmath
 
include(double, double) - Method in class hep.aida.ref.function.RangeSet
Additive include/exclude of the range in given axis.
includeAll() - Method in class hep.aida.ref.function.RangeSet
Set full range in all axes.
includeNormalizationAll(int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
includeNormalizationAll() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
includeNormalizationAll() - Method in class hep.aida.ref.function.AbstractIFunction
 
includeNormalizationAll() - Method in class hep.aida.ref.function.BaseModelFunction
 
includeNormalizationRange(double, double, int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
incompleteBeta(double, double, double) - Static method in class cern.jet.stat.Gamma
Returns the Incomplete Beta Function evaluated from zero to xx; formerly named ibeta.
incompleteBeta(double, double, double) - Static method in class cern.jet.stat.tdouble.Gamma
Returns the Incomplete Beta Function evaluated from zero to xx; formerly named ibeta.
incompleteBeta(double, double, double) - Static method in class flanagan.analysis.Stat
 
incompleteGamma(double, double) - Static method in class cern.jet.stat.Gamma
Returns the Incomplete Gamma function; formerly named igamma.
incompleteGamma(double, double) - Static method in class cern.jet.stat.tdouble.Gamma
Returns the Incomplete Gamma function; formerly named igamma.
incompleteGamma(double, double) - Static method in class flanagan.analysis.Stat
 
incompleteGammaComplement(double, double) - Static method in class cern.jet.stat.Gamma
Returns the Complemented Incomplete Gamma function; formerly named igamc.
incompleteGammaComplement(double, double) - Static method in class cern.jet.stat.tdouble.Gamma
Returns the Complemented Incomplete Gamma function; formerly named igamc.
incompleteGammaComplementary(double, double) - Static method in class flanagan.analysis.Stat
 
incompleteGammaFract(double, double) - Static method in class flanagan.analysis.Stat
 
incompleteGammaSer(double, double) - Static method in class flanagan.analysis.Stat
 
increment(int, int, double, double) - Static method in class jhplot.math.DoubleArray
Provides an mxn matrix.
increment(int, double, double) - Static method in class jhplot.math.DoubleArray
Provides a sequence of successive values in an array.
increment(int, int, double[], double[]) - Static method in class jhplot.math.DoubleArray
Generates an mxn matrix.
increment(double, double, double) - Static method in class jhplot.math.DoubleArray
Generates an array of successive values from begin to end with step size pitch.
incrementalUpdate(DoubleArrayList, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates minimum, maximum, sum and sum of squares of a data sequence.
incrementalUpdate(DoubleArrayList, int, int, double[]) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Incrementally maintains and updates minimum, maximum, sum and sum of squares of a data sequence.
incrementalUpdate(FloatArrayList, int, int, float[]) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Incrementally maintains and updates minimum, maximum, sum and sum of squares of a data sequence.
incrementalUpdateSumsOfPowers(DoubleArrayList, int, int, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates various sums of powers of the form Sum(data[i]k).
incrementalUpdateSumsOfPowers(DoubleArrayList, int, int, int, int, double[]) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Incrementally maintains and updates various sums of powers of the form Sum(data[i]k).
incrementalUpdateSumsOfPowers(FloatArrayList, int, int, int, int, float[]) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Incrementally maintains and updates various sums of powers of the form Sum(data[i]k).
incrementalWeightedUpdate(DoubleArrayList, DoubleArrayList, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates sum and sum of squares of a weighted data sequence.
incrementalWeightedUpdate(DoubleArrayList, DoubleArrayList, int, int, double[]) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Incrementally maintains and updates sum and sum of squares of a weighted data sequence.
incrementalWeightedUpdate(FloatArrayList, FloatArrayList, int, int, float[]) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Incrementally maintains and updates sum and sum of squares of a weighted data sequence.
incrementElement(int, int, double) - Method in class hephysics.matrix.SymmetricMatrix
Increment a specific element
incRot(float, float, float) - Method in class jhplot.v3d.Position
 
incScale(float, float, float) - Method in class jhplot.v3d.Position
 
incTrans(float, float, float) - Method in class jhplot.v3d.Position
 
index(int) - Method in class cern.colt.matrix.AbstractMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.AbstractMatrix2D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int, int) - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
index(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
index(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
index(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
index(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
index(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
index(int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
index(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
index(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
index(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
index(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
index(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
index(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
index(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
index(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
index(int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
index(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
index(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
index(int, int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
index(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
index(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
index(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
index(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
index(int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
index(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
index(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
index(int, int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
index(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
index(int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
IndexFunction - Interface in jhplot.math
BSD License
indexOf(boolean) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the first occurrence of the specified element.
indexOf(byte) - Method in class cern.colt.list.AbstractByteList
Returns the index of the first occurrence of the specified element.
indexOf(char) - Method in class cern.colt.list.AbstractCharList
Returns the index of the first occurrence of the specified element.
indexOf(double) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the first occurrence of the specified element.
indexOf(float) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOf(int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the first occurrence of the specified element.
indexOf(long) - Method in class cern.colt.list.AbstractLongList
Returns the index of the first occurrence of the specified element.
indexOf(short) - Method in class cern.colt.list.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the first occurrence of the specified element.
indexOf(boolean) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the index of the first occurrence of the specified element.
indexOf(byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the index of the first occurrence of the specified element.
indexOf(char) - Method in class cern.colt.list.tchar.AbstractCharList
Returns the index of the first occurrence of the specified element.
indexOf(double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the index of the first occurrence of the specified element.
indexOf(float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOf(int) - Method in class cern.colt.list.tint.AbstractIntList
Returns the index of the first occurrence of the specified element.
indexOf(long) - Method in class cern.colt.list.tlong.AbstractLongList
Returns the index of the first occurrence of the specified element.
indexOf(Object, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the index of the first occurrence of the specified element.
indexOf(short) - Method in class cern.colt.list.tshort.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOf(double) - Method in class flanagan.math.ArrayMaths
 
indexOf(Double) - Method in class flanagan.math.ArrayMaths
 
indexOf(float) - Method in class flanagan.math.ArrayMaths
 
indexOf(Float) - Method in class flanagan.math.ArrayMaths
 
indexOf(long) - Method in class flanagan.math.ArrayMaths
 
indexOf(Long) - Method in class flanagan.math.ArrayMaths
 
indexOf(int) - Method in class flanagan.math.ArrayMaths
 
indexOf(Integer) - Method in class flanagan.math.ArrayMaths
 
indexOf(short) - Method in class flanagan.math.ArrayMaths
 
indexOf(Short) - Method in class flanagan.math.ArrayMaths
 
indexOf(byte) - Method in class flanagan.math.ArrayMaths
 
indexOf(Byte) - Method in class flanagan.math.ArrayMaths
 
indexOf(char) - Method in class flanagan.math.ArrayMaths
 
indexOf(Character) - Method in class flanagan.math.ArrayMaths
 
indexOf(String) - Method in class flanagan.math.ArrayMaths
 
indexOf(Complex) - Method in class flanagan.math.ArrayMaths
 
indexOf(Phasor) - Method in class flanagan.math.ArrayMaths
 
indexOf(BigDecimal) - Method in class flanagan.math.ArrayMaths
 
indexOf(BigInteger) - Method in class flanagan.math.ArrayMaths
 
indexOf(double[], double) - Static method in class flanagan.math.Fmath
 
indexOf(float[], float) - Static method in class flanagan.math.Fmath
 
indexOf(long[], long) - Static method in class flanagan.math.Fmath
 
indexOf(int[], int) - Static method in class flanagan.math.Fmath
 
indexOf(byte[], byte) - Static method in class flanagan.math.Fmath
 
indexOf(short[], short) - Static method in class flanagan.math.Fmath
 
indexOf(char[], char) - Static method in class flanagan.math.Fmath
 
indexOf(String[], String) - Static method in class flanagan.math.Fmath
 
indexOf(Object[], Object) - Static method in class flanagan.math.Fmath
 
indexOfFromTo(int, int, boolean) - Method in class cern.colt.bitvector.BitVector
Returns the index of the first occurrence of the specified state.
indexOfFromTo(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(boolean, int, int) - Method in class cern.colt.list.BooleanArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(boolean, int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(boolean, int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(byte, int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(byte, int, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(char, int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(char, int, int) - Method in class cern.colt.list.tchar.CharArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(double, int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(double, int, int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(float, int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(float, int, int) - Method in class cern.colt.list.tfloat.FloatArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.tint.AbstractIntList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.tint.IntArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(long, int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(long, int, int) - Method in class cern.colt.list.tlong.LongArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(short, int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(short, int, int) - Method in class cern.colt.list.tshort.ShortArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, boolean) - Method in class cern.colt.matrix.tbit.BitVector
Returns the index of the first occurrence of the specified state.
indexOfFunction(IFunction) - Method in class hep.aida.ref.function.SumOfFunctions
 
indexOfParameter(String) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
indexOfParameter(String) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
indexOfParameter(String) - Method in class hep.aida.ref.function.AbstractIFunction
 
indexOfParameter(String) - Method in class hep.aida.ref.function.BaseModelFunction
 
indexOfParameter(String) - Method in class hep.aida.ref.function.FunctionCore
 
indexOfParameter(String) - Method in class hep.aida.ref.function.SumOfFunctions
 
IndexPlot - Static variable in class jhplot.HChart
 
indicesOf(double) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Double) - Method in class flanagan.math.ArrayMaths
 
indicesOf(float) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Float) - Method in class flanagan.math.ArrayMaths
 
indicesOf(long) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Long) - Method in class flanagan.math.ArrayMaths
 
indicesOf(int) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Integer) - Method in class flanagan.math.ArrayMaths
 
indicesOf(short) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Short) - Method in class flanagan.math.ArrayMaths
 
indicesOf(byte) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Byte) - Method in class flanagan.math.ArrayMaths
 
indicesOf(char) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Character) - Method in class flanagan.math.ArrayMaths
 
indicesOf(String) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Complex) - Method in class flanagan.math.ArrayMaths
 
indicesOf(Phasor) - Method in class flanagan.math.ArrayMaths
 
indicesOf(BigDecimal) - Method in class flanagan.math.ArrayMaths
 
indicesOf(BigInteger) - Method in class flanagan.math.ArrayMaths
 
indicesOf(double[], double) - Static method in class flanagan.math.Fmath
 
indicesOf(float[], float) - Static method in class flanagan.math.Fmath
 
indicesOf(long[], long) - Static method in class flanagan.math.Fmath
 
indicesOf(int[], int) - Static method in class flanagan.math.Fmath
 
indicesOf(short[], short) - Static method in class flanagan.math.Fmath
 
indicesOf(byte[], byte) - Static method in class flanagan.math.Fmath
 
indicesOf(char[], char) - Static method in class flanagan.math.Fmath
 
indicesOf(String[], String) - Static method in class flanagan.math.Fmath
 
indicesOf(Object[], Object) - Static method in class flanagan.math.Fmath
 
indicesOfReplacedScores() - Method in class flanagan.analysis.Scores
 
infinityCheck(double, int) - Method in class flanagan.analysis.Regression
 
infinityNorm() - Method in class flanagan.math.Matrix
 
init(String, String, int, String) - Method in class hep.aida.ref.tree.Tree
Non-AIDA methods are down here.
init(String, boolean, boolean, String, String, boolean) - Method in class hep.aida.ref.tree.Tree
Associate the tree with a store
init(int) - Method in class jhplot.bsom.Bsom
 
init() - Method in class jhplot.bsom.BsomDemo
 
init() - Static method in class jhplot.JHPlot
Initialization.
init() - Method in class jhplot.v3d.Animation
 
init() - Method in class jhpro.stat.limit.LimitCalculatorGui
 
INIT_SIZE - Static variable in class jhplot.jadraw.JaObject
An integer that gives the initial size of an object.
initBinner(Binner1D) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
initCloud(int, String) - Method in class hep.aida.ref.histogram.Cloud
 
initHistogram1D(IAxis, String) - Method in class hep.aida.ref.histogram.Histogram1D
 
initHistogram2D(IAxis, IAxis, String) - Method in class hep.aida.ref.histogram.Histogram2D
 
initHistogram3D(IAxis, IAxis, IAxis, String) - Method in class hep.aida.ref.histogram.Histogram3D
 
initialize(ITuple) - Method in class hep.aida.ref.fitter.fitdata.RangeSetFilter
 
initialize(ITuple) - Method in class hep.aida.ref.tuple.Evaluator
 
initialize(ITuple) - Method in class hep.aida.ref.tuple.Filter
 
initialize() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
Initialize the state to begin an iterative evaluation.
initPar(double, double, int) - Method in class jhplot.bsom.Bsom
initialize learning
initProfile1D(IAxis) - Method in class hep.aida.ref.histogram.Profile1D
 
initProfile1D(IAxis, String) - Method in class hep.aida.ref.histogram.Profile1D
 
initProfile2D(IAxis, IAxis) - Method in class hep.aida.ref.histogram.Profile2D
 
initProfile2D(IAxis, IAxis, String) - Method in class hep.aida.ref.histogram.Profile2D
 
insert(String, Object) - Method in class jhplot.io.HDataBase
Insert an object with a key
insert(double[], int, double...) - Static method in class jhplot.math.DoubleArray
Insert any number of values, or a single array, between 2 elements of an array.
insert(int[], int, int...) - Static method in class jhplot.math.IntegerArray
 
insertColumn(int[][], int[], int) - Static method in class jhplot.math.IntegerArray
 
insertColumns(double[][], int, double[]...) - Static method in class jhplot.math.DoubleArray
Insert any number of arrays between 2 columns of a matrix.
insertColumns(int[][], int[][], int) - Static method in class jhplot.math.IntegerArray
 
insertRecord(RecordWriter) - Method in class jhplot.io.BaseRecordsFile
Adds the given record to the database.
insertRow(int[][], int[], int) - Static method in class jhplot.math.IntegerArray
 
insertRows(double[][], int, double[]...) - Static method in class jhplot.math.DoubleArray
Insert any number of arrays between 2 rows of a matrix.
insertRows(int[][], int[][], int) - Static method in class jhplot.math.IntegerArray
 
int2double(int[][]) - Static method in class jhplot.math.IntegerArray
 
int2double(int[]) - Static method in class jhplot.math.IntegerArray
 
IntArrayList - Class in cern.colt.list
Resizable list holding int elements; implemented with arrays.
IntArrayList() - Constructor for class cern.colt.list.IntArrayList
Constructs an empty list.
IntArrayList(int[]) - Constructor for class cern.colt.list.IntArrayList
Constructs a list containing the specified elements.
IntArrayList(int) - Constructor for class cern.colt.list.IntArrayList
Constructs an empty list with the specified initial capacity.
IntArrayList - Class in cern.colt.list.tint
Resizable list holding int elements; implemented with arrays.
IntArrayList() - Constructor for class cern.colt.list.tint.IntArrayList
Constructs an empty list.
IntArrayList(int[]) - Constructor for class cern.colt.list.tint.IntArrayList
Constructs a list containing the specified elements.
IntArrayList(int) - Constructor for class cern.colt.list.tint.IntArrayList
Constructs an empty list with the specified initial capacity.
IntBuffer - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer(IntBufferConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer
Constructs and returns a new buffer with the given target.
IntBuffer - Class in cern.colt.buffer.tint
Fixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer(IntBufferConsumer, int) - Constructor for class cern.colt.buffer.tint.IntBuffer
Constructs and returns a new buffer with the given target.
IntBuffer2D - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer2D(IntBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer2D
Constructs and returns a new buffer with the given target.
IntBuffer2D - Class in cern.colt.buffer.tint
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer2D(IntBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tint.IntBuffer2D
Constructs and returns a new buffer with the given target.
IntBuffer2DConsumer - Interface in cern.colt.buffer
Target of a streaming IntBuffer2D into which data is flushed upon buffer overflow.
IntBuffer2DConsumer - Interface in cern.colt.buffer.tint
Target of a streaming IntBuffer2D into which data is flushed upon buffer overflow.
IntBuffer3D - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer3D(IntBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer3D
Constructs and returns a new buffer with the given target.
IntBuffer3D - Class in cern.colt.buffer.tint
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer3D(IntBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tint.IntBuffer3D
Constructs and returns a new buffer with the given target.
IntBuffer3DConsumer - Interface in cern.colt.buffer
Target of a streaming IntBuffer3D into which data is flushed upon buffer overflow.
IntBuffer3DConsumer - Interface in cern.colt.buffer.tint
Target of a streaming IntBuffer3D into which data is flushed upon buffer overflow.
IntBufferConsumer - Interface in cern.colt.buffer
Target of a streaming IntBuffer into which data is flushed upon buffer overflow.
IntBufferConsumer - Interface in cern.colt.buffer.tint
Target of a streaming IntBuffer into which data is flushed upon buffer overflow.
IntComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
IntComparator - Interface in cern.colt.function.tint
A comparison function which imposes a total ordering on some collection of elements.
IntDoubleFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes two arguments.
IntDoubleFunction - Interface in cern.colt.function.tdouble
Interface that represents a function object: a function that takes two arguments.
IntDoubleProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntDoubleProcedure - Interface in cern.colt.function.tdouble
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
integerArray(int, int) - Method in class flanagan.math.PsRandom
 
integerArray(int, int, int) - Method in class flanagan.math.PsRandom
 
IntegerArray - Class in jhplot.math
BSD License
IntegerArray() - Constructor for class jhplot.math.IntegerArray
 
integral(String, int, double, double) - Method in class jhplot.F1D
Numerical integration.
integral(int, double, double) - Method in class jhplot.F1D
Numerical integration using trapezium rule.
integral(int, double, double, double, double) - Method in class jhplot.F2D
Numerical integration using trapezium rule.
integral() - Method in class jhplot.H1D
Sum of all heights
integral(int, int, boolean) - Method in class jhplot.H1D
Integrate a histogram between two bin indices (between 1 and max number) The integral is computed as the sum of bin contents in the range if the last parameter is false.
integral(int, int) - Method in class jhplot.H1D
Integrate a histogram between two bin indices (between 1 and max number) By default the integral is computed as the sum of bin contents in the range.
integral(int, int, int, int) - Method in class jhplot.H2D
Integrate histogram between two indices.
integral(int, int, int, int, boolean) - Method in class jhplot.H2D
Integrate histogram between two indices.
integral(int, int) - Method in class jhplot.P1D
Integrate P1D between two indices (between 1 and max index)
integral() - Method in class jhplot.P1D
Integrate P1D (sum up all Y values)
IntegralFunction - Interface in flanagan.integration
 
integralMC(IModelFunction) - Static method in class hep.aida.ref.function.FunctionIntegrator
 
integralRange(double, double, double, double, boolean) - Method in class jhplot.H2D
Integrate histogram in the range.
integralRegion(double, double, boolean) - Method in class jhplot.H1D
Integrate histogram in a region between Xmin and Xmax.
integralRegion(double, double) - Method in class jhplot.H1D
Integrate histogram in a region between Xmin and Xmax.
integralSimpson(IModelFunction) - Static method in class hep.aida.ref.function.FunctionIntegrator
 
integralTrapezoid(IModelFunction) - Static method in class hep.aida.ref.function.FunctionIntegrator
 
integralVegasMC(IModelFunction) - Static method in class hep.aida.ref.function.FunctionIntegrator
 
integrate(double, double) - Method in class jhplot.math.num.integration.AdaptiveIntegrator
Evaluate the definite integral from a to b.
integrate(double, double) - Method in class jhplot.math.num.integration.RombergIntegrator
Evaluate the definite integral from a to b.
integrate(double, double) - Method in class jhplot.math.num.integration.SimpsonsIntegrator
Evaluate the definite integral from a to b.
integrate(double, double) - Method in class jhplot.math.num.integration.TrapezoidalIntegrator
Evaluate the definite integral from a to b.
Integration - Class in flanagan.integration
 
Integration() - Constructor for class flanagan.integration.Integration
 
Integration(IntegralFunction) - Constructor for class flanagan.integration.Integration
 
Integration(IntegralFunction, double, double) - Constructor for class flanagan.integration.Integration
 
InternalFitFunction - Class in hep.aida.ref.fitter
 
InternalFitFunction(IDevFitDataIterator, IModelFunction, IFitMethod) - Constructor for class hep.aida.ref.fitter.InternalFitFunction
 
internalForceInit() - Static method in class jhplot.io.PBufFile
 
internalForceInit() - Static method in class jhplot.io.PEventFile
 
interpolate(double, double) - Method in class flanagan.interpolation.BiCubicSpline
 
interpolate(double, double) - Method in class flanagan.interpolation.BiCubicSplineFast
 
interpolate(double, double) - Method in class flanagan.interpolation.BiCubicSplineFirstDerivative
 
interpolate(double, double) - Method in class flanagan.interpolation.BiCubicSplinePartialDerivative
 
interpolate(double, double) - Method in class flanagan.interpolation.BiCubicSplineShort
 
interpolate(double) - Method in class flanagan.interpolation.CubicSpline
 
interpolate(double, double[], double[], double[]) - Static method in class flanagan.interpolation.CubicSpline
 
interpolate(double) - Method in class flanagan.interpolation.CubicSplineFast
 
interpolate(double) - Method in class flanagan.interpolation.CubicSplineShort
 
interpolate(double[]) - Method in class flanagan.interpolation.PolyCubicSpline
 
interpolate(double[]) - Method in class flanagan.interpolation.PolyCubicSplineFast
 
interpolate(double, double, double, double) - Method in class flanagan.interpolation.QuadriCubicSpline
 
interpolate(double, double, double) - Method in class flanagan.interpolation.TriCubicSpline
 
interpolate_for_y_and_dydx(double) - Method in class flanagan.interpolation.CubicSpline
 
interQuartileMean() - Method in class flanagan.analysis.Stat
 
interQuartileMean(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
interQuartileMean(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
interQuartileMean(double[]) - Static method in class flanagan.analysis.Stat
 
interQuartileMean(float[]) - Static method in class flanagan.analysis.Stat
 
interQuartileMean_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
interQuartileMean_as_double() - Method in class flanagan.analysis.Stat
 
IntFactory1D - Class in cern.colt.matrix.tint
Factory for convenient construction of 1-d matrices holding int cells.
IntFactory2D - Class in cern.colt.matrix.tint
Factory for convenient construction of 2-d matrices holding int cells.
IntFactory3D - Class in cern.colt.matrix.tint
Factory for convenient construction of 3-d matrices holding int cells.
IntFloatProcedure - Interface in cern.colt.function.tfloat
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntFormatter - Class in cern.colt.matrix.tint.algo
Flexible, well human readable matrix print formatting; By default decimal point aligned.
IntFormatter() - Constructor for class cern.colt.matrix.tint.algo.IntFormatter
Constructs and returns a matrix formatter with format "%G".
IntFormatter(String) - Constructor for class cern.colt.matrix.tint.algo.IntFormatter
Constructs and returns a matrix formatter.
IntFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes a single argument and returns a single value.
IntFunction - Interface in cern.colt.function.tint
Interface that represents a function object: a function that takes a single argument and returns a single value.
IntFunctions - Class in cern.jet.math
Integer Function objects to be passed to generic methods.
intFunctions - Static variable in class cern.jet.math.IntFunctions
Little trick to allow for "aliasing", that is, renaming this class.
IntFunctions - Class in cern.jet.math.tint
Int Function objects to be passed to generic methods.
intFunctions - Static variable in class cern.jet.math.tint.IntFunctions
Little trick to allow for "aliasing", that is, renaming this class.
IntIntDComplexFunction - Interface in cern.colt.function.tdcomplex
Interface that represents a function object: a function that takes three arguments.
IntIntDoubleFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes three arguments.
IntIntDoubleFunction - Interface in cern.colt.function.tdouble
Interface that represents a function object: a function that takes three arguments.
IntIntDoubleProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
IntIntDoubleProcedure - Interface in cern.colt.function.tdouble
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
IntIntFComplexFunction - Interface in cern.colt.function.tfcomplex
Interface that represents a function object: a function that takes three arguments.
IntIntFloatFunction - Interface in cern.colt.function.tfloat
Interface that represents a function object: a function that takes three arguments.
IntIntFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes two arguments and returns a single value.
IntIntFunction - Interface in cern.colt.function.tint
Interface that represents a function object: a function that takes two arguments and returns a single value.
IntIntIntFunction - Interface in cern.colt.function.tint
Interface that represents a function object: a function that takes three arguments.
IntIntIntProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
IntIntIntProcedure - Interface in cern.colt.function.tint
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
IntIntLongFunction - Interface in cern.colt.function.tlong
Interface that represents a function object: a function that takes three arguments.
IntIntObjectFunction - Interface in cern.colt.function.tobject
Interface that represents a function object: a function that takes three arguments.
IntIntProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntIntProcedure - Interface in cern.colt.function.tint
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntListAdapter - Class in cern.colt.list.adapter
Adapter that permits an AbstractIntList to be viewed and treated as a JDK 1.2 AbstractList.
IntListAdapter(AbstractIntList) - Constructor for class cern.colt.list.adapter.IntListAdapter
Constructs a list backed by the specified content list.
IntListAdapter - Class in cern.colt.list.tint
Adapter that permits an AbstractIntList to be viewed and treated as a JDK 1.2 AbstractList.
IntListAdapter(AbstractIntList) - Constructor for class cern.colt.list.tint.IntListAdapter
Constructs a list backed by the specified content list.
IntLongProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntMatrix1D - Class in cern.colt.matrix.tint
Abstract base class for 1-d matrices (aka vectors) holding int elements.
IntMatrix1DComparator - Interface in cern.colt.matrix.tint.algo
A comparison function which imposes a total ordering on some collection of elements.
IntMatrix1DProcedure - Interface in cern.colt.matrix.tint
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
IntMatrix2D - Class in cern.colt.matrix.tint
Abstract base class for 2-d matrices holding int elements.
IntMatrix2DComparator - Interface in cern.colt.matrix.tint.algo
A comparison function which imposes a total ordering on some collection of elements.
IntMatrix2DProcedure - Interface in cern.colt.matrix.tint
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
IntMatrix3D - Class in cern.colt.matrix.tint
Abstract base class for 3-d matrices holding int elements.
IntMatrix3DProcedure - Interface in cern.colt.matrix.tint
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
IntMult - Class in cern.jet.math.tint
Only for performance tuning of compute intensive linear algebraic computations.
IntObjectProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntObjectProcedure - Interface in cern.colt.function.tobject
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntPlusMultFirst - Class in cern.jet.math.tint
Only for performance tuning of compute intensive linear algebraic computations.
IntPlusMultSecond - Class in cern.jet.math.tint
Only for performance tuning of compute intensive linear algebraic computations.
IntProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntProcedure - Interface in cern.colt.function.tint
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntProperty - Class in cern.colt.matrix.tint.algo
Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).
IntProperty() - Constructor for class cern.colt.matrix.tint.algo.IntProperty
Constructs an instance with a tolerance of Math.abs(newTolerance).
IntSorting - Class in cern.colt.matrix.tint.algo
Matrix quicksorts and mergesorts.
intTOdouble(int[]) - Static method in class flanagan.math.Fmath
 
intTOfloat(int[]) - Static method in class flanagan.math.Fmath
 
intTOlong(int[]) - Static method in class flanagan.math.Fmath
 
inv - Static variable in class cern.jet.math.Functions
Function that returns 1.0 / a.
inv(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
inv - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
inv - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns 1.0 / a.
inv(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
inv - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
inv - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns 1.0 / a.
inv_center_reduce(double[]) - Method in class jhplot.stat.PCA
 
inv_center_reduce(double[][]) - Method in class jhplot.stat.PCA
 
invariantMass() - Method in class hephysics.vec.HepLorentzVector
Same as m().
invariantMass2() - Method in class hephysics.vec.HepLorentzVector
Same as m2().
inverse(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the inverse or pseudo-inverse of matrix A.
inverse(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the inverse or pseudo-inverse of matrix A.
inverse(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the inverse or pseudo-inverse of matrix A.
inverse() - Method in class flanagan.analysis.ErrorProp
 
inverse(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
inverse() - Method in class flanagan.math.FourierTransform
 
inverse() - Method in class flanagan.math.Matrix
 
inverse(Matrix) - Static method in class flanagan.math.Matrix
 
inverse(Matrix, MutableMatrix) - Static method in class hephysics.matrix.MatrixOp
Invert matrix mIn and write it to matrix mOut.
inverse(Hep3Matrix) - Static method in class hephysics.vec.VecOp
 
inverse(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
inverse(int[]) - Static method in class jhplot.math.SortUtils
Compute inverse permutation
inverse() - Method in class jhplot.math.ValueErr
Returns the inverse (1/a) of a ValueErr number
inverse(ValueErr) - Static method in class jhplot.math.ValueErr
Returns the reciprocal (1/a) of a ValueErr number (a)
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Beta
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Binomial
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Cauchy
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.ChiSquared
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.ContinuousDistribution
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.DiscreteDistribution
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Exponential
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.FDistribution
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Gamma
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Geometric
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Hypergeometric
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Laplace
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Logistic
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.LogNormal
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.NegativeBinomial
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Normal
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Poisson
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Rayleigh
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.TDistribution
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Uniform
The inverse CDF for this distribution.
inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Weibull
The inverse CDF for this distribution.
inverseErf(double) - Static method in class jhplot.math.num.special.Erf
Returns the inverse error function erf-1(y).
inverseExponentialCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
inverseGammaFunction(double) - Static method in class flanagan.analysis.Stat
 
inverseGaussianCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
inverseGaussianCDF(double) - Static method in class flanagan.analysis.Stat
 
inverseLU(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
inverseNormalCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
inverseNormalCDF(double) - Static method in class flanagan.analysis.Stat
 
inverseParetoCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
inverseQR(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
inverseRayleighCDF(double, double) - Static method in class flanagan.analysis.Stat
 
inverseWeibullCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
inverseWeibullCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
inverseWeibullCDF(double, double) - Static method in class flanagan.analysis.Stat
 
invert() - Method in class flanagan.analysis.Stat
 
invert() - Method in class flanagan.math.ArrayMaths
 
invert() - Method in class hephysics.matrix.BasicMatrix
 
invert() - Method in interface hephysics.matrix.MutableMatrix
Invert this matrix (into itself)
invert() - Method in class hephysics.matrix.SymmetricMatrix
 
invert() - Method in class hephysics.vec.Hep3Matrix
 
invert(double[]) - Static method in class jhplot.math.ArrayMathUtils
Inverts an array from left to right.
invert(int[]) - Static method in class jhplot.math.ArrayMathUtils
Inverts an array from left to right.
invertElements(double[]) - Static method in class flanagan.math.Fmath
 
invertElements(float[]) - Static method in class flanagan.math.Fmath
 
invertIndex(int[]) - Static method in class jhplot.math.Sorting
 
iparmq(int, String, String, int, int, int, int) - Method in class org.netlib.lapack.LAPACK
Purpose ======= This program sets problem and machine dependent parameters useful for xHSEQR and its subroutines.
isAllocated - Variable in class cern.jet.stat.Buffer
 
isAllocated() - Method in class cern.jet.stat.Buffer
Returns whether the receiver is already allocated.
isamax(int, float[], int) - Method in class org.netlib.blas.BLAS
..
IsApplet - Static variable in class jhplot.HZirkel
 
isArray() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix is in array format, else false
isArray() - Method in class cern.colt.matrix.io.VectorInfo
Returns true if the vector is in array format, else false
isArrow() - Method in class jhplot.jadraw.JaArcObject
Determines whether the arrow property of this arc object is set or not.
isArrow() - Method in class jhplot.jadraw.JaLineObject
Determines whether the arrow property of this line object is set or not.
isArrow() - Method in class jhplot.jadraw.JaLoopObject
Determines whether the arrow property of this loop object is set or not.
isAutoRange(int) - Method in class jhplot.jadraw.JaAxes
Is the graph axis were done with the aoutorange option?
isAxisShown(int) - Method in class jhplot.HPlot
Returns whether an axis line will be drawn or not.
isBack() - Method in class jhplot.jadraw.JaLineObject
Determines whether the back property of this line object is set or not.
isBars() - Method in class jhplot.DrawOptions
Return true if histogram is shown using bars.
isBetween(double, double) - Static method in class cern.jet.math.Functions
Constructs a function that returns from<=a && a<=to.
isBetween(int, int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns from<=a && a<=to.
isBetween(double, double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns from<=a && a<=to.
isBetween(float, float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns from<=a && a<=to.
isBetween(int, int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns from<=a && a<=to.
isBetween(long, long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns from<=a && a<=to.
isBorder() - Method in class jhplot.GHMargin
Is boarder shown?
isBorderShown() - Method in class jhplot.GHPanel
is the boarder of margins shown?
isBound() - Method in class hep.aida.ref.fitter.FitParameterSettings
 
isColumnDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
Same as checkColumnDimension() but just returns a boolean value rather than throwing an exception.
isComplex() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix stores complex numbers, else false
isComplex() - Method in class cern.colt.matrix.io.VectorInfo
Returns true if the vector stores complex numbers, else false
isConnected() - Method in class hep.aida.ref.event.AIDAObservable
 
isConnected() - Method in interface hep.aida.ref.event.Connectable
 
isConnected() - Method in class hep.aida.ref.event.ConnectEvent
 
isContour() - Method in class jhplot.HPlotJa
is contour plot?
isContour() - Method in class jhplot.jadraw.JaAxes
Is contour plot shown?
isContourBar() - Method in class jhplot.HPlotJa
Show a bar indicating levels on contour plot
isContourBar() - Method in class jhplot.jadraw.JaAxes
is a bar showing levels should be shown?
isConverted() - Method in class hep.aida.ref.histogram.Cloud
Check if the ICloud has been converted to an IHistogram.
isConverted() - Method in class hep.aida.ref.histogram.Cloud1D
Has the Cloud been converted to a Histogram?
isConverted() - Method in class hep.aida.ref.histogram.Cloud2D
Has the Cloud been converted to a Histogram?
isConverted() - Method in class hep.aida.ref.histogram.Cloud3D
Has the Cloud been converted to a Histogram?
isCoordinate() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix is in coordinate format, else false
isCoordinate() - Method in class cern.colt.matrix.io.VectorInfo
Returns true if the vector is in coordinate format, else false
isCopy(JaObject) - Method in class jhplot.jadraw.JaAxes
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaBlob
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaBox
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaFArc
Returns true if all serializable variables of this JaFArc and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaFLine
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaFLoop
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaGArc
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaGlArc
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaGLine
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaGlLine
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaGlLoop
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaGLoop
Returns true if all serializable variables of this JaLoopObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaKey
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaLatexText
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaLine
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaLoopObject
Returns true if all serializable variables of this JaLoopObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaObject
Determines if this JaObject is a copy of the specified one.
isCopy(JaObject) - Method in class jhplot.jadraw.JaPArc
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaPLine
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaPLoop
Returns true if all serializable variables of this JaLoopObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaSArc
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaSLine
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaSLoop
Returns true if all serializable variables of this JaLoopObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaText
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaTextBox
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaVertex
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT1
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT2
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT3
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT4
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT5
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT6
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isCopy(JaObject) - Method in class jhplot.jadraw.JaZigZagLine
Returns true if all serializable variables of this JaObject and those of the specified one are equal.
isDense() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix is in array format, else false
isDense() - Method in class cern.colt.matrix.io.VectorInfo
Returns true if the vector is in array format, else false
isDiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonal if A[i,j] == 0 whenever i != j.
isDiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is diagonal if A[i,j] == 0 whenever i != j.
isDiagonal(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is diagonal if A[i,j] == 0 whenever i != j.
isDiagonal(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is diagonal if A[i,j] == 0 whenever i != j.
isDiagonal(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is diagonal if A[i,j] == 0 whenever i != j.
isDiagonal() - Method in class flanagan.math.Matrix
 
isDiagonallyDominantByColumn(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonally dominant by column if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding column.
isDiagonallyDominantByColumn(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is diagonally dominant by column if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding column.
isDiagonallyDominantByColumn(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is diagonally dominant by column if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding column.
isDiagonallyDominantByColumn(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is diagonally dominant by column if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding column.
isDiagonallyDominantByColumn(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is diagonally dominant by column if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding column.
isDiagonallyDominantByRow(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonally dominant by row if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding row.
isDiagonallyDominantByRow(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is diagonally dominant by row if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding row.
isDiagonallyDominantByRow(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is diagonally dominant by row if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding row.
isDiagonallyDominantByRow(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is diagonally dominant by row if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding row.
isDiagonallyDominantByRow(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is diagonally dominant by row if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding row.
isEmpty() - Method in class cern.colt.list.AbstractCollection
Tests if the receiver has no elements.
isEmpty() - Method in class cern.colt.map.AbstractMap
Returns true if the receiver contains no (key,value) associations.
isEmpty() - Method in class cern.jet.stat.Buffer
Returns whether the receiver is empty.
isEmpty() - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns whether the receiver is empty.
isEnd() - Method in class jhplot.jadraw.JaArcObject
Determines whether the end property of this line object is set or not.
isEnd() - Method in class jhplot.jadraw.JaLineObject
Determines whether the end property of this line object is set or not.
isEqual - Static variable in class cern.jet.math.Functions
Function that returns a == b.
isEqual(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a == b.
isEqual - Static variable in class cern.jet.math.IntFunctions
Function that returns a == b.
isEqual(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a == b.
isEqual(double[], double[], double) - Static method in class cern.jet.math.tdcomplex.DComplex
 
isEqual - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
isEqual(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
isEqual - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a == b.
isEqual(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a == b.
isEqual(float[], float[], float) - Static method in class cern.jet.math.tfcomplex.FComplex
 
isEqual - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
isEqual(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
isEqual - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a == b.
isEqual(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a == b.
isEqual - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a == b.
isEqual(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a == b.
isEqual - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a == b.
isEqual(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a == b.
isEqual(double, double) - Static method in class flanagan.math.Fmath
 
isEqual(float, float) - Static method in class flanagan.math.Fmath
 
isEqual(int, int) - Static method in class flanagan.math.Fmath
 
isEqual(char, char) - Static method in class flanagan.math.Fmath
 
isEqual(String, String) - Static method in class flanagan.math.Fmath
 
isEqual(IFunction) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
isEqual(IFunction) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
isEqual(IFunction) - Method in class hep.aida.ref.function.AbstractIFunction
 
isEqual(IFunction) - Method in class hep.aida.ref.function.BaseModelFunction
 
isEqual(IFunction) - Method in class hep.aida.ref.function.SumOfFunctions
 
isEqualWithinLimits(double, double, double) - Static method in class flanagan.math.Fmath
 
isEqualWithinLimits(float, float, float) - Static method in class flanagan.math.Fmath
 
isEqualWithinLimits(long, long, long) - Static method in class flanagan.math.Fmath
 
isEqualWithinLimits(int, int, int) - Static method in class flanagan.math.Fmath
 
isEqualWithinLimits(BigDecimal, BigDecimal, BigDecimal) - Static method in class flanagan.math.Fmath
 
isEqualWithinLimits(BigInteger, BigInteger, BigInteger) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(double, double, double) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(float, float, float) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(long, long, double) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(long, long, long) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(int, int, double) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(int, int, int) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(BigDecimal, BigDecimal, BigDecimal) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(BigInteger, BigInteger, BigDecimal) - Static method in class flanagan.math.Fmath
 
isEqualWithinPerCent(BigInteger, BigInteger, BigInteger) - Static method in class flanagan.math.Fmath
 
iset(int, int, int[], int) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
isEvaluated() - Method in class jhplot.FND
Is the function was evaluated?
isEven(int) - Static method in class flanagan.math.Fmath
 
isEven(float) - Static method in class flanagan.math.Fmath
 
isEven(double) - Static method in class flanagan.math.Fmath
 
isExists(String) - Method in class jhplot.io.HDataBase
Checks if there is a record belonging to the given key.
isFillable() - Method in class hep.aida.ref.Annotation
 
isFillable() - Method in class hep.aida.ref.ManagedObject
 
isFilled() - Method in class jhplot.FPR
Is area filled or not
isFilled() - Method in class jhplot.jadraw.JaBlob
Get the filled style
isFilled() - Method in class jhplot.jadraw.JaBox
Get the filled style
isFirst() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
isFirst() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Returns true for the first iteration
isFirst() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
isFirst() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Returns true for the first iteration
isFixed() - Method in class hep.aida.ref.fitter.FitParameterSettings
 
isFixedBinning() - Method in class hep.aida.ref.histogram.FixedAxis
 
isFixedBinning() - Method in class hep.aida.ref.histogram.VariableAxis
 
isFixedBinning() - Method in class jhplot.H1D
Return true if bins have constant bin width
isFixedBinning() - Method in class jhplot.HProf1D
Return true if bins have constant bin width
ISFIXEDBINS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
ISFIXEDBINS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
isFlip() - Method in class jhplot.jadraw.JaArcObject
Determines whether the flip property of this arc object is set or not.
isFlip() - Method in class jhplot.jadraw.JaLineObject
Determines whether the flip property of this line object is set or not.
isFlip() - Method in class jhplot.jadraw.JaLoopObject
Determines whether the flip property of this loop object is set or not.
isFull() - Method in class cern.jet.stat.Buffer
Returns whether the receiver is empty.
isFull() - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns whether the receiver is empty.
isFullRank() - Method in class jhplot.math.QRDecomposition
Is the matrix full rank?
isGeneral() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix form is general, else false
isGreater - Static variable in class cern.jet.math.Functions
Function that returns a > b.
isGreater(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a > b.
isGreater - Static variable in class cern.jet.math.IntFunctions
Function that returns a > b.
isGreater(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a > b.
isGreater - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a > b.
isGreater(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a > b.
isGreater - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a > b.
isGreater(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a > b.
isGreater - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a > b.
isGreater(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a > b.
isGreater - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a > b.
isGreater(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a > b.
isGridFront() - Method in class jhplot.jadraw.JaAxes
is grid should be shown in front of all drawn objects?
isGridToFront() - Method in class jhplot.HPlot
Flag, saying whether the grid should be drawn at the foreground or not.
isHermitian() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix is Hermitian, else false
isIdentity(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is an identity matrix if A[i,i] == 1 and all other cells are zero.
isIdentity(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is an identity matrix if A[i,i] == 1 and all other cells are zero.
isIdentity(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is an identity matrix if A[i,i] == 1 and all other cells are zero.
isIdentity(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is an identity matrix if A[i,i] == 1 and all other cells are zero.
isIdentity(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is an identity matrix if A[i,i] == 1 and all other cells are zero.
isIdentity() - Method in class flanagan.math.Matrix
 
isInfinity(double) - Static method in class flanagan.math.Fmath
 
isInfinity(float) - Static method in class flanagan.math.Fmath
 
isInflip() - Method in class jhplot.jadraw.JaLineObject
Determines whether the inflip property of this line object is set or not.
isInitialized() - Method in class jhplot.io.PBufFile.Record.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.F1D
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.F2D
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.FND
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.FPR
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.H1D
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.H2D
 
isInitialized() - Method in class jhplot.io.PBufFile.Record
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.P0D
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.P0I
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.P1D
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.PND
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.PNI
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.PXY
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
isInitialized() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
isInitialized() - Method in class jhplot.io.PEventFile.HEvent.Builder
 
isInitialized() - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
isInitialized() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
isInitialized() - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
isInitialized() - Method in class jhplot.io.PEventFile.HEvent.Group
 
isInitialized() - Method in class jhplot.io.PEventFile.HEvent
 
isInMemory() - Method in class hep.aida.ref.tuple.AbstractTuple
 
isInMemory() - Method in class hep.aida.ref.tuple.ChainedTuple
 
isInMemory() - Method in interface hep.aida.ref.tuple.FTuple
 
isInMemory() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
isInMemory() - Method in class hep.aida.ref.tuple.Tuple
 
isInRange(double) - Method in class hep.aida.ref.function.Range
Check if a value is within the IRange.
isInRange(double) - Method in class hep.aida.ref.function.RangeSet
 
isInteger() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix stores integers, else false
isInteger() - Method in class cern.colt.matrix.io.VectorInfo
Returns true if the vector stores integers, else false
isInteger() - Method in class flanagan.math.ArrayMaths
 
isInteger(double) - Static method in class flanagan.math.Fmath
 
isInteger(double[]) - Static method in class flanagan.math.Fmath
 
isInteger(float) - Static method in class flanagan.math.Fmath
 
isInteger(float[]) - Static method in class flanagan.math.Fmath
 
isInteger(Number) - Static method in class flanagan.math.Fmath
 
isInteger(Number[]) - Static method in class flanagan.math.Fmath
 
isLength(double[], int) - Static method in class jhplot.math.DoubleArray
Same as checkLength but returns a boolean value rather than throwing an exception.
isLess - Static variable in class cern.jet.math.Functions
Function that returns a < b.
isLess(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b.
isLess - Static variable in class cern.jet.math.IntFunctions
Function that returns a < b.
isLess(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a < b.
isLess - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a < b.
isLess(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a < b.
isLess - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a < b.
isLess(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a < b.
isLess - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a < b.
isLess(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a < b.
isLess - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a < b.
isLess(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a < b.
isLightlike(double) - Method in class hephysics.vec.HepLorentzVector
is spacelike?
isLogScale(int) - Method in class jhplot.jadraw.JaAxes
 
isLowerBidiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is lower bidiagonal if A[i,j]==0 unless i==j || i==j+1.
isLowerBidiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is lower bidiagonal if A[i,j]==0 unless i==j || i==j+1.
isLowerBidiagonal(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is lower bidiagonal if A[i,j]==0 unless i==j || i==j+1.
isLowerBidiagonal(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is lower bidiagonal if A[i,j]==0 unless i==j || i==j+1.
isLowerBidiagonal(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is lower bidiagonal if A[i,j]==0 unless i==j || i==j+1.
isLowerHessenberg() - Method in class flanagan.math.Matrix
 
isLowerTriagonal() - Method in class flanagan.math.Matrix
 
isLowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is lower triangular if A[i,j]==0 whenever i < j.
isLowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is lower triangular if A[i,j]==0 whenever i < j.
isLowerTriangular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is lower triangular if A[i,j]==0 whenever i < j.
isLowerTriangular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is lower triangular if A[i,j]==0 whenever i < j.
isLowerTriangular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is lower triangular if A[i,j]==0 whenever i < j.
isMarked() - Method in class jhplot.jadraw.JaObject
Determines whether this JaObject is marked as an element of a group or not.
isMeanAndRmsSet() - Method in class hep.aida.ref.histogram.Histogram
 
isMinusInfinity(double) - Static method in class flanagan.math.Fmath
 
isMinusInfinity(float) - Static method in class flanagan.math.Fmath
 
isMirrorAxisShown(int) - Method in class jhplot.HPlot
Returns whether the mirror of an axis will be drawn or not.
isMultiline() - Method in class jhplot.jadraw.JaTextBox
Is this multiline text?
isNaN(double) - Static method in class flanagan.math.Fmath
 
isNaN(float) - Static method in class flanagan.math.Fmath
 
isNearlyIdenty(double) - Method in class flanagan.math.Matrix
 
isNearlyLowerHessenberg(double) - Method in class flanagan.math.Matrix
 
isNearlyLowerTriagonal(double) - Method in class flanagan.math.Matrix
 
isNearlySymmetric(double) - Method in class flanagan.math.Matrix
 
isNearlyUnit(double) - Method in class flanagan.math.Matrix
 
isNearlyUpperHessenberg(double) - Method in class flanagan.math.Matrix
 
isNearlyUpperTriagonal(double) - Method in class flanagan.math.Matrix
 
isNearlyZero(double) - Method in class flanagan.math.Matrix
 
isNonNegative(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is non-negative if A[i,j] >= 0 holds for all cells.
isNonNegative(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is non-negative if A[i,j] >= 0 holds for all cells.
isNonNegative(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is non-negative if A[i,j] >= 0 holds for all cells.
isNonNegative(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is non-negative if A[i,j] >= 0 holds for all cells.
isNonNegative(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is non-negative if A[i,j] >= 0 holds for all cells.
isNonsingular() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleLUDecomposition
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatLUDecomposition
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class jhplot.math.LUDecomposition
Is the matrix nonsingular?
isNormalized() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
isNormalized() - Method in class hep.aida.ref.function.AbstractIFunction
 
isNormalized() - Method in class hep.aida.ref.function.BaseModelFunction
 
IsObservable - Interface in hep.aida.ref.event
An interface to be implemented by AIDA objects that can notify observers of change to their state.
isOdd(int) - Static method in class flanagan.math.Fmath
 
isOdd(float) - Static method in class flanagan.math.Fmath
 
isOdd(double) - Static method in class flanagan.math.Fmath
 
isOrthogonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A square matrix A is orthogonal if A*transpose(A) = I.
isOrthogonal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A square matrix A is orthogonal if A*transpose(A) = I.
isOrthogonal(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A square matrix A is orthogonal if A*transpose(A) = I.
isOrthogonal(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A square matrix A is orthogonal if A*transpose(A) = I.
isOrthogonal(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A square matrix A is orthogonal if A*transpose(A) = I.
isPartial() - Method in class cern.jet.stat.Buffer
Returns whether the receiver is partial.
isPathInDir(String, String) - Static method in class hep.aida.ref.AidaUtils
 
isPattern() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix does not store any numbers, else false
isPattern() - Method in class cern.colt.matrix.io.VectorInfo
Returns true if the vector does not store any numbers, else false
isPlusInfinity(double) - Static method in class flanagan.math.Fmath
 
isPlusInfinity(float) - Static method in class flanagan.math.Fmath
 
isPositive(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is positive if A[i,j] > 0 holds for all cells.
isPositive(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is positive if A[i,j] > 0 holds for all cells.
isPositive(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is positive if A[i,j] > 0 holds for all cells.
isPositive(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is positive if A[i,j] > 0 holds for all cells.
isPositive(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is positive if A[i,j] > 0 holds for all cells.
isPrimitivesToFront() - Method in class jhplot.HPlot
Flag, saying whether primitives should be drawn at the foreground or not.
isReadOnly() - Method in class hep.aida.ref.tree.Tree
 
isReal() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix stores real numbers, else false
isReal() - Method in class cern.colt.matrix.io.VectorInfo
Returns true if the vector stores real numbers, else false
isRebinnable() - Method in class cern.hep.aida.bin.AbstractBin
Returns whether a client can obtain all elements added to the receiver.
isRebinnable() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns true.
isRebinnable() - Method in class cern.hep.aida.bin.StaticBin1D
Returns false.
isRebinnable() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns whether a client can obtain all elements added to the receiver.
isRebinnable() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns true.
isRebinnable() - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Returns false.
isRebinnable() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns whether a client can obtain all elements added to the receiver.
isRebinnable() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns true.
isRebinnable() - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Returns false.
isResizing() - Method in class jhplot.jadraw.JaArcObject
Returns the resizing property of this arc.
isRolledOver(int, int) - Method in class jhplot.jadraw.JaLatexText
Determines whether the curser is currently above the visual aid icon of this LatexText.
isRowDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
Same as checkRowDimension() but just returns a boolean value rather than throwing an exception.
isShadow() - Method in class jhplot.jadraw.JaTextBox
Is box with shadow?
isShow(int) - Method in class jhplot.jadraw.JaAxes
Is a particular axis should be shown?
isShowGrid(int) - Method in class jhplot.jadraw.JaAxes
Is grid to be shown?
isShowKey() - Method in class jhplot.jadraw.JaAxes
is key should be shown?
isShowMirror(int) - Method in class jhplot.jadraw.JaAxes
Is axis mirror is shown?
isShowStatBox() - Method in class jhplot.HPlotJa
Is stat box is shown on the current pad?
isSingular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is singular if it has no inverse, that is, iff det(A)==0.
isSingular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is singular if it has no inverse, that is, iff det(A)==0.
isSingular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is singular if it has no inverse, that is, iff det(A)==0.
isSkewSymmetric() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix is skew-symmetrical, else false
isSkewSymmetric(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A square matrix A is skew-symmetric if A = -transpose(A), that is A[i,j] == -A[j,i].
isSkewSymmetric(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A square matrix A is skew-symmetric if A = -transpose(A), that is A[i,j] == -A[j,i].
isSkewSymmetric(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A square matrix A is skew-symmetric if A = -transpose(A), that is A[i,j] == -A[j,i].
isSkewSymmetric(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A square matrix A is skew-symmetric if A = -transpose(A), that is A[i,j] == -A[j,i].
isSkewSymmetric(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A square matrix A is skew-symmetric if A = -transpose(A), that is A[i,j] == -A[j,i].
isSorted - Variable in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
 
isSortedFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Determines whether the receiver is sorted ascending, according to the natural ordering of its elements.
isSortedFromTo(int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Determines whether the receiver is sorted ascending, according to the natural ordering of its elements.
isSpacelike() - Method in class hephysics.vec.HepLorentzVector
Is particle spacelike (i.e restMass2() smaller than 0)
isSparse() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix is in coordinate format, else false
isSparse() - Method in class cern.colt.matrix.io.VectorInfo
Returns true if the vector is in coordinate format, else false
isSPD() - Method in class jhplot.math.CholeskyDecomposition
Is the matrix symmetric and positive definite?
isSquare() - Method in class cern.colt.matrix.io.MatrixSize
Returns true if the matrix is square, else false
isSquare(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is square if it has the same number of rows and columns.
isSquare(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is square if it has the same number of rows and columns.
isSquare(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is square if it has the same number of rows and columns.
isSquare(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is square if it has the same number of rows and columns.
isSquare(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is square if it has the same number of rows and columns.
isSquare() - Method in class flanagan.math.Matrix
 
isSquare(double[][]) - Static method in class jhplot.math.ArrayMathUtils
 
isSquare(float[][]) - Static method in class jhplot.math.ArrayMathUtils
 
isSquare(long[][]) - Static method in class jhplot.math.ArrayMathUtils
 
isSquare(int[][]) - Static method in class jhplot.math.ArrayMathUtils
 
isSquare(Object[][]) - Static method in class jhplot.math.ArrayMathUtils
 
isSticky(String) - Method in class hep.aida.ref.Annotation
Get the stickyness for a given key.
isSticky(int) - Method in class hep.aida.ref.Annotation
Get the stickyness corresponding to the item in a give position in the Annotation.
isStrictlyLowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly lower triangular if A[i,j]==0 whenever i <= j.
isStrictlyLowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is strictly lower triangular if A[i,j]==0 whenever i <= j.
isStrictlyLowerTriangular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is strictly lower triangular if A[i,j]==0 whenever i <= j.
isStrictlyLowerTriangular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is strictly lower triangular if A[i,j]==0 whenever i <= j.
isStrictlyLowerTriangular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is strictly lower triangular if A[i,j]==0 whenever i <= j.
isStrictlyTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly triangular if it is triangular and its diagonal elements all equal 0.
isStrictlyTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is strictly triangular if it is triangular and its diagonal elements all equal 0.
isStrictlyTriangular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is strictly triangular if it is triangular and its diagonal elements all equal 0.
isStrictlyTriangular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is strictly triangular if it is triangular and its diagonal elements all equal 0.
isStrictlyTriangular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is strictly triangular if it is triangular and its diagonal elements all equal 0.
isStrictlyUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly upper triangular if A[i,j]==0 whenever i >= j.
isStrictlyUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is strictly upper triangular if A[i,j]==0 whenever i >= j.
isStrictlyUpperTriangular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is strictly upper triangular if A[i,j]==0 whenever i >= j.
isStrictlyUpperTriangular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is strictly upper triangular if A[i,j]==0 whenever i >= j.
isStrictlyUpperTriangular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is strictly upper triangular if A[i,j]==0 whenever i >= j.
isSurface() - Method in class jhplot.HPlot3D
Is the plot will be shown as a surface?
isSymm() - Method in class jhplot.jadraw.JaLineObject
Determines whether the symm property of this line object is set or not.
isSymmetric() - Method in class cern.colt.matrix.io.MatrixInfo
Returns true if the matrix is symmetrical, else false
isSymmetric(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is symmetric if A = tranpose(A), that is A[i,j] == A[j,i].
isSymmetric(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is symmetric if A = tranpose(A), that is A[i,j] == A[j,i].
isSymmetric(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is symmetric if A = tranpose(A), that is A[i,j] == A[j,i].
isSymmetric(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is symmetric if A = tranpose(A), that is A[i,j] == A[j,i].
isSymmetric(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is symmetric if A = tranpose(A), that is A[i,j] == A[j,i].
isSymmetric() - Method in class flanagan.math.Matrix
 
isSymmetricPositiveDefinite() - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Returns whether the matrix A is symmetric and positive definite.
isSymmetricPositiveDefinite() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatCholeskyDecomposition
Returns whether the matrix A is symmetric and positive definite.
isTicksLabels(int) - Method in class jhplot.jadraw.JaAxes
Is ticks should be drawn
isTicLabelsShown(int) - Method in class jhplot.HPlot
Returns whether or not to draw the tick labels
isTicsShown(int) - Method in class jhplot.HPlot
Returns whether or not to draw ticks (little lines on the axes).
isTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is triangular iff it is either upper or lower triangular.
isTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is triangular iff it is either upper or lower triangular.
isTriangular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is triangular iff it is either upper or lower triangular.
isTriangular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is triangular iff it is either upper or lower triangular.
isTriangular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is triangular iff it is either upper or lower triangular.
isTridiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is tridiagonal if A[i,j]==0 whenever Math.abs(i-j) > 1.
isTridiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is tridiagonal if A[i,j]==0 whenever Math.abs(i-j) > 1.
isTridiagonal(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is tridiagonal if A[i,j]==0 whenever Math.abs(i-j) > 1.
isTridiagonal(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is tridiagonal if A[i,j]==0 whenever Math.abs(i-j) > 1.
isTridiagonal(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is tridiagonal if A[i,j]==0 whenever Math.abs(i-j) > 1.
isTridiagonal() - Method in class flanagan.math.Matrix
 
isTridiagonal(double) - Method in class flanagan.math.Matrix
 
isUnit() - Method in class flanagan.math.Matrix
 
isUnitTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is unit triangular if it is triangular and its diagonal elements all equal 1.
isUnitTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is unit triangular if it is triangular and its diagonal elements all equal 1.
isUnitTriangular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is unit triangular if it is triangular and its diagonal elements all equal 1.
isUnitTriangular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is unit triangular if it is triangular and its diagonal elements all equal 1.
isUnitTriangular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is unit triangular if it is triangular and its diagonal elements all equal 1.
isUpperBidiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is upper bidiagonal if A[i,j]==0 unless i==j || i==j-1.
isUpperBidiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is upper bidiagonal if A[i,j]==0 unless i==j || i==j-1.
isUpperBidiagonal(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is upper bidiagonal if A[i,j]==0 unless i==j || i==j-1.
isUpperBidiagonal(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is upper bidiagonal if A[i,j]==0 unless i==j || i==j-1.
isUpperBidiagonal(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is upper bidiagonal if A[i,j]==0 unless i==j || i==j-1.
isUpperHessenberg() - Method in class flanagan.math.Matrix
 
isUpperTriagonal() - Method in class flanagan.math.Matrix
 
isUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is upper triangular if A[i,j]==0 whenever i > j.
isUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is upper triangular if A[i,j]==0 whenever i > j.
isUpperTriangular(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is upper triangular if A[i,j]==0 whenever i > j.
isUpperTriangular(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is upper triangular if A[i,j]==0 whenever i > j.
isUpperTriangular(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is upper triangular if A[i,j]==0 whenever i > j.
isUser() - Method in class jhplot.jadraw.JaObject
Set to true if coordinates were set using USER coordinate system attached to axes
isValid() - Method in class hep.aida.ref.fitter.FitResult
 
isValid() - Method in class hep.aida.ref.function.Grid
 
isValidDouble(double) - Static method in class hep.aida.ref.histogram.binner.BinnerMath
 
isValidDouble(double) - Static method in class hep.aida.ref.histogram.HistUtils
 
isView() - Method in class cern.colt.matrix.AbstractMatrix
Returns whether the receiver is a view or not.
iswap(int, int[], int, int[], int) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
isZero(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is zero if all its cells are zero.
isZero(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
A matrix A is zero if all its cells are zero.
isZero(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
A matrix A is zero if all its cells are zero.
isZero(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
A matrix A is zero if all its cells are zero.
isZero(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
A matrix A is zero if all its cells are zero.
isZero() - Method in class flanagan.math.Matrix
 
itemIndex(String) - Method in class flanagan.analysis.Scores
 
itemName(int) - Method in class flanagan.analysis.Scores
 
itemNames() - Method in class flanagan.analysis.Scores
 
iterate(IterativeMethod.IterativeState) - Method in class jhplot.math.num.IterativeMethod
Perform the iterative evaluation.
iterate() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
Perform the next iteration of the iterative evaluation.
iterations() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
iterations() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Number of iterations performed
iterations() - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
 
iterations() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
iterations() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Number of iterations performed
iterations() - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
 
IterativeMethod - Class in jhplot.math.num
A method to solve generic problems by finding successive (and hopefully better) approximations to the solution.
IterativeMethod.IterativeState - Interface in jhplot.math.num
The current state for an iterative method.
IterativeSolverDoubleNotConvergedException - Exception in cern.colt.matrix.tdouble.algo.solver
Exception for lack of convergence in a linear problem.
IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason, String, DoubleIterationMonitor) - Constructor for exception cern.colt.matrix.tdouble.algo.solver.IterativeSolverDoubleNotConvergedException
Constructor for IterativeSolverNotConvergedException
IterativeSolverDoubleNotConvergedException(DoubleNotConvergedException.Reason, DoubleIterationMonitor) - Constructor for exception cern.colt.matrix.tdouble.algo.solver.IterativeSolverDoubleNotConvergedException
Constructor for IterativeSolverNotConvergedException
IterativeSolverFloatNotConvergedException - Exception in cern.colt.matrix.tfloat.algo.solver
Exception for lack of convergence in a linear problem.
IterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason, String, FloatIterationMonitor) - Constructor for exception cern.colt.matrix.tfloat.algo.solver.IterativeSolverFloatNotConvergedException
Constructor for IterativeSolverNotConvergedException
IterativeSolverFloatNotConvergedException(FloatNotConvergedException.Reason, FloatIterationMonitor) - Constructor for exception cern.colt.matrix.tfloat.algo.solver.IterativeSolverFloatNotConvergedException
Constructor for IterativeSolverNotConvergedException
IView - Class in jhplot
Simple image viewer for PNG, JPG, GIF files
IView() - Constructor for class jhplot.IView
Show an empty image viewer.
IView(String) - Constructor for class jhplot.IView
Show image or images
ivout(int, int, int[], int, String) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.

J

j0(double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the first kind of order 0 of the argument.
j0(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the Bessel function of the first kind of order 0 of the argument.
j1(double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the first kind of order 1 of the argument.
j1(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the Bessel function of the first kind of order 1 of the argument.
JaArcObject - Class in jhplot.jadraw
The mother of all arc objects.
JaArcObject() - Constructor for class jhplot.jadraw.JaArcObject
Constructor: sets the width, height, relative width and height, to a default value of JaObject.INIT_SIZE.
JaAxes - Class in jhplot.jadraw
Main class to build a pad with axes, ticks, labels.
JaAxes(int, int) - Constructor for class jhplot.jadraw.JaAxes
Constructor: sets the width, height, getRelw() and getRelh() to a default value of 25.
JaBlob - Class in jhplot.jadraw
A blob object: a general ellypse that can be rotated.
JaBlob() - Constructor for class jhplot.jadraw.JaBlob
Constructor: sets the width, height, getRelw() and getRelh() to a default value of 25.
JaBox - Class in jhplot.jadraw
A box object.
JaBox() - Constructor for class jhplot.jadraw.JaBox
Constructor: sets the width, height, getRelw() and getRelh() to a default value of 25.
JaBox(double, double, double, double, String) - Constructor for class jhplot.jadraw.JaBox
Build a box.
JaFArc - Class in jhplot.jadraw
A fermion arc.
JaFArc() - Constructor for class jhplot.jadraw.JaFArc
Constructor: just calls super().
JaFillObject - Class in jhplot.jadraw
A general object that can be filled.
JaFillObject() - Constructor for class jhplot.jadraw.JaFillObject
 
JaFLine - Class in jhplot.jadraw
A fermion line.
JaFLine() - Constructor for class jhplot.jadraw.JaFLine
Constructor: calls super() and initializes inflip to false.
JaFLoop - Class in jhplot.jadraw
A fermion loop.
JaFLoop() - Constructor for class jhplot.jadraw.JaFLoop
Constructor: just calls super().
JaGArc - Class in jhplot.jadraw
A ghost arc.
JaGArc() - Constructor for class jhplot.jadraw.JaGArc
Constructor: just calls super().
JaGlArc - Class in jhplot.jadraw
A gluon arc.
JaGlArc() - Constructor for class jhplot.jadraw.JaGlArc
Constructor: calls super() and initializes the stangle to 0.
JaGLine - Class in jhplot.jadraw
A ghost line.
JaGLine() - Constructor for class jhplot.jadraw.JaGLine
Constructor: calls super() and initializes inflip to false.
JaGlLine - Class in jhplot.jadraw
Class to build a gluon line
JaGlLine() - Constructor for class jhplot.jadraw.JaGlLine
Constructor: just calls super().
JaGlLoop - Class in jhplot.jadraw
Gluon loop
JaGlLoop() - Constructor for class jhplot.jadraw.JaGlLoop
Constructor: just calls super().
JaGLoop - Class in jhplot.jadraw
A ghost loop.
JaGLoop() - Constructor for class jhplot.jadraw.JaGLoop
Constructor: just calls super().
JaKey - Class in jhplot.jadraw
Defines a key with the text
JaKey() - Constructor for class jhplot.jadraw.JaKey
Constructor: sets the width, height, relative width and height to a default value of 2.
JaKey(int, String, double, double, String) - Constructor for class jhplot.jadraw.JaKey
Build a line
JaLatexText - Class in jhplot.jadraw
Defines a JaObject which is just a string.
JaLatexText() - Constructor for class jhplot.jadraw.JaLatexText
Constructor: sets the width, height, relative width and height to a default value of 3.
JaLine - Class in jhplot.jadraw
Build a simple line
JaLine(double, double, double, double, String) - Constructor for class jhplot.jadraw.JaLine
Build a line
JaLine() - Constructor for class jhplot.jadraw.JaLine
Constructor: calls super() and initializes inflip to false.
JaLineObject - Class in jhplot.jadraw
A general line object.
JaLineObject() - Constructor for class jhplot.jadraw.JaLineObject
Constructor: sets the width, height, relative width and height, to a default value of JaObject.INIT_SIZE.
JaLoopObject - Class in jhplot.jadraw
A general loop object.
JaLoopObject() - Constructor for class jhplot.jadraw.JaLoopObject
Constructor: sets the width, height, relative width and height, to a default value of JaObject.INIT_SIZE.
JaObject - Class in jhplot.jadraw
A general JaObject.
JaObject() - Constructor for class jhplot.jadraw.JaObject
 
JaPArc - Class in jhplot.jadraw
A photon arc.
JaPArc() - Constructor for class jhplot.jadraw.JaPArc
Constructor: calls super() and initializes the stangle to 0.
JaPLine - Class in jhplot.jadraw
A photon line.
JaPLine() - Constructor for class jhplot.jadraw.JaPLine
Constructor: just calls super().
JaPLoop - Class in jhplot.jadraw
A photon loop.
JaPLoop() - Constructor for class jhplot.jadraw.JaPLoop
Constructor: just calls super().
JaSArc - Class in jhplot.jadraw
A scalar arc.
JaSArc() - Constructor for class jhplot.jadraw.JaSArc
Constructor: just calls super().
JaSLine - Class in jhplot.jadraw
A scalar line.
JaSLine() - Constructor for class jhplot.jadraw.JaSLine
Constructor: calls super() and initializes inflip to false.
JaSLoop - Class in jhplot.jadraw
A scalar loop.
JaSLoop() - Constructor for class jhplot.jadraw.JaSLoop
Constructor: just calls super().
JaText - Class in jhplot.jadraw
Defines a JaObject which is a postscript text.
JaText() - Constructor for class jhplot.jadraw.JaText
Constructor: sets the width, height, relative width and height to a default value of 2.
JaText(String, double, double, String) - Constructor for class jhplot.jadraw.JaText
Build a text label
JaTextBox - Class in jhplot.jadraw
Text label which can be either one text line or multiline.
JaTextBox() - Constructor for class jhplot.jadraw.JaTextBox
Constructor: sets the width, height, getRelw() and getRelh() to a default value of 25.
JAVA_CLASSPATH - Static variable in class jhplot.HPlotJa
The current Java class path.
JAVA_HOME - Static variable in class jhplot.HPlotJa
The directory where Java is installed on the current machine.
JAVA_RUNTIME_VERSION - Static variable in class jhplot.HPlotJa
The current Java runtime version.
JAVA_VERSION - Static variable in class jhplot.HPlotJa
The current Java version.
JaVertex - Class in jhplot.jadraw
A vertex object.
JaVertex() - Constructor for class jhplot.jadraw.JaVertex
Constructor: sets the width, height, relative width and height, and stroke to a default value of 2.
JaVertexT1 - Class in jhplot.jadraw
A vertex (a filled circle).
JaVertexT1() - Constructor for class jhplot.jadraw.JaVertexT1
Constructor: just calls super().
JaVertexT2 - Class in jhplot.jadraw
A vertex type 2 object (a cross with a circle).
JaVertexT2() - Constructor for class jhplot.jadraw.JaVertexT2
Constructor: sets the width, height, relative width and height to a default value of 3 and initializes the firsttime variable to true.
JaVertexT3 - Class in jhplot.jadraw
A vertex (a filled square).
JaVertexT3() - Constructor for class jhplot.jadraw.JaVertexT3
Constructor: just calls super().
JaVertexT4 - Class in jhplot.jadraw
A vertex (a cross).
JaVertexT4() - Constructor for class jhplot.jadraw.JaVertexT4
Constructor: sets the width, height, relative width and height to a default value of 3 and initializes the firsttime variable to true.
JaVertexT5 - Class in jhplot.jadraw
A vertex (a triangle).
JaVertexT5() - Constructor for class jhplot.jadraw.JaVertexT5
Constructor: sets the width, height, relative width and height to a default value of 5 .
JaVertexT6 - Class in jhplot.jadraw
A vertex (a filled diamond).
JaVertexT6() - Constructor for class jhplot.jadraw.JaVertexT6
Constructor: just calls super().
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaAxes
The method that draws this Jaxo Axes.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaBlob
The method that draws this JaBlob.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaBox
The method that draws this Label.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaFArc
The method that draws this JaFArc.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaFLine
The method that draws this JaFLine.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaFLoop
The method that draws this JaFLoop.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaGArc
The method that draws this JaGArc.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaGlArc
The method that draws this JaGlArc.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaGLine
The method that draws this JaGLine.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaGlLine
The method that draws this JaGlLine.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaGlLoop
The method that draws this JaGlLoop.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaGLoop
The method that draws this JaGLoop.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaKey
The method that draws this label.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaLatexText
The method that draws this JaxoText.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaLine
The method that draws this JaFLine.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaObject
The method that draws the JaObject.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaPArc
The method that draws this JaPArc.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaPLine
The method that draws this JaPLine.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaPLoop
The method that draws this JaPLoop.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaSArc
The method that draws this JaSArc.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaSLine
The method that draws this JaSLine.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaSLoop
The method that draws this JaSLoop.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaText
The method that draws this label.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaTextBox
The method that draws this Label.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaVertex
The method that draws the JaObject.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaVertexT1
The method that draws this JaVertexT1.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaVertexT2
The method that draws this JaVertexT2.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaVertexT3
The method that draws this JaVertexT3.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaVertexT4
The method that draws this JaVertexT4.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaVertexT5
The method that draws this JaVertexT5.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaVertexT6
The method that draws this JaVertexT6.
jaxoDraw(VectorGraphics, boolean) - Method in class jhplot.jadraw.JaZigZagLine
The method that draws this JaZigZagLine.
JaZigZagLine - Class in jhplot.jadraw
A zig-zag line.
JaZigZagLine() - Constructor for class jhplot.jadraw.JaZigZagLine
Constructor: just calls super().
JELBaseModelFunction - Class in hep.aida.ref.function
 
JELBaseModelFunction(String, int, String, String, String, String) - Constructor for class hep.aida.ref.function.JELBaseModelFunction
 
JELCompiledExpression - Class in hep.aida.ref.function
 
JELCompiledExpression(int, int, String, String[]) - Constructor for class hep.aida.ref.function.JELCompiledExpression
 
JELCompiledExpression.Resolver - Class in hep.aida.ref.function
 
JELCompiledExpression.Resolver() - Constructor for class hep.aida.ref.function.JELCompiledExpression.Resolver
 
JELCompiledExpression.ValueProvider - Class in hep.aida.ref.function
 
JELCompiledExpression.ValueProvider(int, int) - Constructor for class hep.aida.ref.function.JELCompiledExpression.ValueProvider
 
JELFunctionCore - Class in hep.aida.ref.function
 
JELFunctionCore(int, int, String, String[], String[]) - Constructor for class hep.aida.ref.function.JELFunctionCore
 
JELTupleProvider - Class in hep.aida.ref.tuple
Serves as a Resolver and ValueProvider for JEL-based Evaluator and Filter
JELTupleProvider(ITuple) - Constructor for class hep.aida.ref.tuple.JELTupleProvider
 
jhplot - package jhplot
Main jHepWork numerical and graphical package
JHPlot - Class in jhplot
Show information about jHplot.
JHPlot() - Constructor for class jhplot.JHPlot
 
jhplot.bsom - package jhplot.bsom
Bayesian Self-Organizing Maps
jhplot.fit - package jhplot.fit
Predefined fit functions for the fit panel (HFit).
jhplot.io - package jhplot.io
jHPlot IO classes
jhplot.io.csv - package jhplot.io.csv
A very simple CSV parser for Java released under a commercial-friendly license.
jhplot.io.csv.bean - package jhplot.io.csv.bean
A simple bean binding interface for use with opencsv.
jhplot.io.sqlite - package jhplot.io.sqlite
 
jhplot.jadraw - package jhplot.jadraw
Main JaPlot classes for plots and diagrams
jhplot.math - package jhplot.math
Math calculations and random numbers.
jhplot.math.io - package jhplot.math.io
IO package for math (based on jmathtools).
jhplot.math.num - package jhplot.math.num
Common classes used throughout numerics4j.
jhplot.math.num.integration - package jhplot.math.num.integration
Function interfaces.
jhplot.math.num.pdf - package jhplot.math.num.pdf
Statistical distributions.
jhplot.math.num.random - package jhplot.math.num.random
Random number generators and random variable generators.
jhplot.math.num.root - package jhplot.math.num.root
Function interfaces.
jhplot.math.num.special - package jhplot.math.num.special
Elementary functions not provided by the Java™.
jhplot.root - package jhplot.root
Access to ROOT files (based on Tony Johnson's RootHistogramBrowser).
jhplot.security - package jhplot.security
MD5 hash for objects or data files
jhplot.shapes - package jhplot.shapes
jHepWork package to draw java 2D primitives
jhplot.stat - package jhplot.stat
Statistical calculations: fluctuations, linear regression etc.
jhplot.v3d - package jhplot.v3d
Main jHepWork 3D geometry package.
JHPLOT_HTTP - Static variable in class jhplot.HelpBrowser
 
jhpro.stat - package jhpro.stat
 
jhpro.stat.limit - package jhpro.stat.limit
 
jhpro.test - package jhpro.test
 
JHreader - Class in jhplot.io
A class to read XML file and build jHPlot graphics.
JHreader() - Constructor for class jhplot.io.JHreader
 
JHwriter - Class in jhplot.io
A class to write graphics in XML file.
JHwriter() - Constructor for class jhplot.io.JHwriter
 
jminhep.cluster - package jminhep.cluster
jHepWork package for a cluster analysis.
jn(int, double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the first kind of order n of the argument.
jn(int, double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the Bessel function of the first kind of order n of the argument.
JNIMethods - Class in org.netlib.utils
Static helper methods for dealing with the Java Native Interface and detection of operating systems and architectures.
JNIMethods() - Constructor for class org.netlib.utils.JNIMethods
 
JNIMethods.ARCHType - Enum in org.netlib.utils
Enumeration of common CPU architectures.
JNIMethods.OSType - Enum in org.netlib.utils
Enumeration of common operating systems, independent of version or architecture.
joule - Static variable in class cern.clhep.Units
 
jouleToCalorie(double) - Static method in class flanagan.math.Conv
 
jouleToCalorie(double) - Static method in class flanagan.math.Fmath
 

K

k - Variable in class cern.jet.stat.Buffer
 
k0(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of the third kind of order 0 of the argument.
k0(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the modified Bessel function of the third kind of order 0 of the argument.
k0e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of the third kind of order 0 of the argument.
k0e(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the exponentially scaled modified Bessel function of the third kind of order 0 of the argument.
k1(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of the third kind of order 1 of the argument.
k1(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the modified Bessel function of the third kind of order 1 of the argument.
k1e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of the third kind of order 1 of the argument.
k1e(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the exponentially scaled modified Bessel function of the third kind of order 1 of the argument.
k_Boltzmann - Static variable in class cern.clhep.PhysicalConstants
 
K_BOLTZMANN - Static variable in class flanagan.math.Fmath
 
kelvin - Static variable in class cern.clhep.Units
 
kelvinToCelsius(double) - Static method in class flanagan.math.Conv
 
kelvinToCelsius(double) - Static method in class flanagan.math.Fmath
 
keV - Static variable in class cern.clhep.Units
 
key(int) - Method in class hep.aida.ref.Annotation
Get the key corresponding to the item in a given position in the Annotation.
Key - Static variable in class jhplot.HPlotJa
 
Key(int, String, float, float) - Static method in class jhplot.jadraw.Diagram
Get a text with key symbol
keyOf(int) - Method in class cern.colt.map.AbstractDoubleIntMap
Returns the first key the given value is associated with.
keyOf(double) - Method in class cern.colt.map.AbstractIntDoubleMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.AbstractIntIntMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.AbstractIntObjectMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.AbstractLongObjectMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns the first key the given value is associated with.
keyOf(double) - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.OpenIntIntHashMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.OpenIntObjectHashMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.OpenLongObjectHashMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns the first key the given value is associated with.
keyOf(long) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns the first key the given value is associated with.
keyOf(double) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns the first key the given value is associated with.
keyOf(double) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Returns the first key the given value is associated with.
keyOf(long) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Returns the first key the given value is associated with.
keyOf(double) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Returns the first key the given value is associated with.
keyOf(double) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns the first key the given value is associated with.
keyOf(long) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns the first key the given value is associated with.
keyOf(float) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns the first key the given value is associated with.
keyOf(float) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Returns the first key the given value is associated with.
keyOf(long) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Returns the first key the given value is associated with.
keyOf(float) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Returns the first key the given value is associated with.
keyOf(float) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Returns the first key the given value is associated with.
keyOf(long) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns the first key the given value is associated with.
keyOf(long) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns the first key the given value is associated with.
keyOf(long) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Returns the first key the given value is associated with.
keyOf(long) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Returns the first key the given value is associated with.
keys() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a list filled with all keys contained in the receiver.
keys(DoubleArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.AbstractIntIntMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a list filled with all keys contained in the receiver.
keys(LongArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys contained in the receiver into the specified list.
keys(DoubleArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
Fills all keys contained in the receiver into the specified list.
keys(LongArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns a list filled with all keys contained in the receiver.
keys(DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns a list filled with all keys contained in the receiver.
keys(DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns a list filled with all keys contained in the receiver.
keys(LongArrayList) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Fills all keys contained in the receiver into the specified list.
keys(DoubleArrayList) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Fills all keys contained in the receiver into the specified list.
keys(DoubleArrayList) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Fills all keys contained in the receiver into the specified list.
keys(LongArrayList) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns a list filled with all keys contained in the receiver.
keys(FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns a list filled with all keys contained in the receiver.
keys(FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns a list filled with all keys contained in the receiver.
keys(LongArrayList) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Fills all keys contained in the receiver into the specified list.
keys(FloatArrayList) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Fills all keys contained in the receiver into the specified list.
keys(FloatArrayList) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Fills all keys contained in the receiver into the specified list.
keys(LongArrayList) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.tint.AbstractIntIntMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns a list filled with all keys contained in the receiver.
keys(LongArrayList) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns a list filled with all keys contained in the receiver.
keys(LongArrayList) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Fills all keys contained in the receiver into the specified list.
keys(LongArrayList) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Fills all keys contained in the receiver into the specified list.
keys(LongArrayList) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns a list filled with all keys contained in the receiver.
keys(LongArrayList) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Fills all keys contained in the receiver into the specified list.
keys(LongArrayList) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Fills all keys contained in the receiver into the specified list.
keysSortedByValue(DoubleArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(LongArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(LongArrayList) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(LongArrayList) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.tint.AbstractIntIntMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(LongArrayList) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(LongArrayList) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(LongArrayList) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Fills all keys sorted ascending by their associated value into the specified list.
kg - Static variable in class cern.clhep.Units
 
kGasThreshold - Static variable in class cern.clhep.PhysicalConstants
 
kgToPound(double) - Static method in class flanagan.math.Conv
 
kgToPound(double) - Static method in class flanagan.math.Fmath
 
kgToTon(double) - Static method in class flanagan.math.Conv
 
kgToTon(double) - Static method in class flanagan.math.Fmath
 
kiloelectronvolt - Static variable in class cern.clhep.Units
 
kilogauss - Static variable in class cern.clhep.Units
 
kilogram - Static variable in class cern.clhep.Units
 
kilohertz - Static variable in class cern.clhep.Units
 
kilometer - Static variable in class cern.clhep.Units
 
kilometer2 - Static variable in class cern.clhep.Units
 
kilometer3 - Static variable in class cern.clhep.Units
 
kilovolt - Static variable in class cern.clhep.Units
 
km - Static variable in class cern.clhep.Units
 
km2 - Static variable in class cern.clhep.Units
 
km3 - Static variable in class cern.clhep.Units
 
kmPerLitreToMilePerGallon(double) - Static method in class flanagan.math.Conv
 
kmPerLitreToMilePerGallon(double) - Static method in class flanagan.math.Fmath
 
kmToMile(double) - Static method in class flanagan.math.Conv
 
kmToMile(double) - Static method in class flanagan.math.Fmath
 
kn(int, double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of the third kind of order nn of the argument.
kn(int, double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the modified Bessel function of the third kind of order nn of the argument.
known_N_compute_B_and_K(long, double, double, int, double[]) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
known_N_compute_B_and_K(long, double, double, int, double[]) - Static method in class cern.jet.stat.tdouble.quantile.DoubleQuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
known_N_compute_B_and_K(long, float, float, int, float[]) - Static method in class cern.jet.stat.tfloat.quantile.FloatQuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
kron(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Computes the Kronecker product of two real matrices.
kron(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Computes the Kronecker product of two real matrices.
kron(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Computes the Kronecker product of two real matrices.
kron(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Computes the Kronecker product of two real matrices.
kurtosis() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the kurtosis (aka excess), which is -3 + moment(4,mean()) / standardDeviation()4.
kurtosis(double, double) - Static method in class cern.jet.stat.Descriptive
Returns the kurtosis (aka excess) of a data sequence.
kurtosis(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the kurtosis (aka excess) of a data sequence, which is -3 + moment(data,4,mean) / standardDeviation4.
kurtosis(double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the kurtosis (aka excess) of a data sequence.
kurtosis(DoubleArrayList, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the kurtosis (aka excess) of a data sequence, which is -3 + moment(data,4,mean) / standardDeviation4.
kurtosis(float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the kurtosis (aka excess) of a data sequence.
kurtosis(FloatArrayList, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the kurtosis (aka excess) of a data sequence, which is -3 + moment(data,4,mean) / standardDeviation4.
kurtosis() - Method in class flanagan.analysis.Stat
 
kurtosis(double[]) - Static method in class flanagan.analysis.Stat
 
kurtosis(float[]) - Static method in class flanagan.analysis.Stat
 
kurtosis(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
kurtosis(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
kurtosis(long[]) - Static method in class flanagan.analysis.Stat
 
kurtosis(int[]) - Static method in class flanagan.analysis.Stat
 
kurtosis() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the kurtosis (aka excess), which is -3 + moment(4,mean()) / standardDeviation()4.
kurtosis() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the kurtosis (aka excess), which is -3 + moment(4,mean()) / standardDeviation()4.
kurtosis() - Method in class jhplot.P0D
Returns the kurtosis.
kurtosis() - Method in class jhplot.P0I
Returns the kurtosis.
kurtosis_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
kurtosis_as_double() - Method in class flanagan.analysis.Stat
 
kurtosisExcess() - Method in class flanagan.analysis.Stat
 
kurtosisExcess(double[]) - Static method in class flanagan.analysis.Stat
 
kurtosisExcess(float[]) - Static method in class flanagan.analysis.Stat
 
kurtosisExcess(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
kurtosisExcess(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
kurtosisExcess(long[]) - Static method in class flanagan.analysis.Stat
 
kurtosisExcess(int[]) - Static method in class flanagan.analysis.Stat
 
kurtosisExcess_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
kurtosisExcess_as_double() - Method in class flanagan.analysis.Stat
 

L

LabelX - Static variable in class jhplot.HPlotJa
 
LabelY - Static variable in class jhplot.HPlotJa
 
lag1(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the lag-1 autocorrelation of a dataset; Note that this method has semantics different from autoCorrelation(..., 1);
lag1(DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the lag-1 autocorrelation of a dataset; Note that this method has semantics different from autoCorrelation(..., 1);
lag1(FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the lag-1 autocorrelation of a dataset; Note that this method has semantics different from autoCorrelation(..., 1);
lambdaOne() - Method in class flanagan.analysis.BoxCox
 
lambdaTwo() - Method in class flanagan.analysis.BoxCox
 
Landau - Class in jhplot.fit
The function represents the Landau distribution.
Landau() - Constructor for class jhplot.fit.Landau
 
Landau(String) - Constructor for class jhplot.fit.Landau
 
Landau(String[], String[]) - Constructor for class jhplot.fit.Landau
 
LAPACK - Class in org.netlib.lapack
LAPACK provider which will attempt to access a native implementation and falling back to use F2J if none is available.
LAPACK() - Constructor for class org.netlib.lapack.LAPACK
 
Laplace - Class in jhplot.math.num.pdf
The Laplace distribution.
Laplace() - Constructor for class jhplot.math.num.pdf.Laplace
Default constructor.
Laplace(double, double) - Constructor for class jhplot.math.num.pdf.Laplace
Create a distribution with the given mean and scale.
LaplaceRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Laplace distribution.
LaplaceRandomVariable() - Constructor for class jhplot.math.num.random.LaplaceRandomVariable
Default constructor.
LaplaceRandomVariable(double, double) - Constructor for class jhplot.math.num.random.LaplaceRandomVariable
Create a random variable with the given mean and scale.
LaplaceRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.LaplaceRandomVariable
Create a random variable with the given parameters.
largestPrime - Static variable in class cern.colt.map.PrimeFinder
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
lastIndexOf(boolean) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOf(byte) - Method in class cern.colt.list.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOf(char) - Method in class cern.colt.list.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOf(double) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOf(float) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOf(int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOf(long) - Method in class cern.colt.list.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOf(short) - Method in class cern.colt.list.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOf(boolean) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOf(byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOf(char) - Method in class cern.colt.list.tchar.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOf(double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOf(float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOf(int) - Method in class cern.colt.list.tint.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOf(long) - Method in class cern.colt.list.tlong.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOf(Object, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOf(short) - Method in class cern.colt.list.tshort.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.BooleanArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.tchar.CharArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.tfloat.FloatArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.tint.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.tint.IntArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.tlong.LongArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.tshort.ShortArrayList
Returns the index of the last occurrence of the specified element.
lastPowerOfTwo(int) - Static method in class flanagan.math.FourierTransform
 
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaAxes
The LaTeX command that is necessary to draw the given JaAxes using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaBlob
The LaTeX command that is necessary to draw the given JaBlob using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaBox
The LaTeX command that is necessary to draw the given Label using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaFArc
The LaTeX command that is necessary to draw this JaFArc using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaFLine
The LaTeX command that is necessary to draw this JaFLine using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaFLoop
The LaTeX command that is necessary to draw this JaFLoop using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaGArc
The LaTeX command that is necessary to draw this JaGArc using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaGlArc
The LaTeX command that is necessary to draw this JaGlArc using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaGLine
The LaTeX command that is necessary to draw this JaGLine using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaGlLine
The LaTeX command that is necessary to draw this JaGlLine using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaGlLoop
The LaTeX command that is necessary to draw this JaGlLoop using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaGLoop
The LaTeX command that is necessary to draw this JaGLoop using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaKey
The LaTeX command that is necessary to draw the given label using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaLatexText
The LaTeX command that is necessary to draw the given JaxoText using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaLine
The LaTeX command that is necessary to draw this JaFLine using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaObject
The LaTeX command that is necessary to draw the given JaObject using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaPArc
The LaTeX command that is necessary to draw this JaPArc using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaPLine
The LaTeX command that is necessary to draw this JaPLine using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaPLoop
The LaTeX command that is necessary to draw this JaPLoop using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaSArc
The LaTeX command that is necessary to draw this JaSArc using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaSLine
The LaTeX command that is necessary to draw this JaSLine using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaSLoop
The LaTeX command that is necessary to draw this JaSLoop using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaText
The LaTeX command that is necessary to draw the given label using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaTextBox
The LaTeX command that is necessary to draw the given Label using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaVertex
The LaTeX command that is necessary to draw the given JaObject using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaVertexT1
The LaTeX command that is necessary to draw the given JaVertexT1 using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaVertexT2
The LaTeX command that is necessary to draw the given JaVertexT2 using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaVertexT3
The LaTeX command that is necessary to draw the given JaVertexT3 using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaVertexT4
The LaTeX command that is necessary to draw the given JaVertexT4 using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaVertexT5
The LaTeX command that is necessary to draw the given JaVertexT2 using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaVertexT6
The LaTeX command that is necessary to draw the given JaVertexT6 using the axodraw.sty package.
latexCommand(float, Dimension) - Method in class jhplot.jadraw.JaZigZagLine
The LaTeX command that is necessary to draw this JaZigZagLine using the axodraw.sty package.
latexWidth() - Method in class jhplot.jadraw.JaArcObject
The LaTeX command that sets the width for this Arc, using the axodraw.sty package.
latexWidth() - Method in class jhplot.jadraw.JaFillObject
Returns the string that sets the latex line width of this FillObject.
latexWidth() - Method in class jhplot.jadraw.JaKey
Returns the line width of this label.
latexWidth() - Method in class jhplot.jadraw.JaLatexText
Returns the line width of this JaxoText.
latexWidth() - Method in class jhplot.jadraw.JaLineObject
The LaTeX command that sets the width for this Line, using the axodraw.sty package.
latexWidth() - Method in class jhplot.jadraw.JaLoopObject
The LaTeX command that sets the width for this Loop, using the axodraw.sty package.
latexWidth() - Method in class jhplot.jadraw.JaObject
The LaTeX command that sets the width for this JaObject, using the axodraw.sty package.
latexWidth() - Method in class jhplot.jadraw.JaText
Returns the line width of this label.
latexWidth() - Method in class jhplot.jadraw.JaVertex
Returns the line width of this JaVertex.
leapFrog(double[], F1D, double) - Static method in class jhplot.math.Numeric
Uses the Leap-Frog method to solve an ODE.
leapYear(int) - Static method in class flanagan.math.Fmath
 
leapYear(int) - Method in class flanagan.math.TimeAndDate
 
learn() - Method in class jhplot.bsom.BsomDemo
Set learn mode
leastSignificantBit(int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns the index of the least significant bit in state "true".
leastSignificantBit(int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Returns the index of the least significant bit in state "true".
LeastSquaresFitMethod - Class in hep.aida.ref.fitter.fitmethod
 
LeastSquaresFitMethod() - Constructor for class hep.aida.ref.fitter.fitmethod.LeastSquaresFitMethod
 
LEDataInputStream - Class in jhplot.math.io
This class was designed on the base of Roedy Green LEDataInputStream Thanks to Roedy Green, Canadian Mind Products mailto:roedy@mindprod.com http://mindprod.com
LEDataInputStream(InputStream) - Constructor for class jhplot.math.io.LEDataInputStream
 
LEDataOutputStream - Class in jhplot.math.io
This class was designed on the base of Roedy Green LEDataInputStream Thanks to Roedy Green, Canadian Mind Products mailto:roedy@mindprod.com http://mindprod.com
LEDataOutputStream(OutputStream) - Constructor for class jhplot.math.io.LEDataOutputStream
 
LEFT - Static variable in class cern.colt.matrix.AbstractFormatter
The alignment string aligning the cells of a column to the left.
LEFT - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to the left.
length() - Method in class flanagan.math.ArrayMaths
 
length() - Method in class hep.aida.ref.function.RangeSet
 
LENGTH - Static variable in class jhplot.jadraw.JaObject
An integer that gives the length of the handle sides.
length() - Method in class jhplot.math.io.LERandomAccessFile
 
LERandomAccessFile - Class in jhplot.math.io
This class was designed on the base of Roedy Green LEDataInputStream Thanks to Roedy Green, Canadian Mind Products mailto:roedy@mindprod.com http://mindprod.com
LERandomAccessFile(String, String) - Constructor for class jhplot.math.io.LERandomAccessFile
constructors
LERandomAccessFile(File, String) - Constructor for class jhplot.math.io.LERandomAccessFile
 
less(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = A[row,col] < s ? 1 : 0.
less(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = A[row,col] < B[row,col] ? 1 : 0.
less - Static variable in class cern.jet.math.Functions
Function that returns a < b ? 1 : 0.
less(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b ? 1 : 0.
less - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a < b ? 1 : 0.
less(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a < b ? 1 : 0.
less - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a < b ? 1 : 0.
less(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a < b ? 1 : 0.
letterToNumeral() - Method in class flanagan.analysis.Scores
 
level - Variable in class cern.jet.stat.Buffer
 
level() - Method in class cern.jet.stat.Buffer
Returns whether the receiver's level.
level(int) - Method in class cern.jet.stat.Buffer
Sets the receiver's level.
lg - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a) / Math.log(b).
lg(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.log(a) / Math.log(b).
lg - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.log(a) / Math.log(b).
lg(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns Math.log(a) / Math.log(b) .
lg - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.log(a) / Math.log(b).
lg(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns Math.log(a) / Math.log(b) .
like() - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.DoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.DoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like() - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.ObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.ObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
like() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCMDoubleMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCMDoubleMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
like() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
like() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCMFloatMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCMFloatMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
like(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseCCMIntMatrix2D
 
like(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseRCMIntMatrix2D
 
like(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
like() - Method in class cern.colt.matrix.tint.IntMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tint.IntMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tint.IntMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix3D
 
like(int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseCCMLongMatrix2D
 
like(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseRCMLongMatrix2D
 
like(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
like() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix3D
 
like(int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseCCMObjectMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
like(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseRCMObjectMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
like(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
like() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like1D(int) - Method in class cern.colt.matrix.DoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.ObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
LimitCalculator - Class in jhpro.stat.limit
Create a limit calculator.
LimitCalculator() - Constructor for class jhpro.stat.limit.LimitCalculator
 
LimitCalculatorGui - Class in jhpro.stat.limit
 
LimitCalculatorGui() - Constructor for class jhpro.stat.limit.LimitCalculatorGui
 
LimitCalculatorGui.ExperimentData - Class in jhpro.stat.limit
 
LimitCalculatorGui.myFrame - Class in jhpro.stat.limit
 
LINE - Static variable in class jhplot.shapes.HShape
 
Line - Class in jhplot.shapes
Draw a line in the user or NDC coordinate system
Line(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Line
Main constructor fot a line
Line(double, double, double, double) - Constructor for class jhplot.shapes.Line
Make a line using black (default) color and default stroke
linear() - Method in class flanagan.analysis.Regression
 
LINEAR_INTERPOLATION - Static variable in class cern.jet.random.Empirical
 
LINEAR_INTERPOLATION - Static variable in class cern.jet.random.tdouble.Empirical
 
LinearAlgebra - Class in jhplot.math
A collection of static methods for performing math operations on matrices and arrays.
LinearAlgebra() - Constructor for class jhplot.math.LinearAlgebra
 
LinearCongruentialRNG - Class in jhplot.math.num.random
A general linear congruential generator.
LinearCongruentialRNG(long, long) - Constructor for class jhplot.math.num.random.LinearCongruentialRNG
Create a linear congruential generator with the given modulus and multiplier.
LinearCongruentialRNG(long, long, long) - Constructor for class jhplot.math.num.random.LinearCongruentialRNG
Create a linear congruential generator with the given parameters.
LinearCongruentialRNG(long, long, long, long) - Constructor for class jhplot.math.num.random.LinearCongruentialRNG
Create a linear congruential generator with the given parameters.
linearConv(double, double, Matrix) - Method in class jhplot.bsom.Matrix
Linear conversion: a*X + b*Y.
linearCorrCoeff(double, int) - Static method in class flanagan.analysis.Stat
 
linearCorrCoeffProb(double, int) - Static method in class flanagan.analysis.Stat
 
linearGeneral() - Method in class flanagan.analysis.Regression
 
linearGeneralPlot(String, String) - Method in class flanagan.analysis.Regression
 
linearGeneralPlot() - Method in class flanagan.analysis.Regression
 
linearPlot(String, String) - Method in class flanagan.analysis.Regression
 
linearPlot() - Method in class flanagan.analysis.Regression
 
Link - Class in hep.aida.ref.tree
A Link is a managed object representing a symbolic link.
LINK_ADDED - Static variable in class hep.aida.ref.event.TreeEvent
 
LinReg - Class in jhplot.stat
A linear regression analysis.
LinReg(double[], double[]) - Constructor for class jhplot.stat.LinReg
Constructor for regression calculations
LinReg(P1D) - Constructor for class jhplot.stat.LinReg
constructor for regression calculations.
LinRegWeighted - Class in jhplot.stat
Weighted Least Squares Regression
LinRegWeighted(double[], double[], double[]) - Constructor for class jhplot.stat.LinRegWeighted
Constructor for regression calculations
list() - Method in class hep.aida.ref.function.FunctionCatalog
 
listAll() - Method in class jhplot.HBook
List all objects inside HBook
listEntries() - Method in class jhplot.io.PFile
List objects stored in the file.
listH1D() - Method in class jhplot.HBook
List all known H1D histograms.
listH2D() - Method in class jhplot.HBook
List all known H1D histograms.
listObjectNames() - Method in class hep.aida.ref.tree.Tree
Get the list of names of the IManagedObjects under a given path, including directories (but not "." and "..").
listObjectNames(String) - Method in class hep.aida.ref.tree.Tree
Get the list of names of the IManagedObjects under a given path, including directories (but not "." and "..").
listObjectNames(String, boolean) - Method in class hep.aida.ref.tree.Tree
Get the list of names of the IManagedObjects under a given path, including directories (but not "." and "..").
listObjectNames() - Method in class jhplot.io.FileAida
List name of the objects inside trees
listObjectTypes() - Method in class hep.aida.ref.tree.Tree
Get the list of types of the IManagedObjects under a given path.
listObjectTypes(String) - Method in class hep.aida.ref.tree.Tree
Get the list of types of the IManagedObjects under a given path.
listObjectTypes(String, boolean) - Method in class hep.aida.ref.tree.Tree
Get the list of types of the IManagedObjects under a given path.
listP1D() - Method in class jhplot.HBook
List all known P1D objects.
listParameterSettings() - Method in class hep.aida.ref.fitter.Fitter
 
litrePerKmToGallonPerMile(double) - Static method in class flanagan.math.Conv
 
litrePerKmToGallonPerMile(double) - Static method in class flanagan.math.Fmath
 
litreToGallon(double) - Static method in class flanagan.math.Conv
 
litreToGallon(double) - Static method in class flanagan.math.Fmath
 
litreToPint(double) - Static method in class flanagan.math.Conv
 
litreToPint(double) - Static method in class flanagan.math.Fmath
 
litreToQuart(double) - Static method in class flanagan.math.Conv
 
litreToQuart(double) - Static method in class flanagan.math.Fmath
 
LITTLE_ENDIAN - Static variable in class jhplot.math.io.BinaryFile
 
LITTLE_ENDIAN - Static variable in class jhplot.math.io.BinaryInputStream
 
LITTLE_ENDIAN - Static variable in class jhplot.math.io.BinaryOutputStream
 
lnElements(double[]) - Static method in class flanagan.math.Fmath
 
lnElements(float[]) - Static method in class flanagan.math.Fmath
 
load(String) - Method in class jhplot.BRoot
Load a ROOT file
load(H1D, String) - Method in class jhplot.HFit
Load a histogram for a fit
load(P1D, String) - Method in class jhplot.HFit
Load data for a fit
load(String, boolean) - Method in class jhplot.io.FileAida
Load a AIDA file
loadAll(String) - Method in class hep.aida.ref.function.FunctionCatalog
 
loadData(P1D) - Method in class jhplot.bsom.Bsom
 
loadData(String) - Method in class jhplot.bsom.Bsom
 
loadingFactorsAsColumns() - Method in class flanagan.analysis.PCA
 
loadingFactorsAsRows() - Method in class flanagan.analysis.PCA
 
log(double, double) - Static method in class cern.jet.math.Arithmetic
Returns logbasevalue.
log - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a).
log(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
log - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
log(double, double) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns logbasevalue.
log - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.log(a).
log(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
log - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
log(float, float) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns logbasevalue.
log - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.log(a).
log(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
log() - Method in class flanagan.analysis.Stat
 
log() - Method in class flanagan.math.ArrayMaths
 
log(double) - Static method in class flanagan.math.Fmath
 
log(float) - Static method in class flanagan.math.Fmath
 
log() - Method in class jhplot.math.Complex
Principal branch of the Complex logarithm of this Complex number.
log(ValueErr) - Static method in class jhplot.math.ValueErr
Take natural log
log10(double) - Static method in class cern.jet.math.Arithmetic
Returns log10value.
log10(double) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns log10value.
log10(float) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns log10value.
log10(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
log10() - Method in class flanagan.analysis.Stat
 
log10() - Method in class flanagan.math.ArrayMaths
 
log10(double) - Static method in class flanagan.math.Fmath
 
log10(float) - Static method in class flanagan.math.Fmath
 
log10(double, double) - Static method in class flanagan.math.Fmath
 
log10(double, int) - Static method in class flanagan.math.Fmath
 
log10(float, float) - Static method in class flanagan.math.Fmath
 
log10(float, int) - Static method in class flanagan.math.Fmath
 
log10(ValueErr) - Static method in class jhplot.math.ValueErr
log to base 10
log10Elements(double[]) - Static method in class flanagan.math.Fmath
 
log10Elements(float[]) - Static method in class flanagan.math.Fmath
 
log2(double) - Static method in class cern.jet.math.Arithmetic
Returns log2value.
log2 - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a) / Math.log(2).
log2(double) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns log2value.
log2 - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.log(a) / Math.log(2).
log2(float) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns log2value.
log2 - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.log(a) / Math.log(2).
log2() - Method in class flanagan.analysis.Stat
 
log2() - Method in class flanagan.math.ArrayMaths
 
log2(double) - Static method in class flanagan.math.Fmath
 
log2(float) - Static method in class flanagan.math.Fmath
 
LOG_2_PI - Static variable in interface jhplot.math.num.Constants
log(2 π).
Logarithmic - Class in cern.jet.random
Logarithmic distribution.
Logarithmic(double, RandomEngine) - Constructor for class cern.jet.random.Logarithmic
Constructs a Logarithmic distribution.
Logarithmic - Class in cern.jet.random.tdouble
Logarithmic distribution.
Logarithmic(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Logarithmic
Constructs a Logarithmic distribution.
logBeta(double, double) - Static method in class jhplot.math.num.special.Beta
Returns the natural logarithm of the beta function B(a, b) (1).
logBinomialProbability(int, int, double, double) - Static method in class jhplot.math.num.pdf.SaddlePoint
Compute the PMF for a binomial distribution using the saddle point expansion.
logDeterminant() - Method in class flanagan.math.Matrix
 
logDeterminant(Matrix) - Static method in class flanagan.math.Matrix
 
logDeterminant(double[][]) - Static method in class flanagan.math.Matrix
 
logEC50() - Method in class flanagan.analysis.Regression
 
logEC50constrained() - Method in class flanagan.analysis.Regression
 
logEC50constrainedPlot() - Method in class flanagan.analysis.Regression
 
logEC50Plot() - Method in class flanagan.analysis.Regression
 
logFactorial(int) - Static method in class cern.jet.math.Arithmetic
Returns log(k!).
logFactorial(int) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns log(k!).
logFactorial(int) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns log(k!).
logFactorial(int) - Static method in class flanagan.analysis.Stat
 
logFactorial(long) - Static method in class flanagan.analysis.Stat
 
logFactorial(double) - Static method in class flanagan.analysis.Stat
 
logFactorial(int) - Static method in class flanagan.math.Fmath
 
logFactorial(long) - Static method in class flanagan.math.Fmath
 
logFactorial(double) - Static method in class flanagan.math.Fmath
 
logGamma(double) - Static method in class cern.jet.random.PoissonSlow
Returns the value ln(Gamma(xx) for xx > 0.
logGamma(double) - Static method in class cern.jet.random.tdouble.PoissonSlow
Returns the value ln(Gamma(xx) for xx > 0.
logGamma(double) - Static method in class cern.jet.stat.Gamma
Returns the natural logarithm of the gamma function; formerly named lgamma.
logGamma(double) - Static method in class cern.jet.stat.tdouble.Gamma
Returns the natural logarithm of the gamma function; formerly named lgamma.
logGamma(double) - Static method in class flanagan.analysis.Stat
 
logGamma(double) - Static method in class jhplot.math.num.special.Gamma
Returns the natural logarithm of the gamma function Γ(x) (1).
logGammaFunction(double) - Static method in class flanagan.analysis.Stat
 
logistic() - Method in class flanagan.analysis.Regression
 
logistic(double, double, double) - Static method in class flanagan.analysis.Stat
 
Logistic - Class in jhplot.math.num.pdf
The Logistic distribution.
Logistic() - Constructor for class jhplot.math.num.pdf.Logistic
Default constructor.
Logistic(double, double) - Constructor for class jhplot.math.num.pdf.Logistic
Create a distribution with the given mean and scale parameters.
logisticArray(double, double, int) - Method in class flanagan.math.PsRandom
 
logisticBeta() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticBetaError() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticMean(double) - Static method in class flanagan.analysis.Stat
 
logisticMedian(double) - Static method in class flanagan.analysis.Stat
 
logisticMode(double) - Static method in class flanagan.analysis.Stat
 
logisticMu() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticMuError() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
logisticPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticPlot() - Method in class flanagan.analysis.Regression
 
logisticProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
logisticRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
LogisticRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Logistic distribution.
LogisticRandomVariable() - Constructor for class jhplot.math.num.random.LogisticRandomVariable
Default constructor.
LogisticRandomVariable(double, double) - Constructor for class jhplot.math.num.random.LogisticRandomVariable
Create a random variable with the given mean and scale.
LogisticRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.LogisticRandomVariable
Create a random variable with the given parameters.
logisticStandardDeviation(double) - Static method in class flanagan.analysis.Stat
 
logisticStandDev(double) - Static method in class flanagan.analysis.Stat
 
logisticSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
logisticTwoParCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticTwoParCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticTwoParInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticTwoParMean(double) - Static method in class flanagan.analysis.Stat
 
logisticTwoParMedian(double) - Static method in class flanagan.analysis.Stat
 
logisticTwoParMode(double) - Static method in class flanagan.analysis.Stat
 
logisticTwoParOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
logisticTwoParPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logisticTwoParRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
logisticTwoParRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
logisticTwoParStandardDeviation(double) - Static method in class flanagan.analysis.Stat
 
logNormal() - Method in class flanagan.analysis.Regression
 
LogNormal - Class in jhplot.math.num.pdf
The Log Normal distribution.
LogNormal() - Constructor for class jhplot.math.num.pdf.LogNormal
Default constructor.
LogNormal(double, double) - Constructor for class jhplot.math.num.pdf.LogNormal
Create a distribution with the given mean and standard deviation.
logNormal(double, double) - Static method in class jhplot.math.Random
Generate a random number from a LogNormal random variable.
logNormalArray(double, double, int) - Method in class flanagan.math.PsRandom
 
logNormalCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalInverseCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalMean(double, double) - Static method in class flanagan.analysis.Stat
 
logNormalMedian(double) - Static method in class flanagan.analysis.Stat
 
logNormalMode(double, double) - Static method in class flanagan.analysis.Stat
 
logNormalOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
logNormalOrderStatisticMedians(double, double, double, int) - Static method in class flanagan.analysis.Stat
 
logNormalPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalPlot() - Method in class flanagan.analysis.Regression
 
logNormalRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
logNormalRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
LogNormalRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Log Normal distribution.
LogNormalRandomVariable() - Constructor for class jhplot.math.num.random.LogNormalRandomVariable
Default constructor.
LogNormalRandomVariable(double, double) - Constructor for class jhplot.math.num.random.LogNormalRandomVariable
Create a random variable with the given mean and standard deviation.
LogNormalRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.LogNormalRandomVariable
Create a random variable with the given parameters.
logNormalStandardDeviation(double, double) - Static method in class flanagan.analysis.Stat
 
logNormalStandDev(double, double) - Static method in class flanagan.analysis.Stat
 
logNormalThreePar() - Method in class flanagan.analysis.Regression
 
logNormalThreeParArray(double, double, double, int) - Method in class flanagan.math.PsRandom
 
logNormalThreeParCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParCDF(double, double, double, double, double) - Static method in class flanagan.analysis.Stat
 
LogNormalThreeParFunct - Class in flanagan.analysis
 
LogNormalThreeParFunct() - Constructor for class flanagan.analysis.LogNormalThreeParFunct
 
logNormalThreeParInverseCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParMean(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParMedian(double, double) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParMode(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParOrderStatisticMedians(double, double, double, int) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParPDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParPlot() - Method in class flanagan.analysis.Regression
 
logNormalThreeParRand(double, double, double, int) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParRand(double, double, double, int, long) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParStandardDeviation(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalThreeParStandDev(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalTwoPar() - Method in class flanagan.analysis.Regression
 
logNormalTwoParArray(double, double, int) - Method in class flanagan.math.PsRandom
 
logNormalTwoParCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormaltwoParInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParMean(double, double) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParMedian(double) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParMode(double, double) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParPlot() - Method in class flanagan.analysis.Regression
 
logNormalTwoParRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParStandardDeviation(double, double) - Static method in class flanagan.analysis.Stat
 
logNormalTwoParStandDev(double, double) - Static method in class flanagan.analysis.Stat
 
LongArrayList - Class in cern.colt.list
Resizable list holding long elements; implemented with arrays.
LongArrayList() - Constructor for class cern.colt.list.LongArrayList
Constructs an empty list.
LongArrayList(long[]) - Constructor for class cern.colt.list.LongArrayList
Constructs a list containing the specified elements.
LongArrayList(int) - Constructor for class cern.colt.list.LongArrayList
Constructs an empty list with the specified initial capacity.
LongArrayList - Class in cern.colt.list.tlong
Resizable list holding long elements; implemented with arrays.
LongArrayList() - Constructor for class cern.colt.list.tlong.LongArrayList
Constructs an empty list.
LongArrayList(long[]) - Constructor for class cern.colt.list.tlong.LongArrayList
Constructs a list containing the specified elements.
LongArrayList(int) - Constructor for class cern.colt.list.tlong.LongArrayList
Constructs an empty list with the specified initial capacity.
LongBuffer - Class in cern.colt.buffer.tlong
Fixed sized (non resizable) streaming buffer connected to a target LongBufferConsumer to which data is automatically flushed upon buffer overflow.
LongBuffer(LongBufferConsumer, int) - Constructor for class cern.colt.buffer.tlong.LongBuffer
Constructs and returns a new buffer with the given target.
LongBuffer2D - Class in cern.colt.buffer.tlong
Fixed sized (non resizable) streaming buffer connected to a target LongBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
LongBuffer2D(LongBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tlong.LongBuffer2D
Constructs and returns a new buffer with the given target.
LongBuffer2DConsumer - Interface in cern.colt.buffer.tlong
Target of a streaming LongBuffer2D into which data is flushed upon buffer overflow.
LongBuffer3D - Class in cern.colt.buffer.tlong
Fixed sized (non resizable) streaming buffer connected to a target LongBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
LongBuffer3D(LongBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tlong.LongBuffer3D
Constructs and returns a new buffer with the given target.
LongBuffer3DConsumer - Interface in cern.colt.buffer.tlong
Target of a streaming LongBuffer3D into which data is flushed upon buffer overflow.
LongBufferConsumer - Interface in cern.colt.buffer.tlong
Target of a streaming LongBuffer into which data is flushed upon buffer overflow.
LongComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
LongComparator - Interface in cern.colt.function.tlong
A comparison function which imposes a total ordering on some collection of elements.
LongDoubleProcedure - Interface in cern.colt.function.tdouble
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
longFactorial(int) - Static method in class cern.jet.math.Arithmetic
Instantly returns the factorial k!.
longFactorial(int) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Instantly returns the factorial k!.
longFactorial(int) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Instantly returns the factorial k!.
LongFactory1D - Class in cern.colt.matrix.tlong
Factory for convenient construction of 1-d matrices holding int cells.
LongFactory2D - Class in cern.colt.matrix.tlong
Factory for convenient construction of 2-d matrices holding int cells.
LongFactory3D - Class in cern.colt.matrix.tlong
Factory for convenient construction of 3-d matrices holding int cells.
LongFloatProcedure - Interface in cern.colt.function.tfloat
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongFormatter - Class in cern.colt.matrix.tlong.algo
Flexible, well human readable matrix print formatting; By default decimal point aligned.
LongFormatter() - Constructor for class cern.colt.matrix.tlong.algo.LongFormatter
Constructs and returns a matrix formatter with format "%G".
LongFormatter(String) - Constructor for class cern.colt.matrix.tlong.algo.LongFormatter
Constructs and returns a matrix formatter.
LongFunction - Interface in cern.colt.function.tlong
Interface that represents a function object: a function that takes a single argument and returns a single value.
LongFunctions - Class in cern.jet.math.tlong
Long Function objects to be passed to generic methods.
longFunctions - Static variable in class cern.jet.math.tlong.LongFunctions
Little trick to allow for "aliasing", that is, renaming this class.
LongIntProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongListAdapter - Class in cern.colt.list.adapter
Adapter that permits an AbstractLongList to be viewed and treated as a JDK 1.2 AbstractList.
LongListAdapter(AbstractLongList) - Constructor for class cern.colt.list.adapter.LongListAdapter
Constructs a list backed by the specified content list.
LongListAdapter - Class in cern.colt.list.tlong
Adapter that permits an AbstractLongList to be viewed and treated as a JDK 1.2 AbstractList.
LongListAdapter(AbstractLongList) - Constructor for class cern.colt.list.tlong.LongListAdapter
Constructs a list backed by the specified content list.
LongLongFunction - Interface in cern.colt.function.tlong
Interface that represents a function object: a function that takes two arguments and returns a single value.
LongLongLongProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
LongLongProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongMatrix1D - Class in cern.colt.matrix.tlong
Abstract base class for 1-d matrices (aka vectors) holding int elements.
LongMatrix1DComparator - Interface in cern.colt.matrix.tlong.algo
A comparison function which imposes a total ordering on some collection of elements.
LongMatrix1DProcedure - Interface in cern.colt.matrix.tlong
Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMatrix2D - Class in cern.colt.matrix.tlong
Abstract base class for 2-d matrices holding int elements.
LongMatrix2DComparator - Interface in cern.colt.matrix.tlong.algo
A comparison function which imposes a total ordering on some collection of elements.
LongMatrix2DProcedure - Interface in cern.colt.matrix.tlong
Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMatrix3D - Class in cern.colt.matrix.tlong
Abstract base class for 3-d matrices holding int elements.
LongMatrix3DProcedure - Interface in cern.colt.matrix.tlong
Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMult - Class in cern.jet.math.tlong
Only for performance tuning of compute longensive linear algebraic computations.
LongObjectProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongObjectProcedure - Interface in cern.colt.function.tobject
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongPlusMultFirst - Class in cern.jet.math.tlong
Only for performance tuning of compute longensive linear algebraic computations.
LongPlusMultSecond - Class in cern.jet.math.tlong
Only for performance tuning of compute longensive linear algebraic computations.
LongProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
LongProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
LongProperty - Class in cern.colt.matrix.tlong.algo
Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).
LongProperty() - Constructor for class cern.colt.matrix.tlong.algo.LongProperty
Constructs an instance with a tolerance of Math.abs(newTolerance).
LongSorting - Class in cern.colt.matrix.tlong.algo
Matrix quicksorts and mergesorts.
longTOdouble(long[]) - Static method in class flanagan.math.Fmath
 
longTOfloat(long[]) - Static method in class flanagan.math.Fmath
 
lorentzian() - Method in class flanagan.analysis.Regression
 
lorentzian(double, double, double) - Static method in class flanagan.analysis.Stat
 
lorentzianArray(double, double, int) - Method in class flanagan.math.PsRandom
 
lorentzianCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
LorentzianCoreNotNorm - Class in hep.aida.ref.function
 
LorentzianCoreNotNorm(String) - Constructor for class hep.aida.ref.function.LorentzianCoreNotNorm
 
LorentzianCoreNotNorm(String, double[]) - Constructor for class hep.aida.ref.function.LorentzianCoreNotNorm
 
lorentzianInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
lorentzianOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
lorentzianPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
lorentzianPlot() - Method in class flanagan.analysis.Regression
 
lorentzianProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
lorentzianProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
lorentzianRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
lorentzianRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
lowerBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerBandwidth(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerBandwidth(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerBandwidth(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerBound() - Method in class hep.aida.ref.fitter.FitParameterSettings
 
lowerBound() - Method in class hep.aida.ref.function.Range
Get the lower bound.
lowerBounds() - Method in class hep.aida.ref.function.RangeSet
Return array of lower or upper Bounds for the current set of ranges
lowerEdge() - Method in class cern.hep.aida.ref.FixedAxis
 
lowerEdge() - Method in class cern.hep.aida.ref.VariableAxis
 
lowerEdge() - Method in class hep.aida.ref.histogram.Cloud1D
Get the Cloud's lower edge.
lowerEdge() - Method in class hep.aida.ref.histogram.FixedAxis
Get the Axis lower edge.
lowerEdge() - Method in class hep.aida.ref.histogram.VariableAxis
 
lowerEdge() - Method in interface hep.aida.tdouble.DoubleIAxis
Lower axis edge.
lowerEdge() - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
lowerEdge() - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
lowerEdge() - Method in interface hep.aida.tfloat.FloatIAxis
Lower axis edge.
lowerEdge() - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
lowerEdge() - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
lowerEdgeWithMargin() - Method in class hep.aida.ref.histogram.Cloud1D
 
lowerEdgeX() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's x lower edge.
lowerEdgeX() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's x lower edge.
lowerEdgeXWithMargin() - Method in class hep.aida.ref.histogram.Cloud2D
 
lowerEdgeXWithMargin() - Method in class hep.aida.ref.histogram.Cloud3D
 
lowerEdgeY() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's y lower edge.
lowerEdgeY() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's y lower edge.
lowerEdgeYWithMargin() - Method in class hep.aida.ref.histogram.Cloud2D
 
lowerEdgeYWithMargin() - Method in class hep.aida.ref.histogram.Cloud3D
 
lowerEdgeZ() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's z lower edge.
lowerEdgeZWithMargin() - Method in class hep.aida.ref.histogram.Cloud3D
 
lowerExtent(int) - Method in class hep.aida.ref.histogram.DataPoint
Get the lower value for a give axis.
lowerExtent(int) - Method in class hep.aida.ref.histogram.DataPointSet
 
lowerOutliersAnscombe(double) - Method in class flanagan.analysis.Stat
 
lowerOutliersAnscombe(BigDecimal) - Method in class flanagan.analysis.Stat
 
lowerOutliersAnscombe(BigInteger) - Method in class flanagan.analysis.Stat
 
lowerOutliersAnscombe(double[], double) - Static method in class flanagan.analysis.Stat
 
lowerOutliersAnscombe(BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
lowerOutliersAnscombe(BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
lowerOutliersAnscombe_as_BigDecimal(BigDecimal) - Method in class flanagan.analysis.Stat
 
lowerOutliersAnscombe_as_BigDecimal(BigInteger) - Method in class flanagan.analysis.Stat
 
lowerOutliersAnscombe_as_double(double) - Method in class flanagan.analysis.Stat
 
lowerOutliersAnscombeAsArrayList(double[], double) - Static method in class flanagan.analysis.Stat
 
lowerOutliersAnscombeAsArrayList(BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
lowerOutliersAnscombeAsArrayList(BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
lowerOutliersAnscombeAsVector(double[], double) - Static method in class flanagan.analysis.Stat
 
lowerOutliersAnscombeAsVector(BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
lowerOutliersAnscombeAsVector(BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
LParticle - Class in hephysics.particle
a light-weight Lorentz-type particle based on four-Lorentz vector.
LParticle(String, double) - Constructor for class hephysics.particle.LParticle
Define a particle with a name and mass
LParticle(double, double, double) - Constructor for class hephysics.particle.LParticle
Define a 3-momentum or X,Y,Z position.
LParticle(double, double, double, double, double) - Constructor for class hephysics.particle.LParticle
Define a particle in momentum or coordinate space.
LParticle(double, double, double, double) - Constructor for class hephysics.particle.LParticle
Define a particle in momentum or 4-space time.
LParticle(String, double, double, double, double, double) - Constructor for class hephysics.particle.LParticle
Define a Lorentz particle in momentum or coordinate space.
ls() - Method in class hep.aida.ref.tree.Tree
List, into a given output stream, all the IManagedObjects, including directories (but not "." and ".."), in a given path.
ls(String) - Method in class hep.aida.ref.tree.Tree
List, into a given output stream, all the IManagedObjects, including directories (but not "." and ".."), in a given path.
ls(String, boolean) - Method in class hep.aida.ref.tree.Tree
List, into a given output stream, all the IManagedObjects, including directories (but not "." and ".."), in a given path.
ls(String, boolean, OutputStream) - Method in class hep.aida.ref.tree.Tree
List, into a given output stream, all the IManagedObjects, including directories (but not "." and ".."), in a given path.
lsame(String, String) - Method in class org.netlib.blas.BLAS
..
lsame(String, String) - Method in class org.netlib.lapack.LAPACK
..
lsamen(int, String, String) - Method in class org.netlib.lapack.LAPACK
..
lu(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lu(DoubleMatrix2D, int) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lu(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lu(FloatMatrix2D, int) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Constructs and returns the LU-decomposition of the given matrix.
LU(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
luBackSub(double[]) - Method in class flanagan.math.Matrix
 
luDecomp() - Method in class flanagan.math.Matrix
 
LUDecomposition - Class in cern.colt.matrix.linalg
For an m x n matrix A with m >= n, the LU decomposition is an m x n unit lower triangular matrix L, an n x n upper triangular matrix U, and a permutation vector piv of length m so that A(piv,:) = L*U; If m < n, then L is m x m and U is m x n.
LUDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.LUDecomposition
Constructs and returns a new LU Decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
LUDecomposition - Class in jhplot.math
LU Decomposition.
LUDecomposition(double[][]) - Constructor for class jhplot.math.LUDecomposition
LU Decomposition
LUDecompositionQuick - Class in cern.colt.matrix.linalg
A low level version of LUDecomposition, avoiding unnecessary memory allocation and copying.
LUDecompositionQuick() - Constructor for class cern.colt.matrix.linalg.LUDecompositionQuick
Constructs and returns a new LU Decomposition object with default tolerance 1.0E-9 for singularity detection.
LUDecompositionQuick(double) - Constructor for class cern.colt.matrix.linalg.LUDecompositionQuick
Constructs and returns a new LU Decomposition object which uses the given tolerance for singularity detection;
lumen - Static variable in class cern.clhep.Units
 
lux - Static variable in class cern.clhep.Units
 

M

m - Static variable in class cern.clhep.Units
 
m() - Method in class hephysics.vec.HepLorentzVector
Invariant mass.
m2 - Static variable in class cern.clhep.Units
 
m2() - Method in class hephysics.vec.HepLorentzVector
Invariant mass squared
m3 - Static variable in class cern.clhep.Units
 
M_ELECTRON - Static variable in class flanagan.math.Fmath
 
M_NEUTRON - Static variable in class flanagan.math.Fmath
 
M_PROTON - Static variable in class flanagan.math.Fmath
 
mag() - Method in class hephysics.vec.Hep3Vector
 
mag() - Method in class hephysics.vec.HepLorentzVector
Magnitude sqrt(x**2+y**2+z**2)
mag2() - Method in class hephysics.vec.Hep3Vector
 
mag2() - Method in class hephysics.vec.HepLorentzVector
Magnitude squared: t()*t() - v.mag2() or e()*e() - v.mag2().
magnitude() - Method in class hephysics.vec.SpacePoint
 
magnitudeSquared() - Method in class hephysics.vec.Hep3Vector
 
magnitudeSquared() - Method in class hephysics.vec.SpacePoint
 
main(String[]) - Static method in class cern.colt.map.Benchmark
Tests various methods of this class.
main(String[]) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Runs the matrix benchmark operations defined in args or in the file specified by args0.
main(String[]) - Static method in class cern.colt.matrix.doublealgo.Statistic
Benchmarks covariance computation.
main(String[]) - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
 
main(String[]) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Benchmarks covariance computation.
main(String[]) - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
 
main(String[]) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Benchmarks covariance computation.
main(String[]) - Static method in class cern.colt.Version
Prints asString on System.out.
main(String[]) - Static method in class cern.hep.aida.ref.Test
 
main(String[]) - Static method in class cern.hep.aida.ref.Test2
 
main(String[]) - Static method in class cern.jet.random.Benchmark
Benchmarks all subclasses
main(String[]) - Static method in class cern.jet.random.engine.Benchmark
Tests various methods of this class.
main(String[]) - Static method in class cern.jet.random.engine.RandomSeedGenerator
Prints the generated seeds for the given input parameters.
main(String[]) - Static method in class cern.jet.random.sampling.RandomSampler
Tests this class.
main(String[]) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Tests random sampling.
main(String[]) - Static method in class cern.jet.random.tdouble.engine.RandomSeedGenerator
Prints the generated seeds for the given input parameters.
main(String[]) - Static method in class cern.jet.random.tdouble.sampling.DoubleRandomSampler
Tests this class.
main(String[]) - Static method in class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant
Tests random sampling.
main(String[]) - Static method in class cern.jet.random.tfloat.sampling.FloatRandomSampler
Tests this class.
main(String[]) - Static method in class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant
Tests random sampling.
main(String[]) - Static method in class cern.jet.stat.quantile.Quantile1Test
 
main(String[]) - Static method in class hep.aida.ref.fitter.Fitter
 
main(String[]) - Static method in class hep.aida.ref.function.examples.NonParametricUnbinnedFit
 
main(String[]) - Static method in class hep.aida.ref.function.FunctionCatalog
 
main(String[]) - Static method in class hep.aida.ref.function.UserFunction
 
main(String[]) - Static method in class jhplot.bsom.MainFrame
 
main(String[]) - Static method in class jhplot.bsom.MainFrameDemo
 
main(String[]) - Static method in class jhplot.HPlotJa
The main method of japlot.jaxodraw: determines system properties, preferences and command line arguments, before bringing up the graphical user interface.
main(String[]) - Static method in class jhplot.math.DoubleArray
 
main(String[]) - Static method in class jhplot.math.io.ASCIIFile
 
main(String[]) - Static method in class jhplot.math.io.BinaryFile
 
main(String[]) - Static method in class jhplot.math.Poisson
 
main(String[]) - Static method in class jhplot.math.Slicing
 
main(String[]) - Static method in class jhplot.math.Sorting
 
main(String[]) - Static method in class jhplot.math.SortUtils
Test method
main(String[]) - Static method in class jhplot.P0D
Test
main(String[]) - Static method in class jhplot.P0I
Test
main(String[]) - Static method in class jhplot.PND
Test
main(String[]) - Static method in class jhplot.PNI
Test
main(String[]) - Static method in class jhplot.root.RootHistogramBrowser
 
main(String[]) - Static method in class jhplot.SPlot
 
main(String[]) - Static method in class jhplot.stat.PCA
 
main(String[]) - Static method in class jhplot.v3d.TestCanvas
 
main(String[]) - Static method in class jhpro.stat.limit.LimitCalculatorGui
 
main(String[]) - Static method in class jhpro.test.TestCalculator
 
main(String[]) - Static method in class jhpro.test.TestLimit
 
main(String[]) - Static method in class jminhep.cluster.DataHolder
Main method -- to test the DataPoint class
main(String[]) - Static method in class jminhep.cluster.DataPoint
Main method -- to test the DataPoint class
main(String[]) - Static method in class org.netlib.utils.JNIMethods
 
main2(String[]) - Static method in class cern.hep.aida.ref.Test2
 
MainFrame - Class in jhplot.bsom
 
MainFrame() - Constructor for class jhplot.bsom.MainFrame
 
MainFrameDemo - Class in jhplot.bsom
 
MainFrameDemo() - Constructor for class jhplot.bsom.MainFrameDemo
 
make(double[]) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with the given cell values.
make(DoubleMatrix1D[]) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, double) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(AbstractDoubleList) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix from the values of the given list.
make(double[][]) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with the given cell values.
make(double[], int) - Method in class cern.colt.matrix.DoubleFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, double) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(double[][][]) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, double) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(ObjectMatrix1D[]) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(Object[]) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix with the given cell values.
make(int) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, Object) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(ObjectArrayList) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix from the values of the given list.
make(Object[][]) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a matrix with the given cell values.
make(Object[], int) - Method in class cern.colt.matrix.ObjectFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(int, int) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, Object) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(Object[][][]) - Method in class cern.colt.matrix.ObjectFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.ObjectFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, Object) - Method in class cern.colt.matrix.ObjectFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a matrix with the given cell values.
make(DComplexMatrix1D[]) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(ArrayList<double[]>) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a matrix from the values of the given list.
make(double[][]) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a matrix with the given cell values.
make(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(double[][][]) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(AbstractDoubleList) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix from the values of the given list.
make(double[]) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix with the given cell values.
make(DoubleMatrix1D[]) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(int) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, double) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(double[], int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(double[][]) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a matrix with the given cell values.
make(int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, double) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(double[][][]) - Method in class cern.colt.matrix.tdouble.DoubleFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, double) - Method in class cern.colt.matrix.tdouble.DoubleFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a matrix with the given cell values.
make(FComplexMatrix1D[]) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(ArrayList<float[]>) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a matrix from the values of the given list.
make(float[][]) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a matrix with the given cell values.
make(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(float[][][]) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(AbstractFloatList) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix from the values of the given list.
make(float[]) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix with the given cell values.
make(FloatMatrix1D[]) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(int) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, float) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(float[], int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(float[][]) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a matrix with the given cell values.
make(int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, float) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(float[][][]) - Method in class cern.colt.matrix.tfloat.FloatFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, float) - Method in class cern.colt.matrix.tfloat.FloatFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(int[]) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix with the given cell values.
make(IntMatrix1D[]) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(int) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(AbstractIntList) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix from the values of the given list.
make(int[][]) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a matrix with the given cell values.
make(int[], int) - Method in class cern.colt.matrix.tint.IntFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(int[][][]) - Method in class cern.colt.matrix.tint.IntFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.tint.IntFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, int) - Method in class cern.colt.matrix.tint.IntFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(long[]) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a matrix with the given cell values.
make(LongMatrix1D[]) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(int) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, long) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(AbstractLongList) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a matrix from the values of the given list.
make(long[][]) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a matrix with the given cell values.
make(int[], int) - Method in class cern.colt.matrix.tlong.LongFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, long) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(long[][][]) - Method in class cern.colt.matrix.tlong.LongFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.tlong.LongFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, long) - Method in class cern.colt.matrix.tlong.LongFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(ObjectMatrix1D[]) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(Object[]) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
Constructs a matrix with the given cell values.
make(int) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, Object) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(ObjectArrayList) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
Constructs a matrix from the values of the given list.
make(Object[][]) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Constructs a matrix with the given cell values.
make(Object[], int) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(int, int) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, Object) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(Object[][][]) - Method in class cern.colt.matrix.tobject.ObjectFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, Object) - Method in class cern.colt.matrix.tobject.ObjectFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
makeBitVector(int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Constructs a low level bitvector that holds size elements, with each element taking bitsPerElement bits.
makeBitVector(int, int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Constructs a low level bitvector that holds size elements, with each element taking bitsPerElement bits.
makeDefault() - Static method in class cern.jet.random.engine.RandomEngine
Constructs and returns a new uniform random number engine seeded with the current time.
makeDefault() - Static method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Constructs and returns a new uniform random number engine seeded with the current time.
makeDefault() - Static method in class cern.jet.random.tfloat.engine.FloatRandomEngine
Constructs and returns a new uniform random number engine seeded with the current time.
makeDefaultGenerator() - Static method in class cern.jet.random.AbstractDistribution
Constructs and returns a new uniform random number generation engine seeded with the current time.
makeDefaultGenerator() - Static method in class cern.jet.random.tdouble.AbstractDoubleDistribution
Constructs and returns a new uniform random number generation engine seeded with the current time.
makeDefaultGenerator() - Static method in class cern.jet.random.tfloat.AbstractFloatDistribution
Constructs and returns a new uniform random number generation engine seeded with the current time.
ManagedObject - Class in hep.aida.ref
An object which can be stored in a tree.
ManagedObject(String) - Constructor for class hep.aida.ref.ManagedObject
Creates a new instance of ManagedObject.
MANHATTAN - Static variable in class cern.colt.matrix.doublealgo.Statistic
Manhattan distance function; Sum( abs(x[i]-y[i]) ).
MANHATTAN - Static variable in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Manhattan distance function; Sum( abs(x[i]-y[i]) ).
MANHATTAN - Static variable in class cern.colt.matrix.tfloat.algo.FloatStatistic
Manhattan distance function; Sum( abs(x[i]-y[i]) ).
mapBinNumber(int, IAxis) - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
Utility method to map the bin number from the external representation (from -2 to nBins-1 where -2 is the overflow and -1 is the underflow) to the internal one (from 0 to nBins+1 where 0 is the underflow and nBins+1 if the overflow bin)
mapBinNumber(int, IAxis) - Method in class jhplot.HProf2D
Utility method to map the bin number from the external representation (from -2 to nBins-1 where -2 is the overflow and -1 is the underflow) to the internal one (from 0 to nBins+1 where 0 is the underflow and nBins+1 if the overflow bin)
mapNames() - Method in class jhplot.io.PFile
Generate an association between record number and object name.
MappingStrategy - Interface in jhplot.io.csv.bean
 
mass() - Method in class hephysics.particle.LParticle
Get a mass
mass(double[]) - Static method in class jhplot.math.ArrayMathUtils
Returns the sum of the elements of the array.
mass(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns the sum of the elements of the array.
Mathfun - Class in jhplot.math
 
Mathfun() - Constructor for class jhplot.math.Mathfun
 
MathRNG - Class in jhplot.math.num.random
A random number generator that delegates random number generation to the Math.random() method.
MathRNG() - Constructor for class jhplot.math.num.random.MathRNG
 
Matrix - Class in flanagan.math
 
Matrix(int, int) - Constructor for class flanagan.math.Matrix
 
Matrix(int, int, double) - Constructor for class flanagan.math.Matrix
 
Matrix(double[][]) - Constructor for class flanagan.math.Matrix
 
Matrix(float[][]) - Constructor for class flanagan.math.Matrix
 
Matrix(long[][]) - Constructor for class flanagan.math.Matrix
 
Matrix(int[][]) - Constructor for class flanagan.math.Matrix
 
Matrix(ArrayMaths[]) - Constructor for class flanagan.math.Matrix
 
Matrix(ArrayList<Object>[]) - Constructor for class flanagan.math.Matrix
 
Matrix(Vector<Object>[]) - Constructor for class flanagan.math.Matrix
 
Matrix(BigDecimal[][]) - Constructor for class flanagan.math.Matrix
 
Matrix(BigInteger[][]) - Constructor for class flanagan.math.Matrix
 
Matrix(Matrix) - Constructor for class flanagan.math.Matrix
 
Matrix - Interface in hephysics.matrix
A very simple matrix interface
Matrix - Class in jhplot.bsom
Matrix is a class for matrix objects with basic linear calculation methods.
Matrix(int) - Constructor for class jhplot.bsom.Matrix
Construct a square matrix object.
Matrix(int, int) - Constructor for class jhplot.bsom.Matrix
Construct a rectangle matrix object.
Matrix2DMatrix2DFunction - Interface in cern.colt.matrix.linalg
Interface that represents a function object: a function that takes two arguments and returns a single value.
MatrixInfo - Class in cern.colt.matrix.io
Contains information on a matrix in the Matrix Market exchange format.
MatrixInfo(boolean, MatrixInfo.MatrixField, MatrixInfo.MatrixSymmetry) - Constructor for class cern.colt.matrix.io.MatrixInfo
Creates a specific type
MatrixInfo.MatrixField - Enum in cern.colt.matrix.io
What kind of numbers are stored
MatrixInfo.MatrixSymmetry - Enum in cern.colt.matrix.io
Symmetry structure of the matrix, if any
MatrixOp - Class in hephysics.matrix
Simple operations on matrices
MatrixOp.IndeterminateMatrixException - Exception in hephysics.matrix
 
MatrixOp.IndeterminateMatrixException() - Constructor for exception hephysics.matrix.MatrixOp.IndeterminateMatrixException
 
MatrixOp.InvalidMatrixException - Exception in hephysics.matrix
 
MatrixOp.InvalidMatrixException(String) - Constructor for exception hephysics.matrix.MatrixOp.InvalidMatrixException
 
MatrixSize - Class in cern.colt.matrix.io
Contains the size of a matrix stored in the Matrix Market exchange format
MatrixSize(int, int, MatrixInfo) - Constructor for class cern.colt.matrix.io.MatrixSize
Constructor for MatrixSize
MatrixSize(int, int, int) - Constructor for class cern.colt.matrix.io.MatrixSize
Constructor for MatrixSize
MatrixVectorReader - Class in cern.colt.matrix.io
Reads matrices and vectors
MatrixVectorReader(Reader) - Constructor for class cern.colt.matrix.io.MatrixVectorReader
Constructor for MatrixVectorReader
MatrixVectorReader(Reader, int) - Constructor for class cern.colt.matrix.io.MatrixVectorReader
Constructor for MatrixVectorReader
MatrixVectorWriter - Class in cern.colt.matrix.io
Writes matrices and vectors
MatrixVectorWriter(OutputStream) - Constructor for class cern.colt.matrix.io.MatrixVectorWriter
Constructor for MatrixVectorWriter
MatrixVectorWriter(OutputStream, boolean) - Constructor for class cern.colt.matrix.io.MatrixVectorWriter
Constructor for MatrixVectorWriter
MatrixVectorWriter(Writer) - Constructor for class cern.colt.matrix.io.MatrixVectorWriter
Constructor for MatrixVectorWriter
MatrixVectorWriter(Writer, boolean) - Constructor for class cern.colt.matrix.io.MatrixVectorWriter
Constructor for MatrixVectorWriter
maundyThursday() - Method in class flanagan.math.TimeAndDate
 
maundyThursday(int) - Method in class flanagan.math.TimeAndDate
 
max() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the maximum.
max - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.max().
max() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the maximum.
max() - Method in class cern.hep.aida.bin.StaticBin1D
Returns the maximum.
max - Static variable in class cern.jet.math.Functions
Function that returns Math.max(a,b).
max(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.max(a,b).
max - Static variable in class cern.jet.math.IntFunctions
Function that returns Math.max(a,b).
max(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns Math.max(a,b).
max - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.max(a,b).
max(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns Math.max(a,b).
max - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.max(a,b).
max(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns Math.max(a,b).
max - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns Math.max(a,b).
max(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns Math.max(a,b).
max - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns Math.max(a,b).
max(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns Math.max(a,b).
max(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the largest member of a data sequence.
max(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the largest member of a data sequence.
max(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the largest member of a data sequence.
max() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the maximum.
max - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.max().
max() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the maximum.
max() - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Returns the maximum.
max() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the maximum.
max() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the maximum.
max - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.max().
max() - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Returns the maximum.
max(double[]) - Static method in class jhplot.math.ArrayMathUtils
Returns the maximum of an array.
max(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns the maximum of an array.
max(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns the maximum of an array.
max(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns the maximum of an array.
max(double[][]) - Static method in class jhplot.math.DoubleArray
Finds the maximum value in each column of a matrix.
max(double...) - Static method in class jhplot.math.DoubleArray
Finds maximum value in either a list of numbers or a single array.
max(int[][]) - Static method in class jhplot.math.IntegerArray
 
max(int...) - Static method in class jhplot.math.IntegerArray
 
MAX_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F1D
 
MAX_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
maxBinHeight() - Method in class hep.aida.ref.histogram.Histogram
Get the maximum height of in-range bins in the Histogram.
maxBinHeight() - Method in class hep.aida.ref.histogram.Histogram1D
Get the maximum height of in-range bins in the Histogram.
maxBinHeight() - Method in class hep.aida.ref.histogram.Histogram2D
Get the maximum height of in-range bins in the Histogram.
maxBinHeight() - Method in class hep.aida.ref.histogram.Histogram3D
Get the maximum height of in-range bins in the Histogram.
maxBinHeight() - Method in class hep.aida.ref.histogram.Profile1D
 
maxBinHeight() - Method in class hep.aida.ref.histogram.Profile2D
 
maxBinHeight() - Method in class jhplot.H1D
Max value of all bins
maxBinHeight() - Method in class jhplot.HProf1D
Max value of all bins
maxEntries() - Method in class hep.aida.ref.histogram.Cloud
Get the maximum number of entries after which the Cloud will convert to an Histogram.
maximalGumbelArray(double, double, int) - Method in class flanagan.math.PsRandom
 
Maximisation - Class in flanagan.math
 
Maximisation() - Constructor for class flanagan.math.Maximisation
 
MaximisationFunction - Interface in flanagan.math
 
Maximization - Class in flanagan.math
 
Maximization() - Constructor for class flanagan.math.Maximization
 
MaximizationFunction - Interface in flanagan.math
 
MAXIMUM - Static variable in class cern.colt.matrix.doublealgo.Statistic
Maximum distance function; Max( abs(x[i]-y[i]) ).
MAXIMUM - Static variable in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Maximum distance function; Max( abs(x[i]-y[i]) ).
MAXIMUM - Static variable in class cern.colt.matrix.tfloat.algo.FloatStatistic
Maximum distance function; Max( abs(x[i]-y[i]) ).
maximum() - Method in class flanagan.analysis.ProbabilityPlot
 
maximum() - Method in class flanagan.math.ArrayMaths
 
maximum(double[]) - Static method in class flanagan.math.Fmath
 
maximum(float[]) - Static method in class flanagan.math.Fmath
 
maximum(int[]) - Static method in class flanagan.math.Fmath
 
maximum(long[]) - Static method in class flanagan.math.Fmath
 
maximum() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
maximum() - Method in class hep.aida.ref.tuple.TupleColumn
 
maximum_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
maximum_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
maximum_as_byte() - Method in class flanagan.math.ArrayMaths
 
maximum_as_Byte() - Method in class flanagan.math.ArrayMaths
 
maximum_as_char() - Method in class flanagan.math.ArrayMaths
 
maximum_as_Character() - Method in class flanagan.math.ArrayMaths
 
maximum_as_double() - Method in class flanagan.math.ArrayMaths
 
maximum_as_Double() - Method in class flanagan.math.ArrayMaths
 
maximum_as_Float() - Method in class flanagan.math.ArrayMaths
 
maximum_as_float() - Method in class flanagan.math.ArrayMaths
 
maximum_as_int() - Method in class flanagan.math.ArrayMaths
 
maximum_as_Integer() - Method in class flanagan.math.ArrayMaths
 
maximum_as_long() - Method in class flanagan.math.ArrayMaths
 
maximum_as_Long() - Method in class flanagan.math.ArrayMaths
 
maximum_as_short() - Method in class flanagan.math.ArrayMaths
 
maximum_as_Short() - Method in class flanagan.math.ArrayMaths
 
maximumDifference() - Method in class flanagan.math.ArrayMaths
 
maximumDifference(double[]) - Static method in class flanagan.math.Fmath
 
maximumDifference(float[]) - Static method in class flanagan.math.Fmath
 
maximumDifference(long[]) - Static method in class flanagan.math.Fmath
 
maximumDifference(int[]) - Static method in class flanagan.math.Fmath
 
maximumDifference_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_byte() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_Byte() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_double() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_Double() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_float() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_Float() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_int() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_Integer() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_long() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_Long() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_short() - Method in class flanagan.math.ArrayMaths
 
maximumDifference_as_Short() - Method in class flanagan.math.ArrayMaths
 
maximumElement() - Method in class flanagan.math.Matrix
 
maximumIndex() - Method in class flanagan.math.ArrayMaths
 
maxIndex(double[]) - Static method in class jhplot.math.ArrayMathUtils
returns the index of the greatest element from the given array
maxIndex(double[][]) - Static method in class jhplot.math.DoubleArray
Finds the indices of the minimum values in each column of a matrix.
maxIndex(double...) - Static method in class jhplot.math.DoubleArray
Finds the index of the maximum value in a list of values or an array.
maxIndex(int[][]) - Static method in class jhplot.math.IntegerArray
 
maxIndex(int...) - Static method in class jhplot.math.IntegerArray
 
maxScale - Variable in class jhplot.v3d.Model3d
 
maxValue(Value) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
maxValue(Value) - Method in interface hep.aida.ref.tuple.FTupleColumn
 
maxValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
MAXX_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F2D
 
MAXY_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F2D
 
mcMullenValues() - Method in class flanagan.analysis.RankAnalysis
 
MD5 - Class in jhplot.security
Get MD5 hash for any object or a file with data
MD5(Object) - Constructor for class jhplot.security.MD5
Initialize MD5 calculations
MD5(File) - Constructor for class jhplot.security.MD5
Initialize MD5 calculations for a file
MD5(String) - Static method in class jhplot.security.SimpleMD5
 
mean() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the arithmetic mean, which is Sum( x[i] ) / size().
mean - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.mean().
mean() - Method in class cern.hep.aida.ref.Histogram1D
 
mean(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the arithmetic mean of a data sequence; That is Sum( data[i] ) / data.size().
mean(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the arithmetic mean of a data sequence; That is Sum( data[i] ) / data.size().
mean(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the arithmetic mean of a data sequence; That is Sum( data[i] ) / data.size().
mean() - Method in class flanagan.analysis.ProbabilityPlot
 
mean() - Method in class flanagan.analysis.Stat
 
mean(double[]) - Static method in class flanagan.analysis.Stat
 
mean(float[]) - Static method in class flanagan.analysis.Stat
 
mean(long[]) - Static method in class flanagan.analysis.Stat
 
mean(int[]) - Static method in class flanagan.analysis.Stat
 
mean(short[]) - Static method in class flanagan.analysis.Stat
 
mean(byte[]) - Static method in class flanagan.analysis.Stat
 
mean(Complex[]) - Static method in class flanagan.analysis.Stat
 
mean(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
mean(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
mean(double[], double[]) - Static method in class flanagan.analysis.Stat
 
mean(float[], float[]) - Static method in class flanagan.analysis.Stat
 
mean(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
mean(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
mean(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
mean() - Method in class flanagan.math.Matrix
 
mean(int[], int) - Method in interface hep.aida.ref.dataset.binner.Binner
Get the mean of a bin along a given coordinate.
mean(int[], int) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Get the mean of a bin along a given coordinate.
mean(int) - Method in class hep.aida.ref.dataset.DataStatistics
Get the mean for a given coordinate.
mean(int) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
mean(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
mean() - Method in class hep.aida.ref.histogram.Cloud1D
Get the Cloud's mean.
mean() - Method in class hep.aida.ref.histogram.Histogram1D
Get the mean of the whole Histogram.
mean() - Method in class hep.aida.ref.histogram.Profile1D
 
mean() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
mean() - Method in class hep.aida.ref.tuple.TupleColumn
 
mean() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the arithmetic mean, which is Sum( x[i] ) / size().
mean - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.mean().
mean() - Method in interface hep.aida.tdouble.DoubleIHistogram1D
Returns the mean of the whole histogram as calculated on filling-time.
mean() - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
mean() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the arithmetic mean, which is Sum( x[i] ) / size().
mean - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.mean().
mean() - Method in interface hep.aida.tfloat.FloatIHistogram1D
Returns the mean of the whole histogram as calculated on filling-time.
mean() - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
mean() - Method in class jhplot.H1D
Get mean of the histogram
mean() - Method in class jhplot.HProf1D
Get mean of the histogram
mean(double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the mean.
mean(int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the mean.
mean(double[]) - Static method in class jhplot.math.StatisticSample
Get mean value
mean(double[][]) - Static method in class jhplot.math.StatisticSample
Get mean
mean() - Method in class jhplot.P0D
Returns the mean value.
mean() - Method in class jhplot.P0I
Returns the mean value.
mean() - Method in class jhplot.P1D
Return the mean value
mean(int) - Method in class jhplot.P2D
Returns the mean value for any axis
mean(double[]) - Static method in class jhplot.stat.Statistics
Get mean value
mean(double[][]) - Static method in class jhplot.stat.Statistics
Get mean
mean_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
mean_as_Complex() - Method in class flanagan.analysis.Stat
 
mean_as_double() - Method in class flanagan.analysis.Stat
 
MEAN_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
meanDeviation(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the mean deviation of a dataset.
meanDeviation(DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the mean deviation of a dataset.
meanDeviation(FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the mean deviation of a dataset.
MEANS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
MEANSX_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
MEANSY_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
meanValue(Value) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
meanValue(Value) - Method in interface hep.aida.ref.tuple.FTupleColumn
 
meanValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
meanX() - Method in class cern.hep.aida.ref.Histogram2D
 
meanX() - Method in class cern.hep.aida.ref.Histogram3D
 
meanX(int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
meanX(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
meanX(int, int) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
meanX(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
meanX(int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
meanX(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
meanX() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's x mean.
meanX() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's x mean.
meanX() - Method in class hep.aida.ref.histogram.Histogram2D
Get the mean of the whole Histogram as projected on the x axis.
meanX() - Method in class hep.aida.ref.histogram.Histogram3D
Get the mean of the whole Histogram as projected on the x axis.
meanX() - Method in class hep.aida.ref.histogram.Profile2D
 
meanX() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Returns the mean of the histogram, as calculated on filling-time projected on the X axis.
meanX() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the X axis.
meanX() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
meanX() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
meanX() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Returns the mean of the histogram, as calculated on filling-time projected on the X axis.
meanX() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the X axis.
meanX() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
meanX() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
meanX() - Method in class jhplot.P1D
Returns the mean value in X.
meanX() - Method in class jhplot.P2D
Returns the mean value in X.
meanX() - Method in class jhplot.P3D
Returns the mean value in X.
meanY() - Method in class cern.hep.aida.ref.Histogram2D
 
meanY() - Method in class cern.hep.aida.ref.Histogram3D
 
meanY(int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
meanY(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
meanY(int, int) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
meanY(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
meanY(int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
meanY(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
meanY() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's y mean.
meanY() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's y mean.
meanY() - Method in class hep.aida.ref.histogram.Histogram2D
Get the mean of the whole Histogram as projected on the y axis.
meanY() - Method in class hep.aida.ref.histogram.Histogram3D
Get the mean of the whole Histogram as projected on the y axis.
meanY() - Method in class hep.aida.ref.histogram.Profile2D
 
meanY() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Returns the mean of the histogram, as calculated on filling-time projected on the Y axis.
meanY() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the Y axis.
meanY() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
meanY() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
meanY() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Returns the mean of the histogram, as calculated on filling-time projected on the Y axis.
meanY() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the Y axis.
meanY() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
meanY() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
meanY() - Method in class jhplot.P1D
Returns the mean value in Y.
meanY() - Method in class jhplot.P2D
Returns the mean value in Y.
meanY() - Method in class jhplot.P3D
Returns the mean value in Y.
meanZ() - Method in class cern.hep.aida.ref.Histogram3D
 
meanZ(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
meanZ(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
meanZ(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
meanZ() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's z mean.
meanZ() - Method in class hep.aida.ref.histogram.Histogram3D
Get the mean of the whole Histogram as projected on the z axis.
meanZ() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the Z axis.
meanZ() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
meanZ() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the mean of the histogram, as calculated on filling-time projected on the Z axis.
meanZ() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
meanZ() - Method in class jhplot.P2D
Returns the mean value in Z.
meanZ() - Method in class jhplot.P3D
Returns the mean value in Z.
Measurement - Class in hep.aida.ref.histogram
Basic user-level interface class for holding a single "measurement" with positive and negative errors (to allow for asymmetric errors).
Measurement() - Constructor for class hep.aida.ref.histogram.Measurement
 
Measurement(IMeasurement) - Constructor for class hep.aida.ref.histogram.Measurement
 
Measurement(double) - Constructor for class hep.aida.ref.histogram.Measurement
 
Measurement(double, double) - Constructor for class hep.aida.ref.histogram.Measurement
 
Measurement(double, double, double) - Constructor for class hep.aida.ref.histogram.Measurement
 
median - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.median().
median() - Method in class cern.hep.aida.bin.QuantileBin1D
Returns the median.
median(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the median of a sorted data sequence.
median(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the median of a sorted data sequence.
median(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the median of a sorted data sequence.
median() - Method in class flanagan.analysis.Stat
 
median(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
median(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
median(double[]) - Static method in class flanagan.analysis.Stat
 
median(float[]) - Static method in class flanagan.analysis.Stat
 
median(int[]) - Static method in class flanagan.analysis.Stat
 
median(long[]) - Static method in class flanagan.analysis.Stat
 
median() - Method in class flanagan.math.Matrix
 
median - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.median().
median() - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Returns the median.
median - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.median().
median() - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Returns the median.
median(double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the median of an array.
median(int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the median of an array.
median() - Method in class jhplot.P0D
Returns the median.
median() - Method in class jhplot.P0I
Returns the median.
median_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
median_as_double() - Method in class flanagan.analysis.Stat
 
medianSkewness() - Method in class flanagan.analysis.Stat
 
medianSkewness(double[]) - Static method in class flanagan.analysis.Stat
 
medianSkewness(float[]) - Static method in class flanagan.analysis.Stat
 
medianSkewness(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
medianSkewness(long[]) - Static method in class flanagan.analysis.Stat
 
medianSkewness(int[]) - Static method in class flanagan.analysis.Stat
 
medianSkewness_as_double() - Method in class flanagan.analysis.Stat
 
megaelectronvolt - Static variable in class cern.clhep.Units
 
megahertz - Static variable in class cern.clhep.Units
 
megavolt - Static variable in class cern.clhep.Units
 
memory() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
memory() - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns the number of elements currently needed to store all contained elements.
memory() - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
memory() - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
memory() - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Returns the number of elements currently needed to store all contained elements.
merge(double[]...) - Static method in class jhplot.math.DoubleArray
Concatenates arrays.
merge(int[]...) - Static method in class jhplot.math.IntegerArray
 
merge(P0D) - Method in class jhplot.P0D
Merge two P0D containers
merge(P0I) - Method in class jhplot.P0I
Merge two P0I containers
merge(P1D) - Method in class jhplot.P1D
Merge two P1D containers.
merge(P2D) - Method in class jhplot.P2D
Merge two P2D containers
merge(P3D) - Method in class jhplot.P3D
Merge two P3D containers
mergeColumns(double[]...) - Static method in class jhplot.math.DoubleArray
Combine a set of arrays into a matrix.
mergeColumns(int[]...) - Static method in class jhplot.math.IntegerArray
 
mergeF1D(PBufFile.Record.F1D) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeF2D(PBufFile.Record.F2D) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeFND(PBufFile.Record.FND) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeFPR(PBufFile.Record.FPR) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeFrom(PBufFile.Record) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
mergeFrom(PBufFile.Record.F1D) - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
mergeFrom(PBufFile.Record.F2D) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
mergeFrom(PBufFile.Record.FND) - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
mergeFrom(PBufFile.Record.FPR) - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
mergeFrom(PBufFile.Record.H1D) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
mergeFrom(PBufFile.Record.H2D) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
mergeFrom(PBufFile.Record.P0D) - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
mergeFrom(PBufFile.Record.P0I) - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
mergeFrom(PBufFile.Record.P1D) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
mergeFrom(PBufFile.Record.PND) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
mergeFrom(PBufFile.Record.PNI) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
mergeFrom(PBufFile.Record.PXY) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
mergeFrom(PBufFile.Record.PXYZ) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
mergeFrom(PEventFile.HEvent) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
mergeFrom(PEventFile.HEvent.Entry) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
mergeFrom(Message) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
mergeFrom(PEventFile.HEvent.Group) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
mergeH1D(PBufFile.Record.H1D) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeH2D(PBufFile.Record.H2D) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeP0D(PBufFile.Record.P0D) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeP0I(PBufFile.Record.P0I) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeP1D(PBufFile.Record.P1D) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergePND(PBufFile.Record.PND) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergePNI(PBufFile.Record.PNI) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergePXY(PBufFile.Record.PXY) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergePXYZ(PBufFile.Record.PXYZ) - Method in class jhplot.io.PBufFile.Record.Builder
 
mergeRows(double[]...) - Static method in class jhplot.math.DoubleArray
Combine a set of arrays into a matrix.
mergeRows(int[]...) - Static method in class jhplot.math.IntegerArray
 
mergeSort(int, int, IntComparator, Swapper) - Static method in class cern.colt.GenericSorting
Sorts the specified range of elements according to the order induced by the specified comparator.
mergeSort() - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
mergeSort - Static variable in class cern.colt.matrix.doublealgo.Sorting
A prefabricated mergesort.
mergeSort - Static variable in class cern.colt.matrix.objectalgo.Sorting
A prefabricated mergesort.
mergeSort - Static variable in class cern.colt.matrix.tdouble.algo.DoubleSorting
A prefabricated mergesort.
mergeSort - Static variable in class cern.colt.matrix.tfloat.algo.FloatSorting
A prefabricated mergesort.
mergeSort - Static variable in class cern.colt.matrix.tint.algo.IntSorting
A prefabricated mergesort.
mergeSort - Static variable in class cern.colt.matrix.tlong.algo.LongSorting
A prefabricated mergesort.
mergeSort - Static variable in class cern.colt.matrix.tobject.algo.ObjectSorting
A prefabricated mergesort.
mergeSort(byte[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(char[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(double[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(float[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(int[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(long[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(short[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.AbstractByteList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, CharComparator) - Method in class cern.colt.list.AbstractCharList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.AbstractDoubleList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.AbstractFloatList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.AbstractIntList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.AbstractLongList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, ShortComparator) - Method in class cern.colt.list.AbstractShortList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending order (false < true).
mergeSortFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
mergeSortFromTo(int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Sorts the specified range of the receiver into ascending order ( false < true).
mergeSortFromTo(int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.tbyte.AbstractByteList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, CharComparator) - Method in class cern.colt.list.tchar.AbstractCharList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.tfloat.AbstractFloatList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.tint.AbstractIntList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.tint.AbstractIntList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.tlong.AbstractLongList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
mergeSortFromTo(int, int, Comparator) - Method in class cern.colt.list.tobject.ObjectArrayList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, ShortComparator) - Method in class cern.colt.list.tshort.AbstractShortList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortInPlace(int[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
MersenneTwister - Class in cern.jet.random.engine
MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
MersenneTwister() - Constructor for class cern.jet.random.engine.MersenneTwister
Constructs and returns a random number generator with a default seed, which is a constant.
MersenneTwister(int) - Constructor for class cern.jet.random.engine.MersenneTwister
Constructs and returns a random number generator with the given seed.
MersenneTwister(Date) - Constructor for class cern.jet.random.engine.MersenneTwister
Constructs and returns a random number generator seeded with the given date.
MersenneTwister64 - Class in cern.jet.random.engine
Same as MersenneTwister except that method raw() returns 64 bit random numbers instead of 32 bit random numbers.
MersenneTwister64() - Constructor for class cern.jet.random.engine.MersenneTwister64
Constructs and returns a random number generator with a default seed, which is a constant.
MersenneTwister64(int) - Constructor for class cern.jet.random.engine.MersenneTwister64
Constructs and returns a random number generator with the given seed.
MersenneTwister64(Date) - Constructor for class cern.jet.random.engine.MersenneTwister64
Constructs and returns a random number generator seeded with the given date.
MersenneTwister64 - Class in cern.jet.random.tdouble.engine
Same as MersenneTwister except that method raw() returns 64 bit random numbers instead of 32 bit random numbers.
MersenneTwister64() - Constructor for class cern.jet.random.tdouble.engine.MersenneTwister64
Constructs and returns a random number generator with a default seed, which is a constant.
MersenneTwister64(int) - Constructor for class cern.jet.random.tdouble.engine.MersenneTwister64
Constructs and returns a random number generator with the given seed.
MersenneTwister64(Date) - Constructor for class cern.jet.random.tdouble.engine.MersenneTwister64
Constructs and returns a random number generator seeded with the given date.
meter - Static variable in class cern.clhep.Units
 
meter2 - Static variable in class cern.clhep.Units
 
meter3 - Static variable in class cern.clhep.Units
 
metreToFoot(double) - Static method in class flanagan.math.Conv
 
metreToFoot(double) - Static method in class flanagan.math.Fmath
 
metreToYard(double) - Static method in class flanagan.math.Conv
 
metreToYard(double) - Static method in class flanagan.math.Fmath
 
metropolis(double[], F1D, double) - Static method in class jhplot.math.Numeric
The Metropolis algorithm.
MeV - Static variable in class cern.clhep.Units
 
mg - Static variable in class cern.clhep.Units
 
microampere - Static variable in class cern.clhep.Units
 
microbarn - Static variable in class cern.clhep.Units
 
microfarad - Static variable in class cern.clhep.Units
 
micrometer - Static variable in class cern.clhep.Units
 
microsecond - Static variable in class cern.clhep.Units
 
MightyStaticBin1D - Class in cern.hep.aida.bin
Static and the same as its superclass, except that it can do more: Additionally computes moments of arbitrary integer order, harmonic mean, geometric mean, etc.
MightyStaticBin1D() - Constructor for class cern.hep.aida.bin.MightyStaticBin1D
Constructs and returns an empty bin with limited functionality but good performance; equivalent to MightyStaticBin1D(false,false,4).
MightyStaticBin1D(boolean, boolean, int) - Constructor for class cern.hep.aida.bin.MightyStaticBin1D
Constructs and returns an empty bin with the given capabilities.
MightyStaticDoubleBin1D - Class in hep.aida.tdouble.bin
Static and the same as its superclass, except that it can do more: Additionally computes moments of arbitrary integer order, harmonic mean, geometric mean, etc.
MightyStaticDoubleBin1D() - Constructor for class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Constructs and returns an empty bin with limited functionality but good performance; equivalent to MightyStaticBin1D(false,false,4).
MightyStaticDoubleBin1D(boolean, boolean, int) - Constructor for class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Constructs and returns an empty bin with the given capabilities.
MightyStaticFloatBin1D - Class in hep.aida.tfloat.bin
Static and the same as its superclass, except that it can do more: Additionally computes moments of arbitrary integer order, harmonic mean, geometric mean, etc.
MightyStaticFloatBin1D() - Constructor for class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Constructs and returns an empty bin with limited functionality but good performance; equivalent to MightyStaticBin1D(false,false,4).
MightyStaticFloatBin1D(boolean, boolean, int) - Constructor for class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Constructs and returns an empty bin with the given capabilities.
milePerGallonToKmPerLitre(double) - Static method in class flanagan.math.Conv
 
milePerGallonToKmPerLitre(double) - Static method in class flanagan.math.Fmath
 
mileToKm(double) - Static method in class flanagan.math.Conv
 
mileToKm(double) - Static method in class flanagan.math.Fmath
 
milliampere - Static variable in class cern.clhep.Units
 
millibarn - Static variable in class cern.clhep.Units
 
millifarad - Static variable in class cern.clhep.Units
 
milligram - Static variable in class cern.clhep.Units
 
millimeter - Static variable in class cern.clhep.Units
 
millimeter2 - Static variable in class cern.clhep.Units
 
millimeter3 - Static variable in class cern.clhep.Units
 
millimetreToInch(double) - Static method in class flanagan.math.Conv
 
millimetreToInch(double) - Static method in class flanagan.math.Fmath
 
milliradian - Static variable in class cern.clhep.Units
 
millis() - Method in class cern.colt.Timer
Returns the elapsed time in milli seconds; does not stop the timer, if started.
millisecond - Static variable in class cern.clhep.Units
 
min() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the minimum.
min - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.min().
min() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the minimum.
min() - Method in class cern.hep.aida.bin.StaticBin1D
Returns the minimum.
min - Static variable in class cern.jet.math.Functions
Function that returns Math.min(a,b).
min(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.min(a,b).
min - Static variable in class cern.jet.math.IntFunctions
Function that returns Math.min(a,b).
min(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns Math.min(a,b).
min - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.min(a,b).
min(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns Math.min(a,b).
min - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.min(a,b).
min(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns Math.min(a,b).
min - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns Math.min(a,b).
min(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns Math.min(a,b).
min - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns Math.min(a,b).
min(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns Math.min(a,b).
min(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the smallest member of a data sequence.
min(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the smallest member of a data sequence.
min(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the smallest member of a data sequence.
min() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the minimum.
min - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.min().
min() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the minimum.
min() - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Returns the minimum.
min() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the minimum.
min() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the minimum.
min - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.min().
min() - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Returns the minimum.
min(double[]) - Static method in class jhplot.math.ArrayMathUtils
Returns the minimum of an array.
min(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns the minimum of an array.
min(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns the minimum of an array.
min(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns the minimum of an array.
min(double[][]) - Static method in class jhplot.math.DoubleArray
Finds the minimum value in each column of a matrix.
min(double...) - Static method in class jhplot.math.DoubleArray
Finds minimum value in either a list of numbers or a single array.
min(int[][]) - Static method in class jhplot.math.IntegerArray
 
min(int...) - Static method in class jhplot.math.IntegerArray
 
MIN_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F1D
 
MIN_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
minBinHeight() - Method in class hep.aida.ref.histogram.Histogram
Get the minimum height of in-range bins in the Histogram.
minBinHeight() - Method in class hep.aida.ref.histogram.Histogram1D
Get the minimum height of in-range bins in the Histogram.
minBinHeight() - Method in class hep.aida.ref.histogram.Histogram2D
Get the minimum height of in-range bins in the Histogram.
minBinHeight() - Method in class hep.aida.ref.histogram.Histogram3D
Get the minimum height of in-range bins in the Histogram.
minBinHeight() - Method in class hep.aida.ref.histogram.Profile1D
 
minBinHeight() - Method in class hep.aida.ref.histogram.Profile2D
 
minBinHeight() - Method in class jhplot.H1D
Min value of all bins
minBinHeight() - Method in class jhplot.HProf1D
Min value of all bins
minimalGumbelArray(double, double, int) - Method in class flanagan.math.PsRandom
 
Minimisation - Class in flanagan.math
 
Minimisation() - Constructor for class flanagan.math.Minimisation
 
MinimisationFunction - Interface in flanagan.math
 
Minimization - Class in flanagan.math
 
Minimization() - Constructor for class flanagan.math.Minimization
 
MinimizationFunction - Interface in flanagan.math
 
minimum() - Method in class flanagan.analysis.ProbabilityPlot
 
minimum() - Method in class flanagan.math.ArrayMaths
 
minimum(double[]) - Static method in class flanagan.math.Fmath
 
minimum(float[]) - Static method in class flanagan.math.Fmath
 
minimum(int[]) - Static method in class flanagan.math.Fmath
 
minimum(long[]) - Static method in class flanagan.math.Fmath
 
minimum() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
minimum() - Method in class hep.aida.ref.tuple.TupleColumn
 
minimum_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
minimum_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
minimum_as_byte() - Method in class flanagan.math.ArrayMaths
 
minimum_as_Byte() - Method in class flanagan.math.ArrayMaths
 
minimum_as_char() - Method in class flanagan.math.ArrayMaths
 
minimum_as_Character() - Method in class flanagan.math.ArrayMaths
 
minimum_as_double() - Method in class flanagan.math.ArrayMaths
 
minimum_as_Double() - Method in class flanagan.math.ArrayMaths
 
minimum_as_Float() - Method in class flanagan.math.ArrayMaths
 
minimum_as_float() - Method in class flanagan.math.ArrayMaths
 
minimum_as_int() - Method in class flanagan.math.ArrayMaths
 
minimum_as_Integer() - Method in class flanagan.math.ArrayMaths
 
minimum_as_long() - Method in class flanagan.math.ArrayMaths
 
minimum_as_Long() - Method in class flanagan.math.ArrayMaths
 
minimum_as_short() - Method in class flanagan.math.ArrayMaths
 
minimum_as_Short() - Method in class flanagan.math.ArrayMaths
 
minimumDifference() - Method in class flanagan.math.ArrayMaths
 
minimumDifference(double[]) - Static method in class flanagan.math.Fmath
 
minimumDifference(float[]) - Static method in class flanagan.math.Fmath
 
minimumDifference(long[]) - Static method in class flanagan.math.Fmath
 
minimumDifference(int[]) - Static method in class flanagan.math.Fmath
 
minimumDifference_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_byte() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_Byte() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_double() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_Double() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_float() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_Float() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_int() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_Integer() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_long() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_Long() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_short() - Method in class flanagan.math.ArrayMaths
 
minimumDifference_as_Short() - Method in class flanagan.math.ArrayMaths
 
minimumElement() - Method in class flanagan.math.Matrix
 
minimumIndex() - Method in class flanagan.math.ArrayMaths
 
minimumSize() - Method in class jhplot.v3d.Canvas3d
 
minIndex(double[]) - Static method in class jhplot.math.ArrayMathUtils
returns the index of the smallest element from the given array
minIndex(double[][]) - Static method in class jhplot.math.DoubleArray
Finds the indices of the minimum values in each column of a matrix.
minIndex(double...) - Static method in class jhplot.math.DoubleArray
Finds the index of the minumum value in a list of values or an array.
minIndex(int[][]) - Static method in class jhplot.math.IntegerArray
 
minIndex(int...) - Static method in class jhplot.math.IntegerArray
 
minMaxBins() - Method in interface hep.aida.tdouble.DoubleIHistogram1D
Indexes of the in-range bins containing the smallest and largest binHeight(), respectively.
minMaxBins() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Indexes of the in-range bins containing the smallest and largest binHeight(), respectively.
minMaxBins() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Indexes of the in-range bins containing the smallest and largest binHeight(), respectively.
minMaxBins() - Method in interface hep.aida.tfloat.FloatIHistogram1D
Indexes of the in-range bins containing the smallest and largest binHeight(), respectively.
minMaxBins() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Indexes of the in-range bins containing the smallest and largest binHeight(), respectively.
minMaxBins() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Indexes of the in-range bins containing the smallest and largest binHeight(), respectively.
MinMaxNumberList - Class in cern.colt.list
Resizable compressed list holding numbers; based on the fact that a value in a given interval need not take more than log(max-min+1) bits; implemented with a cern.colt.bitvector.BitVector.
MinMaxNumberList(long, long, int) - Constructor for class cern.colt.list.MinMaxNumberList
Constructs an empty list with the specified initial capacity and the specified range of values allowed to be hold in this list.
MinMaxNumberList - Class in cern.colt.list.tlong
Resizable compressed list holding numbers; based on the fact that a value in a given interval need not take more than log(max-min+1) bits; implemented with a cern.colt.bitvector.BitVector.
MinMaxNumberList(long, long, int) - Constructor for class cern.colt.list.tlong.MinMaxNumberList
Constructs an empty list with the specified initial capacity and the specified range of values allowed to be hold in this list.
minScale - Variable in class jhplot.v3d.Model3d
 
minus(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A - s <=> A[i] = A[i] - s.
minus(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A - B <=> A[i] = A[i] - B[i].
minus(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A - s <=> A[row,col] = A[row,col] - s.
minus(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A - B <=> A[row,col] = A[row,col] - B[row,col].
minus(Timer) - Method in class cern.colt.Timer
T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.
minus - Static variable in class cern.jet.math.Functions
Function that returns a - b.
minus(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a - b.
minus - Static variable in class cern.jet.math.IntFunctions
Function that returns a - b.
minus(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a - b.
minus(double[], double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
minus - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
minus(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
minus - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a - b.
minus(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a - b.
minus(float[], float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
minus - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
minus(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
minus - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a - b.
minus(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a - b.
minus - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a - b.
minus(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a - b.
minus - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a - b.
minus(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a - b.
minus(ErrorProp, double) - Method in class flanagan.analysis.ErrorProp
 
minus(ErrorProp, ErrorProp, double) - Static method in class flanagan.analysis.ErrorProp
 
minus(ErrorProp) - Method in class flanagan.analysis.ErrorProp
 
minus(ErrorProp, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
minus(double) - Method in class flanagan.analysis.ErrorProp
 
minus(double, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
minus(double, double) - Static method in class flanagan.analysis.ErrorProp
 
minus(double) - Method in class flanagan.analysis.Stat
 
minus(float) - Method in class flanagan.analysis.Stat
 
minus(long) - Method in class flanagan.analysis.Stat
 
minus(int) - Method in class flanagan.analysis.Stat
 
minus(short) - Method in class flanagan.analysis.Stat
 
minus(byte) - Method in class flanagan.analysis.Stat
 
minus(char) - Method in class flanagan.analysis.Stat
 
minus(BigDecimal) - Method in class flanagan.analysis.Stat
 
minus(BigInteger) - Method in class flanagan.analysis.Stat
 
minus(Complex) - Method in class flanagan.analysis.Stat
 
minus(Phasor) - Method in class flanagan.analysis.Stat
 
minus(Double) - Method in class flanagan.analysis.Stat
 
minus(Float) - Method in class flanagan.analysis.Stat
 
minus(Long) - Method in class flanagan.analysis.Stat
 
minus(Integer) - Method in class flanagan.analysis.Stat
 
minus(Short) - Method in class flanagan.analysis.Stat
 
minus(Byte) - Method in class flanagan.analysis.Stat
 
minus(Character) - Method in class flanagan.analysis.Stat
 
minus(Stat) - Method in class flanagan.analysis.Stat
 
minus(ArrayMaths) - Method in class flanagan.analysis.Stat
 
minus(Vector<Object>) - Method in class flanagan.analysis.Stat
 
minus(ArrayList<Object>) - Method in class flanagan.analysis.Stat
 
minus(double[]) - Method in class flanagan.analysis.Stat
 
minus(float[]) - Method in class flanagan.analysis.Stat
 
minus(long[]) - Method in class flanagan.analysis.Stat
 
minus(int[]) - Method in class flanagan.analysis.Stat
 
minus(short[]) - Method in class flanagan.analysis.Stat
 
minus(byte[]) - Method in class flanagan.analysis.Stat
 
minus(BigDecimal[]) - Method in class flanagan.analysis.Stat
 
minus(BigInteger[]) - Method in class flanagan.analysis.Stat
 
minus(Complex[]) - Method in class flanagan.analysis.Stat
 
minus(Phasor[]) - Method in class flanagan.analysis.Stat
 
minus(Double[]) - Method in class flanagan.analysis.Stat
 
minus(Float[]) - Method in class flanagan.analysis.Stat
 
minus(Long[]) - Method in class flanagan.analysis.Stat
 
minus(Integer[]) - Method in class flanagan.analysis.Stat
 
minus(Short[]) - Method in class flanagan.analysis.Stat
 
minus(Byte[]) - Method in class flanagan.analysis.Stat
 
minus(double) - Method in class flanagan.math.ArrayMaths
 
minus(Double) - Method in class flanagan.math.ArrayMaths
 
minus(double[]) - Method in class flanagan.math.ArrayMaths
 
minus(Double[]) - Method in class flanagan.math.ArrayMaths
 
minus(float) - Method in class flanagan.math.ArrayMaths
 
minus(Float) - Method in class flanagan.math.ArrayMaths
 
minus(float[]) - Method in class flanagan.math.ArrayMaths
 
minus(Float[]) - Method in class flanagan.math.ArrayMaths
 
minus(long) - Method in class flanagan.math.ArrayMaths
 
minus(Long) - Method in class flanagan.math.ArrayMaths
 
minus(long[]) - Method in class flanagan.math.ArrayMaths
 
minus(Long[]) - Method in class flanagan.math.ArrayMaths
 
minus(int) - Method in class flanagan.math.ArrayMaths
 
minus(Integer) - Method in class flanagan.math.ArrayMaths
 
minus(int[]) - Method in class flanagan.math.ArrayMaths
 
minus(Integer[]) - Method in class flanagan.math.ArrayMaths
 
minus(short) - Method in class flanagan.math.ArrayMaths
 
minus(Short) - Method in class flanagan.math.ArrayMaths
 
minus(short[]) - Method in class flanagan.math.ArrayMaths
 
minus(Short[]) - Method in class flanagan.math.ArrayMaths
 
minus(BigDecimal) - Method in class flanagan.math.ArrayMaths
 
minus(byte) - Method in class flanagan.math.ArrayMaths
 
minus(Byte) - Method in class flanagan.math.ArrayMaths
 
minus(byte[]) - Method in class flanagan.math.ArrayMaths
 
minus(Byte[]) - Method in class flanagan.math.ArrayMaths
 
minus(BigDecimal[]) - Method in class flanagan.math.ArrayMaths
 
minus(BigInteger) - Method in class flanagan.math.ArrayMaths
 
minus(BigInteger[]) - Method in class flanagan.math.ArrayMaths
 
minus(Complex) - Method in class flanagan.math.ArrayMaths
 
minus(Complex[]) - Method in class flanagan.math.ArrayMaths
 
minus(Phasor) - Method in class flanagan.math.ArrayMaths
 
minus(Phasor[]) - Method in class flanagan.math.ArrayMaths
 
minus(Vector<Object>) - Method in class flanagan.math.ArrayMaths
 
minus(ArrayList<Object>) - Method in class flanagan.math.ArrayMaths
 
minus(ArrayMaths) - Method in class flanagan.math.ArrayMaths
 
minus(Stat) - Method in class flanagan.math.ArrayMaths
 
minus(Matrix) - Method in class flanagan.math.Matrix
 
minus(double[][]) - Method in class flanagan.math.Matrix
 
minus(Matrix, Matrix) - Static method in class flanagan.math.Matrix
 
minus(Complex) - Method in class jhplot.math.Complex
Subtraction of Complex numbers (doesn't change this Complex number).
minus(double[], double[]) - Static method in class jhplot.math.LinearAlgebra
Element-wise subtraction of two arrays.
minus(double[], double) - Static method in class jhplot.math.LinearAlgebra
Subtracts a scalar value from each element of an array
minus(double, double[]) - Static method in class jhplot.math.LinearAlgebra
Subtracts each element of an array from a scalar value.
minus(double[][], double[][]) - Static method in class jhplot.math.LinearAlgebra
Element-wise subtraction of two matrices.
minus(double[][], double) - Static method in class jhplot.math.LinearAlgebra
Subtract a scalar from each element of a matrix.
minus(double, double[][]) - Static method in class jhplot.math.LinearAlgebra
Subtract each element of a matrix from a scalar.
minus(ValueErr, double) - Method in class jhplot.math.ValueErr
Subtract an ValueErr number from this ValueErr number with correlation
minus(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
Subtract ValueErr number b from ValueErr number a with correlation
minus(ValueErr) - Method in class jhplot.math.ValueErr
Subtract a ValueErr number from this ValueErr number without correlation
minus(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
Subtract ValueErr number b from ValueErr number without correlation
minus(double) - Method in class jhplot.math.ValueErr
Subtract an error free double number from this ValueErr number.
minus(double, ValueErr) - Static method in class jhplot.math.ValueErr
Subtract a ValueErr number b from an error free double
minus(double, double) - Static method in class jhplot.math.ValueErr
Subtract an error free double number b from an error free double a and return sum as ValueErr
MINUS_INF() - Method in class hep.aida.ref.function.RangeSet
 
minusAbs(double[], double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
minusAbs(float[], float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
minusDiv(double) - Static method in class cern.jet.math.PlusMult
a - b/constant.
minusDiv(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexPlusMultFirst
a - b/constant.
minusDiv(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexPlusMultSecond
a - b/constant.
minusDiv(double) - Static method in class cern.jet.math.tdouble.DoublePlusMultFirst
a - b/constant.
minusDiv(double) - Static method in class cern.jet.math.tdouble.DoublePlusMultSecond
a - b/constant.
minusDiv(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexPlusMultFirst
a - b/constant.
minusDiv(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexPlusMultSecond
a - b/constant.
minusDiv(float) - Static method in class cern.jet.math.tfloat.FloatPlusMultFirst
a/constant - b.
minusDiv(float) - Static method in class cern.jet.math.tfloat.FloatPlusMultSecond
a - b/constant.
minusEquals(ErrorProp, double) - Method in class flanagan.analysis.ErrorProp
 
minusEquals(ErrorProp) - Method in class flanagan.analysis.ErrorProp
 
minusEquals(double) - Method in class flanagan.analysis.ErrorProp
 
minusEquals(Matrix) - Method in class flanagan.math.Matrix
 
minusEquals(ValueErr, double) - Method in class jhplot.math.ValueErr
Subtract a ValueErr number to this ValueErr number and replace this with the sum with correlation
minusEquals(ValueErr) - Method in class jhplot.math.ValueErr
Subtract a ValueErr number from this ValueErr number and replace this with the sum with no correlation
minusEquals(double) - Method in class jhplot.math.ValueErr
Subtract a double number from this ValueErr number and replace this with the sum
minusError(int, double) - Method in interface hep.aida.ref.dataset.binner.BinError
Get the minus error on a bin.
minusError(int[]) - Method in interface hep.aida.ref.dataset.binner.Binner
Get the minus error on a bin.
minusError(int[]) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Get the minus error on a bin.
minusError(int, double) - Method in class hep.aida.ref.dataset.binner.EfficiencyBinError
Get the minus error on a bin.
minusError(int, double) - Method in class hep.aida.ref.dataset.binner.GaussianBinError
Get the minus error on a bin.
minusError(int, double) - Method in class hep.aida.ref.dataset.binner.PoissonBinError
Get the minus error on a bin.
minusError() - Method in class hep.aida.ref.fitter.fitdata.FitDataIterator
 
minusError(int) - Method in class hep.aida.ref.histogram.binner.BasicBinner1D
 
minusError(int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
minusError(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
minusError(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
minusError(int, int) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
minusError(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
minusError(int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner1D
 
minusError(int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
minusError(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
minusMult(DoubleMatrix1D, DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A - B*s <=> A[i] = A[i] - B[i]*s.
minusMult(DoubleMatrix2D, DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A - B*s <=> A[row,col] = A[row,col] - B[row,col]*s.
minusMult(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a - b*constant.
minusMult(double) - Static method in class cern.jet.math.PlusMult
a - b*constant.
minusMult(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
minusMult(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexPlusMultFirst
a - b*constant.
minusMult(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexPlusMultSecond
a - b*constant.
minusMult(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a - b*constant.
minusMult(double) - Static method in class cern.jet.math.tdouble.DoublePlusMultFirst
a - b*constant.
minusMult(double) - Static method in class cern.jet.math.tdouble.DoublePlusMultSecond
a - b*constant.
minusMult(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
minusMult(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexPlusMultFirst
a - b*constant.
minusMult(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexPlusMultSecond
a - b*constant.
minusMult(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a - b*constant.
minusMult(float) - Static method in class cern.jet.math.tfloat.FloatPlusMultFirst
a*constant - b.
minusMult(float) - Static method in class cern.jet.math.tfloat.FloatPlusMultSecond
a - b*constant.
minusMult(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a - b*constant.
minusMult(int) - Static method in class cern.jet.math.tint.IntPlusMultFirst
a - b*constant.
minusMult(int) - Static method in class cern.jet.math.tint.IntPlusMultSecond
a - b*constant.
minusMult(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a - b*constant.
minusMult(long) - Static method in class cern.jet.math.tlong.LongPlusMultFirst
a - b*constant.
minusMult(long) - Static method in class cern.jet.math.tlong.LongPlusMultSecond
a - b*constant.
minusOne() - Static method in class flanagan.analysis.ErrorProp
 
minusReal(double) - Method in class jhplot.math.Complex
Subtraction from real part
minusxLog10x() - Method in class flanagan.analysis.Stat
 
minusxLog10x() - Method in class flanagan.math.ArrayMaths
 
minusxLog2x() - Method in class flanagan.analysis.Stat
 
minusxLog2x() - Method in class flanagan.math.ArrayMaths
 
minusxLogEx() - Method in class flanagan.analysis.Stat
 
minusxLogEx() - Method in class flanagan.math.ArrayMaths
 
minutes() - Method in class cern.colt.Timer
Returns the elapsed time in minutes; does not stop the timer, if started.
minValue(Value) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
minValue(Value) - Method in interface hep.aida.ref.tuple.FTupleColumn
 
minValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
MINX_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F2D
 
MINY_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F2D
 
mkdir(String) - Method in class hep.aida.ref.tree.Tree
Create a new directory.
mkdirs(String) - Method in class hep.aida.ref.tree.Tree
Create a directory recursively.
mm - Static variable in class cern.clhep.Units
 
mm2 - Static variable in class cern.clhep.Units
 
mm3 - Static variable in class cern.clhep.Units
 
mod - Static variable in class cern.jet.math.Functions
Function that returns a % b.
mod(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a % b.
mod - Static variable in class cern.jet.math.IntFunctions
Function that returns a % b.
mod(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a % b.
mod - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a % b.
mod(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a % b.
mod - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a % b.
mod(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a % b.
mod - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a % b.
mod(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a % b.
mod - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a % b.
mod(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a % b.
mod() - Method in class jhplot.math.Complex
Modulus of this Complex number (the distance from the origin in polar coordinates).
modBesselIo(double) - Static method in class flanagan.math.FourierTransform
 
Model3d - Class in jhplot.v3d
 
Model3d(Applet, int, int) - Constructor for class jhplot.v3d.Model3d
 
modifyName(String) - Static method in class hep.aida.ref.AidaUtils
 
molarToPercentWeightByVol(double, double) - Static method in class flanagan.math.Conv
 
molarToPercentWeightByVol(double, double) - Static method in class flanagan.math.Fmath
 
mole - Static variable in class cern.clhep.Units
 
moment(int, double) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the moment of k-th order with value c, which is Sum( (x[i]-c)k ) / size().
moment(int, double) - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the moment of k-th order with value c, which is Sum( (x[i]-c)k ) / size().
moment(int, double, int, double[]) - Static method in class cern.jet.stat.Descriptive
Returns the moment of k-th order with constant c of a data sequence, which is Sum( (data[i]-c)k ) / data.size().
moment(DoubleArrayList, int, double) - Static method in class cern.jet.stat.Descriptive
Returns the moment of k-th order with constant c of a data sequence, which is Sum( (data[i]-c)k ) / data.size().
moment(int, double, int, double[]) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the moment of k-th order with constant c of a data sequence, which is Sum( (data[i]-c)k ) / data.size().
moment(DoubleArrayList, int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the moment of k-th order with constant c of a data sequence, which is Sum( (data[i]-c)k ) / data.size().
moment(int, float, int, float[]) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the moment of k-th order with constant c of a data sequence, which is Sum( (data[i]-c)k ) / data.size().
moment(FloatArrayList, int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the moment of k-th order with constant c of a data sequence, which is Sum( (data[i]-c)k ) / data.size().
moment(int, double) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the moment of k-th order with value c, which is Sum( (x[i]-c)k ) / size().
moment(int, double) - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the moment of k-th order with value c, which is Sum( (x[i]-c)k ) / size().
moment(int, float) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the moment of k-th order with value c, which is Sum( (x[i]-c)k ) / size().
moment(int, float) - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the moment of k-th order with value c, which is Sum( (x[i]-c)k ) / size().
moment(int, double) - Method in class jhplot.P0D
Returns the moment of k-th order with value c, which is Sum( (x[i]-c)k ) / size().
moment(int, Integer) - Method in class jhplot.P0I
Returns the moment of k-th order with value c, which is Sum( (x[i]-c)k ) / size().
Moments - Class in jhpro.stat
Calculations of moments of a distribution.
Moments(int) - Constructor for class jhpro.stat.Moments
Initialization of the moments.
MomentsFac - Class in jhpro.stat
Calculations of factorial moments of a distribution.
MomentsFac(int) - Constructor for class jhpro.stat.MomentsFac
Initialization of the factorial moments.
MomentsFacNorm - Class in jhpro.stat
Calculations of normalized factorial moments of a distribution.
MomentsFacNorm(int) - Constructor for class jhpro.stat.MomentsFacNorm
Initialization of the normalised factorial moments.
momentSkewness() - Method in class flanagan.analysis.Stat
 
momentSkewness(double[]) - Static method in class flanagan.analysis.Stat
 
momentSkewness(float[]) - Static method in class flanagan.analysis.Stat
 
momentSkewness(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
momentSkewness(long[]) - Static method in class flanagan.analysis.Stat
 
momentSkewness(int[]) - Static method in class flanagan.analysis.Stat
 
momentSkewness_as_double() - Method in class flanagan.analysis.Stat
 
MomentsNorm - Class in jhpro.stat
Calculations of normalized reduced moments of a distribution.
MomentsNorm(int) - Constructor for class jhpro.stat.MomentsNorm
Initialization of the normalised factorial moments.
monitor(double, DoubleMatrix1D, int) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationReporter
Registers current information
monitor(double, int) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationReporter
Registers current information
monitor(double, int) - Method in class cern.colt.matrix.tdouble.algo.solver.NoDoubleIterationReporter
 
monitor(double, DoubleMatrix1D, int) - Method in class cern.colt.matrix.tdouble.algo.solver.NoDoubleIterationReporter
 
monitor(float, FloatMatrix1D, int) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationReporter
Registers current information
monitor(float, int) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationReporter
Registers current information
monitor(float, int) - Method in class cern.colt.matrix.tfloat.algo.solver.NoFloatIterationReporter
 
monitor(float, FloatMatrix1D, int) - Method in class cern.colt.matrix.tfloat.algo.solver.NoFloatIterationReporter
 
monteCarlo() - Method in class flanagan.analysis.PCA
 
monteCarloEigenValues() - Method in class flanagan.analysis.PCA
 
monteCarloMeans() - Method in class flanagan.analysis.PCA
 
monteCarloPercentiles() - Method in class flanagan.analysis.PCA
 
monteCarloStandardDeviations() - Method in class flanagan.analysis.PCA
 
mostSignificantBit(int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns the index of the most significant bit in state "true".
mostSignificantBit(int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Returns the index of the most significant bit in state "true".
mothersDayUK() - Method in class flanagan.math.TimeAndDate
 
mothersDayUK(int) - Method in class flanagan.math.TimeAndDate
 
mothersDayUS() - Method in class flanagan.math.TimeAndDate
 
mothersDayUS(int) - Method in class flanagan.math.TimeAndDate
 
mount(String, ITree, String) - Method in class hep.aida.ref.tree.Tree
Mounts a tree within another (target) tree.
MountPoint - Class in hep.aida.ref.tree
A mount point allows one tree to be "mounted" in another.
mouseDown(Event, int, int) - Method in class jhplot.v3d.Animation
 
MOVE - Static variable in class jhplot.jadraw.JaObject
An integer that indicates the current edit mode MOVE.
move(String, String) - Method in class jhplot.P1D
Transform a P1D data holder to some function with error propagation (for both levels)
moveBy(int, int) - Method in class jhplot.jadraw.JaArcObject
Shifts the elements of the vector containing the three click points of this arc.
moveBy(int, int) - Method in class jhplot.jadraw.JaObject
Reset the x, and y coordinates of the object when it is moved by deltaX and deltaY.
moveBy(int, int) - Method in class jhplot.jadraw.JaVertexT5
Shifts the elements of the vector containing the three corner points of this vertex.
MoyalCoreNotNorm - Class in hep.aida.ref.function
 
MoyalCoreNotNorm(String) - Constructor for class hep.aida.ref.function.MoyalCoreNotNorm
 
MoyalCoreNotNorm(String, double[]) - Constructor for class hep.aida.ref.function.MoyalCoreNotNorm
 
mrad - Static variable in class cern.clhep.Units
 
MRNSDDoubleIterationMonitor - Class in cern.colt.matrix.tdouble.algo.solver
 
MRNSDDoubleIterationMonitor() - Constructor for class cern.colt.matrix.tdouble.algo.solver.MRNSDDoubleIterationMonitor
 
MRNSDFloatIterationMonitor - Class in cern.colt.matrix.tfloat.algo.solver
 
MRNSDFloatIterationMonitor() - Constructor for class cern.colt.matrix.tfloat.algo.solver.MRNSDFloatIterationMonitor
 
ms - Static variable in class cern.clhep.Units
 
mt() - Method in class hephysics.vec.HepLorentzVector
Transverse mass.
mt2() - Method in class hephysics.vec.HepLorentzVector
Transverse mass: e()*e() - pz()*pz()
mu0 - Static variable in class cern.clhep.PhysicalConstants
 
MU_0 - Static variable in class flanagan.math.Fmath
 
mul(Binner1D, Binner1D, Binner1D) - Static method in class hep.aida.ref.histogram.binner.BinnerMath
 
mul(Vector3d) - Method in class jhplot.v3d.Vector3d
 
mul(float) - Method in class jhplot.v3d.Vector3d
 
mulipliedEntriesWith(Matrix) - Method in class jhplot.bsom.Matrix
Multiply entries.
mult(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A * s <=> A[i] = A[i] * s.
mult(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A * B <=> A[i] = A[i] * B[i].
mult(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A * s <=> A[row,col] = A[row,col] * s.
mult(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A * B <=> A[row,col] = A[row,col] * B[row,col].
mult(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Inner product of two vectors; Sum(x[i] * y[i]).
mult(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Linear algebraic matrix-vector multiplication; z = A * y.
mult(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Linear algebraic matrix-matrix multiplication; C = A x B.
mult(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Inner product of two vectors; Sum(x[i] * y[i]).
mult(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Linear algebraic matrix-vector multiplication; z = A * y.
mult(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Linear algebraic matrix-matrix multiplication; C = A x B.
mult(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Inner product of two vectors; Sum(x[i] * y[i]).
mult(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Linear algebraic matrix-vector multiplication; z = A * y.
mult(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Linear algebraic matrix-matrix multiplication; C = A x B.
mult - Static variable in class cern.jet.math.Functions
Function that returns a * b.
mult(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a * b.
mult - Static variable in class cern.jet.math.IntFunctions
Function that returns a * b.
mult(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a * b.
Mult - Class in cern.jet.math
Only for performance tuning of compute intensive linear algebraic computations.
mult(double) - Static method in class cern.jet.math.Mult
a * constant.
mult(double[], double) - Static method in class cern.jet.math.tdcomplex.DComplex
 
mult(double[], double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
mult - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
mult(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
mult(double) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
mult(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexMult
a * constant.
mult - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a * b.
mult(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a * b.
mult(double) - Static method in class cern.jet.math.tdouble.DoubleMult
a * constant.
mult(float[], float) - Static method in class cern.jet.math.tfcomplex.FComplex
 
mult(float[], float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
mult - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
mult(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
mult(float) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
mult(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexMult
a * constant.
mult - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a * b.
mult(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a * b.
mult(float) - Static method in class cern.jet.math.tfloat.FloatMult
a * constant.
mult - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a * b.
mult(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a * b.
mult(int) - Static method in class cern.jet.math.tint.IntMult
a * constant.
mult - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a * b.
mult(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a * b.
mult(long) - Static method in class cern.jet.math.tlong.LongMult
a * constant.
mult(Matrix, Matrix) - Static method in class hephysics.matrix.MatrixOp
 
mult(Hep3Matrix, Hep3Matrix) - Static method in class hephysics.vec.Hep3Matrix
 
mult(double, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Multiply by a scaler
mult(double) - Method in class hephysics.vec.Hep3Vector
Multiply by a scaler
mult(Hep3Matrix, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
 
mult(double, HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Multiply by a scaler
mult(double, Hep3Vector) - Static method in class hephysics.vec.VecOp
 
mult(Hep3Matrix, Hep3Vector) - Static method in class hephysics.vec.VecOp
 
mult(Hep3Matrix, Hep3Matrix) - Static method in class hephysics.vec.VecOp
 
mult(double, Hep3Matrix) - Static method in class hephysics.vec.VecOp
 
multConjFirst - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
multConjFirst - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
multConjSecond - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
multConjSecond - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
multiplicator - Variable in class cern.jet.math.Mult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.PlusMult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tdcomplex.DComplexMult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tdcomplex.DComplexPlusMultFirst
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tdcomplex.DComplexPlusMultSecond
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tdouble.DoubleMult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tdouble.DoublePlusMultFirst
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tdouble.DoublePlusMultSecond
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tfcomplex.FComplexMult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tfcomplex.FComplexPlusMultFirst
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tfcomplex.FComplexPlusMultSecond
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tfloat.FloatMult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tfloat.FloatPlusMultFirst
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tfloat.FloatPlusMultSecond
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tint.IntMult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tint.IntPlusMultFirst
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tint.IntPlusMultSecond
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tlong.LongMult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tlong.LongPlusMultFirst
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.tlong.LongPlusMultSecond
Public read/write access to avoid frequent object construction.
multipliedBy(double) - Method in class jhplot.bsom.Matrix
Scalar product: aX.
multipliedBy(Matrix) - Method in class jhplot.bsom.Matrix
Matrix multiplication: X*Y.
multiply(String, IDataPointSet, IDataPointSet) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
multiply(String, IHistogram1D, IHistogram1D) - Method in class hep.aida.ref.histogram.HistogramFactory
Multiplies two 1D Histogram
multiply(String, IHistogram2D, IHistogram2D) - Method in class hep.aida.ref.histogram.HistogramFactory
Multiplies two 2D Histogram
multiply(String, IHistogram3D, IHistogram3D) - Method in class hep.aida.ref.histogram.HistogramFactory
Multiplies two 3D Histogram
multNeg - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns -(a * b).
multNeg - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns -(a * b).
multNeg - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns -(a * b).
multNeg - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns -(a * b).
multOuter(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Outer product of two vectors; Sets A[i,j] = x[i] * y[j].
multOuter(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Outer product of two vectors; Sets A[i,j] = x[i] * y[j].
multOuter(FloatMatrix1D, FloatMatrix1D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Outer product of two vectors; Sets A[i,j] = x[i] * y[j].
multSecond(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns b*constant.
multSecond(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
 
multSecond(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns b*constant.
multSecond(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns b*constant.
multSquare - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a * b^2.
multSquare - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a * b^2.
multSquare - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a * b^2.
multSquare - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a * b^2.
MutableMatrix - Interface in hephysics.matrix
A matrix that can be changed
mv(String, String) - Method in class hep.aida.ref.tree.Tree
Move an IManagedObject or a directory from one directory to another.

N

N_AVAGADRO - Static variable in class flanagan.math.Fmath
 
name() - Method in interface cern.hep.aida.bin.BinFunction1D
Returns the name of this function.
name() - Method in class hep.aida.ref.fitter.FitParameterSettings
 
name() - Method in class hep.aida.ref.ManagedObject
Get the name of this ManagedObject.
name() - Method in class hep.aida.ref.tree.Tree
 
name() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
name() - Method in interface hep.aida.ref.tuple.FTuple
 
name() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
name() - Method in interface hep.aida.ref.tuple.FTupleColumn
 
name() - Method in class hep.aida.ref.tuple.TupleColumn
 
name() - Method in interface hep.aida.tdouble.bin.DoubleBinFunction1D
Returns the name of this function.
name() - Method in interface hep.aida.tfloat.bin.FloatBinFunction1D
Returns the name of this function.
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F1D
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.F2D
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.FND
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.FPR
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P0D
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P0I
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PND
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PNI
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PXY
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PXYZ
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent.Entry
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent.Group
 
NAME_FIELD_NUMBER - Static variable in class jhplot.io.PEventFile.HEvent
 
nanEntries() - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
Number of entries whose coordinate or weight is NaN.
nanEntries() - Method in class hep.aida.ref.histogram.Cloud
 
nanEntries() - Method in class hep.aida.ref.histogram.Histogram
 
nanEntries() - Method in class hep.aida.ref.histogram.Profile
 
nanoampere - Static variable in class cern.clhep.Units
 
nanobarn - Static variable in class cern.clhep.Units
 
nanofarad - Static variable in class cern.clhep.Units
 
nanometer - Static variable in class cern.clhep.Units
 
nanos() - Method in class cern.colt.Timer
Returns the elapsed time in nano seconds; does not stop the timer, if started.
nanosecond - Static variable in class cern.clhep.Units
 
nativityBlessedVirgin() - Method in class flanagan.math.TimeAndDate
 
nativityBlessedVirgin(int) - Method in class flanagan.math.TimeAndDate
 
nBins() - Method in class hep.aida.ref.function.Grid
 
nBoxes() - Method in class hep.aida.ref.function.Grid
 
nColumns() - Method in class flanagan.analysis.RankAnalysis
 
ndf() - Method in class hep.aida.ref.fitter.FitResult
 
nDiagonalElements() - Method in class flanagan.analysis.RankAnalysis
 
nearestElementIndex(double[], double) - Static method in class flanagan.math.Fmath
 
nearestElementIndex(int[], int) - Static method in class flanagan.math.Fmath
 
nearestElementValue(double[], double) - Static method in class flanagan.math.Fmath
 
nearestElementValue(int[], int) - Static method in class flanagan.math.Fmath
 
nearestHigherElementIndex(double[], double) - Static method in class flanagan.math.Fmath
 
nearestHigherElementIndex(int[], int) - Static method in class flanagan.math.Fmath
 
nearestHigherElementValue(double[], double) - Static method in class flanagan.math.Fmath
 
nearestHigherElementValue(int[], int) - Static method in class flanagan.math.Fmath
 
nearestIndex(double) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(Double) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(float) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(Float) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(long) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(Long) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(int) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(Integer) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(short) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(Short) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(byte) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(Byte) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(char) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(Character) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(BigDecimal) - Method in class flanagan.math.ArrayMaths
 
nearestIndex(BigInteger) - Method in class flanagan.math.ArrayMaths
 
nearestLowerElementIndex(double[], double) - Static method in class flanagan.math.Fmath
 
nearestLowerElementIndex(int[], int) - Static method in class flanagan.math.Fmath
 
nearestLowerElementValue(double[], double) - Static method in class flanagan.math.Fmath
 
nearestLowerElementValue(int[], int) - Static method in class flanagan.math.Fmath
 
nearestValue(double) - Method in class flanagan.math.ArrayMaths
 
nearestValue(Double) - Method in class flanagan.math.ArrayMaths
 
nearestValue(float) - Method in class flanagan.math.ArrayMaths
 
nearestValue(Float) - Method in class flanagan.math.ArrayMaths
 
nearestValue(long) - Method in class flanagan.math.ArrayMaths
 
nearestValue(Long) - Method in class flanagan.math.ArrayMaths
 
nearestValue(int) - Method in class flanagan.math.ArrayMaths
 
nearestValue(Integer) - Method in class flanagan.math.ArrayMaths
 
nearestValue(short) - Method in class flanagan.math.ArrayMaths
 
nearestValue(Short) - Method in class flanagan.math.ArrayMaths
 
nearestValue(byte) - Method in class flanagan.math.ArrayMaths
 
nearestValue(Byte) - Method in class flanagan.math.ArrayMaths
 
nearestValue(char) - Method in class flanagan.math.ArrayMaths
 
nearestValue(Character) - Method in class flanagan.math.ArrayMaths
 
nearestValue(BigDecimal) - Method in class flanagan.math.ArrayMaths
 
nearestValue(BigInteger) - Method in class flanagan.math.ArrayMaths
 
neg - Static variable in class cern.jet.math.Functions
Function that returns -a.
neg - Static variable in class cern.jet.math.IntFunctions
Function that returns -a.
neg(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
neg - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
neg - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns -a.
neg(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
neg - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
neg - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns -a.
neg - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns -a.
neg - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns -a.
neg(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Invert
neg(HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Inverse
neg(Hep3Vector) - Method in class hephysics.vec.HepLorentzVector
 
neg(Hep3Vector) - Static method in class hephysics.vec.VecOp
 
negate(DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = -A <=> A[i] = -A[i] for all cells.
negate(DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = -A <=> A[row,col] = -A[row,col].
negate() - Method in class flanagan.analysis.Stat
 
negate() - Method in class flanagan.math.ArrayMaths
 
NegativeBinomial - Class in cern.jet.random
Negative Binomial distribution; See the math definition.
NegativeBinomial(int, double, RandomEngine) - Constructor for class cern.jet.random.NegativeBinomial
Constructs a Negative Binomial distribution.
NegativeBinomial - Class in cern.jet.random.tdouble
Negative Binomial distribution; See the math definition.
NegativeBinomial(int, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.NegativeBinomial
Constructs a Negative Binomial distribution.
negativeBinomial(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms 0 through k of the Negative Binomial Distribution.
negativeBinomial(int, int, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the sum of the terms 0 through k of the Negative Binomial Distribution.
NegativeBinomial - Class in jhplot.fit
Negative binomial distribution.
NegativeBinomial() - Constructor for class jhplot.fit.NegativeBinomial
 
NegativeBinomial(String) - Constructor for class jhplot.fit.NegativeBinomial
 
NegativeBinomial(String[], String[]) - Constructor for class jhplot.fit.NegativeBinomial
 
NegativeBinomial - Class in jhplot.math.num.pdf
The Negative Binomial distribution.
NegativeBinomial() - Constructor for class jhplot.math.num.pdf.NegativeBinomial
Default constructor.
NegativeBinomial(int, double) - Constructor for class jhplot.math.num.pdf.NegativeBinomial
Create a distribution with the given number of successes and probability of success.
negativeBinomialComplemented(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms k+1 to infinity of the Negative Binomial distribution.
negativeBinomialComplemented(int, int, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the sum of the terms k+1 to infinity of the Negative Binomial distribution.
NegativeBinomialRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Negative Binomial distribution.
NegativeBinomialRandomVariable() - Constructor for class jhplot.math.num.random.NegativeBinomialRandomVariable
Default constructor.
NegativeBinomialRandomVariable(int, double) - Constructor for class jhplot.math.num.random.NegativeBinomialRandomVariable
Create a random variable with the given number of successes and probability of success.
NegativeBinomialRandomVariable(int, double, RNG) - Constructor for class jhplot.math.num.random.NegativeBinomialRandomVariable
Create a random variable with the given parameters.
nEigenOneOrGreater() - Method in class flanagan.analysis.PCA
 
nelderMead(MaximizationFunction, double[], double[], double, int) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximisationFunction, double[], double[], double, int) - Method in class flanagan.math.Maximisation
 
nelderMead(Object, double[], double[], double, int) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximizationFunction, double[], double[], double) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximisationFunction, double[], double[], double) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximizationFunction, double[], double[], int) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximisationFunction, double[], double[], int) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximizationFunction, double[], double[]) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximisationFunction, double[], double[]) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximizationFunction, double[], double, int) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximisationFunction, double[], double, int) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximizationFunction, double[], double) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximisationFunction, double[], double) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximizationFunction, double[], int) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximisationFunction, double[], int) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximizationFunction, double[]) - Method in class flanagan.math.Maximisation
 
nelderMead(MaximisationFunction, double[]) - Method in class flanagan.math.Maximisation
 
nelderMead(MinimisationFunction, double[], double[], double, int) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimizationFunction, double[], double[], double, int) - Method in class flanagan.math.Minimisation
 
nelderMead(Object, double[], double[], double, int) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimisationFunction, double[], double[], double) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimizationFunction, double[], double[], double) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimisationFunction, double[], double[], int) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimizationFunction, double[], double[], int) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimisationFunction, double[], double[]) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimizationFunction, double[], double[]) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimisationFunction, double[], double, int) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimizationFunction, double[], double, int) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimisationFunction, double[], double) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimizationFunction, double[], double) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimisationFunction, double[], int) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimizationFunction, double[], int) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimisationFunction, double[]) - Method in class flanagan.math.Minimisation
 
nelderMead(MinimizationFunction, double[]) - Method in class flanagan.math.Minimisation
 
NENTRIES_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
NENTRIES_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
netlib() - Method in enum cern.colt.matrix.Transpose
 
neutron_mass_c2 - Static variable in class cern.clhep.PhysicalConstants
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.F1D
 
newBuilder(PBufFile.Record.F1D) - Static method in class jhplot.io.PBufFile.Record.F1D
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.F2D
 
newBuilder(PBufFile.Record.F2D) - Static method in class jhplot.io.PBufFile.Record.F2D
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.FND
 
newBuilder(PBufFile.Record.FND) - Static method in class jhplot.io.PBufFile.Record.FND
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.FPR
 
newBuilder(PBufFile.Record.FPR) - Static method in class jhplot.io.PBufFile.Record.FPR
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.H1D
 
newBuilder(PBufFile.Record.H1D) - Static method in class jhplot.io.PBufFile.Record.H1D
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.H2D
 
newBuilder(PBufFile.Record.H2D) - Static method in class jhplot.io.PBufFile.Record.H2D
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record
 
newBuilder(PBufFile.Record) - Static method in class jhplot.io.PBufFile.Record
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.P0D
 
newBuilder(PBufFile.Record.P0D) - Static method in class jhplot.io.PBufFile.Record.P0D
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.P0I
 
newBuilder(PBufFile.Record.P0I) - Static method in class jhplot.io.PBufFile.Record.P0I
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.P1D
 
newBuilder(PBufFile.Record.P1D) - Static method in class jhplot.io.PBufFile.Record.P1D
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.PND
 
newBuilder(PBufFile.Record.PND) - Static method in class jhplot.io.PBufFile.Record.PND
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.PNI
 
newBuilder(PBufFile.Record.PNI) - Static method in class jhplot.io.PBufFile.Record.PNI
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.PXY
 
newBuilder(PBufFile.Record.PXY) - Static method in class jhplot.io.PBufFile.Record.PXY
 
newBuilder() - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
newBuilder(PBufFile.Record.PXYZ) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
newBuilder() - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
newBuilder(PEventFile.HEvent.Entry) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
newBuilder() - Static method in class jhplot.io.PEventFile.HEvent.Group
 
newBuilder(PEventFile.HEvent.Group) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
newBuilder() - Static method in class jhplot.io.PEventFile.HEvent
 
newBuilder(PEventFile.HEvent) - Static method in class jhplot.io.PEventFile.HEvent
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.F1D
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.F2D
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.FND
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.FPR
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.H1D
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.H2D
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.P0D
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.P0I
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.P1D
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.PND
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.PNI
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.PXY
 
newBuilderForType() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
newBuilderForType() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
newBuilderForType() - Method in class jhplot.io.PEventFile.HEvent.Group
 
newBuilderForType() - Method in class jhplot.io.PEventFile.HEvent
 
newDoubleQuantileFinder(boolean, long, double, double, int, RandomEngine) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Returns a quantile finder that minimizes the amount of memory needed under the user provided constraints.
newDoubleQuantileFinder(boolean, long, double, double, int, DoubleRandomEngine) - Static method in class cern.jet.stat.tdouble.quantile.DoubleQuantileFinderFactory
Returns a quantile finder that minimizes the amount of memory needed under the user provided constraints.
newEquiDepthPhis(int) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Convenience method that computes phi's for equi-depth histograms.
newEquiDepthPhis(int) - Static method in class cern.jet.stat.tdouble.quantile.DoubleQuantileFinderFactory
Convenience method that computes phi's for equi-depth histograms.
newEquiDepthPhis(int) - Static method in class cern.jet.stat.tfloat.quantile.FloatQuantileFinderFactory
Convenience method that computes phi's for equi-depth histograms.
newFloatQuantileFinder(boolean, long, float, float, int, FloatRandomEngine) - Static method in class cern.jet.stat.tfloat.quantile.FloatQuantileFinderFactory
Returns a quantile finder that minimizes the amount of memory needed under the user provided constraints.
newInternalCursor() - Method in class hep.aida.ref.tuple.AbstractTuple
 
newton - Static variable in class cern.clhep.Units
 
NewtonRootFinder - Class in jhplot.math.num.root
Newton's method (1) for finding roots of functions.
NewtonRootFinder(Function, Function) - Constructor for class jhplot.math.num.root.NewtonRootFinder
Create a root finder for the given function.
NewtonRootFinder(Function, Function, int, double) - Constructor for class jhplot.math.num.root.NewtonRootFinder
Create a root finder for the given function.
newYearsDay() - Method in class flanagan.math.TimeAndDate
 
newYearsDay(int) - Method in class flanagan.math.TimeAndDate
 
next() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
next() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Increases iteration counter
next() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
next() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Increases iteration counter
next() - Method in class hep.aida.ref.fitter.fitdata.FitDataIterator
 
next() - Method in class hep.aida.ref.tuple.AbstractTuple
 
next() - Method in class hep.aida.ref.tuple.ChainedTuple
Positions the cursor at the next row.
next() - Method in interface hep.aida.ref.tuple.FTupleCursor
 
next() - Method in class hep.aida.ref.tuple.TupleCursor
 
next() - Method in class jhplot.io.csv.CSVReader
Reads the next line from the buffer and converts to a string List.
next() - Method in class jhplot.math.Poisson
Get next Poisson random number with the lambda given in constructor
next(double) - Method in class jhplot.math.Poisson
Get next Poisson random number with a new lambda (overwrides the default)
nextBeta(double, double) - Method in class flanagan.math.PsRandom
 
nextBeta(double, double, double, double) - Method in class flanagan.math.PsRandom
 
nextBinomial(double, int) - Method in class flanagan.math.PsRandom
 
nextBit() - Method in class flanagan.math.PsRandom
 
nextBitM1() - Method in class flanagan.math.PsRandom
 
nextBitM2() - Method in class flanagan.math.PsRandom
 
nextBlock(int, long[], int) - Method in class cern.jet.random.sampling.RandomSampler
Computes the next count random numbers of the sorted random set specified on instance construction and fills them into values, starting at index fromIndex.
nextBlock(int, long[], int) - Method in class cern.jet.random.tdouble.sampling.DoubleRandomSampler
Computes the next count random numbers of the sorted random set specified on instance construction and fills them into values, starting at index fromIndex.
nextBlock(int, long[], int) - Method in class cern.jet.random.tfloat.sampling.FloatRandomSampler
Computes the next count random numbers of the sorted random set specified on instance construction and fills them into values, starting at index fromIndex.
nextBoolean() - Method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random boolean.
nextBoolean() - Method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random boolean.
nextBoolean() - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random boolean.
nextBstClockChange() - Method in class flanagan.math.TimeAndDate
 
nextBurr1(double, int, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a random number from the Burr II, VII, VIII, X Distributions.
nextBurr1(double, int, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a random number from the Burr II, VII, VIII, X Distributions.
nextBurr2(double, double, int, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a random number from the Burr III, IV, V, VI, IX, XII distributions.
nextBurr2(double, double, int, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a random number from the Burr III, IV, V, VI, IX, XII distributions.
nextCauchy(RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a cauchy distributed random number from the standard Cauchy distribution C(0,1).
nextCauchy(DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a cauchy distributed random number from the standard Cauchy distribution C(0,1).
nextChiSquare(int) - Method in class flanagan.math.PsRandom
 
nextDouble() - Method in class cern.jet.random.AbstractDiscreteDistribution
Returns a random number from the distribution; returns (double) nextInt().
nextDouble() - Method in class cern.jet.random.AbstractDistribution
Returns a random number from the distribution.
nextDouble() - Method in class cern.jet.random.Beta
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Beta
Returns a beta distributed random number; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.BreitWigner
Returns a random number from the distribution.
nextDouble(double, double, double) - Method in class cern.jet.random.BreitWigner
Returns a random number from the distribution; bypasses the internal state.
nextDouble(double, double, double) - Method in class cern.jet.random.BreitWignerMeanSquare
Returns a mean-squared random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.ChiSquare
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.ChiSquare
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Empirical
Returns a random number from the distribution.
nextDouble() - Method in class cern.jet.random.engine.RandomEngine
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
nextDouble() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
nextDouble() - Method in class cern.jet.random.Exponential
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.Exponential
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.ExponentialPower
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.ExponentialPower
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Gamma
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Gamma
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Hyperbolic
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Hyperbolic
Returns a hyperbolic distributed random number; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Logarithmic
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.Logarithmic
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Normal
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Normal
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.StudentT
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.StudentT
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.AbstractDiscreteDistribution
Returns a random number from the distribution; returns (double) nextInt().
nextDouble() - Method in class cern.jet.random.tdouble.AbstractDoubleDistribution
Returns a random number from the distribution.
nextDouble() - Method in class cern.jet.random.tdouble.Beta
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.tdouble.Beta
Returns a beta distributed random number; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.BreitWigner
Returns a random number from the distribution.
nextDouble(double, double, double) - Method in class cern.jet.random.tdouble.BreitWigner
Returns a random number from the distribution; bypasses the internal state.
nextDouble(double, double, double) - Method in class cern.jet.random.tdouble.BreitWignerMeanSquare
Returns a mean-squared random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.ChiSquare
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.tdouble.ChiSquare
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the open interval (min,max) (excluding min and max).
nextDouble() - Method in class cern.jet.random.tdouble.Empirical
Returns a random number from the distribution.
nextDouble() - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
nextDouble() - Method in interface cern.jet.random.tdouble.engine.RandomGenerator
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
nextDouble() - Method in class cern.jet.random.tdouble.Exponential
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.tdouble.Exponential
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.ExponentialPower
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.tdouble.ExponentialPower
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.Gamma
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.tdouble.Gamma
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.Hyperbolic
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.tdouble.Hyperbolic
Returns a hyperbolic distributed random number; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.Logarithmic
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.tdouble.Logarithmic
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.Normal
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.tdouble.Normal
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.StudentT
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.tdouble.StudentT
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.tdouble.VonMises
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.tdouble.VonMises
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (min,max) (excluding min and max).
nextDouble() - Method in class cern.jet.random.VonMises
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.VonMises
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class flanagan.math.PsRandom
 
nextDouble(double) - Method in class flanagan.math.PsRandom
 
nextDouble(double, double) - Method in class flanagan.math.PsRandom
 
nextDoubleFromTo(double, double) - Method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextDoubleFromTo(double, double) - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextErlang(double, double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns an erlang distributed random number with the given variance and mean.
nextErlang(double, double, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns an erlang distributed random number with the given variance and mean.
nextErlang(double, int) - Method in class flanagan.math.PsRandom
 
nextExponential(double, double) - Method in class flanagan.math.PsRandom
 
nextF(int, int) - Method in class flanagan.math.PsRandom
 
nextFloat() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0f,1.0f) (excluding 0.0f and 1.0f).
nextFloat() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0f,1.0f) (excluding 0.0f and 1.0f).
nextFloat() - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0f,1.0f) (excluding 0.0f and 1.0f).
nextFloat() - Method in interface cern.jet.random.tdouble.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0f,1.0f) (excluding 0.0f and 1.0f).
nextFloat() - Method in class cern.jet.random.tfloat.AbstractFloatDistribution
Returns a random number from the distribution.
nextFloat() - Method in class cern.jet.random.tfloat.engine.FloatRandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0f,1.0f) (excluding 0.0f and 1.0f).
nextFloat() - Method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the open interval (min,max) (excluding min and max).
nextFloatFromTo(float, float) - Method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextFloatFromTo(float, float) - Method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextFloatFromTo(float, float) - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextFrechet(double, double, double) - Method in class flanagan.math.PsRandom
 
nextGamma(double, double, double) - Method in class flanagan.math.PsRandom
 
nextGaussian(double, double) - Method in class flanagan.math.PsRandom
 
nextGaussian() - Method in class flanagan.math.PsRandom
 
nextGeometric(double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a discrete geometric distributed random number; Definition.
nextGeometric(double, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a discrete geometric distributed random number; Definition.
nextInt() - Method in class cern.jet.random.AbstractDiscreteDistribution
Returns a random number from the distribution.
nextInt() - Method in class cern.jet.random.AbstractDistribution
Returns a random number from the distribution; returns (int) Math.round(nextDouble()).
nextInt() - Method in class cern.jet.random.Binomial
Returns a random number from the distribution.
nextInt(int, double) - Method in class cern.jet.random.Binomial
Returns a random number from the distribution with the given parameters n and p; bypasses the internal state.
nextInt() - Method in class cern.jet.random.EmpiricalWalker
Returns a random integer k with probability pdf(k).
nextInt() - Method in class cern.jet.random.engine.DRand
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in class cern.jet.random.engine.MersenneTwister
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE);
nextInt() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE);
nextInt() - Method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution.
nextInt(int, int, int) - Method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.NegativeBinomial
Returns a random number from the distribution.
nextInt(int, double) - Method in class cern.jet.random.NegativeBinomial
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.Poisson
Returns a random number from the distribution.
nextInt(double) - Method in class cern.jet.random.Poisson
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.PoissonSlow
Returns a random number from the distribution.
nextInt() - Method in class cern.jet.random.tdouble.AbstractDiscreteDistribution
Returns a random number from the distribution.
nextInt() - Method in class cern.jet.random.tdouble.AbstractDoubleDistribution
Returns a random number from the distribution; returns (int) Math.round(nextDouble()).
nextInt() - Method in class cern.jet.random.tdouble.Binomial
Returns a random number from the distribution.
nextInt(int, double) - Method in class cern.jet.random.tdouble.Binomial
Returns a random number from the distribution with the given parameters n and p; bypasses the internal state.
nextInt() - Method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the closed interval [min,max] (including min and max).
nextInt() - Method in class cern.jet.random.tdouble.EmpiricalWalker
Returns a random integer k with probability pdf(k).
nextInt() - Method in class cern.jet.random.tdouble.engine.DoubleMersenneTwister
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE);
nextInt() - Method in class cern.jet.random.tdouble.engine.DRand
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in interface cern.jet.random.tdouble.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE);
nextInt() - Method in class cern.jet.random.tdouble.HyperGeometric
Returns a random number from the distribution.
nextInt(int, int, int) - Method in class cern.jet.random.tdouble.HyperGeometric
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.tdouble.NegativeBinomial
Returns a random number from the distribution.
nextInt(int, double) - Method in class cern.jet.random.tdouble.NegativeBinomial
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.tdouble.Poisson
Returns a random number from the distribution.
nextInt(double) - Method in class cern.jet.random.tdouble.Poisson
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.tdouble.PoissonSlow
Returns a random number from the distribution.
nextInt() - Method in class cern.jet.random.tdouble.Zeta
Returns a random number from the distribution.
nextInt() - Method in class cern.jet.random.tfloat.AbstractFloatDistribution
Returns a random number from the distribution; returns (int) Math.round(nextFloat()).
nextInt() - Method in class cern.jet.random.tfloat.engine.FloatMersenneTwister
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in class cern.jet.random.tfloat.engine.FloatRandomEngine
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE);
nextInt() - Method in class cern.jet.random.tfloat.engine.FRand
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the closed interval [min,max] (including min and max).
nextInt() - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [min,max] (including min and max).
nextInt() - Method in class cern.jet.random.Zeta
Returns a random number from the distribution.
nextInteger(int) - Method in class flanagan.math.PsRandom
 
nextInteger(int, int) - Method in class flanagan.math.PsRandom
 
nextIntFromTo(int, int) - Method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
nextIntFromTo(int, int) - Method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
nextIntFromTo(int, int) - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
nextLambda(double, double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a lambda distributed random number with parameters l3 and l4.
nextLambda(double, double, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a lambda distributed random number with parameters l3 and l4.
nextLaplace(RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a Laplace (Double Exponential) distributed random number from the standard Laplace distribution L(0,1).
nextLaplace(DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a Laplace (Double Exponential) distributed random number from the standard Laplace distribution L(0,1).
nextLogistic(RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a random number from the standard Logistic distribution Log(0,1).
nextLogistic(DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a random number from the standard Logistic distribution Log(0,1).
nextLogistic(double, double) - Method in class flanagan.math.PsRandom
 
nextLogNormal(double, double) - Method in class flanagan.math.PsRandom
 
nextLogNormalThreePar(double, double, double) - Method in class flanagan.math.PsRandom
 
nextLogNormalTwoPar(double, double) - Method in class flanagan.math.PsRandom
 
nextLong() - Method in class cern.jet.random.engine.RandomEngine
Returns a 64 bit uniformly distributed random number in the closed interval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
nextLong() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 64 bit uniformly distributed random number in the closed interval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
nextLong() - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Returns a 64 bit uniformly distributed random number in the closed interval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
nextLong() - Method in interface cern.jet.random.tdouble.engine.RandomGenerator
Returns a 64 bit uniformly distributed random number in the closed interval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
nextLong() - Method in class cern.jet.random.tfloat.engine.FloatRandomEngine
Returns a 64 bit uniformly distributed random number in the closed interval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
nextLongFromTo(long, long) - Method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
nextLongFromTo(long, long) - Method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
nextLongFromTo(long, long) - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
nextLorentzian(double, double) - Method in class flanagan.math.PsRandom
 
nextMaximalGumbel(double, double) - Method in class flanagan.math.PsRandom
 
nextMinimalGumbel(double, double) - Method in class flanagan.math.PsRandom
 
nextNormal(double, double) - Method in class flanagan.math.PsRandom
 
nextNormal() - Method in class flanagan.math.PsRandom
 
nextPareto(double, double) - Method in class flanagan.math.PsRandom
 
nextPoissonian(double) - Method in class flanagan.math.PsRandom
 
nextPowerOfTwo(int) - Static method in class flanagan.math.FourierTransform
 
nextPowLaw(double, double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a power-law distributed random number with the given exponent and lower cutoff.
nextPowLaw(double, double, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a power-law distributed random number with the given exponent and lower cutoff.
nextPrime(int) - Static method in class cern.colt.map.PrimeFinder
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
nextRandomNumber() - Method in class jhplot.math.num.random.LinearCongruentialRNG
Access the next random number from this generator.
nextRandomNumber() - Method in class jhplot.math.num.random.MathRNG
Access the next random number from this generator.
nextRandomNumber() - Method in class jhplot.math.num.random.RandomRNG
Access the next random number from this generator.
nextRandomNumber() - Method in interface jhplot.math.num.random.RNG
Access the next random number from this generator.
nextRandomVariable(double, RNG) - Static method in class jhplot.math.num.random.BernoulliRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.BernoulliRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.BetaRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.BetaRandomVariable
Access the next random variable from this generator.
nextRandomVariable(int, double, RNG) - Static method in class jhplot.math.num.random.BinomialRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.BinomialRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.CauchyRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.CauchyRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, RNG) - Static method in class jhplot.math.num.random.ChiSquaredRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.ChiSquaredRandomVariable
Access the next random variable from this generator.
nextRandomVariable() - Method in interface jhplot.math.num.random.ContinuousRandomVariable
Access the next random variable from this generator.
nextRandomVariable() - Method in interface jhplot.math.num.random.DiscreteRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, RNG) - Static method in class jhplot.math.num.random.ExponentialRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.ExponentialRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.FRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.FRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.GammaRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.GammaRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, RNG) - Static method in class jhplot.math.num.random.GeometricRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.GeometricRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.LaplaceRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.LaplaceRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.LogisticRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.LogisticRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.LogNormalRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.LogNormalRandomVariable
Access the next random variable from this generator.
nextRandomVariable(int, double, RNG) - Static method in class jhplot.math.num.random.NegativeBinomialRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.NegativeBinomialRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.NormalRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.NormalRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, RNG) - Static method in class jhplot.math.num.random.PoissonRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.PoissonRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, RNG) - Static method in class jhplot.math.num.random.RayleighRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.RayleighRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, RNG) - Static method in class jhplot.math.num.random.TRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.TRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, RNG) - Static method in class jhplot.math.num.random.UniformRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.UniformRandomVariable
Access the next random variable from this generator.
nextRandomVariable(double, double, double, RNG) - Static method in class jhplot.math.num.random.WeibullRandomVariable
Access the next random variable using the given generator.
nextRandomVariable() - Method in class jhplot.math.num.random.WeibullRandomVariable
Access the next random variable from this generator.
nextRayleigh(double) - Method in class flanagan.math.PsRandom
 
nextSeed() - Method in class cern.jet.random.engine.RandomSeedGenerator
Returns the next seed.
nextSeed() - Method in class cern.jet.random.tdouble.engine.RandomSeedGenerator
Returns the next seed.
nextStudentT(int) - Method in class flanagan.math.PsRandom
 
nextTriangular(RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a random number from the standard Triangular distribution in (-1,1).
nextTriangular(DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a random number from the standard Triangular distribution in (-1,1).
nextWeibull(double, double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a weibull distributed random number.
nextWeibull(double, double, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a weibull distributed random number.
nextWeibull(double, double, double) - Method in class flanagan.math.PsRandom
 
nextZipfInt(double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a zipfian distributed random number with the given skew.
nextZipfInt(double, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.Distributions
Returns a zipfian distributed random number with the given skew.
nFunctions() - Method in class hep.aida.ref.function.SumOfFunctions
 
nMeanCrossover() - Method in class flanagan.analysis.PCA
 
nMissingErrors() - Method in class flanagan.analysis.RankAnalysis
 
nmToEv(double) - Static method in class flanagan.math.Conv
 
nmToEv(double) - Static method in class flanagan.math.Fmath
 
NO_ESCAPE_CHARACTER - Static variable in class jhplot.io.csv.CSVWriter
The escape constant to use when you wish to suppress all escaping.
NO_INTERPOLATION - Static variable in class cern.jet.random.Empirical
 
NO_INTERPOLATION - Static variable in class cern.jet.random.tdouble.Empirical
 
NO_QUOTE_CHARACTER - Static variable in class jhplot.io.csv.CSVWriter
The quote constant to use when you wish to suppress all quoting.
NODE_ADDED - Static variable in class hep.aida.ref.event.TreeEvent
 
NODE_AVAILABLE - Static variable in class hep.aida.ref.event.TreeEvent
 
NODE_DELETED - Static variable in class hep.aida.ref.event.TreeEvent
 
NODE_MOVED - Static variable in class hep.aida.ref.event.TreeEvent
 
NODE_RENAMED - Static variable in class hep.aida.ref.event.TreeEvent
 
NODE_UNAVAILABLE - Static variable in class hep.aida.ref.event.TreeEvent
 
NoDoubleIterationReporter - Class in cern.colt.matrix.tdouble.algo.solver
An iteration reporter which does nothing.
NoDoubleIterationReporter() - Constructor for class cern.colt.matrix.tdouble.algo.solver.NoDoubleIterationReporter
 
NoFloatIterationReporter - Class in cern.colt.matrix.tfloat.algo.solver
An iteration reporter which does nothing.
NoFloatIterationReporter() - Constructor for class cern.colt.matrix.tfloat.algo.solver.NoFloatIterationReporter
 
NonParametricFunction - Class in hep.aida.ref.function
 
NonParametricFunction(String, IFitData) - Constructor for class hep.aida.ref.function.NonParametricFunction
 
NonParametricUnbinnedFit - Class in hep.aida.ref.function.examples
 
NonParametricUnbinnedFit() - Constructor for class hep.aida.ref.function.examples.NonParametricUnbinnedFit
 
Norm - Enum in cern.colt.matrix
Types of matrix norms.
norm(DoubleMatrix2D, Norm) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
 
norm(DoubleMatrix1D, Norm) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
 
norm(FloatMatrix2D, Norm) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
 
norm(FloatMatrix1D, Norm) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
 
norm(double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the L2 norm of an array (Euclidean norm or "length").
norm(int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the L2 norm of an array (Euclidean norm or "length").
norm1(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the one-norm of vector x, which is Sum(abs(x[i])).
norm1(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the one-norm of matrix A, which is the maximum absolute column sum.
norm1(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the one-norm of vector x, which is Sum(abs(x[i])).
norm1(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the one-norm of matrix A, which is the maximum absolute column sum.
norm1(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Returns the 1-norm of matrix A, which is the maximum absolute column sum.
norm1(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the one-norm of vector x, which is Sum(abs(x[i])).
norm1(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the one-norm of matrix A, which is the maximum absolute column sum.
norm1(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Returns the 1-norm of matrix A, which is the maximum absolute column sum.
norm1(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
norm2(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the two-norm (aka euclidean norm) of vector x; equivalent to mult(x,x).
norm2(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the two-norm of matrix A, which is the maximum singular value; obtained from SVD.
norm2() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the two norm, which is max(S).
norm2() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns the two norm, which is max(S).
norm2(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the two-norm (aka euclidean norm) of vector x; equivalent to Sqrt(mult(x,x)).
norm2(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the two-norm of matrix A, which is the maximum singular value; obtained from SVD.
norm2() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns the two norm, which is max(S).
norm2(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the two-norm (aka euclidean norm) of vector x; equivalent to Sqrt(mult(x,x)).
norm2(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the two-norm of matrix A, which is the maximum singular value; obtained from SVD.
norm2(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
norm2() - Method in class jhplot.math.SingularValueDecomposition
Two norm
Normal - Class in cern.jet.random
Normal (aka Gaussian) distribution; See the math definition and animated definition.
Normal(double, double, RandomEngine) - Constructor for class cern.jet.random.Normal
Constructs a normal (gauss) distribution.
Normal - Class in cern.jet.random.tdouble
Normal (aka Gaussian) distribution; See the math definition and animated definition.
Normal(double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Normal
Constructs a normal (gauss) distribution.
normal(double) - Static method in class cern.jet.stat.Probability
Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x (assumes mean is zero, variance is one).
normal(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x.
normal(double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x (assumes mean is zero, variance is one).
normal(double, double, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x.
normal() - Method in class flanagan.analysis.Regression
 
normal(double[], boolean[]) - Method in class flanagan.analysis.Regression
 
normal(double, double, double) - Static method in class flanagan.analysis.Stat
 
Normal - Class in jhplot.math.num.pdf
The Normal distribution (1).
Normal() - Constructor for class jhplot.math.num.pdf.Normal
Default constructor.
Normal(double, double) - Constructor for class jhplot.math.num.pdf.Normal
Create a distribution with the given mean and standard deviation.
normal(double, double) - Static method in class jhplot.math.Random
Generate a random number from a Gaussian (Normal) random variable.
normalArray(double, double, int) - Method in class flanagan.math.PsRandom
 
normalCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
normalCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
normalCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
normalGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
normalGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
normalIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
normalInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
normalInverse(double) - Static method in class cern.jet.stat.Probability
Returns the value, x, for which the area under the Normal (Gaussian) probability density function (integrated from minus infinity to x) is equal to the argument y (assumes mean is zero, variance is one); formerly named ndtri.
normalInverse(double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the value, x, for which the area under the Normal (Gaussian) probability density function (integrated from minus infinity to x) is equal to the argument y (assumes mean is zero, variance is one); formerly named ndtri.
normalInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
normalInverseCDF(double) - Static method in class flanagan.analysis.Stat
 
normalizationAmplitude() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
normalizationAmplitude(ArrayList[], ArrayList[]) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.ExponentialCoreNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.ExponentialCoreNotNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.FunctionCore
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.GaussianCore2DNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.GaussianCore2DNotNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.GaussianCoreNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.GaussianCoreNotNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.JELFunctionCore
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.LorentzianCoreNotNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.MoyalCoreNotNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.PolynomialCoreNorm
 
normalizationAmplitude(double[], double[]) - Method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
normalizationParameter() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
normalizationParameter() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
normalizationParameter() - Method in class hep.aida.ref.function.AbstractIFunction
 
normalizationParameter() - Method in class hep.aida.ref.function.BaseModelFunction
 
normalizationParameter() - Method in class hep.aida.ref.function.NonParametricFunction
 
normalizationParameter() - Method in class hep.aida.ref.function.SumOfFunctions
 
normalizationRange(int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
normalizationRange(int) - Method in class hep.aida.ref.function.AbstractIFunction
 
normalizationRange(int) - Method in class hep.aida.ref.function.BaseModelFunction
 
normalize() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Normalizes this matrix, i.e.
normalize() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Normalizes this matrix, i.e.
normalize() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Normalizes this matrix, i.e.
normalize() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Normalizes this matrix, i.e.
normalize() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Normalizes this matrix, i.e.
normalize() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Normalizes this matrix, i.e.
normalize(boolean) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
normalize(boolean) - Method in class hep.aida.ref.function.AbstractIFunction
 
normalize(boolean) - Method in class hep.aida.ref.function.BaseModelFunction
 
normalize(double[]) - Static method in class jhplot.math.ArrayMathUtils
Renormalizes the array so that its L2 norm is 1 (up to computational errors).
normalize() - Method in class jhplot.v3d.Vector3d
 
normalMu() - Method in class flanagan.analysis.ProbabilityPlot
 
normalMuError() - Method in class flanagan.analysis.ProbabilityPlot
 
normalOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
normalOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
normalOrderStatisticMedians(int) - Static method in class flanagan.analysis.Stat
 
normalPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
normalPlot() - Method in class flanagan.analysis.Regression
 
normalPlot(double[], boolean[]) - Method in class flanagan.analysis.Regression
 
normalProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
normalProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
normalProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
normalRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
normalRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
NormalRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Normal distribution.
NormalRandomVariable() - Constructor for class jhplot.math.num.random.NormalRandomVariable
Default constructor.
NormalRandomVariable(double, double) - Constructor for class jhplot.math.num.random.NormalRandomVariable
Create a random variable with the given mean and standard deviation.
NormalRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.NormalRandomVariable
Create a random variable with the given parameters.
normalSigma() - Method in class flanagan.analysis.ProbabilityPlot
 
normalSigmaError() - Method in class flanagan.analysis.ProbabilityPlot
 
normalStandardCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
normalStandardGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
normalstandardGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
normalStandardInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
normalStandardOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
normalStandardProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
normalStandardSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
normalSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
normalVarimaxRotation(int) - Method in class flanagan.analysis.PCA
 
normalVarimaxRotation(double[][], double[]) - Static method in class flanagan.analysis.PCA
 
normalVarimaxRotation(double[][], double[], double, int) - Static method in class flanagan.analysis.PCA
 
normF(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the Frobenius norm of matrix A, which is Sqrt(Sum(A[i,j]2)).
normF(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the Frobenius norm of matrix A, which is Sqrt(Sum(A[i,j]2)).
normF(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the Frobenius norm of matrix A, which is Sqrt(Sum(A[i]2)).
normF(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the Frobenius norm of matrix A, which is Sqrt(Sum(A[i,j]2)).
normF(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the Frobenius norm of matrix A, which is Sqrt(Sum(A[i]2)).
normF(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
normInf(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
normInfinity(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the infinity norm of vector x, which is Max(abs(x[i])).
normInfinity(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the infinity norm of matrix A, which is the maximum absolute row sum.
normInfinity(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the infinity norm of vector x, which is Max(abs(x[i])).
normInfinity(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the infinity norm of matrix A, which is the maximum absolute row sum.
normInfinity(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Returns the infinity norm of matrix A, which is the maximum absolute row sum.
normInfinity(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the infinity norm of vector x, which is Max(abs(x[i])).
normInfinity(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the infinity norm of matrix A, which is the maximum absolute row sum.
normInfinity(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Returns the infinity norm of matrix A, which is the maximum absolute row sum.
noRoundingErrorCheck() - Static method in class flanagan.interpolation.BiCubicSpline
 
noRoundingErrorCheck() - Static method in class flanagan.interpolation.BiCubicSplineFirstDerivative
 
noRoundingErrorCheck() - Static method in class flanagan.interpolation.BiCubicSplinePartialDerivative
 
noRoundingErrorCheck() - Static method in class flanagan.interpolation.CubicSpline
 
noRoundingErrorCheck() - Static method in class flanagan.interpolation.PolyCubicSpline
 
noRoundingErrorCheck() - Static method in class flanagan.interpolation.QuadriCubicSpline
 
noRoundingErrorCheck() - Static method in class flanagan.interpolation.TriCubicSpline
 
not() - Method in class cern.colt.bitvector.BitMatrix
Performs a logical NOT on the bits of the receiver.
not() - Method in class cern.colt.bitvector.BitVector
Performs a logical NOT on the bits of the receiver (A = ~A).
not() - Method in class cern.colt.matrix.tbit.BitMatrix
Performs a logical NOT on the bits of the receiver.
not() - Method in class cern.colt.matrix.tbit.BitVector
Performs a logical NOT on the bits of the receiver (A = ~A).
not - Static variable in class cern.jet.math.IntFunctions
Function that returns ~a.
not - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns ~a.
not - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns ~a.
notEquals(SpacePoint) - Method in class hephysics.vec.SpacePoint
Inequality
nPercentileCrossover() - Method in class flanagan.analysis.PCA
 
nRoot(ValueErr, int) - Static method in class jhplot.math.ValueErr
Take nth root from the value (n is above 1)
nRows() - Method in class flanagan.analysis.RankAnalysis
 
ns - Static variable in class cern.clhep.Units
 
nsinc(double) - Static method in class flanagan.math.Fmath
 
nthRoot(ErrorProp, int) - Static method in class flanagan.analysis.ErrorProp
 
numberLabels() - Method in class jhplot.HPlot
No labels on the current plot.
numberOfDataPoints() - Method in class flanagan.analysis.ProbabilityPlot
 
numberOfDecimalPlaces(int) - Method in class flanagan.analysis.Scores
 
numberOfDeletedItems() - Method in class flanagan.analysis.Scores
 
numberOfDeletedPersons() - Method in class flanagan.analysis.Scores
 
numberOfDeletedScores() - Method in class flanagan.analysis.Scores
 
numberOfParameters() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
numberOfParameters() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
numberOfParameters() - Method in class hep.aida.ref.function.AbstractIFunction
 
numberOfParameters() - Method in class hep.aida.ref.function.BaseModelFunction
 
numberOfParameters() - Method in class hep.aida.ref.function.ExponentModelFunction
 
numberOfParameters() - Method in class hep.aida.ref.function.FunctionCore
 
numberOfParameters() - Method in class hep.aida.ref.function.PolynomialModelFunction
 
numberOfParameters() - Method in class hep.aida.ref.function.SumOfFunctions
 
numberOfReplacedScores() - Method in class flanagan.analysis.Scores
 
numberPrimitives() - Method in class jhplot.HPlot
No of primitives for the current plot.
numColumns() - Method in class cern.colt.matrix.io.MatrixSize
Returns the number of columns in the matrix
numEntries() - Method in class cern.colt.matrix.io.MatrixSize
Returns the number of entries stored
numEntries() - Method in class cern.colt.matrix.io.VectorSize
Returns the number of entries in the vector
Numeric - Class in jhplot.math
Do some numerical calculations.
Numeric() - Constructor for class jhplot.math.Numeric
 
NumericException - Exception in jhplot.math.num
Generic numerical exception thrown by numerics4j.
NumericException(String) - Constructor for exception jhplot.math.num.NumericException
Create an execption with the given message.
numericGradient(double[]) - Method in class hep.aida.ref.function.BaseModelFunction
 
numericParameterGradient(double[]) - Method in class hep.aida.ref.function.BaseModelFunction
 
numRows() - Method in class cern.colt.matrix.io.MatrixSize
Returns the number of rows in the matrix

O

obj - Variable in class jhplot.v3d.Model3d
 
Object3d - Class in jhplot.v3d
 
Object3d(Model3d, int, int) - Constructor for class jhplot.v3d.Object3d
 
Object3d(String, Model3d, int, int) - Constructor for class jhplot.v3d.Object3d
 
ObjectArrayList - Class in cern.colt.list
Resizable list holding Object elements; implemented with arrays.
ObjectArrayList() - Constructor for class cern.colt.list.ObjectArrayList
Constructs an empty list.
ObjectArrayList(Object[]) - Constructor for class cern.colt.list.ObjectArrayList
Constructs a list containing the specified elements.
ObjectArrayList(int) - Constructor for class cern.colt.list.ObjectArrayList
Constructs an empty list with the specified initial capacity.
ObjectArrayList - Class in cern.colt.list.tobject
Resizable list holding Object elements; implemented with arrays.
ObjectArrayList() - Constructor for class cern.colt.list.tobject.ObjectArrayList
Constructs an empty list.
ObjectArrayList(Object[]) - Constructor for class cern.colt.list.tobject.ObjectArrayList
Constructs a list containing the specified elements.
ObjectArrayList(int) - Constructor for class cern.colt.list.tobject.ObjectArrayList
Constructs an empty list with the specified initial capacity.
ObjectBuffer - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target ObjectBufferConsumer to which data is automatically flushed upon buffer overflow.
ObjectBuffer(ObjectBufferConsumer, int) - Constructor for class cern.colt.buffer.ObjectBuffer
Constructs and returns a new buffer with the given target.
ObjectBuffer - Class in cern.colt.buffer.tobject
Fixed sized (non resizable) streaming buffer connected to a target ObjectBufferConsumer to which data is automatically flushed upon buffer overflow.
ObjectBuffer(ObjectBufferConsumer, int) - Constructor for class cern.colt.buffer.tobject.ObjectBuffer
Constructs and returns a new buffer with the given target.
ObjectBufferConsumer - Interface in cern.colt.buffer
Target of a streaming ObjectBuffer into which data is flushed upon buffer overflow.
ObjectBufferConsumer - Interface in cern.colt.buffer.tobject
Target of a streaming ObjectBuffer into which data is flushed upon buffer overflow.
ObjectFactory1D - Class in cern.colt.matrix
Factory for convenient construction of 1-d matrices holding Object cells.
ObjectFactory1D - Class in cern.colt.matrix.tobject
Factory for convenient construction of 1-d matrices holding Object cells.
ObjectFactory2D - Class in cern.colt.matrix
Factory for convenient construction of 2-d matrices holding Object cells.
ObjectFactory2D - Class in cern.colt.matrix.tobject
Factory for convenient construction of 2-d matrices holding Object cells.
ObjectFactory3D - Class in cern.colt.matrix
Factory for convenient construction of 3-d matrices holding Object cells.
ObjectFactory3D - Class in cern.colt.matrix.tobject
Factory for convenient construction of 3-d matrices holding Object cells.
ObjectFormatter - Class in cern.colt.matrix.tobject.algo
Flexible, well human readable matrix print formatting.
ObjectFormatter() - Constructor for class cern.colt.matrix.tobject.algo.ObjectFormatter
Constructs and returns a matrix formatter with alignment LEFT.
ObjectFormatter(String) - Constructor for class cern.colt.matrix.tobject.algo.ObjectFormatter
Constructs and returns a matrix formatter.
ObjectFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes a single argument and returns a single value.
ObjectFunction - Interface in cern.colt.function.tobject
Interface that represents a function object: a function that takes a single argument and returns a single value.
ObjectListAdapter - Class in cern.colt.list.adapter
Adapter that permits an ObjectArrayList to be viewed and treated as a JDK 1.2 AbstractList.
ObjectListAdapter(ObjectArrayList) - Constructor for class cern.colt.list.adapter.ObjectListAdapter
Constructs a list backed by the specified content list.
ObjectListAdapter - Class in cern.colt.list.tobject
Adapter that permits an ObjectArrayList to be viewed and treated as a JDK 1.2 AbstractList.
ObjectListAdapter(ObjectArrayList) - Constructor for class cern.colt.list.tobject.ObjectListAdapter
Constructs a list backed by the specified content list.
ObjectMatrix1D - Class in cern.colt.matrix
Abstract base class for 1-d matrices (aka vectors) holding Object elements.
ObjectMatrix1D - Class in cern.colt.matrix.tobject
Abstract base class for 1-d matrices (aka vectors) holding Object elements.
ObjectMatrix1DComparator - Interface in cern.colt.matrix.objectalgo
A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix1DComparator - Interface in cern.colt.matrix.tobject.algo
A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix1DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix1DProcedure - Interface in cern.colt.matrix.tobject
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix2D - Class in cern.colt.matrix
Abstract base class for 2-d matrices holding Object elements.
ObjectMatrix2D - Class in cern.colt.matrix.tobject
Abstract base class for 2-d matrices holding Object elements.
ObjectMatrix2DComparator - Interface in cern.colt.matrix.objectalgo
A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix2DComparator - Interface in cern.colt.matrix.tobject.algo
A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix2DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix2DProcedure - Interface in cern.colt.matrix.tobject
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix3D - Class in cern.colt.matrix
Abstract base class for 3-d matrices holding Object elements.
ObjectMatrix3D - Class in cern.colt.matrix.tobject
Abstract base class for 3-d matrices holding Object elements.
ObjectMatrix3DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix3DProcedure - Interface in cern.colt.matrix.tobject
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectObjectFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes two arguments and returns a single value.
ObjectObjectFunction - Interface in cern.colt.function.tobject
Interface that represents a function object: a function that takes two arguments and returns a single value.
ObjectPartitioning - Class in cern.colt.matrix.tobject.algo
Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
ObjectProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
ObjectProcedure - Interface in cern.colt.function.tobject
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
ObjectSorting - Class in cern.colt.matrix.tobject.algo
Matrix quicksorts and mergesorts.
ObserverAdapter - Class in hep.aida.ref.event
An ObserverAdapter can be used as a base class for class that wants to act as both AIDAListener and Observable, and relay things it observers to its Observers.
ObserverAdapter() - Constructor for class hep.aida.ref.event.ObserverAdapter
 
ObserverAdapter(Object) - Constructor for class hep.aida.ref.event.ObserverAdapter
 
offset() - Method in class cern.hep.aida.bin.AbstractBin
Returns offset(0).
offset(int) - Method in class cern.hep.aida.bin.AbstractBin
Returns the relative or absolute position for the center of the bin; override this method if necessary.
offset() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns offset(0).
offset(int) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns the relative or absolute position for the center of the bin; override this method if necessary.
offset() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns offset(0).
offset(int) - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns the relative or absolute position for the center of the bin; override this method if necessary.
ohm - Static variable in class cern.clhep.Units
 
omaxScale - Variable in class jhplot.v3d.Canvas3d
 
ominScale - Variable in class jhplot.v3d.Canvas3d
 
one(int, int) - Static method in class jhplot.math.DoubleArray
Deprecated. use fill(int m, int n, 1.0) instead.
one(int, int, double) - Static method in class jhplot.math.DoubleArray
Deprecated. use fill(int m, int n, double c) instead.
one(int) - Static method in class jhplot.math.DoubleArray
Deprecated. use fill(int m, double c) instead.
one(int, double) - Static method in class jhplot.math.DoubleArray
Deprecated. Use fill(int m, double c) instead.
oneDarray(int) - Static method in class flanagan.analysis.ErrorProp
 
oneDarray(int, double, double) - Static method in class flanagan.analysis.ErrorProp
 
oneDarray(int, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
oneDarray(int, int, int) - Static method in class flanagan.interpolation.BiCubicSpline
 
oneDarray(int, int) - Static method in class flanagan.interpolation.CubicSpline
 
oneDarray(int, int) - Static method in class flanagan.interpolation.CubicSplineFast
 
oneDarray(int, int) - Static method in class flanagan.interpolation.CubicSplineShort
 
oneDarray(int, int, int, int) - Static method in class flanagan.interpolation.TriCubicSpline
 
oneDarray(int, ValueErr) - Static method in class jhplot.math.ValueErr
Create a one dimensional array of ValueErr objects of length n and m
oneMinusExponential() - Method in class flanagan.analysis.Regression
 
oneMinusExponentialPlot() - Method in class flanagan.analysis.Regression
 
oneNorm() - Method in class flanagan.math.Matrix
 
oneOverSqrt() - Method in class flanagan.analysis.Stat
 
oneOverSqrt() - Method in class flanagan.math.ArrayMaths
 
oof - Variable in class jhplot.io.HFile
 
oof - Variable in class jhplot.io.HFileXML
 
oos - Variable in class jhplot.io.HFile
 
oos - Variable in class jhplot.io.HFileXML
 
OpenDoubleIntHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenDoubleIntHashMap() - Constructor for class cern.colt.map.OpenDoubleIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenDoubleIntHashMap(int) - Constructor for class cern.colt.map.OpenDoubleIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenDoubleIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenDoubleIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenDoubleIntHashMap - Class in cern.colt.map.tdouble
Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenDoubleIntHashMap() - Constructor for class cern.colt.map.tdouble.OpenDoubleIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenDoubleIntHashMap(int) - Constructor for class cern.colt.map.tdouble.OpenDoubleIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenDoubleIntHashMap(int, double, double) - Constructor for class cern.colt.map.tdouble.OpenDoubleIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenDoubleLongHashMap - Class in cern.colt.map.tdouble
Hash map holding (key,value) associations of type (double-->long); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenDoubleLongHashMap() - Constructor for class cern.colt.map.tdouble.OpenDoubleLongHashMap
Constructs an empty map with default capacity and default load factors.
OpenDoubleLongHashMap(int) - Constructor for class cern.colt.map.tdouble.OpenDoubleLongHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenDoubleLongHashMap(int, double, double) - Constructor for class cern.colt.map.tdouble.OpenDoubleLongHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenFloatIntHashMap - Class in cern.colt.map.tfloat
Hash map holding (key,value) associations of type (float-->int); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
OpenFloatIntHashMap() - Constructor for class cern.colt.map.tfloat.OpenFloatIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenFloatIntHashMap(int) - Constructor for class cern.colt.map.tfloat.OpenFloatIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenFloatIntHashMap(int, double, double) - Constructor for class cern.colt.map.tfloat.OpenFloatIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenFloatLongHashMap - Class in cern.colt.map.tfloat
Hash map holding (key,value) associations of type (float-->long); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
OpenFloatLongHashMap() - Constructor for class cern.colt.map.tfloat.OpenFloatLongHashMap
Constructs an empty map with default capacity and default load factors.
OpenFloatLongHashMap(int) - Constructor for class cern.colt.map.tfloat.OpenFloatLongHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenFloatLongHashMap(int, double, double) - Constructor for class cern.colt.map.tfloat.OpenFloatLongHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntDoubleHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntDoubleHashMap() - Constructor for class cern.colt.map.OpenIntDoubleHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntDoubleHashMap(int) - Constructor for class cern.colt.map.OpenIntDoubleHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntDoubleHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntDoubleHashMap - Class in cern.colt.map.tdouble
Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntDoubleHashMap() - Constructor for class cern.colt.map.tdouble.OpenIntDoubleHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntDoubleHashMap(int) - Constructor for class cern.colt.map.tdouble.OpenIntDoubleHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.tdouble.OpenIntDoubleHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntFloatHashMap - Class in cern.colt.map.tfloat
Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
OpenIntFloatHashMap() - Constructor for class cern.colt.map.tfloat.OpenIntFloatHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntFloatHashMap(int) - Constructor for class cern.colt.map.tfloat.OpenIntFloatHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntFloatHashMap(int, double, double) - Constructor for class cern.colt.map.tfloat.OpenIntFloatHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntIntHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntIntHashMap() - Constructor for class cern.colt.map.OpenIntIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntIntHashMap(int) - Constructor for class cern.colt.map.OpenIntIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntIntHashMap - Class in cern.colt.map.tint
Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntIntHashMap() - Constructor for class cern.colt.map.tint.OpenIntIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntIntHashMap(int) - Constructor for class cern.colt.map.tint.OpenIntIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.tint.OpenIntIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntLongHashMap - Class in cern.colt.map.tlong
Hash map holding (key,value) associations of type (int-->long); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntLongHashMap() - Constructor for class cern.colt.map.tlong.OpenIntLongHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntLongHashMap(int) - Constructor for class cern.colt.map.tlong.OpenIntLongHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntLongHashMap(int, double, double) - Constructor for class cern.colt.map.tlong.OpenIntLongHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntObjectHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntObjectHashMap() - Constructor for class cern.colt.map.OpenIntObjectHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntObjectHashMap(int) - Constructor for class cern.colt.map.OpenIntObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntObjectHashMap - Class in cern.colt.map.tobject
Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntObjectHashMap() - Constructor for class cern.colt.map.tobject.OpenIntObjectHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntObjectHashMap(int) - Constructor for class cern.colt.map.tobject.OpenIntObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntObjectHashMap(int, double, double) - Constructor for class cern.colt.map.tobject.OpenIntObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenLongDoubleHashMap - Class in cern.colt.map.tdouble
Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenLongDoubleHashMap() - Constructor for class cern.colt.map.tdouble.OpenLongDoubleHashMap
Constructs an empty map with default capacity and default load factors.
OpenLongDoubleHashMap(int) - Constructor for class cern.colt.map.tdouble.OpenLongDoubleHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenLongDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.tdouble.OpenLongDoubleHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenLongFloatHashMap - Class in cern.colt.map.tfloat
Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
OpenLongFloatHashMap() - Constructor for class cern.colt.map.tfloat.OpenLongFloatHashMap
Constructs an empty map with default capacity and default load factors.
OpenLongFloatHashMap(int) - Constructor for class cern.colt.map.tfloat.OpenLongFloatHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenLongFloatHashMap(int, double, double) - Constructor for class cern.colt.map.tfloat.OpenLongFloatHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenLongIntHashMap - Class in cern.colt.map.tlong
Hash map holding (key,value) associations of type (long-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenLongIntHashMap() - Constructor for class cern.colt.map.tlong.OpenLongIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenLongIntHashMap(int) - Constructor for class cern.colt.map.tlong.OpenLongIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenLongIntHashMap(int, double, double) - Constructor for class cern.colt.map.tlong.OpenLongIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenLongLongHashMap - Class in cern.colt.map.tlong
Hash map holding (key,value) associations of type (long-->long); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenLongLongHashMap() - Constructor for class cern.colt.map.tlong.OpenLongLongHashMap
Constructs an empty map with default capacity and default load factors.
OpenLongLongHashMap(int) - Constructor for class cern.colt.map.tlong.OpenLongLongHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenLongLongHashMap(int, double, double) - Constructor for class cern.colt.map.tlong.OpenLongLongHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenLongObjectHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenLongObjectHashMap() - Constructor for class cern.colt.map.OpenLongObjectHashMap
Constructs an empty map with default capacity and default load factors.
OpenLongObjectHashMap(int) - Constructor for class cern.colt.map.OpenLongObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenLongObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenLongObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenLongObjectHashMap - Class in cern.colt.map.tobject
Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenLongObjectHashMap() - Constructor for class cern.colt.map.tobject.OpenLongObjectHashMap
Constructs an empty map with default capacity and default load factors.
OpenLongObjectHashMap(int) - Constructor for class cern.colt.map.tobject.OpenLongObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenLongObjectHashMap(int, double, double) - Constructor for class cern.colt.map.tobject.OpenLongObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
oper(H1D, String) - Method in class jhplot.H1D
Various manipulations with histograms (+,-,*,/).
oper(H1D, String, String) - Method in class jhplot.H1D
Various manipulations with histograms (+,-,*,/).
oper(H2D, String, String) - Method in class jhplot.H2D
Various manipulations with histograms (+,-,*,/).
oper(P0D, String) - Method in class jhplot.P0D
Operations on P0D containers: add, subtract, multiply, divide.
oper(P0D, String, String) - Method in class jhplot.P0D
Operations on P0D containers: add, subtract, multiply, divide.
oper(P0I, String) - Method in class jhplot.P0I
Operations on P0I containers: add, subtract, multiply, divide.
oper(P0I, String, String) - Method in class jhplot.P0I
Operations on P0I containers: add, subtract, multiply, divide.
oper(P1D, String) - Method in class jhplot.P1D
Operations on P1D container: add, subtract, multiply, divide.
oper(P1D, String, String) - Method in class jhplot.P1D
Operations on P1D containers: add, subtract, multiply, divide.
oper(P1D, String, String, String, P1D) - Method in class jhplot.P1D
Operations on P1D containers: add, subtract, multiply, divide.
oper(PND, String) - Method in class jhplot.PND
Operations on PND containers: add, subtract, multiply, divide.
oper(PND, String, String) - Method in class jhplot.PND
Operations on PND containers: add, subtract, multiply, divide.
oper(PNI, String) - Method in class jhplot.PNI
Operations on PNI containers: add, subtract, multiply, divide.
oper(PNI, String, String) - Method in class jhplot.PNI
Operations on PNI containers: add, subtract, multiply, divide.
operErrSys(String, int, P1D, P1D) - Method in class jhplot.P1D
Obtain a new P1D with 2nd-level errors on X or Y obtained from two P1D objects, one represents left on X (or lower on Y) error and the other represents the right on X (or upper on Y) error.
operScale(String, double) - Method in class jhplot.H1D
Scale the histogram and return scaled object.
operScale(String, double) - Method in class jhplot.H2D
Scale the histogram and return scaled object.
operScale(double) - Method in class jhplot.P0D
Scale P0D with a factor scale.
operScale(Integer) - Method in class jhplot.P0I
Scale P0I with a factor scale.
operScale(int, double) - Method in class jhplot.P1D
Scale X-values (axis=0) or Y values (axis=1) and their errors with a scale factor.
operScale(double) - Method in class jhplot.PND
Scale each element of data
operScale(double) - Method in class jhplot.PNI
Scale each element of data
operScaleErr(int, double) - Method in class jhplot.P1D
Scale 1st level errors with a scale factor.
operScaleErrSys(int, double) - Method in class jhplot.P1D
Scale 2nd level errors with a scale factor.
operShift(double) - Method in class jhplot.P0D
Shift all values in the array by a constant.
operShift(Integer) - Method in class jhplot.P0I
Shift all values in the array by a constant.
operShiftAndScale(double, double) - Method in class jhplot.P0D
Shift all values by a constant "shift", then scale it.
operShiftAndScale(Integer, Integer) - Method in class jhplot.P0I
Shift all values by a constant "shift", then scale it.
operSmooth(boolean, int) - Method in class jhplot.H1D
Smooth the histogram.
operSmooth(boolean, int) - Method in class jhplot.HProf1D
Smooth the histogram.
operSmooth(int, boolean, int) - Method in class jhplot.P1D
Smooth P1D data points in either X or Y.
operSmoothGauss(double) - Method in class jhplot.H1D
Computes a Gaussian smoothed version of the histogram.
operSmoothGauss(double) - Method in class jhplot.HProf1D
Computes a Gaussian smoothed version of the histogram.
operSmoothGauss(int, double) - Method in class jhplot.P1D
Computes a Gaussian smoothed version of P1D.
opposite() - Method in class flanagan.math.Matrix
 
opposite(Matrix) - Static method in class flanagan.math.Matrix
 
optimizer() - Method in class hep.aida.ref.fitter.Fitter
 
or(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Performs a logical OR of the receiver with another bit matrix.
or(BitVector) - Method in class cern.colt.bitvector.BitVector
Performs a logical OR of the receiver with another bit vector (A = A | B).
or(BitMatrix) - Method in class cern.colt.matrix.tbit.BitMatrix
Performs a logical OR of the receiver with another bit matrix.
or(BitVector) - Method in class cern.colt.matrix.tbit.BitVector
Performs a logical OR of the receiver with another bit vector (A = A | B).
or - Static variable in class cern.jet.math.IntFunctions
Function that returns a | b.
or(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a | b.
or - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a | b.
or(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a | b.
or - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a | b.
or(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a | b.
orderedData() - Method in class flanagan.analysis.ProbabilityPlot
 
orderedEigenValues() - Method in class flanagan.analysis.PCA
 
orderedEigenVectors() - Method in class flanagan.analysis.PCA
 
orderedEigenVectorsAsColumns() - Method in class flanagan.analysis.PCA
 
orderedEigenVectorsAsRows() - Method in class flanagan.analysis.PCA
 
orderedScaledTransformedData() - Method in class flanagan.analysis.BoxCox
 
orderedTransformedData() - Method in class flanagan.analysis.BoxCox
 
orderPoints() - Method in class flanagan.interpolation.CubicSpline
 
org.netlib.arpack - package org.netlib.arpack
 
org.netlib.blas - package org.netlib.blas
 
org.netlib.generate - package org.netlib.generate
 
org.netlib.lapack - package org.netlib.lapack
 
org.netlib.utils - package org.netlib.utils
 
originalArrayTypes() - Method in class flanagan.math.ArrayMaths
 
originalCorrelationCoefficient() - Method in class flanagan.analysis.BoxCox
 
originalData() - Method in class flanagan.analysis.BoxCox
 
originalData() - Method in class flanagan.analysis.PCA
 
originalErrors() - Method in class flanagan.analysis.RankAnalysis
 
originalExcessKurtosis() - Method in class flanagan.analysis.BoxCox
 
originalGradient() - Method in class flanagan.analysis.BoxCox
 
originalIndices() - Method in class flanagan.math.ArrayMaths
 
originalIntercept() - Method in class flanagan.analysis.BoxCox
 
originalItemNames() - Method in class flanagan.analysis.Scores
 
originalMaximum() - Method in class flanagan.analysis.BoxCox
 
originalMean() - Method in class flanagan.analysis.BoxCox
 
originalMedian() - Method in class flanagan.analysis.BoxCox
 
originalMedianSkewness() - Method in class flanagan.analysis.BoxCox
 
originalMinimum() - Method in class flanagan.analysis.BoxCox
 
originalMomentSkewness() - Method in class flanagan.analysis.BoxCox
 
originalNumberOfItems() - Method in class flanagan.analysis.Scores
 
originalNumberOfPersons() - Method in class flanagan.analysis.Scores
 
originalProbabilityPlot() - Method in class flanagan.analysis.BoxCox
 
originalQuartiletSkewness() - Method in class flanagan.analysis.BoxCox
 
originalRange() - Method in class flanagan.analysis.BoxCox
 
originalResponses() - Method in class flanagan.analysis.Scores
 
originalResponsesAsRowPerItem() - Method in class flanagan.analysis.Scores
 
originalResponsesAsRowPerPerson() - Method in class flanagan.analysis.Scores
 
originalScores() - Method in class flanagan.analysis.Scores
 
originalScoresAsRowPerItem() - Method in class flanagan.analysis.Scores
 
originalScoresAsRowPerPerson() - Method in class flanagan.analysis.Scores
 
originalStandardDeviation() - Method in class flanagan.analysis.BoxCox
 
originalStandardError() - Method in class flanagan.analysis.BoxCox
 
originalTotalNumberOfScores() - Method in class flanagan.analysis.Scores
 
originalValues() - Method in class flanagan.analysis.RankAnalysis
 
originalVariance() - Method in class flanagan.analysis.BoxCox
 
orot - Variable in class jhplot.v3d.Canvas3d
 
OS - Static variable in class org.netlib.utils.JNIMethods
Stores the operating system the JVM is currently running on.
OS_ARCH - Static variable in class jhplot.HPlotJa
The architecture of the current operating system.
OS_NAME - Static variable in class jhplot.HPlotJa
The name of the current operating system.
OS_VERSION - Static variable in class jhplot.HPlotJa
The version of the current operating system.
oscale - Variable in class jhplot.v3d.Canvas3d
 
otherDichotomousData(String, String) - Method in class flanagan.analysis.Scores
 
otrans - Variable in class jhplot.v3d.Canvas3d
 
ounceToGram(double) - Static method in class flanagan.math.Conv
 
ounceToGram(double) - Static method in class flanagan.math.Fmath
 
OUTOFRANGE_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
outputWeight() - Method in class jhplot.bsom.Bsom
 
outputWeightP1D() - Method in class jhplot.bsom.Bsom
Return results
over(ErrorProp, double) - Method in class flanagan.analysis.ErrorProp
 
over(ErrorProp, ErrorProp, double) - Static method in class flanagan.analysis.ErrorProp
 
over(ErrorProp) - Method in class flanagan.analysis.ErrorProp
 
over(ErrorProp, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
over(double) - Method in class flanagan.analysis.ErrorProp
 
over(double, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
over(double, double) - Static method in class flanagan.analysis.ErrorProp
 
over(double) - Method in class flanagan.analysis.Stat
 
over(float) - Method in class flanagan.analysis.Stat
 
over(long) - Method in class flanagan.analysis.Stat
 
over(int) - Method in class flanagan.analysis.Stat
 
over(short) - Method in class flanagan.analysis.Stat
 
over(byte) - Method in class flanagan.analysis.Stat
 
over(BigDecimal) - Method in class flanagan.analysis.Stat
 
over(BigInteger) - Method in class flanagan.analysis.Stat
 
over(Complex) - Method in class flanagan.analysis.Stat
 
over(Phasor) - Method in class flanagan.analysis.Stat
 
over(Double) - Method in class flanagan.analysis.Stat
 
over(Float) - Method in class flanagan.analysis.Stat
 
over(Long) - Method in class flanagan.analysis.Stat
 
over(Integer) - Method in class flanagan.analysis.Stat
 
over(Short) - Method in class flanagan.analysis.Stat
 
over(Byte) - Method in class flanagan.analysis.Stat
 
over(double) - Method in class flanagan.math.ArrayMaths
 
over(Double) - Method in class flanagan.math.ArrayMaths
 
over(float) - Method in class flanagan.math.ArrayMaths
 
over(Float) - Method in class flanagan.math.ArrayMaths
 
over(long) - Method in class flanagan.math.ArrayMaths
 
over(Long) - Method in class flanagan.math.ArrayMaths
 
over(int) - Method in class flanagan.math.ArrayMaths
 
over(Integer) - Method in class flanagan.math.ArrayMaths
 
over(short) - Method in class flanagan.math.ArrayMaths
 
over(Short) - Method in class flanagan.math.ArrayMaths
 
over(BigDecimal) - Method in class flanagan.math.ArrayMaths
 
over(byte) - Method in class flanagan.math.ArrayMaths
 
over(Byte) - Method in class flanagan.math.ArrayMaths
 
over(BigInteger) - Method in class flanagan.math.ArrayMaths
 
over(Complex) - Method in class flanagan.math.ArrayMaths
 
over(Phasor) - Method in class flanagan.math.ArrayMaths
 
over(Matrix) - Method in class flanagan.math.Matrix
 
over(Matrix, Matrix) - Method in class flanagan.math.Matrix
 
over(double[][]) - Method in class flanagan.math.Matrix
 
over(Matrix, double[][]) - Method in class flanagan.math.Matrix
 
over(double[][], Matrix) - Method in class flanagan.math.Matrix
 
over(double[][], double[][]) - Method in class flanagan.math.Matrix
 
overEquals(ErrorProp) - Method in class flanagan.analysis.ErrorProp
 
overEquals(ErrorProp, double) - Method in class flanagan.analysis.ErrorProp
 
overEquals(double) - Method in class flanagan.analysis.ErrorProp
 
overEquals(Matrix) - Method in class flanagan.math.Matrix
 
overEquals(double[][]) - Method in class flanagan.math.Matrix
 
OVERFLOW - Static variable in interface hep.aida.tdouble.DoubleIHistogram
Constant specifying the overflow bin (can be passed to any method expecting a bin number).
OVERFLOW - Static variable in interface hep.aida.tfloat.FloatIHistogram
Constant specifying the overflow bin (can be passed to any method expecting a bin number).
OVERFLOW_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 

P

P0 - Class in jhplot.fit
Polynomial 0-order (p0)
P0() - Constructor for class jhplot.fit.P0
 
P0(String) - Constructor for class jhplot.fit.P0
 
P0(String[], String[]) - Constructor for class jhplot.fit.P0
 
P0D - Class in jhplot
A container to hold data points in one dimension.
P0D(String) - Constructor for class jhplot.P0D
Construct an empty container with a title
P0D(DoubleArrayList) - Constructor for class jhplot.P0D
Construct P0D from DoubleArrayList from cern.colt.list.DoubleArrayList;
P0D(double[]) - Constructor for class jhplot.P0D
Construct P0D from array;
P0D(String, double[]) - Constructor for class jhplot.P0D
Create P0D from an array.
P0D(int[]) - Constructor for class jhplot.P0D
Construct P0D from an integer array.
P0D(String, int[]) - Constructor for class jhplot.P0D
Construct P0D from integers.
P0D(String, boolean, P0D) - Constructor for class jhplot.P0D
Construct a copy from a P0D.
P0D() - Constructor for class jhplot.P0D
Construct an empty container with a title
P0D(String, String) - Constructor for class jhplot.P0D
Construct a P0D from a file.
P0D_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
P0I - Class in jhplot
A container to hold data points in one dimension.
P0I(String) - Constructor for class jhplot.P0I
Construct an empty container with a title
P0I(IntArrayList) - Constructor for class jhplot.P0I
Construct P0I from IntegerArrayList from cern.colt.list.IntegerArrayList;
P0I(Integer[]) - Constructor for class jhplot.P0I
Construct P0I from array;
P0I(String, int[]) - Constructor for class jhplot.P0I
Create P0I from an array.
P0I(int[]) - Constructor for class jhplot.P0I
Construct P0I from an integer array.
P0I(String, Integer[]) - Constructor for class jhplot.P0I
Construct P0I from integers.
P0I(String, boolean, P0I) - Constructor for class jhplot.P0I
Construct a copy from a P0I.
P0I() - Constructor for class jhplot.P0I
Construct an empty container with a title
P0I(String, String) - Constructor for class jhplot.P0I
Construct a P0I from a file.
P0I_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
P1 - Class in jhplot.fit
Polynomial 1-order (p0+p1*x)
P1() - Constructor for class jhplot.fit.P1
 
P1(String) - Constructor for class jhplot.fit.P1
 
P1(String[], String[]) - Constructor for class jhplot.fit.P1
 
P1D - Class in jhplot
A container to hold data points with 1st and 2nd level errors.
P1D(String) - Constructor for class jhplot.P1D
Construct an empty container with a title
P1D(String, int) - Constructor for class jhplot.P1D
Construct an empty container with a title
P1D(String, Color) - Constructor for class jhplot.P1D
Construct an empty container with a title and color for points
P1D(String, Color, int) - Constructor for class jhplot.P1D
Construct an empty container with a title and color and symbol style for points
P1D(P0D, P0D) - Constructor for class jhplot.P1D
Construct a container from pairs of P0D (one for X, second for Y)
P1D(String, P0D, P0D) - Constructor for class jhplot.P1D
Construct a container from pairs of P0D (one for X, second for Y)
P1D(Cloud2D) - Constructor for class jhplot.P1D
Construct P1D from a Cloud2D
P1D(String, double[], double[]) - Constructor for class jhplot.P1D
Construct a container from pairs X and Y
P1D(String, boolean, P1D) - Constructor for class jhplot.P1D
Construct a new copy
P1D(DataHolder, String, int, int) - Constructor for class jhplot.P1D
Create P1D data holder from multidimensional data holder.
P1D(DataHolder, int, int) - Constructor for class jhplot.P1D
Create P1D data holder from multidimensional data holder.
P1D(String, String) - Constructor for class jhplot.P1D
Construct a P1D from a file.
P1D(String, URL) - Constructor for class jhplot.P1D
Construct a P1D from a file on the we web.
P1D(URL) - Constructor for class jhplot.P1D
Construct a P1D from a file on the we web.
P1D(IDataPointSet) - Constructor for class jhplot.P1D
Create a P1D container from IDataPointSet.
P1D(String, H1D, boolean, boolean) - Constructor for class jhplot.P1D
Create a P1D container from a histogram
P1D(H1D, boolean, boolean) - Constructor for class jhplot.P1D
Create a P1D container from a histogram.
P1D(String, H1D, boolean) - Constructor for class jhplot.P1D
Create a P1D container from a histogram.
P1D(H1D, boolean) - Constructor for class jhplot.P1D
Create a P1D container from a histogram.
P1D(H1D) - Constructor for class jhplot.P1D
Create a P1D container from a histogram.
P1D(String, H1D) - Constructor for class jhplot.P1D
Create a P1D container from a histogram.
P1D_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
p1evl(double, double[], int) - Static method in class cern.jet.math.Polynomial
Evaluates the given polynomial of degree N at x, assuming coefficient of N is 1.0.
p1evl(double, double[], int) - Static method in class cern.jet.math.tdouble.Polynomial
Evaluates the given polynomial of degree N at x, assuming coefficient of N is 1.0.
P2 - Class in jhplot.fit
Polynomial 2-order (p0+p1*x+p2*x*x)
P2() - Constructor for class jhplot.fit.P2
 
P2(String) - Constructor for class jhplot.fit.P2
 
P2(String[], String[]) - Constructor for class jhplot.fit.P2
 
P2D - Class in jhplot
A container to hold data points in X,Y,Z.
P2D(String) - Constructor for class jhplot.P2D
Construct an empty container with a title
P2D() - Constructor for class jhplot.P2D
Construct an empty container with a title
P2D(String, String) - Constructor for class jhplot.P2D
Construct a P2D from a file.
P3 - Class in jhplot.fit
Polynomial 3rd-order.
P3() - Constructor for class jhplot.fit.P3
 
P3(String) - Constructor for class jhplot.fit.P3
 
P3(String[], String[]) - Constructor for class jhplot.fit.P3
 
P3D - Class in jhplot
A container to hold data points in X,Y,Z and their extensions dX,dY,dZ.
P3D(String) - Constructor for class jhplot.P3D
Construct an empty container with a title
P3D() - Constructor for class jhplot.P3D
Construct an empty container with a title
P3D(String, String) - Constructor for class jhplot.P3D
Construct a P3D from a file.
P4 - Class in jhplot.fit
Polynomial 4th-order.
P4() - Constructor for class jhplot.fit.P4
 
P4(String) - Constructor for class jhplot.fit.P4
 
P4(String[], String[]) - Constructor for class jhplot.fit.P4
 
P5 - Class in jhplot.fit
Polynomial 5th-order.
P5() - Constructor for class jhplot.fit.P5
 
P5(String) - Constructor for class jhplot.fit.P5
 
P5(String[], String[]) - Constructor for class jhplot.fit.P5
 
P6 - Class in jhplot.fit
Polynomial 6th-order.
P6() - Constructor for class jhplot.fit.P6
 
P6(String) - Constructor for class jhplot.fit.P6
 
P6(String[], String[]) - Constructor for class jhplot.fit.P6
 
padding(int, int, double[]) - Static method in class jhplot.math.ArrayMathUtils
Fills in with zero to get to the desired length; original array with be at the specified position.
padding(int, int, int[]) - Static method in class jhplot.math.ArrayMathUtils
Fills in with zeroes to get to the specified length; original array with be at the specified position
paint(Graphics) - Method in class flanagan.math.FourierTransform
 
paint(Graphics) - Method in class jhplot.v3d.Animation
 
paint(Graphics) - Method in class jhplot.v3d.Canvas3d
 
pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(DoubleLongProcedure, DoubleArrayList, LongArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongDoubleProcedure, LongArrayList, DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(DoubleLongProcedure, DoubleArrayList, LongArrayList) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongDoubleProcedure, LongArrayList, DoubleArrayList) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(FloatIntProcedure, FloatArrayList, IntArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(FloatLongProcedure, FloatArrayList, LongArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntFloatProcedure, IntArrayList, FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongFloatProcedure, LongArrayList, FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(FloatIntProcedure, FloatArrayList, IntArrayList) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(FloatLongProcedure, FloatArrayList, LongArrayList) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntFloatProcedure, IntArrayList, FloatArrayList) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongFloatProcedure, LongArrayList, FloatArrayList) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.tint.AbstractIntIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntLongProcedure, IntArrayList, LongArrayList) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongIntProcedure, LongArrayList, IntArrayList) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongLongProcedure, LongArrayList, LongArrayList) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntLongProcedure, IntArrayList, LongArrayList) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongIntProcedure, LongArrayList, IntArrayList) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongLongProcedure, LongArrayList, LongArrayList) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsSortedByKey(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(DoubleArrayList, LongArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(LongArrayList, DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(FloatArrayList, IntArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(FloatArrayList, LongArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(LongArrayList, FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, IntArrayList) - Method in class cern.colt.map.tint.AbstractIntIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, LongArrayList) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(LongArrayList, IntArrayList) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(LongArrayList, LongArrayList) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByValue(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
pairsSortedByValue(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
pairsSortedByValue(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(DoubleArrayList, LongArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(LongArrayList, DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(FloatArrayList, IntArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(FloatArrayList, LongArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(LongArrayList, FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, IntArrayList) - Method in class cern.colt.map.tint.AbstractIntIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, LongArrayList) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(LongArrayList, IntArrayList) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(LongArrayList, LongArrayList) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
pairsSortedByValue(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
palmSunday() - Method in class flanagan.math.TimeAndDate
 
palmSunday(int) - Method in class flanagan.math.TimeAndDate
 
ParallelQuickSort - Class in cern.colt
Multithreaded implementation of quicksort.
ParallelQuickSort() - Constructor for class cern.colt.ParallelQuickSort
 
parallelQuickSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(Object[]) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(Object[], Comparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(Object[], int, int) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(Object[], int, int, Comparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
parallelQuickSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
Multithreaded quicksort
param(String, String) - Method in class jhplot.v3d.Model3d
 
param(String, boolean) - Method in class jhplot.v3d.Model3d
 
param(String, int) - Method in class jhplot.v3d.Model3d
 
param(String, float) - Method in class jhplot.v3d.Model3d
 
parameter(String) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
parameter(String) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
parameter(String) - Method in class hep.aida.ref.function.AbstractIFunction
 
parameter(String) - Method in class hep.aida.ref.function.BaseModelFunction
 
parameter(String) - Method in class hep.aida.ref.function.FunctionCore
 
parameter(String) - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
parameter(String) - Method in class hep.aida.ref.function.SumOfFunctions
 
PARAMETER_NAME_CHANGED - Static variable in class hep.aida.ref.function.FunctionChangedEvent
 
PARAMETER_VALUE_CHANGED - Static variable in class hep.aida.ref.function.FunctionChangedEvent
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.AbstractIFunction
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.BaseModelFunction
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.ExponentialCoreNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.ExponentialCoreNotNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.FunctionCore
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.GaussianCore2DNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.GaussianCore2DNotNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.GaussianCoreNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.GaussianCoreNotNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.JELFunctionCore
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.LorentzianCoreNotNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.MoyalCoreNotNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.PolynomialCoreNorm
 
parameterGradient(double[]) - Method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
parameterNames() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
parameterNames() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
parameterNames() - Method in class hep.aida.ref.function.AbstractIFunction
 
parameterNames() - Method in class hep.aida.ref.function.BaseModelFunction
 
parameterNames() - Method in class hep.aida.ref.function.FunctionCore
 
parameterNames() - Method in class hep.aida.ref.function.SumOfFunctions
 
parameters() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
parameters() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
parameters() - Method in class hep.aida.ref.function.AbstractIFunction
 
parameters() - Method in class hep.aida.ref.function.BaseModelFunction
 
parameters() - Method in class hep.aida.ref.function.FunctionCore
 
parameters() - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
parameters() - Method in class hep.aida.ref.function.SumOfFunctions
 
PArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
 
pareto() - Method in class flanagan.analysis.Regression
 
pareto(double, double, double) - Static method in class flanagan.analysis.Stat
 
paretoAlpha() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoAlphaError() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoArray(double, double, int) - Method in class flanagan.math.PsRandom
 
paretoBeta() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoBetaError() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
paretoCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
paretoCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
paretoMean(double, double) - Static method in class flanagan.analysis.Stat
 
paretoMode(double) - Static method in class flanagan.analysis.Stat
 
paretoOnePar() - Method in class flanagan.analysis.Regression
 
paretoOneParPlot() - Method in class flanagan.analysis.Regression
 
paretoOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
paretoPDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
paretoPlot() - Method in class flanagan.analysis.Regression
 
paretoProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
paretoProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
paretoProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoRand(double, double, int) - Static method in class flanagan.analysis.Stat
 
paretoRand(double, double, int, long) - Static method in class flanagan.analysis.Stat
 
paretoShifted() - Method in class flanagan.analysis.Regression
 
paretoShiftedPlot() - Method in class flanagan.analysis.Regression
 
paretoStandardDeviation(double, double) - Static method in class flanagan.analysis.Stat
 
paretoStandDev(double, double) - Static method in class flanagan.analysis.Stat
 
paretoSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
paretoThreePar() - Method in class flanagan.analysis.Regression
 
paretoThreeParPlot() - Method in class flanagan.analysis.Regression
 
paretoTwoPar() - Method in class flanagan.analysis.Regression
 
paretoTwoParPlot() - Method in class flanagan.analysis.Regression
 
parkMiller() - Method in class flanagan.math.PsRandom
 
parse() - Method in class hep.aida.ref.function.JELCompiledExpression
 
parse() - Method in class jhplot.F1D
Parse the function.
parse(MappingStrategy, Reader) - Method in class jhplot.io.csv.bean.CsvToBean
 
parseContour() - Method in class jhplot.jadraw.JaAxes
Prepare a contour plot
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseDelimitedFrom(InputStream) - Static method in class jhplot.io.PEventFile.HEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent
 
parseDirName(String) - Static method in class hep.aida.ref.AidaUtils
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F1D
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.F2D
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FND
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.FPR
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H1D
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.H2D
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0D
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P0I
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.P1D
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PND
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PNI
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXY
 
parseFrom(ByteString) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseFrom(byte[]) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseFrom(InputStream) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PBufFile.Record.PXYZ
 
parseFrom(ByteString) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseFrom(byte[]) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseFrom(InputStream) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Entry
 
parseFrom(ByteString) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseFrom(byte[]) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseFrom(InputStream) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent.Group
 
parseFrom(ByteString) - Static method in class jhplot.io.PEventFile.HEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent
 
parseFrom(byte[]) - Static method in class jhplot.io.PEventFile.HEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent
 
parseFrom(InputStream) - Static method in class jhplot.io.PEventFile.HEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent
 
parseFrom(CodedInputStream) - Static method in class jhplot.io.PEventFile.HEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class jhplot.io.PEventFile.HEvent
 
parseH2D() - Method in class jhplot.jadraw.JaAxes
Prepare a contour plot to display H2D histograms
parseInt(String) - Method in class hep.aida.ref.function.JELCompiledExpression
 
parseName(String) - Static method in class hep.aida.ref.AidaUtils
 
parseOptions(String) - Static method in class hep.aida.ref.AidaUtils
Parse AIDA options.
parseString(String) - Static method in class hep.aida.ref.AidaUtils
 
part(int, int, int, int) - Method in class cern.colt.bitvector.BitMatrix
Constructs and returns a new matrix with width columns and height rows which is a copy of the contents of the given box.
part(int, int, int, int) - Method in class cern.colt.matrix.tbit.BitMatrix
Constructs and returns a new matrix with width columns and height rows which is a copy of the contents of the given box.
partFromTo(int, int) - Method in class cern.colt.bitvector.BitVector
Constructs and returns a new bit vector which is a copy of the given range.
partFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int, BitVector, int, long[], int) - Method in class cern.colt.list.MinMaxNumberList
Copies all elements between index from (inclusive) and to (inclusive) into part, starting at index partFrom within part.
partFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tchar.CharArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tfloat.FloatArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tint.AbstractIntList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tint.IntArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tlong.LongArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int, BitVector, int, long[], int) - Method in class cern.colt.list.tlong.MinMaxNumberList
Copies all elements between index from (inclusive) and to (inclusive) into part, starting at index partFrom within part.
partFromTo(int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.tshort.ShortArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.matrix.tbit.BitVector
Constructs and returns a new bit vector which is a copy of the given range.
partition(DoubleMatrix2D, int[], int, int, int, double[], int, int, int[]) - Static method in class cern.colt.matrix.doublealgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(DoubleMatrix2D, int, double[], int[]) - Static method in class cern.colt.matrix.doublealgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(ObjectMatrix2D, int[], int, int, int, Object[], int, int, int[]) - Static method in class cern.colt.matrix.objectalgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(ObjectMatrix2D, int, Object[], int[]) - Static method in class cern.colt.matrix.objectalgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(DoubleMatrix2D, int[], int, int, int, double[], int, int, int[]) - Static method in class cern.colt.matrix.tdouble.algo.DoublePartitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(DoubleMatrix2D, int, double[], int[]) - Static method in class cern.colt.matrix.tdouble.algo.DoublePartitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(FloatMatrix2D, int[], int, int, int, float[], int, int, int[]) - Static method in class cern.colt.matrix.tfloat.algo.FloatPartitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(FloatMatrix2D, int, float[], int[]) - Static method in class cern.colt.matrix.tfloat.algo.FloatPartitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(ObjectMatrix2D, int[], int, int, int, Object[], int, int, int[]) - Static method in class cern.colt.matrix.tobject.algo.ObjectPartitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(ObjectMatrix2D, int, Object[], int[]) - Static method in class cern.colt.matrix.tobject.algo.ObjectPartitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(double[], int, int, double[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it partitions double[] rather than int[] arrays.
partition(double[], int, int, double) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that it partitions double[] rather than int[] arrays.
partition(int[], int, int, int[], int, int, int[]) - Static method in class cern.colt.Partitioning
Partitions (partially sorts) the given list such that all elements falling into some intervals are placed next to each other.
partition(int[], int, int, int) - Static method in class cern.colt.Partitioning
Partitions (partially sorts) the given list such that all elements falling into the given interval are placed next to each other.
partition(Object[], int, int, Object[], int, int, int[], Comparator) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it partitions Object[] rather than int[] arrays.
partition(Object[], int, int, Object, Comparator) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that it synchronously partitions the objects of the given list by the order of the given comparator.
partition(DoubleArrayList, int, int, DoubleArrayList, IntArrayList) - Static method in class cern.colt.Partitioning
Equivalent to partition(list.elements(), from, to, splitters.elements(), 0, splitters.size()-1, splitIndexes.elements()) .
partition(IntArrayList, int, int, IntArrayList, IntArrayList) - Static method in class cern.colt.Partitioning
Equivalent to partition(list.elements(), from, to, splitters.elements(), 0, splitters.size()-1, splitIndexes.elements()) .
Partition - Class in jminhep.cluster
Interface class to all clustering algorithms.
Partition(DataHolder) - Constructor for class jminhep.cluster.Partition
 
Partitioning - Class in cern.colt.matrix.doublealgo
Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
Partitioning - Class in cern.colt.matrix.objectalgo
Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
Partitioning - Class in cern.colt
Given some interval boundaries, partitions arrays such that all elements falling into an interval are placed next to each other.
pascal - Static variable in class cern.clhep.Units
 
pathNameOfPath(String) - Static method in class jhplot.v3d.Util
 
PBufFile - Class in jhplot.io
 
PBufFile.Record - Class in jhplot.io
 
PBufFile.Record.Builder - Class in jhplot.io
 
PBufFile.Record.F1D - Class in jhplot.io
 
PBufFile.Record.F1D.Builder - Class in jhplot.io
 
PBufFile.Record.F2D - Class in jhplot.io
 
PBufFile.Record.F2D.Builder - Class in jhplot.io
 
PBufFile.Record.FND - Class in jhplot.io
 
PBufFile.Record.FND.Builder - Class in jhplot.io
 
PBufFile.Record.FPR - Class in jhplot.io
 
PBufFile.Record.FPR.Builder - Class in jhplot.io
 
PBufFile.Record.H1D - Class in jhplot.io
 
PBufFile.Record.H1D.Builder - Class in jhplot.io
 
PBufFile.Record.H2D - Class in jhplot.io
 
PBufFile.Record.H2D.Builder - Class in jhplot.io
 
PBufFile.Record.P0D - Class in jhplot.io
 
PBufFile.Record.P0D.Builder - Class in jhplot.io
 
PBufFile.Record.P0I - Class in jhplot.io
 
PBufFile.Record.P0I.Builder - Class in jhplot.io
 
PBufFile.Record.P1D - Class in jhplot.io
 
PBufFile.Record.P1D.Builder - Class in jhplot.io
 
PBufFile.Record.PND - Class in jhplot.io
 
PBufFile.Record.PND.Builder - Class in jhplot.io
 
PBufFile.Record.PNI - Class in jhplot.io
 
PBufFile.Record.PNI.Builder - Class in jhplot.io
 
PBufFile.Record.PXY - Class in jhplot.io
 
PBufFile.Record.PXY.Builder - Class in jhplot.io
 
PBufFile.Record.PXYZ - Class in jhplot.io
 
PBufFile.Record.PXYZ.Builder - Class in jhplot.io
 
PCA - Class in flanagan.analysis
 
PCA() - Constructor for class flanagan.analysis.PCA
 
pca() - Method in class flanagan.analysis.PCA
 
PCA - Class in jhplot.stat
Perform a principle component analysis
PCA(double[][]) - Constructor for class jhplot.stat.PCA
Initialize 2D PCA analysis
PCA(P1D) - Constructor for class jhplot.stat.PCA
Perform PCA analysis using P1D object (in 2D).
pdf(double) - Method in class cern.jet.random.Beta
Returns the cumulative distribution function.
pdf(int) - Method in class cern.jet.random.Binomial
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.ChiSquare
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Empirical
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.Empirical
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.EmpiricalWalker
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Exponential
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Gamma
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.HyperGeometric
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.NegativeBinomial
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Normal
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.Poisson
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.StudentT
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.tdouble.Beta
Returns the cumulative distribution function.
pdf(int) - Method in class cern.jet.random.tdouble.Binomial
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.tdouble.ChiSquare
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.tdouble.DoubleUniform
Returns the probability distribution function (assuming a continous uniform distribution).
pdf(double) - Method in class cern.jet.random.tdouble.Empirical
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.tdouble.Empirical
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.tdouble.EmpiricalWalker
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.tdouble.Exponential
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.tdouble.Gamma
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.tdouble.HyperGeometric
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.tdouble.NegativeBinomial
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.tdouble.Normal
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.tdouble.Poisson
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.tdouble.StudentT
Returns the probability distribution function.
pdf(float) - Method in class cern.jet.random.tfloat.FloatUniform
Returns the probability distribution function (assuming a continous uniform distribution).
pdf(double) - Method in class cern.jet.random.Uniform
Returns the probability distribution function (assuming a continous uniform distribution).
perCent - Static variable in class cern.clhep.Units
 
percentFromTo(float, float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the percentage of elements in the range (from,to].
percentFromTo(double, double) - Method in class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Returns the percentage of elements in the range (from,to].
percentFromTo(float, float) - Method in class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
Returns the percentage of elements in the range (from,to].
percentile(double[], double) - Static method in class jhplot.math.ArrayMathUtils
Gives the percentile of an array
percentile(int[], double) - Static method in class jhplot.math.ArrayMathUtils
Gives the percentile of an array.
percentWeightByVolToMolar(double, double) - Static method in class flanagan.math.Conv
 
percentWeightByVolToMolar(double, double) - Static method in class flanagan.math.Fmath
 
perMillion - Static variable in class cern.clhep.Units
 
permutation(long, int) - Static method in class cern.colt.GenericPermuting
Returns the p-th permutation of the sequence [0,1,...,N-1].
permute(int[], int[]) - Static method in class cern.colt.GenericPermuting
A non-generic variant of reordering, specialized for int[], same semantics.
permute(int[], Swapper, int[]) - Static method in class cern.colt.GenericPermuting
Deprecated.  
permute(int[], Swapper, int[], int[]) - Static method in class cern.colt.GenericPermuting
Generically reorders arbitrary shaped generic data g such that g[i] == g[indexes[i]].
permute(Object[], int[]) - Static method in class cern.colt.GenericPermuting
A non-generic variant of reordering, specialized for Object[], same semantics.
permute(DoubleMatrix1D, int[], double[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given vector A such that it is permuted as specified; Useful for pivoting.
permute(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new row and column permuted selection view of matrix A; equivalent to DoubleMatrix2D.viewSelection(int[],int[]).
permute(DoubleMatrix1D, int[], double[]) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Modifies the given vector A such that it is permuted as specified; Useful for pivoting.
permute(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns a new row and column permuted selection view of matrix A; equivalent to DoubleMatrix2D.viewSelection(int[],int[]).
permute(FloatMatrix1D, int[], float[]) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Modifies the given vector A such that it is permuted as specified; Useful for pivoting.
permute(FloatMatrix2D, int[], int[]) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns a new row and column permuted selection view of matrix A; equivalent to FloatMatrix2D.viewSelection(int[],int[]).
permute(int[], Object[], boolean) - Static method in class jhplot.math.SortUtils
Rearrange the specified data according to the specified permutation.
permuteColumns(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given matrix A such that it's columns are permuted as specified; Useful for pivoting.
permuteColumns(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Modifies the given matrix A such that it's columns are permuted as specified; Useful for pivoting.
permuteColumns(FloatMatrix2D, int[], int[]) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Modifies the given matrix A such that it's columns are permuted as specified; Useful for pivoting.
permuteRows(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given matrix A such that it's rows are permuted as specified; Useful for pivoting.
permuteRows(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Modifies the given matrix A such that it's rows are permuted as specified; Useful for pivoting.
permuteRows(FloatMatrix2D, int[], int[]) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Modifies the given matrix A such that it's rows are permuted as specified; Useful for pivoting.
perp() - Method in class hephysics.vec.Hep3Vector
Transverse
perp() - Method in class hephysics.vec.HepLorentzVector
Transverse momentum.
perp2() - Method in class hephysics.vec.Hep3Vector
Transverse
perp2() - Method in class hephysics.vec.HepLorentzVector
Transverse momentum squared
PersistentObject - Class in cern.colt
This empty class is the common root for all persistent capable classes.
persp - Variable in class jhplot.v3d.Model3d
 
perThousand - Static variable in class cern.clhep.Units
 
petaelectronvolt - Static variable in class cern.clhep.Units
 
PeV - Static variable in class cern.clhep.Units
 
PEventFile - Class in jhplot.io
 
PEventFile.HEvent - Class in jhplot.io
 
PEventFile.HEvent.Builder - Class in jhplot.io
 
PEventFile.HEvent.Entry - Class in jhplot.io
 
PEventFile.HEvent.Entry.Builder - Class in jhplot.io
 
PEventFile.HEvent.Group - Class in jhplot.io
 
PEventFile.HEvent.Group.Builder - Class in jhplot.io
 
PFile - Class in jhplot.io
Write or read objects in sequential order using Google's Prototype Buffer scheme.
PFile(String, String, boolean) - Constructor for class jhplot.io.PFile
Open a file to write/read objects to/from a file in sequential order.
PFile(String) - Constructor for class jhplot.io.PFile
Open file for reading objects from a serialized file in sequential order.
PFile(String, String) - Constructor for class jhplot.io.PFile
Open file for reading objects from a serialized file in sequential order.
PFileBrowser - Class in jhplot.io
A GUI to browser data stored in a PFile format (extension "pbu").
PFileBrowser(HPlot, PFile, boolean) - Constructor for class jhplot.io.PFileBrowser
Open PFile file in a pop-up window to browser it and check all objects
phi(double) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns how many percent of the elements contained in the receiver are <= element.
phi(float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns how many percent of the elements contained in the receiver are <= element.
phi(double) - Method in class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Returns how many percent of the elements contained in the receiver are <= element.
phi(double) - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Returns how many percent of the elements contained in the receiver are <= element.
phi(double) - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Returns how many percent of the elements contained in the receiver are <= element.
phi(float) - Method in class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
Returns how many percent of the elements contained in the receiver are <= element.
phi(float) - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Returns how many percent of the elements contained in the receiver are <= element.
phi() - Method in class hephysics.vec.Hep3Vector
Phi
phi() - Method in class hephysics.vec.HepLorentzVector
Phi
phi() - Method in class hephysics.vec.SpacePoint
Cylindrical phi
phi(Hep3Vector) - Static method in class hephysics.vec.VecOp
 
PhysicalConstants - Class in cern.clhep
High Energy Physics coherent Physical Constants.
physicalConstants - Static variable in class cern.clhep.PhysicalConstants
Little trick to allow for "aliasing", that is, renaming this class.
pi - Static variable in class cern.clhep.PhysicalConstants
 
PI - Static variable in class flanagan.math.Fmath
 
pi2 - Static variable in class cern.clhep.PhysicalConstants
 
PI_2 - Static variable in interface jhplot.math.num.Constants
2 π.
picobarn - Static variable in class cern.clhep.Units
 
picofarad - Static variable in class cern.clhep.Units
 
picosecond - Static variable in class cern.clhep.Units
 
Picture - Class in jhplot.shapes
Insert a picture in the PNG or GIF format.
Picture(double, double, String) - Constructor for class jhplot.shapes.Picture
Create a picture object in the USER coordinates
Picture(double, double, Image) - Constructor for class jhplot.shapes.Picture
Create a picture object in the USER coordinates
pintToLitre(double) - Static method in class flanagan.math.Conv
 
pintToLitre(double) - Static method in class flanagan.math.Fmath
 
pintUKtoCupUS(double) - Static method in class flanagan.math.Conv
 
pintUKtoCupUS(double) - Static method in class flanagan.math.Fmath
 
pintUKtoUS(double) - Static method in class flanagan.math.Conv
 
pintUKtoUS(double) - Static method in class flanagan.math.Fmath
 
pintUStoUK(double) - Static method in class flanagan.math.Conv
 
pintUStoUK(double) - Static method in class flanagan.math.Fmath
 
pivot() - Method in class flanagan.math.Matrix
 
PLine(float, float) - Static method in class jhplot.jadraw.Diagram
Get a photon line object
PLoop(float, float) - Static method in class jhplot.jadraw.Diagram
Get a photon loop object
plot(int) - Method in class flanagan.math.ArrayMaths
 
plotCorrelation() - Method in class flanagan.math.FourierTransform
 
plotCorrelation(String) - Method in class flanagan.math.FourierTransform
 
plotPowerLog(int) - Method in class flanagan.math.FourierTransform
 
plotPowerLog(int, String) - Method in class flanagan.math.FourierTransform
 
plotPowerLog(int, int) - Method in class flanagan.math.FourierTransform
 
plotPowerLog(int, int, String) - Method in class flanagan.math.FourierTransform
 
plotPowerLog(double) - Method in class flanagan.math.FourierTransform
 
plotPowerLog(double, String) - Method in class flanagan.math.FourierTransform
 
plotPowerLog(double, double) - Method in class flanagan.math.FourierTransform
 
plotPowerLog(double, double, String) - Method in class flanagan.math.FourierTransform
 
plotPowerLog() - Method in class flanagan.math.FourierTransform
 
plotPowerLog(String) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(int) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(int, String) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(int, int) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(int, int, String) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(double) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(double, String) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(double, double) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(double, double, String) - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum() - Method in class flanagan.math.FourierTransform
 
plotPowerSpectrum(String) - Method in class flanagan.math.FourierTransform
 
plotShortTime(String) - Method in class flanagan.math.FourierTransform
 
plotShortTime() - Method in class flanagan.math.FourierTransform
 
plotXY() - Method in class flanagan.analysis.Regression
 
plotXYfixed(Object, String) - Method in class flanagan.analysis.Regression
 
plotXYnonlinear(Object, String) - Method in class flanagan.analysis.Regression
 
plotYY(String) - Method in class flanagan.analysis.Regression
 
plotYY() - Method in class flanagan.analysis.Regression
 
plus(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + s <=> A[i] = A[i] + s.
plus(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + B <=> A[i] = A[i] + B[i].
plus(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + s <=> A[row,col] = A[row,col] + s.
plus(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + B <=> A[row,col] = A[row,col] + B[row,col].
plus(Timer) - Method in class cern.colt.Timer
T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
plus - Static variable in class cern.jet.math.Functions
Function that returns a + b.
plus(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a + b.
plus - Static variable in class cern.jet.math.IntFunctions
Function that returns a + b.
plus(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a + b.
plus(double[], double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
plus - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
plus(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
plus - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a + b.
plus(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a + b.
plus(float[], float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
plus - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
plus(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
plus - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a + b.
plus(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a + b.
plus - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a + b.
plus(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a + b.
plus - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a + b.
plus(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a + b.
plus(ErrorProp, double) - Method in class flanagan.analysis.ErrorProp
 
plus(ErrorProp, ErrorProp, double) - Static method in class flanagan.analysis.ErrorProp
 
plus(ErrorProp) - Method in class flanagan.analysis.ErrorProp
 
plus(ErrorProp, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
plus(double) - Method in class flanagan.analysis.ErrorProp
 
plus(double, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
plus(double, double) - Static method in class flanagan.analysis.ErrorProp
 
plus(double) - Method in class flanagan.analysis.Stat
 
plus(float) - Method in class flanagan.analysis.Stat
 
plus(long) - Method in class flanagan.analysis.Stat
 
plus(int) - Method in class flanagan.analysis.Stat
 
plus(short) - Method in class flanagan.analysis.Stat
 
plus(byte) - Method in class flanagan.analysis.Stat
 
plus(char) - Method in class flanagan.analysis.Stat
 
plus(BigDecimal) - Method in class flanagan.analysis.Stat
 
plus(BigInteger) - Method in class flanagan.analysis.Stat
 
plus(Complex) - Method in class flanagan.analysis.Stat
 
plus(Phasor) - Method in class flanagan.analysis.Stat
 
plus(String) - Method in class flanagan.analysis.Stat
 
plus(Double) - Method in class flanagan.analysis.Stat
 
plus(Float) - Method in class flanagan.analysis.Stat
 
plus(Long) - Method in class flanagan.analysis.Stat
 
plus(Integer) - Method in class flanagan.analysis.Stat
 
plus(Short) - Method in class flanagan.analysis.Stat
 
plus(Byte) - Method in class flanagan.analysis.Stat
 
plus(Character) - Method in class flanagan.analysis.Stat
 
plus(Stat) - Method in class flanagan.analysis.Stat
 
plus(ArrayMaths) - Method in class flanagan.analysis.Stat
 
plus(ArrayList<Object>) - Method in class flanagan.analysis.Stat
 
plus(Vector<Object>) - Method in class flanagan.analysis.Stat
 
plus(double[]) - Method in class flanagan.analysis.Stat
 
plus(float[]) - Method in class flanagan.analysis.Stat
 
plus(long[]) - Method in class flanagan.analysis.Stat
 
plus(int[]) - Method in class flanagan.analysis.Stat
 
plus(short[]) - Method in class flanagan.analysis.Stat
 
plus(byte[]) - Method in class flanagan.analysis.Stat
 
plus(char[]) - Method in class flanagan.analysis.Stat
 
plus(BigDecimal[]) - Method in class flanagan.analysis.Stat
 
plus(BigInteger[]) - Method in class flanagan.analysis.Stat
 
plus(Complex[]) - Method in class flanagan.analysis.Stat
 
plus(Phasor[]) - Method in class flanagan.analysis.Stat
 
plus(String[]) - Method in class flanagan.analysis.Stat
 
plus(Double[]) - Method in class flanagan.analysis.Stat
 
plus(Float[]) - Method in class flanagan.analysis.Stat
 
plus(Long[]) - Method in class flanagan.analysis.Stat
 
plus(Integer[]) - Method in class flanagan.analysis.Stat
 
plus(Short[]) - Method in class flanagan.analysis.Stat
 
plus(Byte[]) - Method in class flanagan.analysis.Stat
 
plus(Character[]) - Method in class flanagan.analysis.Stat
 
plus(double) - Method in class flanagan.math.ArrayMaths
 
plus(Double) - Method in class flanagan.math.ArrayMaths
 
plus(double[]) - Method in class flanagan.math.ArrayMaths
 
plus(Double[]) - Method in class flanagan.math.ArrayMaths
 
plus(float) - Method in class flanagan.math.ArrayMaths
 
plus(Float) - Method in class flanagan.math.ArrayMaths
 
plus(float[]) - Method in class flanagan.math.ArrayMaths
 
plus(Float[]) - Method in class flanagan.math.ArrayMaths
 
plus(long) - Method in class flanagan.math.ArrayMaths
 
plus(Long) - Method in class flanagan.math.ArrayMaths
 
plus(long[]) - Method in class flanagan.math.ArrayMaths
 
plus(Long[]) - Method in class flanagan.math.ArrayMaths
 
plus(int) - Method in class flanagan.math.ArrayMaths
 
plus(Integer) - Method in class flanagan.math.ArrayMaths
 
plus(int[]) - Method in class flanagan.math.ArrayMaths
 
plus(Integer[]) - Method in class flanagan.math.ArrayMaths
 
plus(short) - Method in class flanagan.math.ArrayMaths
 
plus(Short) - Method in class flanagan.math.ArrayMaths
 
plus(short[]) - Method in class flanagan.math.ArrayMaths
 
plus(Short[]) - Method in class flanagan.math.ArrayMaths
 
plus(BigDecimal) - Method in class flanagan.math.ArrayMaths
 
plus(byte) - Method in class flanagan.math.ArrayMaths
 
plus(Byte) - Method in class flanagan.math.ArrayMaths
 
plus(byte[]) - Method in class flanagan.math.ArrayMaths
 
plus(Byte[]) - Method in class flanagan.math.ArrayMaths
 
plus(BigDecimal[]) - Method in class flanagan.math.ArrayMaths
 
plus(BigInteger) - Method in class flanagan.math.ArrayMaths
 
plus(BigInteger[]) - Method in class flanagan.math.ArrayMaths
 
plus(Complex) - Method in class flanagan.math.ArrayMaths
 
plus(Complex[]) - Method in class flanagan.math.ArrayMaths
 
plus(Phasor) - Method in class flanagan.math.ArrayMaths
 
plus(Phasor[]) - Method in class flanagan.math.ArrayMaths
 
plus(String) - Method in class flanagan.math.ArrayMaths
 
plus(String[]) - Method in class flanagan.math.ArrayMaths
 
plus(char) - Method in class flanagan.math.ArrayMaths
 
plus(char[]) - Method in class flanagan.math.ArrayMaths
 
plus(Character) - Method in class flanagan.math.ArrayMaths
 
plus(Character[]) - Method in class flanagan.math.ArrayMaths
 
plus(Vector<Object>) - Method in class flanagan.math.ArrayMaths
 
plus(ArrayList<Object>) - Method in class flanagan.math.ArrayMaths
 
plus(ArrayMaths) - Method in class flanagan.math.ArrayMaths
 
plus(Stat) - Method in class flanagan.math.ArrayMaths
 
plus(Matrix) - Method in class flanagan.math.Matrix
 
plus(double[][]) - Method in class flanagan.math.Matrix
 
plus(Matrix, Matrix) - Static method in class flanagan.math.Matrix
 
plus(Complex) - Method in class jhplot.math.Complex
Addition of Complex numbers (doesn't change this Complex number).
plus(double[]...) - Static method in class jhplot.math.LinearAlgebra
Element-wise sum of any number of arrays.
plus(double[], double) - Static method in class jhplot.math.LinearAlgebra
Add a scalar value to each element of an array.
plus(double[][], double[][]) - Static method in class jhplot.math.LinearAlgebra
Element-wise sum of two matrices
plus(double[][], double) - Static method in class jhplot.math.LinearAlgebra
Add a scalar to each element of a matrix.
plus(ValueErr, double) - Method in class jhplot.math.ValueErr
Add 2 values with correlation
plus(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
Adding 2 values with correlation
plus(ValueErr) - Method in class jhplot.math.ValueErr
Add a ValueErr number to this ValueErr number without correlaton
plus(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
Add two ValueErr numbers with no correlation
plus(double) - Method in class jhplot.math.ValueErr
Add an error free double number to this ValueErr number
plus(double, ValueErr) - Static method in class jhplot.math.ValueErr
Add a ValueErr number to an error free double
plus(double, double) - Static method in class jhplot.math.ValueErr
Add an error free double number to an error free double and return sum
PLUS_INF() - Method in class hep.aida.ref.function.RangeSet
 
plusAbs - Static variable in class cern.jet.math.Functions
Function that returns Math.abs(a) + Math.abs(b).
plusAbs - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.abs(a) + Math.abs(b).
plusAbs - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.abs(a) + Math.abs(b).
plusAbs - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns Math.abs(a) + Math.abs(b).
plusAbs - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns Math.abs(a) + Math.abs(b).
plusDiv(double) - Static method in class cern.jet.math.PlusMult
a + b/constant.
plusDiv(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexPlusMultFirst
a + b/constant.
plusDiv(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexPlusMultSecond
a + b/constant.
plusDiv(double) - Static method in class cern.jet.math.tdouble.DoublePlusMultFirst
a + b/constant.
plusDiv(double) - Static method in class cern.jet.math.tdouble.DoublePlusMultSecond
a + b/constant.
plusDiv(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexPlusMultFirst
a + b/constant.
plusDiv(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexPlusMultSecond
a + b/constant.
plusDiv(float) - Static method in class cern.jet.math.tfloat.FloatPlusMultFirst
a/constant + b.
plusDiv(float) - Static method in class cern.jet.math.tfloat.FloatPlusMultSecond
a + b/constant.
plusEquals(ErrorProp, double) - Method in class flanagan.analysis.ErrorProp
 
plusEquals(ErrorProp) - Method in class flanagan.analysis.ErrorProp
 
plusEquals(double) - Method in class flanagan.analysis.ErrorProp
 
plusEquals(Matrix) - Method in class flanagan.math.Matrix
 
plusEquals(ValueErr, double) - Method in class jhplot.math.ValueErr
Add a ValueErr number to this ValueErr number and replace this with the sum using a correlation
plusEquals(ValueErr) - Method in class jhplot.math.ValueErr
Add a ValueErr number to this ValueErr number and replace this with the sum without correlation
plusEquals(double) - Method in class jhplot.math.ValueErr
Add double number to this ValueErr number and replace this with the sum
plusError(int, double) - Method in interface hep.aida.ref.dataset.binner.BinError
Get the plus error on a bin.
plusError(int[]) - Method in interface hep.aida.ref.dataset.binner.Binner
Get the plus error on a bin.
plusError(int[]) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Get the plus error on a bin.
plusError(int, double) - Method in class hep.aida.ref.dataset.binner.EfficiencyBinError
Get the plus error on a bin.
plusError(int, double) - Method in class hep.aida.ref.dataset.binner.GaussianBinError
Get the plus error on a bin.
plusError(int, double) - Method in class hep.aida.ref.dataset.binner.PoissonBinError
Get the plus error on a bin.
plusError(int) - Method in class hep.aida.ref.histogram.binner.BasicBinner1D
 
plusError(int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
plusError(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
plusError(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
plusError(int, int) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
plusError(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
plusError(int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner1D
 
plusError(int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
plusError(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
plusMult(DoubleMatrix1D, DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + B*s<=> A[i] = A[i] + B[i]*s.
plusMult(DoubleMatrix2D, DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = A + B*s <=> A[row,col] = A[row,col] + B[row,col]*s.
plusMult(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a + b*constant.
PlusMult - Class in cern.jet.math
Only for performance tuning of compute intensive linear algebraic computations.
plusMult(double) - Static method in class cern.jet.math.PlusMult
a + b*constant.
plusMult(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexPlusMultFirst
a + b*constant.
plusMult(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexPlusMultSecond
a + b*constant.
plusMult(double) - Static method in class cern.jet.math.tdouble.DoublePlusMultFirst
a + b*constant.
plusMult(double) - Static method in class cern.jet.math.tdouble.DoublePlusMultSecond
a + b*constant.
plusMult(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexPlusMultFirst
a + b*constant.
plusMult(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexPlusMultSecond
a + b*constant.
plusMult(float) - Static method in class cern.jet.math.tfloat.FloatPlusMultFirst
a*constant + b.
plusMult(float) - Static method in class cern.jet.math.tfloat.FloatPlusMultSecond
a + b*constant.
plusMult(int) - Static method in class cern.jet.math.tint.IntPlusMultFirst
a + b*constant.
plusMult(int) - Static method in class cern.jet.math.tint.IntPlusMultSecond
a + b*constant.
plusMult(long) - Static method in class cern.jet.math.tlong.LongPlusMultFirst
a + b*constant.
plusMult(long) - Static method in class cern.jet.math.tlong.LongPlusMultSecond
a + b*constant.
plusMultFirst(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
plusMultFirst(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a * constant + b.
plusMultFirst(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
plusMultFirst(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a * constant + b.
plusMultFirst(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a * constant + b.
plusMultFirst(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a * constant + b.
plusMultSecond(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
plusMultSecond(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a + b*constant.
plusMultSecond(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
plusMultSecond(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a + b*constant.
plusMultSecond(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a + b*constant.
plusMultSecond(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a + b*constant.
plusOne() - Static method in class flanagan.analysis.ErrorProp
 
PND - Class in jhplot
/** A container to hold data points in many dimensions.
PND(String) - Constructor for class jhplot.PND
Construct an empty container with a title
PND(String, boolean, PND) - Constructor for class jhplot.PND
Construct a copy from a PND.
PND(String, String) - Constructor for class jhplot.PND
Construct a container with a title from external file (see the method toFile() how to write such ASCII file)
PND() - Constructor for class jhplot.PND
Construct an empty container with no title
PND_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
PNI - Class in jhplot
/** A container to hold data points in many dimensions.
PNI(String) - Constructor for class jhplot.PNI
Construct an empty container with a title
PNI(String, boolean, PNI) - Constructor for class jhplot.PNI
Construct a copy from a PNI.
PNI(String, String) - Constructor for class jhplot.PNI
Construct a container with a title from external file (see the method toFile() how to write such ASCII file)
PNI() - Constructor for class jhplot.PNI
Construct an empty container with no title
PNI_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
point(int) - Method in class hep.aida.ref.histogram.DataPointSet
 
Poisson - Class in cern.jet.random
Poisson distribution (quick); See the math definition and animated definition.
Poisson(double, RandomEngine) - Constructor for class cern.jet.random.Poisson
Constructs a poisson distribution.
Poisson - Class in cern.jet.random.tdouble
Poisson distribution (quick); See the math definition and animated definition.
Poisson(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Poisson
Constructs a poisson distribution.
poisson(int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the first k terms of the Poisson distribution.
poisson(int, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the sum of the first k terms of the Poisson distribution.
poisson() - Method in class flanagan.analysis.Regression
 
poisson(int, double) - Static method in class flanagan.analysis.Stat
 
Poisson - Class in jhplot.fit
Poisson distribution.
Poisson() - Constructor for class jhplot.fit.Poisson
 
Poisson(String) - Constructor for class jhplot.fit.Poisson
 
Poisson(String[], String[]) - Constructor for class jhplot.fit.Poisson
 
Poisson - Class in jhplot.math.num.pdf
The Poisson distribution.
Poisson() - Constructor for class jhplot.math.num.pdf.Poisson
Default distribution.
Poisson(double) - Constructor for class jhplot.math.num.pdf.Poisson
Create a distribution with the given mean.
Poisson - Class in jhplot.math
Build a Poisson distribution
Poisson(Random, double) - Constructor for class jhplot.math.Poisson
Build a Posson generator
Poisson(double) - Constructor for class jhplot.math.Poisson
Build a Poisson random numbers with a given lambda
Poisson(long, double) - Constructor for class jhplot.math.Poisson
Build a Posson random numbers
PoissonBinError - Class in hep.aida.ref.dataset.binner
This class calculates the error on the bin assuming a Poisson distribution.
PoissonBinError() - Constructor for class hep.aida.ref.dataset.binner.PoissonBinError
 
poissonCDF(int, double) - Static method in class flanagan.analysis.Stat
 
poissonComplemented(int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms k+1 to Infinity of the Poisson distribution.
poissonComplemented(int, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the sum of the terms k+1 to Infinity of the Poisson distribution.
poissonianArray(double, int) - Method in class flanagan.math.PsRandom
 
poissonPDF(int, double) - Static method in class flanagan.analysis.Stat
 
poissonPlot() - Method in class flanagan.analysis.Regression
 
poissonProb(int, double) - Static method in class flanagan.analysis.Stat
 
poissonRand(double, int) - Static method in class flanagan.analysis.Stat
 
poissonRand(double, int, long) - Static method in class flanagan.analysis.Stat
 
PoissonRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Poisson distribution.
PoissonRandomVariable() - Constructor for class jhplot.math.num.random.PoissonRandomVariable
Default constructor.
PoissonRandomVariable(double) - Constructor for class jhplot.math.num.random.PoissonRandomVariable
Create a random variable with the given mean.
PoissonRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.PoissonRandomVariable
Create a random variable with the given parameters.
PoissonSlow - Class in cern.jet.random
Poisson distribution; See the math definition and animated definition.
PoissonSlow(double, RandomEngine) - Constructor for class cern.jet.random.PoissonSlow
Constructs a poisson distribution.
PoissonSlow - Class in cern.jet.random.tdouble
Poisson distribution; See the math definition and animated definition.
PoissonSlow(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.PoissonSlow
Constructs a poisson distribution.
polevl(double, double[], int) - Static method in class cern.jet.math.Polynomial
Evaluates the given polynomial of degree N at x.
polevl(double, double[], int) - Static method in class cern.jet.math.tdouble.Polynomial
Evaluates the given polynomial of degree N at x.
PolyCubicSpline - Class in flanagan.interpolation
 
PolyCubicSpline(Object, Object) - Constructor for class flanagan.interpolation.PolyCubicSpline
 
PolyCubicSplineFast - Class in flanagan.interpolation
 
PolyCubicSplineFast(Object, Object) - Constructor for class flanagan.interpolation.PolyCubicSplineFast
 
POLYGON - Static variable in class jhplot.shapes.HShape
 
Polynomial - Class in cern.jet.math
Polynomial functions.
Polynomial - Class in cern.jet.math.tdouble
Polynomial functions.
polynomial(int) - Method in class flanagan.analysis.Regression
 
polynomialBest(int) - Method in class flanagan.analysis.Regression
 
PolynomialCoreNorm - Class in hep.aida.ref.function
Normalised Polynomial (Pn) distribution in the form: f = (1 + p1*x + p2*x*x + ...
PolynomialCoreNorm(String) - Constructor for class hep.aida.ref.function.PolynomialCoreNorm
 
PolynomialCoreNorm(String, double[]) - Constructor for class hep.aida.ref.function.PolynomialCoreNorm
 
PolynomialCoreNotNorm - Class in hep.aida.ref.function
Not normalised Polynomial (Pn) distribution in the form: f = p0 + p1*x + p2*x*x + ...
PolynomialCoreNotNorm(int, int) - Constructor for class hep.aida.ref.function.PolynomialCoreNotNorm
 
PolynomialCoreNotNorm(int, int, double[]) - Constructor for class hep.aida.ref.function.PolynomialCoreNotNorm
 
PolynomialCoreNotNorm(String) - Constructor for class hep.aida.ref.function.PolynomialCoreNotNorm
 
PolynomialCoreNotNorm(String, double[]) - Constructor for class hep.aida.ref.function.PolynomialCoreNotNorm
 
PolynomialModelFunction - Class in hep.aida.ref.function
 
PolynomialModelFunction(String) - Constructor for class hep.aida.ref.function.PolynomialModelFunction
 
polynomialPlot(int, String, String) - Method in class flanagan.analysis.Regression
 
polynomialPlot(int) - Method in class flanagan.analysis.Regression
 
pooledMean(int, double, int, double) - Static method in class cern.jet.stat.Descriptive
Returns the pooled mean of two data sequences.
pooledMean(int, double, int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the pooled mean of two data sequences.
pooledMean(int, float, int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the pooled mean of two data sequences.
pooledVariance(int, double, int, double) - Static method in class cern.jet.stat.Descriptive
Returns the pooled variance of two data sequences.
pooledVariance(int, double, int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the pooled variance of two data sequences.
pooledVariance(int, float, int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the pooled variance of two data sequences.
Position - Class in jhplot.v3d
 
Position() - Constructor for class jhplot.v3d.Position
 
Position(Position) - Constructor for class jhplot.v3d.Position
 
potentialRoundingError(double) - Static method in class flanagan.interpolation.BiCubicSpline
 
potentialRoundingError(double) - Static method in class flanagan.interpolation.BiCubicSplineFirstDerivative
 
potentialRoundingError(double) - Static method in class flanagan.interpolation.BiCubicSplinePartialDerivative
 
potentialRoundingError(double) - Static method in class flanagan.interpolation.CubicSpline
 
potentialRoundingError(double) - Static method in class flanagan.interpolation.PolyCubicSpline
 
potentialRoundingError(double) - Static method in class flanagan.interpolation.QuadriCubicSpline
 
potentialRoundingError(double) - Static method in class flanagan.interpolation.TriCubicSpline
 
poundToKg(double) - Static method in class flanagan.math.Conv
 
poundToKg(double) - Static method in class flanagan.math.Fmath
 
pow(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = As <=> A[i] = Math.pow(A[i], s).
pow(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = AB <=> A[i] = Math.pow(A[i], B[i]).
pow(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = As <=> A[row,col] = Math.pow(A[row,col], s).
pow(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A = AB <=> A[row,col] = Math.pow(A[row,col], B[row,col]).
pow(DoubleMatrix2D, int) - Method in class cern.colt.matrix.linalg.Algebra
Linear algebraic matrix power; B = Ak <==> B = A*A*...*A.
pow(DoubleMatrix2D, int) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Linear algebraic matrix power; B = Ak <==> B = A*A*...*A.
pow(FloatMatrix2D, int) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Linear algebraic matrix power; B = Ak <==> B = A*A*...*A.
pow - Static variable in class cern.jet.math.Functions
Function that returns Math.pow(a,b).
pow(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.pow(a,b).
pow - Static variable in class cern.jet.math.IntFunctions
Function that returns (int) Math.pow(a,b).
pow(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns (int) Math.pow(a,b).
pow(double[], double) - Static method in class cern.jet.math.tdcomplex.DComplex
 
pow(double, double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
pow(double[], double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
pow - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.pow(a,b).
pow(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns Math.pow(a,b).
pow(float[], float) - Static method in class cern.jet.math.tfcomplex.FComplex
 
pow(float, float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
pow(float[], float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
pow - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.pow(a,b).
pow(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns Math.pow(a,b).
pow - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns (int) Math.pow(a,b).
pow(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns (int) Math.pow(a,b).
pow - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns (long) Math.pow(a,b).
pow(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns (long) Math.pow(a,b).
pow(ErrorProp, double) - Static method in class flanagan.analysis.ErrorProp
 
pow(double, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
pow(ErrorProp, ErrorProp, double) - Static method in class flanagan.analysis.ErrorProp
 
pow(ErrorProp, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
pow(double) - Method in class flanagan.analysis.Stat
 
pow(float) - Method in class flanagan.analysis.Stat
 
pow(long) - Method in class flanagan.analysis.Stat
 
pow(int) - Method in class flanagan.analysis.Stat
 
pow(short) - Method in class flanagan.analysis.Stat
 
pow(byte) - Method in class flanagan.analysis.Stat
 
pow(Double) - Method in class flanagan.analysis.Stat
 
pow(Float) - Method in class flanagan.analysis.Stat
 
pow(Long) - Method in class flanagan.analysis.Stat
 
pow(Integer) - Method in class flanagan.analysis.Stat
 
pow(Short) - Method in class flanagan.analysis.Stat
 
pow(Byte) - Method in class flanagan.analysis.Stat
 
pow(BigInteger) - Method in class flanagan.analysis.Stat
 
pow(BigDecimal) - Method in class flanagan.analysis.Stat
 
pow(int) - Method in class flanagan.math.ArrayMaths
 
pow(double) - Method in class flanagan.math.ArrayMaths
 
pow(float) - Method in class flanagan.math.ArrayMaths
 
pow(long) - Method in class flanagan.math.ArrayMaths
 
pow(short) - Method in class flanagan.math.ArrayMaths
 
pow(byte) - Method in class flanagan.math.ArrayMaths
 
pow(Number) - Method in class flanagan.math.ArrayMaths
 
Pow - Class in jhplot.fit
Power-law distribution.
Pow() - Constructor for class jhplot.fit.Pow
 
Pow(String) - Constructor for class jhplot.fit.Pow
 
Pow(String[], String[]) - Constructor for class jhplot.fit.Pow
 
pow(ValueErr, double) - Static method in class jhplot.math.ValueErr
returns an ValueErr number raised to an error free power
pow(double, ValueErr) - Static method in class jhplot.math.ValueErr
returns an error free number raised to an ValueErr power
pow(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
returns a ValueErr number raised to a ValueErr power with correlation
pow(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
ValueErr number raised to a ValueErr power with no correlation
pow1 - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
pow1(double) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
pow1 - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
pow1(float) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
pow2 - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
pow2(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
pow2 - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
pow2(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
pow3 - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
pow3(double[]) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
pow3 - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
pow3(float[]) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
PowerSeries - Class in jhplot.math.num
This class provides the means to evaluate infinite power series (1).
powerSpectrum() - Method in class flanagan.math.FourierTransform
 
powerSpectrum(String) - Method in class flanagan.math.FourierTransform
 
PowModified - Class in jhplot.fit
Power-law distribution with additional tail suppression.
PowModified() - Constructor for class jhplot.fit.PowModified
 
PowModified(String) - Constructor for class jhplot.fit.PowModified
 
PowModified(String[], String[]) - Constructor for class jhplot.fit.PowModified
 
prand(double) - Static method in class jhpro.stat.limit.LimitCalculatorGui
 
predict(NeuralData) - Method in class jhplot.HNeuralNet
Evaluate data using currenr NN
predict(P0D) - Method in class jhplot.HNeuralNet
Generate prediction for input data
predict(BasicNeuralDataSet) - Method in class jhplot.HNeuralNet
Evaluate data set using currenr NN
predict(PND) - Method in class jhplot.HNeuralNet
Generate predictions for all input data
predict() - Method in class jhplot.HNeuralNet
Generate predictions for the data.
preferredSize() - Method in class jhplot.v3d.Canvas3d
 
prefix - Static variable in class hep.aida.ref.function.FunctionCatalog
 
PREFS_FILENAME - Static variable in class jhplot.HPlotJa
The file where user-selected preferences will be stored.
presentation() - Method in class flanagan.math.TimeAndDate
 
presentation(int) - Method in class flanagan.math.TimeAndDate
 
PrimeFinder - Class in cern.colt.map
Not of interest for users; only for implementors of hashtables.
print(int) - Method in class cern.jet.random.engine.RandomSeedGenerator
Prints the next size generated seeds.
print(int) - Method in class cern.jet.random.tdouble.engine.RandomSeedGenerator
Prints the next size generated seeds.
print(String) - Method in class flanagan.analysis.ErrorProp
 
print() - Method in class flanagan.analysis.ErrorProp
 
print(String, int) - Method in class flanagan.analysis.Regression
 
print(int) - Method in class flanagan.analysis.Regression
 
print(String) - Method in class flanagan.analysis.Regression
 
print() - Method in class flanagan.analysis.Regression
 
print() - Method in class flanagan.math.ArrayMaths
 
print(double[]) - Static method in class flanagan.math.Fmath
 
print(float[]) - Static method in class flanagan.math.Fmath
 
print(int[]) - Static method in class flanagan.math.Fmath
 
print(long[]) - Static method in class flanagan.math.Fmath
 
print(char[]) - Static method in class flanagan.math.Fmath
 
print(String[]) - Static method in class flanagan.math.Fmath
 
print(short[]) - Static method in class flanagan.math.Fmath
 
print(byte[]) - Static method in class flanagan.math.Fmath
 
print(double[][]) - Static method in class flanagan.math.Fmath
 
print(String, int) - Method in class flanagan.math.Maximisation
 
print(int) - Method in class flanagan.math.Maximisation
 
print(String) - Method in class flanagan.math.Maximisation
 
print() - Method in class flanagan.math.Maximisation
 
print(String, int) - Method in class flanagan.math.Minimisation
 
print(int) - Method in class flanagan.math.Minimisation
 
print(String) - Method in class flanagan.math.Minimisation
 
print() - Method in class flanagan.math.Minimisation
 
print() - Method in class hephysics.particle.HEParticle
Print particle
print() - Method in class hephysics.particle.LParticle
Print particle
print() - Method in class jhplot.H1D
Print histogram on screen
print() - Method in class jhplot.HProf1D
Print histogram on screen
print() - Method in class jhplot.jadraw.JaKey
 
print() - Method in class jhplot.jadraw.JaText
 
print(double[]) - Static method in class jhplot.math.ArrayMathUtils
Prints an array to screen.
print(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Prints an array to screen.
print(int[]) - Static method in class jhplot.math.ArrayMathUtils
Prints an array to screen.
print(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Prints an array to screen.
print() - Method in class jhplot.P0D
Print a P0D container.
print() - Method in class jhplot.P0I
Print a P0I container.
print() - Method in class jhplot.P1D
Print a P1D container on the screen
print() - Method in class jhplot.P2D
Print a P2D container on the screen
print() - Method in class jhplot.P3D
Print a P3D container on the screen
print() - Method in class jhplot.PND
Print PND to System.out.
print() - Method in class jhplot.PNI
Print PNI to System.out.
print() - Method in class jhplot.v3d.Vector3d
 
print() - Method in class jminhep.cluster.DataHolder
Print all entries of the data holder
printArray(float[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints an array to the underlying stream.
printArray(double[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints an array to the underlying stream.
printArray(float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints an array to the underlying stream.
printArray(double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints an array to the underlying stream.
printArray(int[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints an array to the underlying stream.
printArray(long[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints an array to the underlying stream.
printBinning() - Method in class hep.aida.ref.function.Grid
 
printComments(String[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints all the comments.
printCoordinate(int[], float[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], double[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], long[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], float[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], double[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], float[], float[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], double[], double[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], float[], float[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], double[], double[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], int[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], long[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[], long[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCoordinate(int[], long[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinate format to the underlying stream.
printCorrelation() - Method in class flanagan.math.FourierTransform
 
printCorrelation(String) - Method in class flanagan.math.FourierTransform
 
printDoubleArray(double[][]) - Static method in class jhplot.math.io.ArrayString
 
printDoubleArray(double[]) - Static method in class jhplot.math.io.ArrayString
 
printDoubleArray(double[][], String, String) - Static method in class jhplot.math.io.ArrayString
 
printDrawOptions() - Method in class jhplot.DrawOptions
print all drawing options
printDrawOptions(PrintStream) - Method in class jhplot.DrawOptions
Get all drawing options as PrintStream
printGraph() - Method in class jhplot.GHPanel
Print the canvas
printGraphSettings() - Method in class jhplot.HPlot
Print the current graph settings to System.out
printGraphSettings(PrintStream) - Method in class jhplot.HPlot
Print the current graph settings to System.out
printIntArray(int[][]) - Static method in class jhplot.math.io.ArrayString
 
printIntArray(int[]) - Static method in class jhplot.math.io.ArrayString
 
printIntArray(int[][], String, String) - Static method in class jhplot.math.io.ArrayString
 
println(String) - Method in class flanagan.analysis.ErrorProp
 
println() - Method in class flanagan.analysis.ErrorProp
 
println() - Method in class flanagan.math.ArrayMaths
 
println(double[]) - Static method in class flanagan.math.Fmath
 
println(float[]) - Static method in class flanagan.math.Fmath
 
println(int[]) - Static method in class flanagan.math.Fmath
 
println(long[]) - Static method in class flanagan.math.Fmath
 
println(char[]) - Static method in class flanagan.math.Fmath
 
println(String[]) - Static method in class flanagan.math.Fmath
 
println(short[]) - Static method in class flanagan.math.Fmath
 
println(byte[]) - Static method in class flanagan.math.Fmath
 
printMatrixInfo(MatrixInfo) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the matrix info
printMatrixSize(MatrixSize, MatrixInfo) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the matrix size
printMatrixSize(MatrixSize) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the matrix size.
printPattern(int[], int[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinates to the underlying stream.
printPattern(int[], int) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinates to the underlying stream.
printPattern(int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinates to the underlying stream.
printPattern(int[]) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the coordinates to the underlying stream.
printPowerSpectrum() - Method in class flanagan.math.FourierTransform
 
printPowerSpectrum(String) - Method in class flanagan.math.FourierTransform
 
printResult() - Method in class hep.aida.ref.fitter.FitResult
 
printShortTime() - Method in class flanagan.math.FourierTransform
 
printShortTime(String) - Method in class flanagan.math.FourierTransform
 
printVectorInfo(VectorInfo) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the vector info
printVectorSize(VectorSize, VectorInfo) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the vector size
printVectorSize(VectorSize) - Method in class cern.colt.matrix.io.MatrixVectorWriter
Prints the vector size.
printVersion() - Static method in class jhplot.JHPlot
jHplot version information
Prism - Class in jhplot.v3d
Build a prism.
Prism(Model3d, Vector3d[], int, Vector3d) - Constructor for class jhplot.v3d.Prism
 
Probability - Class in cern.jet.stat
Custom tailored numerical integration of certain probability distributions.
Probability - Class in cern.jet.stat.tdouble
Custom tailored numerical integration of certain probability distributions.
probability(int) - Method in class jhplot.math.num.pdf.Binomial
The PMF for this distribution.
probability(int) - Method in class jhplot.math.num.pdf.DiscreteDistribution
The PMF for this distribution.
probability(int) - Method in class jhplot.math.num.pdf.Geometric
The PMF for this distribution.
probability(int) - Method in class jhplot.math.num.pdf.Hypergeometric
The PMF for this distribution.
probability(int) - Method in class jhplot.math.num.pdf.NegativeBinomial
The PMF for this distribution.
probability(int) - Method in class jhplot.math.num.pdf.Poisson
The PMF for this distribution.
ProbabilityPlot - Class in flanagan.analysis
 
ProbabilityPlot(double[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Double[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(float[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Float[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(long[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Long[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(int[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Integer[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(short[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Short[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(byte[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Byte[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(BigDecimal[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(BigInteger[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Object[]) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Vector<Object>) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(ArrayList<Object>) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(ArrayMaths) - Constructor for class flanagan.analysis.ProbabilityPlot
 
ProbabilityPlot(Stat) - Constructor for class flanagan.analysis.ProbabilityPlot
 
probabilityValues() - Method in class flanagan.analysis.RankAnalysis
 
probAtn(double, int) - Static method in class flanagan.analysis.Stat
 
process(int) - Method in class jhplot.stat.StatShape
Process event.
process(int) - Method in class jhpro.stat.Moments
Process current event for an integer random variable
process(double) - Method in class jhpro.stat.Moments
Process current event for a double random variable
process(int) - Method in class jhpro.stat.MomentsFac
Process current event for an integer random variable
process(int) - Method in class jhpro.stat.MomentsFacNorm
Process current event for an integer random variable
process(int) - Method in class jhpro.stat.MomentsNorm
Process current event for an integer random variable
product() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the product, which is Prod( x[i] ).
product(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the product, which is Prod( data[i] ).
product(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the product of a data sequence, which is Prod( data[i] ).
product(int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the product, which is Prod( data[i] ).
product(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the product of a data sequence, which is Prod( data[i] ) .
product(int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the product, which is Prod( data[i] ).
product(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the product of a data sequence, which is Prod( data[i] ) .
product() - Method in class flanagan.math.ArrayMaths
 
product() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the product, which is Prod( x[i] ).
product() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the product, which is Prod( x[i] ).
product(double[]) - Static method in class jhplot.math.DoubleArray
Calculates the product of the values in an array.
product(double[][]) - Static method in class jhplot.math.DoubleArray
Calculates the product of the values in each column of a matrix.
product_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
product_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
product_as_byte() - Method in class flanagan.math.ArrayMaths
 
product_as_Byte() - Method in class flanagan.math.ArrayMaths
 
product_as_Complex() - Method in class flanagan.math.ArrayMaths
 
product_as_double() - Method in class flanagan.math.ArrayMaths
 
product_as_Double() - Method in class flanagan.math.ArrayMaths
 
product_as_float() - Method in class flanagan.math.ArrayMaths
 
product_as_Float() - Method in class flanagan.math.ArrayMaths
 
product_as_int() - Method in class flanagan.math.ArrayMaths
 
product_as_Integer() - Method in class flanagan.math.ArrayMaths
 
product_as_long() - Method in class flanagan.math.ArrayMaths
 
product_as_Long() - Method in class flanagan.math.ArrayMaths
 
product_as_Phasor() - Method in class flanagan.math.ArrayMaths
 
product_as_short() - Method in class flanagan.math.ArrayMaths
 
product_as_Short() - Method in class flanagan.math.ArrayMaths
 
product_as_String() - Method in class flanagan.math.ArrayMaths
 
Profile - Class in hep.aida.ref.histogram
 
Profile(String, String, int) - Constructor for class hep.aida.ref.histogram.Profile
Create a new Profile
Profile(String, String, int, String) - Constructor for class hep.aida.ref.histogram.Profile
 
Profile1D - Class in hep.aida.ref.histogram
 
Profile1D() - Constructor for class hep.aida.ref.histogram.Profile1D
Create a 1-dimensional Profile.
Profile1D(String, String, IAxis) - Constructor for class hep.aida.ref.histogram.Profile1D
Create a 1-dimensional Profile.
Profile1D(String, String, IAxis, String) - Constructor for class hep.aida.ref.histogram.Profile1D
 
Profile2D - Class in hep.aida.ref.histogram
 
Profile2D() - Constructor for class hep.aida.ref.histogram.Profile2D
Create a 1-dimensional Profile.
Profile2D(String, String, IAxis, IAxis) - Constructor for class hep.aida.ref.histogram.Profile2D
Create a 1-dimensional Profile.
Profile2D(String, String, IAxis, IAxis, String) - Constructor for class hep.aida.ref.histogram.Profile2D
 
project(IHistogram1D, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram1D, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram1D, IEvaluator, IFilter, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram1D, IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram2D, IEvaluator, IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram2D, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram2D, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram2D, IEvaluator, IEvaluator, IFilter, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram3D, IEvaluator, IEvaluator, IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram3D, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram3D, IEvaluator, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IHistogram3D, IEvaluator, IEvaluator, IEvaluator, IFilter, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud1D, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud1D, IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud1D, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud1D, IEvaluator, IFilter, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud2D, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud2D, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud2D, IEvaluator, IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud2D, IEvaluator, IEvaluator, IFilter, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud3D, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud3D, IEvaluator, IEvaluator, IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud3D, IEvaluator, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(ICloud3D, IEvaluator, IEvaluator, IEvaluator, IFilter, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IProfile1D, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IProfile1D, IEvaluator, IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IProfile1D, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IProfile1D, IEvaluator, IEvaluator, IFilter, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IProfile2D, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IProfile2D, IEvaluator, IEvaluator, IEvaluator, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IProfile2D, IEvaluator, IEvaluator, IEvaluator, IFilter) - Method in class hep.aida.ref.tuple.AbstractTuple
 
project(IProfile2D, IEvaluator, IEvaluator, IEvaluator, IFilter, IEvaluator) - Method in class hep.aida.ref.tuple.AbstractTuple
 
projectionX(String, IHistogram2D) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a projection from a 2D histogram parallel to the X axis.
projectionX() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Create a projection parallel to the X axis.
projectionX() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Create a projection parallel to the X axis.
projectionXY(String, IHistogram3D) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a projection parallel to the X axis from a 3D histogram.
projectionXY() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a projection parallel to the XY plane.
projectionXY() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a projection parallel to the XY plane.
projectionXZ(String, IHistogram3D) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a projection parallel to the Z axis from a 3D histogram.
projectionXZ() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a projection parallel to the XZ plane.
projectionXZ() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a projection parallel to the XZ plane.
projectionY(String, IHistogram2D) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a projection from a 2D histogram parallel to the Y axis.
projectionY() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Create a projection parallel to the Y axis.
projectionY() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Create a projection parallel to the Y axis.
projectionYZ(String, IHistogram3D) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a projection parallel to the Y axis from a 3D histogram.
projectionYZ() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a projection parallel to the YZ plane.
projectionYZ() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a projection parallel to the YZ plane.
property() - Method in class cern.colt.matrix.linalg.Algebra
Returns the property object attached to this Algebra, defining tolerance.
Property - Class in cern.colt.matrix.linalg
Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).
Property(double) - Constructor for class cern.colt.matrix.linalg.Property
Constructs an instance with a tolerance of Math.abs(newTolerance).
property() - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the property object attached to this Algebra, defining tolerance.
property() - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Returns the property object attached to this Algebra, defining tolerance.
property() - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the property object attached to this Algebra, defining tolerance.
property() - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Returns the property object attached to this Algebra, defining tolerance.
proportionPercentage() - Method in class flanagan.analysis.PCA
 
proton_mass_c2 - Static variable in class cern.clhep.PhysicalConstants
 
providesColumnDefaultValues() - Method in class hep.aida.ref.tuple.AbstractTuple
 
providesColumnDefaultValues() - Method in class hep.aida.ref.tuple.ChainedTuple
 
providesColumnDefaultValues() - Method in class hep.aida.ref.tuple.Tuple
 
providesGradient() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
providesGradient() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
providesGradient() - Method in class hep.aida.ref.function.AbstractIFunction
 
providesGradient() - Method in class hep.aida.ref.function.BaseModelFunction
 
providesGradient() - Method in class hep.aida.ref.function.ExponentialCoreNorm
 
providesGradient() - Method in class hep.aida.ref.function.ExponentialCoreNotNorm
 
providesGradient() - Method in class hep.aida.ref.function.FunctionCore
 
providesGradient() - Method in class hep.aida.ref.function.GaussianCore2DNorm
 
providesGradient() - Method in class hep.aida.ref.function.GaussianCore2DNotNorm
 
providesGradient() - Method in class hep.aida.ref.function.GaussianCoreNorm
 
providesGradient() - Method in class hep.aida.ref.function.GaussianCoreNotNorm
 
providesGradient() - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
providesGradient() - Method in class hep.aida.ref.function.JELFunctionCore
 
providesGradient() - Method in class hep.aida.ref.function.LorentzianCoreNotNorm
 
providesGradient() - Method in class hep.aida.ref.function.MoyalCoreNotNorm
 
providesGradient() - Method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
providesGradient() - Method in class hep.aida.ref.function.SumOfFunctions
 
providesNormalization() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
providesNormalization() - Method in class hep.aida.ref.function.AbstractIFunction
 
providesNormalization() - Method in class hep.aida.ref.function.BaseModelFunction
 
providesNormalization() - Method in class hep.aida.ref.function.ExponentialCoreNorm
 
providesNormalization() - Method in class hep.aida.ref.function.ExponentialCoreNotNorm
 
providesNormalization() - Method in class hep.aida.ref.function.FunctionCore
 
providesNormalization() - Method in class hep.aida.ref.function.GaussianCore2DNorm
 
providesNormalization() - Method in class hep.aida.ref.function.GaussianCore2DNotNorm
 
providesNormalization() - Method in class hep.aida.ref.function.GaussianCoreNorm
 
providesNormalization() - Method in class hep.aida.ref.function.GaussianCoreNotNorm
 
providesNormalization() - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
providesNormalization() - Method in class hep.aida.ref.function.JELFunctionCore
 
providesNormalization() - Method in class hep.aida.ref.function.LorentzianCoreNotNorm
 
providesNormalization() - Method in class hep.aida.ref.function.MoyalCoreNotNorm
 
providesNormalization() - Method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
providesParameterGradient() - Method in class hep.aida.ref.function.AbstractIFunction
 
providesParameterGradient() - Method in class hep.aida.ref.function.BaseModelFunction
 
providesParameterGradient() - Method in class hep.aida.ref.function.ExponentialCoreNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.ExponentialCoreNotNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.FunctionCore
 
providesParameterGradient() - Method in class hep.aida.ref.function.GaussianCore2DNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.GaussianCore2DNotNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.GaussianCoreNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.GaussianCoreNotNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.JELFunctionCore
 
providesParameterGradient() - Method in class hep.aida.ref.function.LorentzianCoreNotNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.MoyalCoreNotNorm
 
providesParameterGradient() - Method in class hep.aida.ref.function.PolynomialCoreNotNorm
 
pseudoRapidity() - Method in class hephysics.vec.Hep3Vector
Pseudorapidity.
pseudoRapidity() - Method in class hephysics.vec.HepLorentzVector
Pseudorapidity.
PsRandom - Class in flanagan.math
 
PsRandom() - Constructor for class flanagan.math.PsRandom
 
PsRandom(long) - Constructor for class flanagan.math.PsRandom
 
purification() - Method in class flanagan.math.TimeAndDate
 
purification(int) - Method in class flanagan.math.TimeAndDate
 
put(int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bit at the specified coordinate to the state specified by value.
put(int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bit with index bitIndex to the state specified by value.
put(long[], int, boolean) - Static method in class cern.colt.bitvector.QuickBitVector
Sets the bit with index bitIndex in the bitvector bits to the state specified by value.
put(double, int) - Method in class cern.colt.map.AbstractDoubleIntMap
Associates the given key with the given value.
put(int, double) - Method in class cern.colt.map.AbstractIntDoubleMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.AbstractIntIntMap
Associates the given key with the given value.
put(int, Object) - Method in class cern.colt.map.AbstractIntObjectMap
Associates the given key with the given value.
put(long, Object) - Method in class cern.colt.map.AbstractLongObjectMap
Associates the given key with the given value.
put(double, int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Associates the given key with the given value.
put(int, double) - Method in class cern.colt.map.OpenIntDoubleHashMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.OpenIntIntHashMap
Associates the given key with the given value.
put(int, Object) - Method in class cern.colt.map.OpenIntObjectHashMap
Associates the given key with the given value.
put(long, Object) - Method in class cern.colt.map.OpenLongObjectHashMap
Associates the given key with the given value.
put(double, int) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Associates the given key with the given value.
put(double, long) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Associates the given key with the given value.
put(int, double) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Associates the given key with the given value.
put(long, double) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Associates the given key with the given value.
put(double, int) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Associates the given key with the given value.
put(double, long) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Associates the given key with the given value.
put(int, double) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Associates the given key with the given value.
put(long, double) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Associates the given key with the given value.
put(float, int) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Associates the given key with the given value.
put(float, long) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Associates the given key with the given value.
put(int, float) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Associates the given key with the given value.
put(long, float) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Associates the given key with the given value.
put(float, int) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Associates the given key with the given value.
put(float, long) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Associates the given key with the given value.
put(int, float) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Associates the given key with the given value.
put(long, float) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.tint.AbstractIntIntMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.tint.QuickOpenIntIntHashMap
Associates the given key with the given value.
put(int, long) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Associates the given key with the given value.
put(long, int) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Associates the given key with the given value.
put(long, long) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Associates the given key with the given value.
put(int, long) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Associates the given key with the given value.
put(long, int) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Associates the given key with the given value.
put(long, long) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Associates the given key with the given value.
put(int, Object) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Associates the given key with the given value.
put(long, Object) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Associates the given key with the given value.
put(int, Object) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Associates the given key with the given value.
put(long, Object) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Associates the given key with the given value.
put(int, int, boolean) - Method in class cern.colt.matrix.tbit.BitMatrix
Sets the bit at the specified coordinate to the state specified by value.
put(int, boolean) - Method in class cern.colt.matrix.tbit.BitVector
Sets the bit with index bitIndex to the state specified by value.
put(long[], int, boolean) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Sets the bit with index bitIndex in the bitvector bits to the state specified by value.
putLongFromTo(long, int, int) - Method in class cern.colt.bitvector.BitVector
Sets bits of the receiver from index from to index to to the bits of value.
putLongFromTo(long[], long, int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Sets bits of a bitvector from index from to index to to the bits of value.
putLongFromTo(long, int, int) - Method in class cern.colt.matrix.tbit.BitVector
Sets bits of the receiver from index from to index to to the bits of value.
putLongFromTo(long[], long, int, int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Sets bits of a bitvector from index from to index to to the bits of value.
putQuick(int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bit at the specified coordinate to the state specified by value; WARNING: Does not check preconditions.
putQuick(int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bit with index bitIndex to the state specified by value; WARNING: Does not check preconditions.
putQuick(int, int, boolean) - Method in class cern.colt.matrix.tbit.BitMatrix
Sets the bit at the specified coordinate to the state specified by value; WARNING: Does not check preconditions.
putQuick(int, boolean) - Method in class cern.colt.matrix.tbit.BitVector
Sets the bit with index bitIndex to the state specified by value; WARNING: Does not check preconditions.
pValue(double, int) - Static method in class flanagan.analysis.Stat
 
pwd() - Method in class hep.aida.ref.tree.Tree
Get the path of the current working directory.
pwd() - Method in class jhplot.io.FileAida
Print the current directory
px() - Method in class hephysics.vec.HepLorentzVector
Get X position or (Px,Py,Pz)
PXY_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
PXYZ_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record
 
py() - Method in class hephysics.vec.HepLorentzVector
Get Y position or Py
Pyramid - Class in jhplot.v3d
Build a Pyramid.
Pyramid(Model3d, Vector3d[], int, Vector3d) - Constructor for class jhplot.v3d.Pyramid
 
Pyramid(Model3d, Vector3d[], int, float) - Constructor for class jhplot.v3d.Pyramid
 
pz() - Method in class hephysics.vec.HepLorentzVector
Get Z position ot Pz

Q

q(double, int[], double, LimitCalculatorGui.ExperimentData) - Method in class jhpro.stat.limit.LimitCalculatorGui.myFrame
 
Q_ELECTRON - Static variable in class flanagan.math.Fmath
 
qr(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns the QR-decomposition of the given matrix.
qr(DoubleMatrix2D, int) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Constructs and returns the QR-decomposition of the given matrix.
qr(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns the QR-decomposition of the given matrix.
qr(FloatMatrix2D, int) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Constructs and returns the QR-decomposition of the given matrix.
QR(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
QRDecomposition - Class in cern.colt.matrix.linalg
For an m x n matrix A with m >= n, the QR decomposition is an m x n orthogonal matrix Q and an n x n upper triangular matrix R so that A = Q*R.
QRDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.QRDecomposition
Constructs and returns a new QR decomposition object; computed by Householder reflections; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
QRDecomposition - Class in jhplot.math
QR Decomposition.
QRDecomposition(double[][]) - Constructor for class jhplot.math.QRDecomposition
QR Decomposition, computed by Householder reflections.
QuadriCubicSpline - Class in flanagan.interpolation
 
QuadriCubicSpline(double[], double[], double[], double[], double[][][][]) - Constructor for class flanagan.interpolation.QuadriCubicSpline
 
quality() - Method in class hep.aida.ref.fitter.FitResult
 
quantile(double) - Static method in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.quantile(percentage).
quantile(double) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the exact phi-quantile; that is, the smallest contained element elem for which holds that phi percent of elements are less than elem.
quantile(double) - Method in class cern.hep.aida.bin.QuantileBin1D
Computes and returns the phi-quantile.
quantile(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the phi-quantile; that is, an element elem for which holds that phi percent of data elements are less than elem.
quantile(DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the phi-quantile; that is, an element elem for which holds that phi percent of data elements are less than elem.
quantile(FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the phi-quantile; that is, an element elem for which holds that phi percent of data elements are less than elem.
quantile(double) - Static method in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.quantile(percentage).
quantile(double) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the exact phi-quantile; that is, the smallest contained element elem for which holds that phi percent of elements are less than elem.
quantile(double) - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Computes and returns the phi-quantile.
quantile(float) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the exact phi-quantile; that is, the smallest contained element elem for which holds that phi percent of elements are less than elem.
quantile(float) - Static method in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.quantile(percentage).
quantile(float) - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Computes and returns the phi-quantile.
Quantile1Test - Class in cern.jet.stat.quantile
A class to test the QuantileBin1D code.
Quantile1Test() - Constructor for class cern.jet.stat.quantile.Quantile1Test
 
QuantileBin1D - Class in cern.hep.aida.bin
1-dimensional non-rebinnable bin holding double elements with scalable quantile operations defined upon; Using little main memory, quickly computes approximate quantiles over very large data sequences with and even without a-priori knowledge of the number of elements to be filled; Conceptually a strongly lossily compressed multiset (or bag); Guarantees to respect the worst case approximation error specified upon instance construction.
QuantileBin1D(double) - Constructor for class cern.hep.aida.bin.QuantileBin1D
Equivalent to new QuantileBin1D(false, Long.MAX_VALUE, epsilon, 0.001, 10000, new cern.jet.random.engine.DRand(new java.util.Date()).
QuantileBin1D(boolean, long, double, double, int, RandomEngine) - Constructor for class cern.hep.aida.bin.QuantileBin1D
Equivalent to new QuantileBin1D(known_N, N, epsilon, delta, quantiles, randomGenerator, false, false, 2).
QuantileBin1D(boolean, long, double, double, int, RandomEngine, boolean, boolean, int) - Constructor for class cern.hep.aida.bin.QuantileBin1D
Constructs and returns an empty bin that, under the given constraints, minimizes the amount of memory needed.
QuantileDoubleBin1D - Class in hep.aida.tdouble.bin
1-dimensional non-rebinnable bin holding double elements with scalable quantile operations defined upon; Using little main memory, quickly computes approximate quantiles over very large data sequences with and even without a-priori knowledge of the number of elements to be filled; Conceptually a strongly lossily compressed multiset (or bag); Guarantees to respect the worst case approximation error specified upon instance construction.
QuantileDoubleBin1D(double) - Constructor for class hep.aida.tdouble.bin.QuantileDoubleBin1D
Equivalent to new QuantileBin1D(false, Long.MAX_VALUE, epsilon, 0.001, 10000, new cern.jet.random.engine.DRand(new java.util.Date()) .
QuantileDoubleBin1D(boolean, long, double, double, int, DoubleRandomEngine) - Constructor for class hep.aida.tdouble.bin.QuantileDoubleBin1D
Equivalent to new QuantileBin1D(known_N, N, epsilon, delta, quantiles, randomGenerator, false, false, 2) .
QuantileDoubleBin1D(boolean, long, double, double, int, DoubleRandomEngine, boolean, boolean, int) - Constructor for class hep.aida.tdouble.bin.QuantileDoubleBin1D
Constructs and returns an empty bin that, under the given constraints, minimizes the amount of memory needed.
quantileElements(DoubleArrayList) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Computes the specified quantile elements over the values previously added.
quantileElements(DoubleArrayList) - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Computes the specified quantile elements over the values previously added.
quantileElements(DoubleArrayList) - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Computes the specified quantile elements over the values previously added.
quantileElements(FloatArrayList) - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Computes the specified quantile elements over the values previously added.
QuantileFinderFactory - Class in cern.jet.stat.quantile
Factory constructing exact and approximate quantile finders for both known and unknown N.
QuantileFloatBin1D - Class in hep.aida.tfloat.bin
1-dimensional non-rebinnable bin holding float elements with scalable quantile operations defined upon; Using little main memory, quickly computes approximate quantiles over very large data sequences with and even without a-priori knowledge of the number of elements to be filled; Conceptually a strongly lossily compressed multiset (or bag); Guarantees to respect the worst case approximation error specified upon instance construction.
QuantileFloatBin1D(float) - Constructor for class hep.aida.tfloat.bin.QuantileFloatBin1D
Equivalent to new QuantileBin1D(false, Long.MAX_VALUE, epsilon, 0.001, 10000, new cern.jet.random.engine.DRand(new java.util.Date()) .
QuantileFloatBin1D(boolean, long, float, float, int, FloatRandomEngine) - Constructor for class hep.aida.tfloat.bin.QuantileFloatBin1D
Equivalent to new QuantileBin1D(known_N, N, epsilon, delta, quantiles, randomGenerator, false, false, 2) .
QuantileFloatBin1D(boolean, long, float, float, int, FloatRandomEngine, boolean, boolean, int) - Constructor for class hep.aida.tfloat.bin.QuantileFloatBin1D
Constructs and returns an empty bin that, under the given constraints, minimizes the amount of memory needed.
quantileInverse(double) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns exactly how many percent of the elements contained in the receiver are <= element.
quantileInverse(double) - Method in class cern.hep.aida.bin.QuantileBin1D
Returns how many percent of the elements contained in the receiver are <= element.
quantileInverse(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns how many percent of the elements contained in the receiver are <= element.
quantileInverse(DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns how many percent of the elements contained in the receiver are <= element.
quantileInverse(FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns how many percent of the elements contained in the receiver are <= element.
quantileInverse(double) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns exactly how many percent of the elements contained in the receiver are <= element.
quantileInverse(double) - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Returns how many percent of the elements contained in the receiver are <= element.
quantileInverse(float) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns exactly how many percent of the elements contained in the receiver are <= element.
quantileInverse(float) - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Returns how many percent of the elements contained in the receiver are <= element.
quantiles(DoubleArrayList) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the exact quantiles of the specified percentages.
quantiles(DoubleArrayList) - Method in class cern.hep.aida.bin.QuantileBin1D
Returns the quantiles of the specified percentages.
quantiles(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the quantiles of the specified percentages.
quantiles(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the quantiles of the specified percentages.
quantiles(FloatArrayList, FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the quantiles of the specified percentages.
quantiles(DoubleArrayList) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the exact quantiles of the specified percentages.
quantiles(DoubleArrayList) - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Returns the quantiles of the specified percentages.
quantiles(FloatArrayList) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the exact quantiles of the specified percentages.
quantiles(FloatArrayList) - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Returns the quantiles of the specified percentages.
quartileSkewness() - Method in class flanagan.analysis.Stat
 
quartileSkewness(double[]) - Static method in class flanagan.analysis.Stat
 
quartileSkewness(float[]) - Static method in class flanagan.analysis.Stat
 
quartileSkewness(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
quartileSkewness(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
quartileSkewness(long[]) - Static method in class flanagan.analysis.Stat
 
quartileSkewness(int[]) - Static method in class flanagan.analysis.Stat
 
quartileSkewness_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
quartileSkewness_as_double() - Method in class flanagan.analysis.Stat
 
quartToLitre(double) - Static method in class flanagan.math.Conv
 
quartToLitre(double) - Static method in class flanagan.math.Fmath
 
quartUKtoUS(double) - Static method in class flanagan.math.Conv
 
quartUKtoUS(double) - Static method in class flanagan.math.Fmath
 
quartUStoUK(double) - Static method in class flanagan.math.Conv
 
quartUStoUK(double) - Static method in class flanagan.math.Fmath
 
QuickBitVector - Class in cern.colt.bitvector
Implements quick non polymorphic non bounds checking low level bitvector operations.
QuickBitVector - Class in cern.colt.matrix.tbit
Implements quick non polymorphic non bounds checking low level bitvector operations.
QuickOpenIntIntHashMap - Class in cern.colt.map.tint
Status: Experimental; Do not use for production yet.
QuickOpenIntIntHashMap() - Constructor for class cern.colt.map.tint.QuickOpenIntIntHashMap
Constructs an empty map with default capacity and default load factors.
QuickOpenIntIntHashMap(int) - Constructor for class cern.colt.map.tint.QuickOpenIntIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
QuickOpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.tint.QuickOpenIntIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
quickSort(int, int, IntComparator, Swapper) - Static method in class cern.colt.GenericSorting
Sorts the specified range of elements according to the order induced by the specified comparator.
quickSort() - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
quickSort - Static variable in class cern.colt.matrix.doublealgo.Sorting
A prefabricated quicksort.
quickSort - Static variable in class cern.colt.matrix.objectalgo.Sorting
A prefabricated quicksort.
quickSort - Static variable in class cern.colt.matrix.tdouble.algo.DoubleSorting
A prefabricated quicksort.
quickSort - Static variable in class cern.colt.matrix.tfloat.algo.FloatSorting
A prefabricated quicksort.
quickSort - Static variable in class cern.colt.matrix.tint.algo.IntSorting
A prefabricated quicksort.
quickSort - Static variable in class cern.colt.matrix.tlong.algo.LongSorting
A prefabricated quicksort.
quickSort - Static variable in class cern.colt.matrix.tobject.algo.ObjectSorting
A prefabricated quicksort.
quickSort(byte[], int, int, ByteComparator, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(char[], int, int, CharComparator, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(double[], int, int, DoubleComparator, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(float[], int, int, FloatComparator, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(int[], int, int, IntComparator, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(long[], int, int, LongComparator, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(Object[], int, int, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(Object[], int, int, Comparator, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(short[], int, int, ShortComparator, int) - Static method in class cern.colt.ParallelQuickSort
Multithreaded quicksort.
quickSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(Object[]) - Static method in class cern.colt.Sorting
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
quickSort(Object[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
quickSort(Object[], int, int, Comparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array according to the order induced by the specified comparator.
quickSort(Object[], Comparator) - Static method in class cern.colt.Sorting
Sorts the specified array according to the order induced by the specified comparator.
quickSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.AbstractByteList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, CharComparator) - Method in class cern.colt.list.AbstractCharList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.AbstractDoubleList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.AbstractFloatList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.AbstractIntList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractList
Sorts the specified range of the receiver into ascending order.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.AbstractLongList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, ShortComparator) - Method in class cern.colt.list.AbstractShortList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending order (false < true).
quickSortFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
quickSortFromTo(int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Sorts the specified range of the receiver into ascending order ( false < true).
quickSortFromTo(int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.tbyte.AbstractByteList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, CharComparator) - Method in class cern.colt.list.tchar.AbstractCharList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.tfloat.AbstractFloatList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.tint.AbstractIntList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.tint.AbstractIntList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.tlong.AbstractLongList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
quickSortFromTo(int, int, Comparator) - Method in class cern.colt.list.tobject.ObjectArrayList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, ShortComparator) - Method in class cern.colt.list.tshort.AbstractShortList
Sorts the receiver according to the order induced by the specified comparator.
quit() - Method in class jhplot.HChart
Quit the frame
quit() - Method in class jhplot.HGraph
 
quit() - Method in class jhplot.HPlot
Quit the canvas (and dispose all components) Note: a memory leak is found - no time to study it.
quit() - Method in class jhplot.HPlot2D
Quit the canvas (and dispose all components) Note: a memory leak is found - no time to study it.
quit() - Method in class jhplot.HPlot3D
exit the frame and clear all components
quit() - Method in class jhplot.HPlot3DP
 
quit() - Method in class jhplot.HView3D
 

R

R_GAS - Static variable in class flanagan.math.Fmath
 
rad - Static variable in class cern.clhep.Units
 
radialFrequencyToFrequency(double) - Static method in class flanagan.math.Conv
 
radialFrequencyToFrequency(double) - Static method in class flanagan.math.Fmath
 
radian - Static variable in class cern.clhep.Units
 
radToDeg(double) - Static method in class flanagan.math.Conv
 
radToDeg(double) - Static method in class flanagan.math.Fmath
 
raise(double[], double) - Static method in class jhplot.math.LinearAlgebra
Raise each element of an array to a scalar power.
raise(double[][], double) - Static method in class jhplot.math.LinearAlgebra
Raise each element of a matrix to a scalar power
raiseElementsToPower(double[], double) - Static method in class flanagan.math.Fmath
 
raiseElementsToPower(double[], int) - Static method in class flanagan.math.Fmath
 
raiseElementsToPower(float[], float) - Static method in class flanagan.math.Fmath
 
raiseElementsToPower(float[], int) - Static method in class flanagan.math.Fmath
 
rand() - Static method in class jhplot.math.Random
Generate a random number between 0 and 1.
RandEngine - Static variable in class jhplot.math.Random
 
randInt(int, int) - Static method in class jhplot.math.Random
Generate a random integer.
random(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tint.IntFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tlong.LongFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random() - Static method in class cern.jet.math.Functions
Constructs a function that returns a new uniform random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
random() - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
random() - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
random() - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a new uniform random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
random() - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
random() - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a new uniform random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
random() - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a 32 bit uniformly distributed random number in the closed longerval [Int.MIN_VALUE,Int.MAX_VALUE] (including Int.MIN_VALUE and Int.MAX_VALUE).
random() - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a 32 bit uniformly distributed random number in the closed longerval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
random(int, boolean, double, String) - Static method in class cern.jet.random.Benchmark
Benchmarks all subclasses
random(int, int, int) - Static method in class jhplot.bsom.Matrix
Make a standard Gaussian random Matrix.
random(int, int) - Static method in class jhplot.bsom.Matrix
Same as random(row, col, 1).
random(int, int) - Static method in class jhplot.math.DoubleArray
Generates an m x n matrix of random numbers uniformly distributed between 0 and 1.
random(int) - Static method in class jhplot.math.DoubleArray
Generates an m element array of random numbers uniformly distributed between 0 and 1.
random(int, int, double, double) - Static method in class jhplot.math.DoubleArray
Generates an mxn matrix of random numbers uniformly distributed between min and max.
random(int, double, double) - Static method in class jhplot.math.DoubleArray
Generates an m element array of random numbers uniformly distributed between min and max.
random(int, int, double[], double[]) - Static method in class jhplot.math.DoubleArray
Generates an m x n matrix of random numbers uniformly distributed numbers.
Random - Class in jhplot.math
BSD License
Random() - Constructor for class jhplot.math.Random
 
random(int, AbstractDistribution) - Method in class jhplot.P0D
Fill array with random numbers Random generators are taken from cern.jet.random.*.
random(int, AbstractDistribution) - Method in class jhplot.P0I
Fill array with random numbers
randomBeta(int, int, double, double) - Static method in class jhplot.math.StatisticSample
Random beata distribution
randomBeta(int, double, double) - Static method in class jhplot.math.StatisticSample
1D Random Beta distribution
randomCauchy(int, int, double, double) - Static method in class jhplot.math.StatisticSample
2D Cauchy PDF
randomCauchy(int, double, double) - Static method in class jhplot.math.StatisticSample
1D Cauchy PDF
randomChi2(int, int, int) - Static method in class jhplot.math.StatisticSample
2D array with Chi2
randomChi2(int, int) - Static method in class jhplot.math.StatisticSample
1D array with random numbers
randomDirac(int, int, double[], double[]) - Static method in class jhplot.math.StatisticSample
2D array with Dirac random values
randomDirac(int, double[], double[]) - Static method in class jhplot.math.StatisticSample
1D array with Dirac random values
randomDoubleArray(int, int, AbstractDistribution) - Method in class jhplot.math.StatisticSample
Build 2D integer array list with integer numbers from input random number generator
randomDoubleArrayList(int, AbstractDistribution) - Method in class jhplot.math.StatisticSample
Build double array list with integer numbers from input random number generator
RandomEngine - Class in cern.jet.random.engine
Abstract base class for uniform pseudo-random number generating engines.
randomExponential(int, int, double) - Static method in class jhplot.math.StatisticSample
2D array with exponential random distribution
randomExponential(int, double) - Static method in class jhplot.math.StatisticSample
1D array with exponential numbers
RandomGenerator - Interface in cern.jet.random.engine
Interface for uniform pseudo-random number generators.
RandomGenerator - Interface in cern.jet.random.tdouble.engine
Interface for uniform pseudo-random number generators.
randomInstance(int, boolean, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
generates random numbers from
randomInt(int, int, int, int) - Static method in class jhplot.math.StatisticSample
Random 2D array with integers
randomInt(int, int, int) - Static method in class jhplot.math.StatisticSample
Random array with integers
randomIntArray(int, Binomial) - Method in class jhplot.math.StatisticSample
Build integer array list with integer numbers from input random number generator
randomIntArray(int, int, AbstractDistribution) - Method in class jhplot.math.StatisticSample
Build 2D integer array list with integer numbers from input random number generator
randomIntArrayList(int, AbstractDistribution) - Method in class jhplot.math.StatisticSample
Build integer array list with integer numbers from input random number generator
randomise() - Method in class flanagan.analysis.Stat
 
randomise() - Method in class flanagan.math.ArrayMaths
 
randomize() - Method in class flanagan.analysis.Stat
 
randomize() - Method in class flanagan.math.ArrayMaths
 
randomLogNormal(int, int, double, double) - Static method in class jhplot.math.StatisticSample
2D Log-normal distribution
randomLogNormal(int, double, double) - Static method in class jhplot.math.StatisticSample
1D array with random Log-normal values
randomNormal(int, int, double, double) - Static method in class jhplot.math.StatisticSample
2D array with Gaussian numbers
randomNormal(int, double, double) - Static method in class jhplot.math.StatisticSample
1D array with Gaussian numbers
randomNormal(int, double, double) - Method in class jhplot.P0D
Fill with random numbers distributed using the normal (gaussian) distribution.
randomNormal(int, double, double) - Method in class jhplot.P0I
Fill with random numbers distributed using the normal (gaussian) distribution.
randomPoisson(int, double) - Static method in class jhplot.math.StatisticSample
Build an array with Poisson distribution
randomRejection(int, int, ParseFunction, double, double, double) - Static method in class jhplot.math.StatisticSample
Build 2D random array using analytic function.
randomRejection(int, ParseFunction, double, double, double) - Static method in class jhplot.math.StatisticSample
Build 1D array using analytic function.
RandomRNG - Class in jhplot.math.num.random
A random number generator that delegates random number generation to a Random object.
RandomRNG() - Constructor for class jhplot.math.num.random.RandomRNG
Create a random number generator using a default Random delegate.
RandomRNG(long) - Constructor for class jhplot.math.num.random.RandomRNG
Create a random number generator using a Random delegate initialized with the given seed.
RandomRNG(Random) - Constructor for class jhplot.math.num.random.RandomRNG
Create a random number generator using the given Random delegate.
RandomSampler - Class in cern.jet.random.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).
RandomSampler(long, long, long, RandomEngine) - Constructor for class cern.jet.random.sampling.RandomSampler
Constructs a random sampler that computes and delivers sorted random sets in blocks.
RandomSamplingAssistant - Class in cern.jet.random.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).
RandomSamplingAssistant(long, long, RandomEngine) - Constructor for class cern.jet.random.sampling.RandomSamplingAssistant
Constructs a random sampler that samples n random elements from an input sequence of N elements.
RandomSeedGenerator - Class in cern.jet.random.engine
Deterministic seed generator for pseudo-random number generators.
RandomSeedGenerator() - Constructor for class cern.jet.random.engine.RandomSeedGenerator
Constructs and returns a new seed generator.
RandomSeedGenerator(int, int) - Constructor for class cern.jet.random.engine.RandomSeedGenerator
Constructs and returns a new seed generator; you normally won't need to use this method.
RandomSeedGenerator - Class in cern.jet.random.tdouble.engine
Deterministic seed generator for pseudo-random number generators.
RandomSeedGenerator() - Constructor for class cern.jet.random.tdouble.engine.RandomSeedGenerator
Constructs and returns a new seed generator.
RandomSeedGenerator(int, int) - Constructor for class cern.jet.random.tdouble.engine.RandomSeedGenerator
Constructs and returns a new seed generator; you normally won't need to use this method.
RandomSeedTable - Class in cern.jet.random.engine
(Seemingly gigantic) table of good seeds for pseudo-random number generators.
RandomSeedTable - Class in cern.jet.random.tdouble.engine
(Seemingly gigantic) table of good seeds for pseudo-random number generators.
randomTriangular(int, int, double, double) - Static method in class jhplot.math.StatisticSample
2D array for Triangular random PDF
randomTriangular(int, double, double) - Static method in class jhplot.math.StatisticSample
1D array with Triangular random PDF
randomTriangular(int, int, double, double, double) - Static method in class jhplot.math.StatisticSample
2D array for Triangular
randomTriangular(int, double, double, double) - Static method in class jhplot.math.StatisticSample
1D array for Triangular
randomUniform(int, double, double) - Method in class jhplot.P0D
Fill with with uniform random numbers between min and max.
randomUniform(int, Integer, Integer) - Method in class jhplot.P0I
Fill with with uniform random numbers between min and max.
randomWeibull(int, int, double, double) - Static method in class jhplot.math.StatisticSample
2D Weibull
randomWeibull(int, double, double) - Static method in class jhplot.math.StatisticSample
1D Weibull
randUniform(int, double, double) - Static method in class jhplot.math.StatisticSample
2D array with uniform values
randUniform(int, int, double, double) - Static method in class jhplot.math.StatisticSample
2D array with random uniform values
range() - Method in class flanagan.math.Matrix
 
range(int) - Method in class hep.aida.ref.fitter.fitdata.FitData
 
Range - Class in hep.aida.ref.function
Implementation of IRange.
Range() - Constructor for class hep.aida.ref.function.Range
Creates a new instance of Range.
Range(double, double) - Constructor for class hep.aida.ref.function.Range
Creates a new instance of Range with type INCLUDE_BOUNDS.
Range(double, double, int) - Constructor for class hep.aida.ref.function.Range
Creates a new instance of Range.
range(double, double, double) - Static method in class jhplot.math.ArrayMathUtils
Generates an array going for a to b with steps of size step.
range(double, double) - Static method in class jhplot.math.ArrayMathUtils
Generates an array going for a to b inclusively with steps of size 1.
range(double[]) - Static method in class jhplot.math.ArrayMathUtils
returns the difference between the max and the min element
range(double) - Static method in class jhplot.math.ArrayMathUtils
Generates an array going for 0 to b with steps of size 1.
range(int, int) - Static method in class jhplot.math.ArrayMathUtils
Generates an array going for a to b with steps of size 1.
range(int) - Static method in class jhplot.math.ArrayMathUtils
Generates an array going for 0 to b with steps of size 1.
range(int, int, int) - Static method in class jhplot.math.ArrayMathUtils
Generates an array going for a to b with steps of size step.
range(int, int) - Method in class jhplot.P0D
Get range between min and max
range(int, int) - Method in class jhplot.P0I
Get range between min and max
range(int, int) - Method in class jhplot.P1D
Construct P1D in the range between Min and Max indeces.
range(int, double, double) - Method in class jhplot.P1D
Construct P1D in the range between Min and Max.
RANGE_CHANGED - Static variable in class hep.aida.ref.function.FunctionChangedEvent
 
RangeSet - Class in hep.aida.ref.function
This class handles multiple ranges along one axis.
RangeSet() - Constructor for class hep.aida.ref.function.RangeSet
Creates RangeSet with (-infinity, +infinity) valid interval, borders excluded
RangeSet(double, double) - Constructor for class hep.aida.ref.function.RangeSet
 
RangeSet(double[], double[]) - Constructor for class hep.aida.ref.function.RangeSet
 
RangeSet(String) - Constructor for class hep.aida.ref.function.RangeSet
Create a RangeSet from a String.
RangeSetFilter - Class in hep.aida.ref.fitter.fitdata
 
RangeSetFilter(IRangeSet[]) - Constructor for class hep.aida.ref.fitter.fitdata.RangeSetFilter
 
rank(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the effective numerical rank of matrix A, obtained from Singular Value Decomposition.
rank() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rank() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rank(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the effective numerical rank of matrix A, obtained from Singular Value Decomposition.
rank() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rank(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the effective numerical rank of matrix A, obtained from Singular Value Decomposition.
rank(double) - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns the rank of a given element within the sorted sequence of the receiver.
rank(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
rank() - Method in class jhplot.math.SingularValueDecomposition
Effective numerical matrix rank
RankAnalysis - Class in flanagan.analysis
 
RankAnalysis(double[][], double[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(float[][], float[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(long[][], long[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(int[][], int[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(BigDecimal[][], BigDecimal[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(BigInteger[][], BigInteger[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(ArrayMaths[], ArrayMaths[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(ArrayList<Object>[], ArrayList<Object>[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Vector<Object>[], Vector<Object>[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Matrix, Matrix) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(double[][], double[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(float[][], float[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(long[][], long[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(int[][], int[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(BigDecimal[][], BigDecimal[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(BigInteger[][], BigInteger[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(ArrayMaths[], ArrayMaths) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(ArrayList<Object>[], ArrayList<Object>) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Vector<Object>[], Vector<Object>) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Scores) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Cronbach) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(PCA) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(double[][], double) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(float[][], float) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(long[][], long) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(int[][], int) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(BigDecimal[][], BigDecimal) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(BigInteger[][], BigInteger) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(ArrayMaths[], double) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(ArrayList<Object>[], double) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Vector<Object>[], double) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Matrix, double) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(double[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(float[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(long[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(int[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(BigDecimal[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(BigInteger[][]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(ArrayMaths[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(ArrayList<Object>[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Vector<Object>[]) - Constructor for class flanagan.analysis.RankAnalysis
 
RankAnalysis(Matrix) - Constructor for class flanagan.analysis.RankAnalysis
 
rankInterpolated(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the linearly interpolated number of elements in a list less or equal to a given element.
rankInterpolated(DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the linearly interpolated number of elements in a list less or equal to a given element.
rankInterpolated(FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the linearly interpolated number of elements in a list less or equal to a given element.
rapidity() - Method in class hephysics.vec.Hep3Vector
Rapidity.
rapidity() - Method in class hephysics.vec.HepLorentzVector
Rapidity.
raw() - Method in class cern.jet.random.engine.MersenneTwister64
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in class cern.jet.random.tdouble.engine.MersenneTwister64
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in interface cern.jet.random.tdouble.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in class cern.jet.random.tfloat.engine.FloatRandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Static method in class jhplot.math.Random
Generate a random number between 0 and 1.
rawAllResponsesMaximum() - Method in class flanagan.analysis.Scores
 
rawAllResponsesMean() - Method in class flanagan.analysis.Scores
 
rawAllResponsesMinimum() - Method in class flanagan.analysis.Scores
 
rawAllResponsesRange() - Method in class flanagan.analysis.Scores
 
rawAllResponsesStandardDeviation() - Method in class flanagan.analysis.Scores
 
rawAllResponsesTotal() - Method in class flanagan.analysis.Scores
 
rawAllResponsesVariance() - Method in class flanagan.analysis.Scores
 
rawAlpha() - Method in class flanagan.analysis.Cronbach
 
rawAverageCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
rawAverageCorrelationCoefficientsWithTotals() - Method in class flanagan.analysis.Scores
 
rawCorrelationCoefficient(String, String) - Method in class flanagan.analysis.Scores
 
rawCorrelationCoefficient(int, int) - Method in class flanagan.analysis.Scores
 
rawCorrelationCoefficient(String) - Method in class flanagan.analysis.Scores
 
rawCorrelationCoefficient(int) - Method in class flanagan.analysis.Scores
 
rawCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
rawCovariance(String, String) - Method in class flanagan.analysis.Scores
 
rawCovariance(int, int) - Method in class flanagan.analysis.Scores
 
rawCovariance(String) - Method in class flanagan.analysis.Scores
 
rawCovariance(int) - Method in class flanagan.analysis.Scores
 
rawCovariances() - Method in class flanagan.analysis.Scores
 
rawItemItemPlot(String, String) - Method in class flanagan.analysis.Scores
 
rawItemItemPlot(int, int) - Method in class flanagan.analysis.Scores
 
rawItemMaxima() - Method in class flanagan.analysis.Scores
 
rawItemMaximum(int) - Method in class flanagan.analysis.Scores
 
rawItemMean(String) - Method in class flanagan.analysis.Scores
 
rawItemMean(int) - Method in class flanagan.analysis.Scores
 
rawItemMeans() - Method in class flanagan.analysis.Scores
 
rawItemMeansPlot(String) - Method in class flanagan.analysis.Scores
 
rawItemMeansPlot(int) - Method in class flanagan.analysis.Scores
 
rawItemMedian(String) - Method in class flanagan.analysis.Scores
 
rawItemMedian(int) - Method in class flanagan.analysis.Scores
 
rawItemMedians() - Method in class flanagan.analysis.Scores
 
rawItemMinima() - Method in class flanagan.analysis.Scores
 
rawItemMinimum(int) - Method in class flanagan.analysis.Scores
 
rawItemRange(int) - Method in class flanagan.analysis.Scores
 
rawItemRanges() - Method in class flanagan.analysis.Scores
 
rawItemStandardDeviation(String) - Method in class flanagan.analysis.Scores
 
rawItemStandardDeviation(int) - Method in class flanagan.analysis.Scores
 
rawItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
rawItemTotal(String) - Method in class flanagan.analysis.Scores
 
rawItemTotal(int) - Method in class flanagan.analysis.Scores
 
rawItemTotals() - Method in class flanagan.analysis.Scores
 
rawItemVariance(String) - Method in class flanagan.analysis.Scores
 
rawItemVariance(int) - Method in class flanagan.analysis.Scores
 
rawItemVariances() - Method in class flanagan.analysis.Scores
 
rawMaximumOfItemMaxima() - Method in class flanagan.analysis.Scores
 
rawMaximumOfItemMeans() - Method in class flanagan.analysis.Scores
 
rawMaximumOfItemMedians() - Method in class flanagan.analysis.Scores
 
rawMaximumOfItemMinima() - Method in class flanagan.analysis.Scores
 
rawMaximumOfItemRanges() - Method in class flanagan.analysis.Scores
 
rawMaximumOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
rawMaximumOfItemTotals() - Method in class flanagan.analysis.Scores
 
rawMaximumOfItemVariances() - Method in class flanagan.analysis.Scores
 
rawMeanOfItemMaxima() - Method in class flanagan.analysis.Scores
 
rawMeanOfItemMeans() - Method in class flanagan.analysis.Scores
 
rawMeanOfItemMedians() - Method in class flanagan.analysis.Scores
 
rawMeanOfItemMinima() - Method in class flanagan.analysis.Scores
 
rawMeanOfItemRanges() - Method in class flanagan.analysis.Scores
 
rawMeanOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
rawMeanOfItemTotals() - Method in class flanagan.analysis.Scores
 
rawMeanOfItemVariances() - Method in class flanagan.analysis.Scores
 
rawMinimumOfItemMaxima() - Method in class flanagan.analysis.Scores
 
rawMinimumOfItemMeans() - Method in class flanagan.analysis.Scores
 
rawMinimumOfItemMedians() - Method in class flanagan.analysis.Scores
 
rawMinimumOfItemMinima() - Method in class flanagan.analysis.Scores
 
rawMinimumOfItemRanges() - Method in class flanagan.analysis.Scores
 
rawMinimumOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
rawMinimumOfItemTotals() - Method in class flanagan.analysis.Scores
 
rawMinimumOfItemVariances() - Method in class flanagan.analysis.Scores
 
rawPersonMaxima() - Method in class flanagan.analysis.Scores
 
rawPersonMaximum(int) - Method in class flanagan.analysis.Scores
 
rawPersonMean(int) - Method in class flanagan.analysis.Scores
 
rawPersonMeans() - Method in class flanagan.analysis.Scores
 
rawPersonMinima() - Method in class flanagan.analysis.Scores
 
rawPersonMinimum(int) - Method in class flanagan.analysis.Scores
 
rawPersonRange(int) - Method in class flanagan.analysis.Scores
 
rawPersonRanges() - Method in class flanagan.analysis.Scores
 
rawPersonStandardDeviation(int) - Method in class flanagan.analysis.Scores
 
rawPersonStandardDeviations() - Method in class flanagan.analysis.Scores
 
rawPersonTotal(int) - Method in class flanagan.analysis.Scores
 
rawPersonTotals() - Method in class flanagan.analysis.Scores
 
rawPersonVariance(int) - Method in class flanagan.analysis.Scores
 
rawPersonVariances() - Method in class flanagan.analysis.Scores
 
rawRangeOfItemMaxima() - Method in class flanagan.analysis.Scores
 
rawRangeOfItemMeans() - Method in class flanagan.analysis.Scores
 
rawRangeOfItemMedians() - Method in class flanagan.analysis.Scores
 
rawRangeOfItemMinima() - Method in class flanagan.analysis.Scores
 
rawRangeOfItemRanges() - Method in class flanagan.analysis.Scores
 
rawRangeOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
rawRangeOfItemTotals() - Method in class flanagan.analysis.Scores
 
rawRangeOfItemVariances() - Method in class flanagan.analysis.Scores
 
rawStanadarDeviationOfItemMaxima() - Method in class flanagan.analysis.Scores
 
rawStanadarDeviationOfItemMedians() - Method in class flanagan.analysis.Scores
 
rawStanadarDeviationOfItemMinima() - Method in class flanagan.analysis.Scores
 
rawStanadarDeviationOfItemRanges() - Method in class flanagan.analysis.Scores
 
rawStanadarDeviationOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
rawStanadarDeviationOfItemTotals() - Method in class flanagan.analysis.Scores
 
rawStanadarDeviationOfItemVariances() - Method in class flanagan.analysis.Scores
 
rawStandardDeviationCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
rawStandardDeviationCorrelationCoefficientsWithTotals() - Method in class flanagan.analysis.Scores
 
rawStandardDeviationOfItemMeans() - Method in class flanagan.analysis.Scores
 
rawVarianceOfItemMaxima() - Method in class flanagan.analysis.Scores
 
rawVarianceOfItemMeans() - Method in class flanagan.analysis.Scores
 
rawVarianceOfItemMedians() - Method in class flanagan.analysis.Scores
 
rawVarianceOfItemMinima() - Method in class flanagan.analysis.Scores
 
rawVarianceOfItemRanges() - Method in class flanagan.analysis.Scores
 
rawVarianceOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
rawVarianceOfItemTotals() - Method in class flanagan.analysis.Scores
 
rawVarianceOfItemVariances() - Method in class flanagan.analysis.Scores
 
rawVarimaxRotation(int) - Method in class flanagan.analysis.PCA
 
rawVarimaxRotation(double[][]) - Static method in class flanagan.analysis.PCA
 
rawVarimaxRotation(double[][], double, int) - Static method in class flanagan.analysis.PCA
 
rayleigh() - Method in class flanagan.analysis.Regression
 
rayleigh(double, double) - Static method in class flanagan.analysis.Stat
 
Rayleigh - Class in jhplot.math.num.pdf
The Rayleigh distribution.
Rayleigh() - Constructor for class jhplot.math.num.pdf.Rayleigh
Default constructor.
Rayleigh(double) - Constructor for class jhplot.math.num.pdf.Rayleigh
Create a distribution with the scale parameter.
rayleighArray(double, int) - Method in class flanagan.math.PsRandom
 
rayleighBeta() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighBetaError() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighCDF(double, double) - Static method in class flanagan.analysis.Stat
 
rayleighCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
rayleighCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighInverseCDF(double, double) - Static method in class flanagan.analysis.Stat
 
rayleighMean(double) - Static method in class flanagan.analysis.Stat
 
rayleighMedian(double) - Static method in class flanagan.analysis.Stat
 
rayleighMode(double) - Static method in class flanagan.analysis.Stat
 
rayleighOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighOrderStatisticMedians(double, int) - Static method in class flanagan.analysis.Stat
 
rayleighPDF(double, double) - Static method in class flanagan.analysis.Stat
 
rayleighPlot() - Method in class flanagan.analysis.Regression
 
rayleighProb(double, double) - Static method in class flanagan.analysis.Stat
 
rayleighProb(double, double, double) - Static method in class flanagan.analysis.Stat
 
rayleighProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
rayleighRand(double, int) - Static method in class flanagan.analysis.Stat
 
rayleighRand(double, int, long) - Static method in class flanagan.analysis.Stat
 
RayleighRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Rayleigh distribution.
RayleighRandomVariable() - Constructor for class jhplot.math.num.random.RayleighRandomVariable
Default constructor.
RayleighRandomVariable(double) - Constructor for class jhplot.math.num.random.RayleighRandomVariable
Create a random variable with the given mean.
RayleighRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.RayleighRandomVariable
Create a random variable with the given parameters.
rayleighStandardDeviation(double) - Static method in class flanagan.analysis.Stat
 
rayleighStandDev(double) - Static method in class flanagan.analysis.Stat
 
rayleighSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
RCDoubleMatrix2D - Class in cern.colt.matrix.impl
Sparse row-compressed 2-d matrix holding double elements.
RCDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.RCDoubleMatrix2D
Constructs a matrix with a copy of the given values.
RCDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.RCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
read(String) - Method in class jhplot.HBook
Read external XML file with all objects (H1D, H2D, P1D)
read(String, String) - Method in class jhplot.HNeuralNet
Read a neural net from a file.
read(String) - Method in class jhplot.HPlot
Read HPlot file and inserts graphs to the main frame.
read() - Method in class jhplot.io.EFile
Read next event
read(int) - Method in class jhplot.io.EFile
Get object from a file using its index.
read() - Method in class jhplot.io.HFile
Get object from a file.
read() - Method in class jhplot.io.HFileXML
Get object from a file.
read(String) - Method in class jhplot.io.PFile
Get object from a file using its name.
read() - Method in class jhplot.io.PFile
Read next object
read(int) - Method in class jhplot.io.PFile
Get object from a file using its index.
read(String, boolean) - Static method in class jhplot.io.Serialized
Read an object from a serialized file
read(String) - Static method in class jhplot.io.Serialized
Read an object from a serialized file.
read(File) - Static method in class jhplot.math.io.ASCIIFile
 
read() - Method in class jhplot.math.io.ASCIIFile
Read an ASCII File
read() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
read(byte[], int, int) - Method in class jhplot.math.io.LEDataInputStream
 
read(byte[], int, int) - Method in class jhplot.math.io.LERandomAccessFile
 
read(byte[]) - Method in class jhplot.math.io.LERandomAccessFile
 
read() - Method in class jhplot.math.io.LERandomAccessFile
 
read(String) - Method in class jhplot.P0D
Read one dimensional data from uncompressed ASCII file.
read(String) - Method in class jhplot.P0I
Read one dimensional data from uncompressed ASCII file.
read(BufferedReader) - Method in class jhplot.P1D
Read data using 10-column format.
read(URL) - Method in class jhplot.P1D
Read data from URL.
read(String) - Method in class jhplot.P1D
Read P1D from a file.
read(String) - Method in class jhplot.P2D
Read P2D from a file.
read(String) - Method in class jhplot.P3D
Read P3D from a file.
read(String) - Method in class jhplot.PND
Read the data from external file.
read(String) - Method in class jhplot.PNI
Read the data from external file.
read(String) - Method in class jhplot.SPlot
Read a XML file and build a plot
read(File) - Method in class jhplot.SPlot
Read a XML file and build a plot
read(String) - Method in class jminhep.cluster.DataHolder
Reads the input data from the ARFF file and stores in the data holder
readAll() - Method in class jhplot.io.csv.CSVReader
Reads the entire file into a List with each element being a String[] of tokens.
readArray(double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data
readArray(float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data
readArray(int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data
readArray(long[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data
readArray(double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data.
readArray(float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data.
readArraySize() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of an array matrix.
readBinary(String) - Method in class jhplot.P0D
Read a P0D from a binary file (big endian by default).
readBinary(String) - Method in class jhplot.P0I
Read a P0I from a binary file (big endian by default).
readBoolean() - Method in class jhplot.math.io.LEDataInputStream
 
readBoolean() - Method in class jhplot.math.io.LERandomAccessFile
 
readByte() - Method in class jhplot.math.io.BinaryFile
Read a binary File
readByte() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
readByte() - Method in class jhplot.math.io.LEDataInputStream
 
readByte() - Method in class jhplot.math.io.LERandomAccessFile
 
readByteArray() - Method in class jhplot.math.io.BinaryFile
Read a binary File
readByteArray() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
readChar() - Method in class jhplot.math.io.LEDataInputStream
 
readChar() - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.readChar except little endian.
readComments() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads all the comments (lines starting with '%').
readCoordinate(int[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector
readCoordinate(int[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector
readCoordinate(int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector
readCoordinate(int[], long[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector
readCoordinate(int[], float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector.
readCoordinate(int[], double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector.
readCoordinate(int[], int[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix
readCoordinate(int[], int[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix
readCoordinate(int[], int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix
readCoordinate(int[], int[], long[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix
readCoordinate(int[], int[], double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix.
readCoordinate(int[], int[], float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix.
readCoordinateSize() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a coordinate matrix.
readDouble() - Method in class jhplot.math.io.BinaryFile
Read a binary File
readDouble() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
readDouble() - Method in class jhplot.math.io.LEDataInputStream
 
readDouble() - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.readDouble except little endian.
readDouble1DArray(File) - Static method in class jhplot.math.io.ASCIIFile
 
readDoubleArray(File) - Static method in class jhplot.math.io.ASCIIFile
 
readDoubleArray(File, String) - Static method in class jhplot.math.io.BinaryFile
 
readDoubleArray() - Method in class jhplot.math.io.BinaryFile
Read a binary File
readDoubleArray(InputStream, String) - Static method in class jhplot.math.io.BinaryInputStream
 
readDoubleArray() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
readDoubleArray(int, int) - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
ReadFile - Static variable in class jhplot.JHPlot
 
readFloat() - Method in class jhplot.math.io.BinaryFile
Read a binary File
readFloat() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
readFloat() - Method in class jhplot.math.io.LEDataInputStream
 
readFloat() - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.readFloat except little endian.
readFloatArray(File, String) - Static method in class jhplot.math.io.BinaryFile
 
readFloatArray() - Method in class jhplot.math.io.BinaryFile
Read a binary File
readFloatArray(InputStream, String) - Static method in class jhplot.math.io.BinaryInputStream
 
readFloatArray() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
readFully(byte[]) - Method in class jhplot.math.io.LEDataInputStream
 
readFully(byte[], int, int) - Method in class jhplot.math.io.LEDataInputStream
 
readFully(byte[]) - Method in class jhplot.math.io.LERandomAccessFile
 
readFully(byte[], int, int) - Method in class jhplot.math.io.LERandomAccessFile
 
readGZip(String) - Method in class jhplot.P0D
Read one dimensional data from GZIP ASCII file.
readGZip(String) - Method in class jhplot.P0I
Read one dimensional data from GZIP ASCII file.
readGZip(String) - Method in class jhplot.P1D
Read P1D from a GZiped file.
readGZip(String) - Method in class jhplot.P2D
Read P1D from a GZiped file.
readGZip(String) - Method in class jhplot.P3D
Read P3D from a GZipped file.
readGZip(String) - Method in class jhplot.PND
Read the data from external GZipped file.
readGZip(String) - Method in class jhplot.PNI
Read the data from external GZipped file.
readInfo() - Static method in class jhplot.JHPlot
 
readInt() - Method in class jhplot.math.io.BinaryFile
Read a binary File
readInt() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
readInt() - Method in class jhplot.math.io.LEDataInputStream
 
readInt() - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.readInt except little endian.
readInt1DArray(File) - Static method in class jhplot.math.io.ASCIIFile
 
readIntArray(File) - Static method in class jhplot.math.io.ASCIIFile
 
readIntArray(File, String) - Static method in class jhplot.math.io.BinaryFile
 
readIntArray() - Method in class jhplot.math.io.BinaryFile
Read a binary File
readIntArray(InputStream, String) - Static method in class jhplot.math.io.BinaryInputStream
 
readIntArray() - Method in class jhplot.math.io.BinaryInputStream
Read a binary File
readLine(File, int) - Static method in class jhplot.math.io.ASCIIFile
 
readLine(int) - Method in class jhplot.math.io.ASCIIFile
Read only one line in an ASCII File
readLine() - Method in class jhplot.math.io.LEDataInputStream
 
readLine() - Method in class jhplot.math.io.LERandomAccessFile
 
readLines(File) - Static method in class jhplot.math.io.ASCIIFile
 
readLines() - Method in class jhplot.math.io.ASCIIFile
Read lines of an ASCII File
readList() - Method in class jhplot.io.csv.CSVReader
Reads the entire file into a List with each element being a List of tokens.
readLong() - Method in class jhplot.math.io.LEDataInputStream
 
readLong() - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.readLong except little endian.
readMatrixInfo() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the matrix info for the Matrix Market exchange format.
readMatrixSize(MatrixInfo) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a matrix.
readNext() - Method in class jhplot.io.csv.CSVReader
Reads the next line from the buffer and converts to a string array.
ReadOnlyAbstractTuple - Class in hep.aida.ref.tuple
Base class for read only tuples.
ReadOnlyAbstractTuple(String, String) - Constructor for class hep.aida.ref.tuple.ReadOnlyAbstractTuple
 
ReadOnlyAbstractTuple(String, String, String) - Constructor for class hep.aida.ref.tuple.ReadOnlyAbstractTuple
 
ReadOnlyException - Exception in hep.aida.ref
An exception thrown when an attempt is made to modify a readOnly AIDA object.
ReadOnlyException() - Constructor for exception hep.aida.ref.ReadOnlyException
 
ReadOnlyException(IManagedObject) - Constructor for exception hep.aida.ref.ReadOnlyException
 
readPattern(int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a pattern vector
readPattern(int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a pattern matrix
readRecord(String) - Method in class jhplot.io.BaseRecordsFile
Reads a record.
readScoresAsRowPerItem() - Method in class flanagan.analysis.Scores
 
readScoresAsRowPerItem(String) - Method in class flanagan.analysis.Scores
 
readScoresAsRowPerPerson() - Method in class flanagan.analysis.Scores
 
readScoresAsRowPerPerson(String) - Method in class flanagan.analysis.Scores
 
readScript(File, HPlot) - Static method in class jhplot.io.JHreader
Read the file.
readSerialized(String) - Method in class jhplot.P0D
Read a P0D object from a serialized file
readSerialized(String) - Method in class jhplot.P0I
Read a P0I object from a serialized file
readSerialized(String) - Method in class jhplot.P1D
Read a P1D object from a serialized file
readSerialized(String) - Method in class jhplot.P2D
Read a P2D object from a serialized file
readSerialized(String) - Method in class jhplot.P3D
Read a P3D object from a serialized file
readSerialized(String) - Method in class jhplot.PND
Read a PND object from a serialized file
readSerialized(String) - Method in class jhplot.PNI
Read a PNI object from a serialized file
readShort() - Method in class jhplot.math.io.LEDataInputStream
 
readShort() - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.readShort except little endian.
readString1DDouble(String) - Static method in class jhplot.math.io.ArrayString
 
readString1DDouble(String, String, String) - Static method in class jhplot.math.io.ArrayString
 
readString1DInt(String) - Static method in class jhplot.math.io.ArrayString
 
readString1DInt(String, String, String) - Static method in class jhplot.math.io.ArrayString
 
readStringDouble(String) - Static method in class jhplot.math.io.ArrayString
 
readStringDouble(String, String, String) - Static method in class jhplot.math.io.ArrayString
 
readStringInt(String) - Static method in class jhplot.math.io.ArrayString
 
readStringInt(String, String, String) - Static method in class jhplot.math.io.ArrayString
 
readUnsignedByte() - Method in class jhplot.math.io.LEDataInputStream
 
readUnsignedByte() - Method in class jhplot.math.io.LERandomAccessFile
 
readUnsignedShort() - Method in class jhplot.math.io.LEDataInputStream
 
readUnsignedShort() - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.readUnsignedShort except little endian.
readURL(String) - Method in class jhplot.P1D
Read data from URL.
readUTF() - Method in class jhplot.math.io.LEDataInputStream
 
readUTF(DataInput) - Static method in class jhplot.math.io.LEDataInputStream
 
readUTF() - Method in class jhplot.math.io.LERandomAccessFile
 
readVectorArraySize() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a dense vector.
readVectorCoordinateSize() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a coordinate vector.
readVectorInfo() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the vector info for the Matrix Market exchange format.
readVectorSize(VectorInfo) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a vector.
readXML(String) - Static method in class jhplot.io.Serialized
Read an object from a serialized XML file (should be written using writeXML() method).
readZip(String) - Method in class jhplot.P0D
Read one dimensional data from ZIP ASCII file.
readZip(String) - Method in class jhplot.P0I
Read one dimensional data from ZIP ASCII file.
readZip(String) - Method in class jhplot.P1D
Read P1D from a Zipped file.
readZip(String) - Method in class jhplot.P2D
Read P1D from a Zipped file.
readZip(String) - Method in class jhplot.P3D
Read P3D from a Zipped file.
readZip(String) - Method in class jhplot.PND
Read the data from ZIPed external file.
readZip(String) - Method in class jhplot.PNI
Read the data from ZIPed external file.
real() - Method in class jhplot.math.Complex
Real part of this Complex number (the x-coordinate in rectangular coordinates).
RealDComplexDComplexFunction - Interface in cern.colt.function.tdcomplex
 
RealDComplexFunction - Interface in cern.colt.function.tdcomplex
 
RealFComplexFComplexFunction - Interface in cern.colt.function.tfcomplex
 
RealFComplexFunction - Interface in cern.colt.function.tfcomplex
 
rebin(int) - Method in class jhplot.H1D
Rebin a histogram with constant bin width.
recordExists(String) - Method in class jhplot.io.BaseRecordsFile
Checks there is a record with the given key.
recordExists(String) - Method in class jhplot.io.RecordsFile
Checks if there is a record belonging to the given key.
RecordHeader - Class in jhplot.io
 
RecordReader - Class in jhplot.io
 
recordsFile - Variable in class jhplot.io.HDataBase
 
recordsFile - Variable in class jhplot.io.HFile
 
recordsFile - Variable in class jhplot.io.HFileXML
 
RecordsFile - Class in jhplot.io
 
RecordsFile(String, int) - Constructor for class jhplot.io.RecordsFile
Creates a new database file.
RecordsFile(String, String) - Constructor for class jhplot.io.RecordsFile
Opens an existing database and initializes the in-memory index.
RecordsFileException - Exception in jhplot.io
 
RecordWriter - Class in jhplot.io
 
RecordWriter(String) - Constructor for class jhplot.io.RecordWriter
 
RECTAN - Static variable in class jhplot.shapes.HShape
 
Rectan - Class in jhplot.shapes
Draw a rectangle using the user or NDC coordinate system
Rectan(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Rectan
Build a rectangle
Rectan(double, double, double, double) - Constructor for class jhplot.shapes.Rectan
Build a rectangle.
rectangularHyperbola() - Method in class flanagan.analysis.Regression
 
rectangularHyperbolaPlot() - Method in class flanagan.analysis.Regression
 
reducedErrors() - Method in class flanagan.analysis.RankAnalysis
 
reducedErrorsDiagonal() - Method in class flanagan.analysis.RankAnalysis
 
reducedRatiosDiagonal() - Method in class flanagan.analysis.RankAnalysis
 
reducedRowEchelonForm() - Method in class flanagan.math.Matrix
 
reducedValues() - Method in class flanagan.analysis.RankAnalysis
 
reducedValuesDiagonal() - Method in class flanagan.analysis.RankAnalysis
 
RefreshFrame() - Method in class jhplot.HPlot
Refresh all the frames
regIncompleteGamma(double, double) - Static method in class flanagan.analysis.Stat
 
regIncompleteGammaComplementary(double, double) - Static method in class flanagan.analysis.Stat
 
registerAllExtensions(ExtensionRegistry) - Static method in class jhplot.io.PBufFile
 
registerAllExtensions(ExtensionRegistry) - Static method in class jhplot.io.PEventFile
 
Regression - Class in flanagan.analysis
 
Regression() - Constructor for class flanagan.analysis.Regression
 
Regression(double[][], double[], double[]) - Constructor for class flanagan.analysis.Regression
 
Regression(double[][], double[][], double[][]) - Constructor for class flanagan.analysis.Regression
 
Regression(double[], double[], double[]) - Constructor for class flanagan.analysis.Regression
 
Regression(double[], double[][], double[][]) - Constructor for class flanagan.analysis.Regression
 
Regression(double[][], double[]) - Constructor for class flanagan.analysis.Regression
 
Regression(double[][], double[][]) - Constructor for class flanagan.analysis.Regression
 
Regression(double[], double[]) - Constructor for class flanagan.analysis.Regression
 
Regression(double[], double[][]) - Constructor for class flanagan.analysis.Regression
 
Regression(double[], double, double) - Constructor for class flanagan.analysis.Regression
 
Regression(double[], double) - Constructor for class flanagan.analysis.Regression
 
RegressionDerivativeFunction - Interface in flanagan.analysis
 
RegressionDerivativeFunction2 - Interface in flanagan.analysis
 
RegressionFunction - Interface in flanagan.analysis
 
RegressionFunction2 - Interface in flanagan.analysis
 
regularisedBetaFunction(double, double, double) - Static method in class flanagan.analysis.Stat
 
regularisedGammaFunction(double, double) - Static method in class flanagan.analysis.Stat
 
regularizedBeta(double, double, double) - Static method in class jhplot.math.num.special.Beta
Returns the regularized beta function Ix(a, b) (1).
regularizedBetaFunction(double, double, double) - Static method in class flanagan.analysis.Stat
 
regularizedGammaFunction(double, double) - Static method in class flanagan.analysis.Stat
 
regularizedGammaP(double, double) - Static method in class jhplot.math.num.special.Gamma
Returns the regularized gamma function P(a, x) (1).
regularizedGammaQ(double, double) - Static method in class jhplot.math.num.special.Gamma
Returns the regularized gamma function Q(a, x) = 1 - P(a, x) (1).
rehash(int) - Method in class cern.colt.map.tint.QuickOpenIntIntHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
reinstateStats() - Method in class flanagan.analysis.Regression
 
rejection(Function, double, double, double) - Static method in class jhplot.math.Random
Generate a random number from a random variable definied by its density function, using the rejection technic.
rejection(ParseFunction, double, double, double) - Static method in class jhplot.math.Random
Generate a random number from a random variable definied by its density function, using the rejection technic.
reloadCanvas() - Static method in class jhplot.SHPlot
Reload the canvas by removing components
reloadCanvas() - Static method in class jhplot.SHPlot3D
Reload the canvas by removing components
reloadCanvas() - Static method in class jhplot.SHPlotJa
Reload the canvas by removing components
reloadData(String) - Method in class jhplot.bsom.Bsom
 
remembranceSunday() - Method in class flanagan.math.TimeAndDate
 
remembranceSunday(int) - Method in class flanagan.math.TimeAndDate
 
remove(int) - Method in class cern.colt.list.AbstractList
Removes the element at the specified position from the receiver.
remove(int) - Method in class cern.colt.list.adapter.DoubleListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.FloatListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.IntListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.LongListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.ObjectListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tdouble.DoubleListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tfloat.FloatListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tint.IntListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tlong.LongListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tobject.ObjectListAdapter
Removes the element at the specified position in this list (optional operation).
remove(String) - Method in class hep.aida.ref.function.FunctionCatalog
 
remove(String) - Method in class jhplot.io.HDataBase
Remove object from the database using the key
remove(int) - Method in class jhplot.P0D
Remove a value at the specified position.
remove(int) - Method in class jhplot.P0I
Remove a value at the specified position.
remove(int) - Method in class jhplot.PND
Remove a row
remove(int) - Method in class jhplot.PNI
Remove a row
removeAll(AbstractBooleanList) - Method in class cern.colt.list.AbstractBooleanList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.AbstractCharList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.AbstractShortList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractBooleanList) - Method in class cern.colt.list.BooleanArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.CharArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.ShortArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractBooleanList) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractBooleanList) - Method in class cern.colt.list.tboolean.BooleanArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.tbyte.AbstractByteList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.tbyte.ByteArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.tchar.AbstractCharList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.tchar.CharArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.tdouble.DoubleArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.tfloat.AbstractFloatList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.tfloat.FloatArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.tint.AbstractIntList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.tint.IntArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.tlong.AbstractLongList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.tlong.LongArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(ObjectArrayList, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.tshort.AbstractShortList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.tshort.ShortArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAllFunctions() - Method in class hep.aida.ref.function.SumOfFunctions
 
removeAllListeners() - Method in class hep.aida.ref.event.AIDAObservable
 
removeAllListeners() - Method in interface hep.aida.ref.event.IsObservable
 
removeAllOf(DoubleArrayList) - Method in class cern.hep.aida.bin.DynamicBin1D
Removes from the receiver all elements that are contained in the specified list.
removeAllOf(DoubleArrayList) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Removes from the receiver all elements that are contained in the specified list.
removeAllOf(FloatArrayList) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Removes from the receiver all elements that are contained in the specified list.
removeAxes() - Method in class jhplot.HPlot
Remove X and Y axes, ticks, axis labels on the current plot.
removeAxes() - Method in class jhplot.HPlotJa
remove X and Y axes, tics, axis labels on the current plot.
removeBounds() - Method in class hep.aida.ref.fitter.FitParameterSettings
 
removeConstraints() - Method in class flanagan.analysis.Regression
 
removeConstraints() - Method in class flanagan.math.Maximisation
 
removeConstraints() - Method in class flanagan.math.Minimisation
 
removeContentFromBin(int[], int, double, double[], double[]) - Method in interface hep.aida.ref.dataset.binner.Binner
Remove a set of entries from a bin.
removeContentFromBin(int[], int, double, double[], double[]) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
 
removeContentFromBin(int[], int, double, double[], double[]) - Method in class hep.aida.ref.dataset.binner.EfficiencyBinner
 
removeDuplicates() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Removes (sums) duplicate entries (if any}
removeDuplicates() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Removes (sums) duplicate entries (if any}
removeEntries(double[], double[], double, double, int) - Method in class hep.aida.ref.dataset.DataStatistics
Remove the information corresponding to a set of weighted entries.
removeEntries(double[], double[], int) - Method in class hep.aida.ref.dataset.DataStatistics
Remove the information corresponding to a set of weighted entries.
removeEntry(double[], double) - Method in class hep.aida.ref.dataset.DataStatistics
Remove a weighted entry from this DataSetStatistics.
removeEntry(double[]) - Method in class hep.aida.ref.dataset.DataStatistics
Remove an entry from this DataSetStatistics with unit weight.
removeFileNumbering() - Method in class flanagan.analysis.Scores
 
removeFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.DistinctNumberList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tint.AbstractIntList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tlong.DistinctNumberList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFunction(IFunction) - Method in class hep.aida.ref.function.SumOfFunctions
 
removeFunctionListener(FunctionListener) - Method in class hep.aida.ref.function.AbstractIFunction
 
removeFunctionListener(FunctionListener) - Method in class hep.aida.ref.function.BaseModelFunction
 
removeFunctionListener(FunctionListener) - Method in interface hep.aida.ref.function.FunctionDispatcher
 
removeGraph() - Method in class jhplot.HPlot
Remove all components from the JHPlot frame.
removeItem(String) - Method in class hep.aida.ref.Annotation
Remove the item indicated by a given key.
removeKey(double) - Method in class cern.colt.map.AbstractDoubleIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntDoubleMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(double) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(double) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Removes the given key with its associated element from the receiver, if present.
removeKey(double) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(double) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(float) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(float) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Removes the given key with its associated element from the receiver, if present.
removeKey(float) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(float) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tint.AbstractIntIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removeLabel(int) - Method in class jhplot.HPlot
remove i-th HLabel or HMLabel on the current plot
removeLabels() - Method in class jhplot.HPlot
remove HLabels and HMLabels on the current plot
removeLabelsAll() - Method in class jhplot.HPlot
remove all Labels on all plots.
removeListener(AIDAListener) - Method in class hep.aida.ref.event.AIDAObservable
 
removeListener(AIDAListener) - Method in interface hep.aida.ref.event.IsObservable
 
removeObject(int, int, int) - Method in class jhplot.HPlotJa
Remove a particular object
removePoint(int) - Method in class hep.aida.ref.histogram.DataPointSet
 
removePrimitives() - Method in class jhplot.HPlot
remove 2D java primitives on the current plot
removePrimitives(int) - Method in class jhplot.HPlot
remove i-th 2D java primitives on the current plot
removePrimitivesAll() - Method in class jhplot.HPlot
remove all 2D java primitives
removeWindow() - Method in class flanagan.math.FourierTransform
 
removeZeroes() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Removes zero entries (if any)
removeZeroes() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Removes zero entries (if any)
renameLegend(int, String) - Method in class jhplot.SPlot
Rename a legend.
renyiEntropy(double) - Method in class flanagan.analysis.Stat
 
renyiEntropy(double[], double) - Static method in class flanagan.analysis.Stat
 
renyiEntropyBit(double) - Method in class flanagan.analysis.Stat
 
renyiEntropyBit(double[], double) - Static method in class flanagan.analysis.Stat
 
renyiEntropyDit(double) - Method in class flanagan.analysis.Stat
 
renyiEntropyDit(double[], double) - Static method in class flanagan.analysis.Stat
 
renyiEntropyNat(double) - Method in class flanagan.analysis.Stat
 
renyiEntropyNat(double[], double) - Static method in class flanagan.analysis.Stat
 
repeat(DoubleMatrix1D, int) - Method in class cern.colt.matrix.DoubleFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(DoubleMatrix2D, int, int) - Method in class cern.colt.matrix.DoubleFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(ObjectMatrix1D, int) - Method in class cern.colt.matrix.ObjectFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(ObjectMatrix2D, int, int) - Method in class cern.colt.matrix.ObjectFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(DComplexMatrix1D, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(DComplexMatrix2D, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(DoubleMatrix1D, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(DoubleMatrix2D, int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(FComplexMatrix1D, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(FComplexMatrix2D, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(FloatMatrix1D, int) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(FloatMatrix2D, int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(IntMatrix1D, int) - Method in class cern.colt.matrix.tint.IntFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(IntMatrix2D, int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(LongMatrix1D, int) - Method in class cern.colt.matrix.tlong.LongFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(LongMatrix2D, int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(ObjectMatrix1D, int) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(ObjectMatrix2D, int, int) - Method in class cern.colt.matrix.tobject.ObjectFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
replace(int, double, double, double, double, double, double, double, double, double, double) - Method in class jhplot.P1D
replaces the ith value of a plot-point pair (x,y).
replaceBoxWith(int, int, int, int, BitMatrix, int, int) - Method in class cern.colt.bitvector.BitMatrix
Replaces a box of the receiver with the contents of another matrix's box.
replaceBoxWith(int, int, int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bits in the given box to the state specified by value.
replaceBoxWith(int, int, int, int, BitMatrix, int, int) - Method in class cern.colt.matrix.tbit.BitMatrix
Replaces a box of the receiver with the contents of another matrix's box.
replaceBoxWith(int, int, int, int, boolean) - Method in class cern.colt.matrix.tbit.BitMatrix
Sets the bits in the given box to the state specified by value.
replaceFromToWith(int, int, BitVector, int) - Method in class cern.colt.bitvector.BitVector
Replaces the bits of the receiver in the given range with the bits of another bit vector.
replaceFromToWith(int, int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bits in the given range to the state specified by value.
replaceFromToWith(int, int, BitVector, int) - Method in class cern.colt.matrix.tbit.BitVector
Replaces the bits of the receiver in the given range with the bits of another bit vector.
replaceFromToWith(int, int, boolean) - Method in class cern.colt.matrix.tbit.BitVector
Sets the bits in the given range to the state specified by value .
replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.AbstractBooleanList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.AbstractByteList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.AbstractCharList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.AbstractDoubleList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.AbstractFloatList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.AbstractIntList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.AbstractLongList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.AbstractShortList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.BooleanArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.ByteArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.CharArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.DoubleArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.FloatArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.IntArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.LongArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, ObjectArrayList, int) - Method in class cern.colt.list.ObjectArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.ShortArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.tchar.AbstractCharList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.tchar.CharArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.tfloat.FloatArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.tint.AbstractIntList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.tint.IntArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.tlong.AbstractLongList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.tlong.LongArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, ObjectArrayList, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.tshort.AbstractShortList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.tshort.ShortArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFromTo(int, int, AbstractBooleanList, int, int) - Method in class cern.colt.list.AbstractBooleanList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractBooleanList, int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractByteList, int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractCharList, int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractDoubleList, int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractFloatList, int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractIntList, int, int) - Method in class cern.colt.list.tint.AbstractIntList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractLongList, int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, ObjectArrayList, int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractShortList, int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractBooleanList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractByteList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractCharList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractDoubleList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractFloatList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractIntList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractLongList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractShortList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.ObjectArrayList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tbyte.AbstractByteList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tchar.AbstractCharList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tfloat.AbstractFloatList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tint.AbstractIntList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tlong.AbstractLongList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tobject.ObjectArrayList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.tshort.AbstractShortList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
rescale(int) - Method in class jhplot.PND
Rescale the column vectors.
rescale(double[][]) - Method in class jhplot.PND
This is an inverse operation to rescale(type) function.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaArcObject
Rescales this JaArcObject by the scale factor scale.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaAxes
Rescales this JaAxes by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaBlob
Rescales this JaBlob by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaBox
Rescales this Label by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaKey
Rescales this label by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaLatexText
Rescales this JaxoText by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaLineObject
Rescales this JaxoLine by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaLoopObject
Rescales this JaxoLoop by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaObject
Abstract class to rescale this JaObject by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaText
Rescales this label by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaTextBox
Rescales this Label by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaVertex
Rescales this JaVertex by the scale factor scale, keeping the point (orx, ory) fixed.
rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaVertexT5
Rescales this JaVertex by the scale factor scale, keeping the point (orx, ory) fixed.
reset() - Method in class cern.colt.Timer
Resets the timer.
reset() - Method in class cern.hep.aida.ref.Histogram1D
 
reset() - Method in class cern.hep.aida.ref.Histogram2D
 
reset() - Method in class cern.hep.aida.ref.Histogram3D
 
reset(double, double) - Method in class flanagan.analysis.ErrorProp
 
reset() - Method in class hep.aida.ref.Annotation
Reset the contents of the Annotation.
reset() - Method in interface hep.aida.ref.dataset.binner.Binner
Reset the content of the Binner.
reset() - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Reset the content of the Binner.
reset() - Method in class hep.aida.ref.dataset.DataStatistics
Reset all the statistics quantities to zero.
reset() - Method in class hep.aida.ref.fitter.fitdata.FitData
 
reset() - Method in class hep.aida.ref.fitter.FitParameterSettings
 
reset() - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
Reset the histogram; as if just created.
reset() - Method in class hep.aida.ref.histogram.Cloud
Reset the histogram; as if just created.
reset() - Method in class hep.aida.ref.histogram.Cloud1D
 
reset() - Method in class hep.aida.ref.histogram.Cloud2D
 
reset() - Method in class hep.aida.ref.histogram.Cloud3D
 
reset() - Method in class hep.aida.ref.histogram.Histogram
Reset the Histogram.
reset() - Method in class hep.aida.ref.histogram.Histogram1D
Reset the Histogram.
reset() - Method in class hep.aida.ref.histogram.Histogram2D
Reset the Histogram.
reset() - Method in class hep.aida.ref.histogram.Histogram3D
Reset the Histogram.
reset() - Method in class hep.aida.ref.histogram.Profile1D
 
reset() - Method in class hep.aida.ref.histogram.Profile2D
 
reset() - Method in class hep.aida.ref.tuple.AbstractTuple
 
reset() - Method in class hep.aida.ref.tuple.ReadOnlyAbstractTuple
 
reset() - Method in class hep.aida.ref.tuple.Tuple
 
reset() - Method in class hep.aida.ref.tuple.TupleColumn
 
reset() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
reset() - Method in interface hep.aida.tdouble.DoubleIHistogram
Reset contents; as if just constructed.
reset() - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
reset() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
reset() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
reset() - Method in interface hep.aida.tfloat.FloatIHistogram
Reset contents; as if just constructed.
reset() - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
reset() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
reset() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
reset() - Method in class jhplot.HNeuralNet
Reset the weight matrix and the thresholds.
reset(double, double) - Method in class jhplot.math.ValueErr
Set value and errors to 0
reset() - Method in class jhplot.stat.LinReg
reset data to 0
resetAxes() - Method in class jhplot.SPlot
Reset the X and Y axes to the ranges that were first specified using setXRange() and setYRange().
resetBin(int[]) - Method in interface hep.aida.ref.dataset.binner.Binner
Reset the content of a bin.
resetBin(int[]) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Reset the content of a bin.
resetCFmaxIter(int) - Static method in class flanagan.analysis.Regression
 
resetCFmaxIter(int) - Static method in class flanagan.analysis.Stat
 
resetCFtolerance(double) - Static method in class flanagan.analysis.Regression
 
resetCFtolerance(double) - Static method in class flanagan.analysis.Stat
 
resetConstraints() - Method in class hep.aida.ref.fitter.Fitter
 
resetData(double[], double[], double[][]) - Method in class flanagan.interpolation.BiCubicSpline
 
resetData(double[], double[]) - Method in class flanagan.interpolation.CubicSpline
 
resetData(double[], double[]) - Method in class flanagan.interpolation.CubicSplineFast
 
resetData(double[], double[]) - Method in class flanagan.interpolation.CubicSplineShort
 
resetData(double[], double[], double[], double[][][]) - Method in class flanagan.interpolation.TriCubicSpline
 
resetDelta(double) - Method in class flanagan.analysis.ProbabilityPlot
 
resetLUzero(double) - Method in class flanagan.math.Matrix
 
resetMargins() - Method in class jhplot.GHPanel
Reset all margins to the default values.
resetNstepsMultiplier(int) - Static method in class flanagan.integration.RungeKutta
 
resetParameterSettings() - Method in class hep.aida.ref.fitter.Fitter
 
resetRow() - Method in class hep.aida.ref.tuple.AbstractTuple
 
resetRow() - Method in class hep.aida.ref.tuple.ReadOnlyAbstractTuple
 
resetRow() - Method in class hep.aida.ref.tuple.Tuple
 
resetRow() - Method in class hep.aida.ref.tuple.TupleColumn
 
resetRow() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
resetRows(int) - Method in class hep.aida.ref.tuple.TupleColumn
Clears the values on the stack.
resetRows(int) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
resetStyle() - Method in class jhplot.HPlot
Resets the current plot settings to default values.
resetStyleAll() - Method in class jhplot.HPlot
Resets all plot settings to default values.
resetUnitNumber(int) - Method in class jhplot.bsom.BsomDemo
 
reshape(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns new DoubleMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns new DoubleMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns new DoubleMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns new DoubleMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns new FloatMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns new FloatMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns new FloatMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns new FloatMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
 
reshape(IntMatrix1D, int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
 
reshape(int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns new IntMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns new IntMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
 
reshape(LongMatrix1D, int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
 
reshape(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns new LongMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns new LongMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Returns new ObjectMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Returns new ObjectMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int, int, int) - Method in class jhplot.v3d.Canvas3d
 
residual() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
residual() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Returns current residual
residual() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
residual() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Returns current residual
RESIZE - Static variable in class jhplot.jadraw.JaObject
An integer that indicates the current edit mode RESIZE.
resize(double[][], int, int) - Static method in class jhplot.math.DoubleArray
Generate a resized copy of a matrix
restMass2() - Method in class hephysics.vec.HepLorentzVector
Rest mass squared -- same as m2()
restoreMessages() - Method in class flanagan.math.ArrayMaths
 
restoreMessages() - Static method in class flanagan.math.Conv
 
restoreMessagesAM() - Static method in class flanagan.math.Conv
 
restoreMessagesTotal() - Static method in class flanagan.math.ArrayMaths
 
retainAll(AbstractBooleanList) - Method in class cern.colt.list.AbstractBooleanList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.AbstractCharList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.AbstractShortList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.BooleanArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.CharArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.ShortArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.tboolean.BooleanArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.tbyte.AbstractByteList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.tbyte.ByteArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.tchar.AbstractCharList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.tchar.CharArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.tdouble.DoubleArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.tfloat.AbstractFloatList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.tfloat.FloatArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.tint.AbstractIntList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.tint.IntArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.tlong.AbstractLongList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.tlong.LongArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(ObjectArrayList, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.tshort.AbstractShortList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.tshort.ShortArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
reverse() - Method in class cern.colt.list.AbstractBooleanList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractByteList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractCharList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractDoubleList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractFloatList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractIntList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractLongList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractShortList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.BooleanArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ByteArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.CharArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.DoubleArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.FloatArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.IntArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.LongArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ObjectArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ShortArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tboolean.AbstractBooleanList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tboolean.BooleanArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tbyte.AbstractByteList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tbyte.ByteArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tchar.AbstractCharList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tchar.CharArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tdouble.AbstractDoubleList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tdouble.DoubleArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tfloat.AbstractFloatList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tfloat.FloatArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tint.AbstractIntList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tint.IntArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tlong.AbstractLongList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tlong.LongArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tobject.ObjectArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tshort.AbstractShortList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tshort.ShortArrayList
Reverses the elements of the receiver.
reverse() - Method in class flanagan.analysis.Stat
 
reverse() - Method in class flanagan.math.ArrayMaths
 
reverse(int) - Static method in class jhplot.math.SortUtils
Create reverse permutation, that is {n-1, ....
reverse() - Method in class jhplot.P0D
Reverse the order of elements
reverse() - Method in class jhplot.P0I
Reverse the order of elements
reverseArray(double[]) - Static method in class flanagan.math.Fmath
 
reverseArray(float[]) - Static method in class flanagan.math.Fmath
 
reverseArray(int[]) - Static method in class flanagan.math.Fmath
 
reverseArray(long[]) - Static method in class flanagan.math.Fmath
 
reverseArray(char[]) - Static method in class flanagan.math.Fmath
 
reverseYsign(String) - Method in class flanagan.analysis.Regression
 
richardson(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical integration using the Richardson extrapolation.
RIGHT - Static variable in class cern.colt.matrix.AbstractFormatter
The alignment string aligning the cells of a column to the right.
RIGHT - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to the right.
rightWithin(Rectangle, Dimension) - Static method in class jhplot.v3d.Util
 
rightWithin(Component, Component) - Static method in class jhplot.v3d.Util
Puts to the right
rint - Static variable in class cern.jet.math.Functions
Function that returns Math.rint(a).
rint - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.rint(a).
rint - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.rint(a).
rint() - Method in class flanagan.analysis.Stat
 
rint() - Method in class flanagan.math.ArrayMaths
 
rm(String) - Method in class hep.aida.ref.tree.Tree
Remove an IManagedObject by specifying its path.
rmdir(String) - Method in class hep.aida.ref.tree.Tree
Remove a directory and all the contents underneath.
rms() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the rms (Root Mean Square), which is Math.sqrt( Sum( x[i]*x[i] ) / size() ).
rms - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.rms().
rms() - Method in class cern.hep.aida.ref.Histogram1D
 
rms(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the RMS (Root-Mean-Square) of a data sequence.
rms(int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the RMS (Root-Mean-Square) of a data sequence.
rms(int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the RMS (Root-Mean-Square) of a data sequence.
rms() - Method in class flanagan.analysis.Stat
 
rms(double[]) - Static method in class flanagan.analysis.Stat
 
rms(float[]) - Static method in class flanagan.analysis.Stat
 
rms(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
rms(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
rms(double[], double[]) - Static method in class flanagan.analysis.Stat
 
rms(float[], float[]) - Static method in class flanagan.analysis.Stat
 
rms(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
rms(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
rms(int[], int) - Method in interface hep.aida.ref.dataset.binner.Binner
Get the rms of a bin along a given coordinate.
rms(int[], int) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Get the rms of a bin along a given coordinate.
rms(int) - Method in class hep.aida.ref.dataset.DataStatistics
Get the rms for a given coordinate.
rms(int) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
rms(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
rms() - Method in class hep.aida.ref.histogram.Cloud1D
Get the Cloud's rms.
rms() - Method in class hep.aida.ref.histogram.Histogram1D
Get the RMS of the whole Histogram.
rms() - Method in class hep.aida.ref.histogram.Profile1D
 
rms() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
rms() - Method in class hep.aida.ref.tuple.TupleColumn
 
rms() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the rms (Root Mean Square), which is Math.sqrt( Sum( x[i]*x[i] ) / size() ).
rms - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.rms().
rms() - Method in interface hep.aida.tdouble.DoubleIHistogram1D
Returns the rms of the whole histogram as calculated on filling-time.
rms() - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
rms() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the rms (Root Mean Square), which is Math.sqrt( Sum( x[i]*x[i] ) / size() ).
rms - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.rms().
rms() - Method in interface hep.aida.tfloat.FloatIHistogram1D
Returns the rms of the whole histogram as calculated on filling-time.
rms() - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
rms() - Method in class jhplot.H1D
Get RMS of histogram
rms() - Method in class jhplot.HProf1D
Get RMS of histogram
RMS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
RMSES_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
RMSESX_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
RMSESY_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
rmsValue(Value) - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
rmsValue(Value) - Method in interface hep.aida.ref.tuple.FTupleColumn
 
rmsValue(Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
rmsX() - Method in class cern.hep.aida.ref.Histogram2D
 
rmsX() - Method in class cern.hep.aida.ref.Histogram3D
 
rmsX(int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
rmsX(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
rmsX(int, int) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
rmsX(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
rmsX(int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
rmsX(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
rmsX() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's x rms.
rmsX() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's x rms.
rmsX() - Method in class hep.aida.ref.histogram.Histogram2D
Get the RMS of the whole Histogram as projected on the x axis.
rmsX() - Method in class hep.aida.ref.histogram.Histogram3D
Get the RMS of the whole Histogram as projected on the x axis.
rmsX() - Method in class hep.aida.ref.histogram.Profile2D
 
rmsX() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
rmsX() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
rmsX() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
rmsX() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
rmsY() - Method in class cern.hep.aida.ref.Histogram2D
 
rmsY() - Method in class cern.hep.aida.ref.Histogram3D
 
rmsY(int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
rmsY(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
rmsY(int, int) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
rmsY(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
rmsY(int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
rmsY(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
rmsY() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's y rms.
rmsY() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's y rms.
rmsY() - Method in class hep.aida.ref.histogram.Histogram2D
Get the RMS of the whole Histogram as projected on the y axis.
rmsY() - Method in class hep.aida.ref.histogram.Histogram3D
Get the RMS of the whole Histogram as projected on the y axis.
rmsY() - Method in class hep.aida.ref.histogram.Profile2D
 
rmsY() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
rmsY() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
rmsY() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
rmsY() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
rmsZ() - Method in class cern.hep.aida.ref.Histogram3D
 
rmsZ(int, int, int) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
rmsZ(int, int, int) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
rmsZ(int, int, int) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
rmsZ() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's z rms.
rmsZ() - Method in class hep.aida.ref.histogram.Histogram3D
Get the RMS of the whole Histogram as projected on the z axis.
rmsZ() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Z axis.
rmsZ() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
rmsZ() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Z axis.
rmsZ() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
RNG - Interface in jhplot.math.num.random
Defines a random number generator that is capable of generating sequences of random numbers uniformly distributed between zero and one.
RombergIntegrator - Class in jhplot.math.num.integration
An implementation of Romberg Integration.
RombergIntegrator(Function) - Constructor for class jhplot.math.num.integration.RombergIntegrator
Create an integrator for the given function.
RombergIntegrator(Function, int, double) - Constructor for class jhplot.math.num.integration.RombergIntegrator
Create an integrator for the given function.
RootHistogramBrowser - Class in jhplot.root
A simple application for browsing histograms in Root Files
RootHistogramBrowser() - Constructor for class jhplot.root.RootHistogramBrowser
Histogram browser
rotatedCumulativePercentage() - Method in class flanagan.analysis.PCA
 
rotatedEigenValues() - Method in class flanagan.analysis.PCA
 
rotatedLoadingFactorsAsColumns() - Method in class flanagan.analysis.PCA
 
rotatedLoadingFactorsAsRows() - Method in class flanagan.analysis.PCA
 
rotatedProportionPercentage() - Method in class flanagan.analysis.PCA
 
round(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns the number rounded to the given precision; Math.rint(a/precision)*precision.
round(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns the number rounded to the given precision; Math.rint(a/precision)*precision.
round(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns the number rounded to the given precision; Math.rint(a/precision)*precision.
roundDown(double, int) - Static method in class hep.aida.ref.AidaUtils
Round number down (closer to Negative Infinity): "order" defines which significant digit is rounded, order >= 0 roundDown(234.5, 0) -> 200.0 roundDown(234.5, 1) -> 230.0 roundDown(234.5, 2) -> 234.0
roundUp(double, int) - Static method in class hep.aida.ref.AidaUtils
Round number up (closer to Positive Infinity), "order" defines which significant digit is rounded, order >= 0 roundUp(234.5, 0) -> 300.0 roundUp(234.5, 1) -> 240.0 roundUp(234.5, 2) -> 235.0
row() - Method in interface hep.aida.ref.tuple.FTupleCursor
 
row() - Method in class hep.aida.ref.tuple.TupleCursor
 
rowCompressed - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing sparse row compressed matrices.
rowCompressed - Static variable in class cern.colt.matrix.tint.IntFactory2D
A factory producing sparse row compressed matrices.
rowCompressed - Static variable in class cern.colt.matrix.tlong.LongFactory2D
A factory producing sparse row compressed matrices.
rowMatrix(double[]) - Static method in class flanagan.math.Matrix
 
rowMaxima() - Method in class flanagan.math.Matrix
 
rowMeans() - Method in class flanagan.math.Matrix
 
rowMedians() - Method in class flanagan.math.Matrix
 
rowMinima() - Method in class flanagan.math.Matrix
 
rowRanges() - Method in class flanagan.math.Matrix
 
rows() - Method in class cern.colt.bitvector.BitMatrix
Returns the number of rows of the receiver.
rows() - Method in class cern.colt.matrix.AbstractMatrix2D
Returns the number of rows.
rows() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the number of rows.
rows() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of rows.
rows() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of rows.
rows() - Method in class cern.colt.matrix.tbit.BitMatrix
Returns the number of rows of the receiver.
rows() - Method in class hep.aida.ref.tuple.AbstractTuple
 
rows() - Method in class hep.aida.ref.tuple.ChainedTuple
The number of rows currently in the ntuple.
rows() - Method in interface hep.aida.ref.tuple.FTuple
 
rows() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
rows() - Method in class hep.aida.ref.tuple.Tuple
 
ROWS_UNKNOWN - Static variable in interface hep.aida.ref.tuple.FTuple
 
rowStandardDeviations() - Method in class flanagan.math.Matrix
 
rowStandardErrors() - Method in class flanagan.math.Matrix
 
rowStride() - Method in class cern.colt.matrix.AbstractMatrix2D
Returns the row stride.
rowStride() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the row stride.
rowSums() - Method in class flanagan.math.Matrix
 
rowVariances() - Method in class flanagan.math.Matrix
 
rowVector(double[]) - Static method in class jhplot.math.DoubleArray
Converts an n element array into an 1 x n matrix.
rr - Variable in class jhplot.io.HDataBase
 
run() - Method in class jhplot.HBsom
Run the algorithm
run(double[]) - Method in class jhplot.stat.BunchingParameters
Collect information about sampling.
run(double[]) - Method in class jhplot.stat.FactorialMoments
Collect information about sampling.
run() - Method in class jhplot.v3d.Animation
 
run(boolean) - Method in class jhpro.stat.limit.StatConfidence
Run limit calculations.
run(int) - Method in class jminhep.cluster.Partition
Main method to run cluster algorithm
RungeKutta - Class in flanagan.integration
 
RungeKutta() - Constructor for class flanagan.integration.RungeKutta
 
rungeKutta2(double[], F1D, double) - Static method in class jhplot.math.Numeric
Uses the 2nd order Runge-Kutta method to solve an ODE.
rungeKutta4(double[], F1D, double) - Static method in class jhplot.math.Numeric
Uses the 4th order Runge-Kutta method to solve an ODE.
rw - Variable in class jhplot.io.HDataBase
 
rxy() - Method in class hephysics.vec.SpacePoint
Cylindrical r
rxyz() - Method in class hephysics.vec.SpacePoint
Spherical r

S

s - Static variable in class cern.clhep.Units
 
SaddlePoint - Class in jhplot.math.num.pdf
Utility class used by various distributions to accurately compute their respective probability mass functions.
SaddlePoint() - Constructor for class jhplot.math.num.pdf.SaddlePoint
Default constructor.
saintAndrewsDay() - Method in class flanagan.math.TimeAndDate
 
saintAndrewsDay(int) - Method in class flanagan.math.TimeAndDate
 
saintBrigidsDay() - Method in class flanagan.math.TimeAndDate
 
saintBrigidsDay(int) - Method in class flanagan.math.TimeAndDate
 
saintColmCillesDay() - Method in class flanagan.math.TimeAndDate
 
saintColmcillesDay() - Method in class flanagan.math.TimeAndDate
 
saintColmCillesDay(int) - Method in class flanagan.math.TimeAndDate
 
saintColmcillesDay(int) - Method in class flanagan.math.TimeAndDate
 
saintColumbasDay() - Method in class flanagan.math.TimeAndDate
 
saintColumbasDay(int) - Method in class flanagan.math.TimeAndDate
 
saintDavidsDay() - Method in class flanagan.math.TimeAndDate
 
saintDavidsDay(int) - Method in class flanagan.math.TimeAndDate
 
saintGeorgesDay() - Method in class flanagan.math.TimeAndDate
 
saintGeorgesDay(int) - Method in class flanagan.math.TimeAndDate
 
saintPatricksDay() - Method in class flanagan.math.TimeAndDate
 
saintPatricksDay(int) - Method in class flanagan.math.TimeAndDate
 
saintStephensDay() - Method in class flanagan.math.TimeAndDate
 
saintStephensDay(int) - Method in class flanagan.math.TimeAndDate
 
saintValentinesDay() - Method in class flanagan.math.TimeAndDate
 
saintValentinesDay(int) - Method in class flanagan.math.TimeAndDate
 
sample(int, double, double) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, double, double) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(DoubleMatrix2D, double, double) - Method in class cern.colt.matrix.DoubleFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(int, double[], double) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, double[], double) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(DComplexMatrix2D, double[], double) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(int, double, double) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(DoubleMatrix2D, double, double) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(int, int, double, double) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(int, float[], float) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, float[], float) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(FComplexMatrix2D, float[], float) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(int, float, float) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(FloatMatrix2D, float, float) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(int, int, float, float) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, int) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(IntMatrix2D, int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(int, int, int) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(LongMatrix2D, int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(int, boolean, RandomEngine, DoubleBuffer) - Method in class cern.hep.aida.bin.DynamicBin1D
Uniformly samples (chooses) n random elements with or without replacement from the contained elements and adds them to the given buffer.
sample(long, long, int, long, long[], int, RandomEngine) - Static method in class cern.jet.random.sampling.RandomSampler
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].
sample(long, long, int, long, long[], int, DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.sampling.DoubleRandomSampler
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].
sample(long, long, int, long, long[], int, FloatRandomEngine) - Static method in class cern.jet.random.tfloat.sampling.FloatRandomSampler
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].
sample(int, boolean, DoubleRandomEngine, DoubleBuffer) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Uniformly samples (chooses) n random elements with or without replacement from the contained elements and adds them to the given buffer.
sample(int, boolean, FloatRandomEngine, FloatBuffer) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Uniformly samples (chooses) n random elements with or without replacement from the contained elements and adds them to the given buffer.
sampleArray(int, int[]) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Just shows how this class can be used; samples n elements from and int[] array.
sampleArray(int, int[]) - Static method in class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant
Just shows how this class can be used; samples n elements from and int[] array.
sampleArray(int, int[]) - Static method in class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant
Just shows how this class can be used; samples n elements from and int[] array.
sampleBootstrap(DynamicBin1D, int, RandomEngine, BinBinFunction1D) - Method in class cern.hep.aida.bin.DynamicBin1D
Generic bootstrap resampling.
sampleBootstrap(DynamicDoubleBin1D, int, DoubleRandomEngine, DoubleBinBinFunction1D) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Generic bootstrap resampling.
sampleBootstrap(DynamicFloatBin1D, int, FloatRandomEngine, FloatBinBinFunction1D) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Generic bootstrap resampling.
sampleKurtosis(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosis(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosis(int, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosis(DoubleArrayList, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosis(int, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosis(FloatArrayList, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosisStandardError(int) - Static method in class cern.jet.stat.Descriptive
Return the standard error of the sample kurtosis.
sampleKurtosisStandardError(int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Return the standard error of the sample kurtosis.
sampleKurtosisStandardError(int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Return the standard error of the sample kurtosis.
sampleNextElement() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Returns whether the next element of the input sequence shall be sampled (picked) or not.
sampleNextElement() - Method in class cern.jet.random.sampling.WeightedRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
sampleNextElement() - Method in class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant
Returns whether the next element of the input sequence shall be sampled (picked) or not.
sampleNextElement() - Method in class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
sampleNextElement() - Method in class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant
Returns whether the next element of the input sequence shall be sampled (picked) or not.
sampleNextElement() - Method in class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
sampleSkew(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample skew of a data sequence.
sampleSkew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample skew of a data sequence.
sampleSkew(int, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sample skew of a data sequence.
sampleSkew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sample skew of a data sequence.
sampleSkew(int, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sample skew of a data sequence.
sampleSkew(FloatArrayList, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sample skew of a data sequence.
sampleSkewStandardError(int) - Static method in class cern.jet.stat.Descriptive
Return the standard error of the sample skew.
sampleSkewStandardError(int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Return the standard error of the sample skew.
sampleSkewStandardError(int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Return the standard error of the sample skew.
sampleStandardDeviation(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample standard deviation.
sampleStandardDeviation(int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sample standard deviation.
sampleStandardDeviation(int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sample standard deviation.
sampleVariance(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample variance of a data sequence.
sampleVariance(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample variance of a data sequence.
sampleVariance(int, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sample variance of a data sequence.
sampleVariance(DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sample variance of a data sequence.
sampleVariance(int, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sample variance of a data sequence.
sampleVariance(FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sample variance of a data sequence.
sampleWeightedVariance(double, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample weighted variance of a data sequence.
sampleWeightedVariance(double, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sample weighted variance of a data sequence.
sampleWeightedVariance(float, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sample weighted variance of a data sequence.
SArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
A s-line for scalar particles.
sasum(int, float[], int) - Method in class org.netlib.blas.BLAS
..
save(String, String, String) - Method in class jhplot.HNeuralNet
Save current status of neural net.
saxpy(int, float, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
sbdsdc(String, String, int, float[], float[], float[], int, float[], int, float[], int[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sbdsqr(String, int, int, int, int, float[], float[], float[], int, float[], int, float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
scalarMatrix(int, double) - Static method in class flanagan.math.Matrix
 
scalarMatrix(int, int, double) - Static method in class flanagan.math.Matrix
 
scalarMultiply(double, double[]) - Static method in class jhplot.math.ArrayMathUtils
Multiplies every component of an array by a scalar.
scalarMultiply(double, int[]) - Static method in class jhplot.math.ArrayMathUtils
Multiplies every component of an array by a scalar.
scalarMultiplyFast(double, double[]) - Static method in class jhplot.math.ArrayMathUtils
Fast scalar multiplication for sparse arrays.
scalarMultiplyFast(double, int[]) - Static method in class jhplot.math.ArrayMathUtils
Fast scalar multiplication for sparse arrays.
scalarProduct(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the scalar product of two array as if they were vectors.
scalarProduct(double[][], double[][]) - Static method in class jhplot.math.ArrayMathUtils
Computes the scalar product of two array as if they were matrices.
scalarProduct(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the scalar product of two array as if they were vectors.
scalarProduct(int[][], int[][]) - Static method in class jhplot.math.ArrayMathUtils
Computes the scalar product of two array as if they were matrices.
scale(double, double) - Method in class flanagan.analysis.Stat
 
scale(double[], double, double) - Static method in class flanagan.analysis.Stat
 
scale(float[], float, float) - Static method in class flanagan.analysis.Stat
 
scale(long[], double, double) - Static method in class flanagan.analysis.Stat
 
scale(int[], double, double) - Static method in class flanagan.analysis.Stat
 
scale(BigDecimal[], double, double) - Static method in class flanagan.analysis.Stat
 
scale(BigInteger[], double, double) - Static method in class flanagan.analysis.Stat
 
scale(double) - Method in interface hep.aida.ref.dataset.binner.Binner
Scale all the bins by a given scale factor.
scale(double) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Scale all the bins by a given scale factor.
scale(double) - Method in class hep.aida.ref.dataset.DataStatistics
Scale the statistics by a give scaleFactor Rescaling is equivalent to multiplying all the weights by the scale factor.
scale(double) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
scale(double) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
scale(double) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
scale(double) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
scale(double) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
scale(double) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
scale(double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
scale(double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
scale(double) - Method in class hep.aida.ref.histogram.Cloud
Scale the weights by a given factor.
scale(double) - Method in class hep.aida.ref.histogram.Cloud1D
 
scale(double) - Method in class hep.aida.ref.histogram.Cloud2D
 
scale(double) - Method in class hep.aida.ref.histogram.Cloud3D
 
scale(double) - Method in class hep.aida.ref.histogram.DataPointSet
 
scale(double) - Method in class hep.aida.ref.histogram.Histogram
Scale the weights and the errors by a given factor.
scale(double) - Method in class hep.aida.ref.histogram.Histogram1D
Scale the weights and the errors by a given factor.
scale(double) - Method in class hep.aida.ref.histogram.Histogram2D
Scale the weights and the errors by a given factor.
scale(double) - Method in class hep.aida.ref.histogram.Histogram3D
Scale the weights and the errors by a given factor.
scale(double) - Method in class hep.aida.ref.histogram.Profile1D
 
scale(double) - Method in class hep.aida.ref.histogram.Profile2D
 
scale(String, double) - Method in class jhplot.H1D
Scale the histogram.
scale(double) - Method in class jhplot.H1D
Scale the histogram.
scale(String, double) - Method in class jhplot.H2D
Scale the histogram.
scale(double) - Method in class jhplot.H2D
Scale the histogram.
scale(String, double) - Method in class jhplot.HProf1D
Scale the histogram.
scale(double) - Method in class jhplot.HProf1D
Scale the histogram.
scale(int, double) - Method in class jhpro.stat.DataKeeper
Scale values and errors by a factor
scale(double) - Method in class jhpro.stat.DataKeeper
Scale all values and errors by a factor
scaledTransformedData() - Method in class flanagan.analysis.BoxCox
 
scaleErrors(double) - Method in class hep.aida.ref.histogram.DataPointSet
 
scalePoint(double, double, double, double, double) - Method in class jhplot.jadraw.JaObject
Returns a point that is obtained from a point (px, py) after a scale transformation scale, keeping the point (orx, ory) fixed.
scaleValues(double) - Method in class hep.aida.ref.histogram.DataPointSet
 
scopy(int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
Scores - Class in flanagan.analysis
 
Scores() - Constructor for class flanagan.analysis.Scores
 
screePlot() - Method in class flanagan.analysis.PCA
 
screePlotDataAlone() - Method in class flanagan.analysis.PCA
 
sdisna(String, int, int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sdot(int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
sdsdot(int, float, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
search(double) - Method in class jhplot.P0D
Search for the first occurrence of the given argument
search(Integer) - Method in class jhplot.P0I
Search for the first occurrence of the given argument
sec(double) - Static method in class flanagan.math.Fmath
 
SecantRootFinder - Class in jhplot.math.num.root
The secant method (1) for finding roots of functions.
SecantRootFinder(Function) - Constructor for class jhplot.math.num.root.SecantRootFinder
Create a root finder for the given function.
SecantRootFinder(Function, int, double) - Constructor for class jhplot.math.num.root.SecantRootFinder
Create a root finder for the given function.
sech(double) - Static method in class flanagan.math.Fmath
 
second - Static variable in class cern.clhep.Units
 
second(floatW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
second() - Method in class org.netlib.lapack.LAPACK
-- LAPACK auxiliary routine (version 3.1.1) -- Univ.
seconds() - Method in class cern.colt.Timer
Returns the elapsed time in seconds; does not stop the timer, if started.
SECONDS - Static variable in class jhplot.JHPlot
 
seek(long) - Method in class jhplot.math.io.LERandomAccessFile
 
SELECT_BODY - Static variable in class jhplot.jadraw.JaObject
An integer that indicates that the user grabbed the body of an object.
SELECT_LL - Static variable in class jhplot.jadraw.JaObject
An integer that indicates that the user grabbed the lower left handle of an object.
SELECT_LR - Static variable in class jhplot.jadraw.JaObject
An integer that indicates that the user grabbed the lower right handle of an object.
SELECT_NONE - Static variable in class jhplot.jadraw.JaObject
An integer that indicates that the user did not grab any object.
SELECT_P1 - Static variable in class jhplot.jadraw.JaObject
An integer that specifies the first point of an arc object.
SELECT_P2 - Static variable in class jhplot.jadraw.JaObject
An integer that specifies the second point of an arc object.
SELECT_P3 - Static variable in class jhplot.jadraw.JaObject
An integer that specifies the third point of an arc object.
SELECT_UL - Static variable in class jhplot.jadraw.JaObject
An integer that indicates that the user grabbed the upper left handle of an object.
SELECT_UR - Static variable in class jhplot.jadraw.JaObject
An integer that indicates that the user grabbed the upper right handle of an object.
selectionSort(double[]) - Static method in class flanagan.math.Fmath
 
selectionSort(float[]) - Static method in class flanagan.math.Fmath
 
selectionSort(int[]) - Static method in class flanagan.math.Fmath
 
selectionSort(long[]) - Static method in class flanagan.math.Fmath
 
selectionSort(double[], double[], int[]) - Static method in class flanagan.math.Fmath
 
selectionSort(double[], double[], double[], double[]) - Static method in class flanagan.math.Fmath
 
selectionSort(float[], float[], float[], float[]) - Static method in class flanagan.math.Fmath
 
selectionSort(long[], long[], long[], long[]) - Static method in class flanagan.math.Fmath
 
selectionSort(int[], int[], int[], int[]) - Static method in class flanagan.math.Fmath
 
selectionSort(double[], long[], double[], long[]) - Static method in class flanagan.math.Fmath
 
selectionSort(long[], double[], long[], double[]) - Static method in class flanagan.math.Fmath
 
selectionSort(double[], int[], double[], int[]) - Static method in class flanagan.math.Fmath
 
selectionSort(int[], double[], int[], double[]) - Static method in class flanagan.math.Fmath
 
selectionSort(long[], int[], long[], int[]) - Static method in class flanagan.math.Fmath
 
selectionSort(int[], long[], int[], long[]) - Static method in class flanagan.math.Fmath
 
selectSort(double[], double[], int[]) - Static method in class flanagan.math.Fmath
 
selectSortArrayList(double[]) - Static method in class flanagan.math.Fmath
 
selectSortVector(double[]) - Static method in class flanagan.math.Fmath
 
seLocation(double, double) - Method in class jhplot.HMLabel
Sets the location of this label in data coordinates.
semiBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns the semi-bandwidth of the given square matrix A.
semiBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns the semi-bandwidth of the given square matrix A.
semiBandwidth(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns the semi-bandwidth of the given square matrix A.
semiBandwidth(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns the semi-bandwidth of the given square matrix A.
semiBandwidth(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns the semi-bandwidth of the given square matrix A.
SeqBlas - Class in cern.colt.matrix.linalg
Sequential implementation of the Basic Linear Algebra System.
seqBlas - Static variable in class cern.colt.matrix.linalg.SeqBlas
Little trick to allow for "aliasing", that is, renaming this class.
Serialized - Class in jhplot.io
Methods used for serialization.
Serialized() - Constructor for class jhplot.io.Serialized
 
serialVersionUID - Static variable in class cern.colt.PersistentObject
 
serialVersionUID - Static variable in interface hep.aida.tdouble.DoubleIAxis
 
serialVersionUID - Static variable in interface hep.aida.tdouble.DoubleIHistogram
 
serialVersionUID - Static variable in interface hep.aida.tfloat.FloatIAxis
 
serialVersionUID - Static variable in interface hep.aida.tfloat.FloatIHistogram
 
Series - Class in jhplot.math.num
This class provides the means to evaluate infinite series (1).
set(int) - Method in class cern.colt.bitvector.BitVector
Changes the bit with index bitIndex to the "set" (true) state.
set(long[], int) - Static method in class cern.colt.bitvector.QuickBitVector
Changes the bit with index bitIndex in the bitvector bits to the "set" (true) state.
set(int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.AbstractByteList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.AbstractCharList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.AbstractDoubleList
Replaces the element at the specified position in the receiver with the specified element.
set(int, float) - Method in class cern.colt.list.AbstractFloatList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.AbstractIntList
Replaces the element at the specified position in the receiver with the specified element.
set(int, long) - Method in class cern.colt.list.AbstractLongList
Replaces the element at the specified position in the receiver with the specified element.
set(int, short) - Method in class cern.colt.list.AbstractShortList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.adapter.DoubleListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.FloatListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.IntListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.LongListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.ObjectListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.CharArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, float) - Method in class cern.colt.list.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.IntArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, long) - Method in class cern.colt.list.LongArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, short) - Method in class cern.colt.list.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, boolean) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Replaces the element at the specified position in the receiver with the specified element.
set(int, boolean) - Method in class cern.colt.list.tboolean.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.tbyte.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.tchar.AbstractCharList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.tchar.CharArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.tdouble.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.tdouble.DoubleListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Replaces the element at the specified position in the receiver with the specified element.
set(int, float) - Method in class cern.colt.list.tfloat.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.tfloat.FloatListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, int) - Method in class cern.colt.list.tint.AbstractIntList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.tint.IntArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.tint.IntListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, long) - Method in class cern.colt.list.tlong.AbstractLongList
Replaces the element at the specified position in the receiver with the specified element.
set(int, long) - Method in class cern.colt.list.tlong.LongArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.tlong.LongListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.tobject.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.tobject.ObjectListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, short) - Method in class cern.colt.list.tshort.AbstractShortList
Replaces the element at the specified position in the receiver with the specified element.
set(int, short) - Method in class cern.colt.list.tshort.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int) - Method in class cern.colt.matrix.tbit.BitVector
Changes the bit with index bitIndex to the "set" (true) state.
set(long[], int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Changes the bit with index bitIndex in the bitvector bits to the "set" (true) state.
set(int, double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, long) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, long) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, long) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set - Variable in class jhplot.HChart
 
set - Variable in class jhplot.HGraph
 
set - Variable in class jhplot.HPlot3D
 
set - Variable in class jhplot.HPlot3DP
 
set - Variable in class jhplot.HView3D
 
set(int, double) - Method in class jhplot.math.num.DoubleArray
Modify the element at the given index.
set(int, double) - Method in class jhplot.P0D
Sets a value at the specified position.
set(int, Integer) - Method in class jhplot.P0I
Sets a value at the specified position.
set(int, double, double) - Method in class jhplot.P1D
Sets the values of a plot-point pair (X,Y).
set(int, double, double, double, double) - Method in class jhplot.P1D
Sets the values of a plot-point pair (x,y).
set(int, double, double, double, double, double, double) - Method in class jhplot.P1D
Sets the values of a plot-point pair (x,y).
set(int, double, double, double, double, double, double, double, double, double, double) - Method in class jhplot.P1D
Sets the values of a plot-point pair (x,y).
set(int, double, double, double) - Method in class jhplot.P2D
Sets the values of (x,y,z).
set(int, double, double, double, double, double, double) - Method in class jhplot.P3D
Sets the values of (x,dx,y,dy,z,dz).
set(int, double[]) - Method in class jhplot.PND
Sets (replace) the specified row.
set(int, P0D) - Method in class jhplot.PND
Sets (replace) the specified element with P0D.
set(int, int[]) - Method in class jhplot.PNI
Sets (replace) the specified row.
set(int, P0I) - Method in class jhplot.PNI
Sets (replace) the specified element with P0D.
set(float, float, float) - Method in class jhplot.v3d.Vector3d
 
set(int, double, double, int) - Method in class jminhep.cluster.Partition
Set parameters for clustering
setAbsoluteTolerance(double) - Method in class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Sets the absolute convergence tolerance
setAbsoluteTolerance(float) - Method in class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Sets the absolute convergence tolerance
setActiveEuler(double, double, double) - Method in class hephysics.vec.Hep3Matrix
Defines a rotation matrix via Euler angles.
setAlignment(String) - Method in class cern.colt.matrix.AbstractFormatter
Sets the column alignment (left,center,right,decimal).
setAlignment(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the column alignment (left,center,right,decimal).
setAllentries(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setAllentries(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setAllign(int) - Method in class jhplot.jadraw.JaLatexText
Sets the allign property of this text object.
setAlpha(double) - Method in class jhplot.math.num.pdf.Beta
Modify the alpha parameter.
setAlpha(double) - Method in class jhplot.math.num.pdf.Gamma
Modify the alpha parameter.
setAlphaBeta(double, double) - Method in class jhplot.bsom.BsomDemo
Set alpha and beta for learning
setAlphaBeta(double, double) - Method in class jhplot.HBsom
Set initial alpha and betai parameters.
setAmp(int) - Method in class jhplot.jadraw.JaArcObject
Sets the amp property of this arc object.
setAmp(int) - Method in class jhplot.jadraw.JaLineObject
Sets the amp property of this line object.
setAmp(int) - Method in class jhplot.jadraw.JaLoopObject
Sets the amp property of this loop object.
setAngamp(int) - Method in class jhplot.jadraw.JaGlLine
Sets the angamp property of this JaGlLine.
setAnnotation(IAnnotation) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setAnnotation(IAnnotation) - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
 
setAnnotation(IAnnotation) - Method in class hep.aida.ref.histogram.DataPointSet
 
setAnnotation(IAnnotation) - Method in class hep.aida.ref.tuple.AbstractTuple
 
setAntiAlias(boolean) - Method in class jhplot.HPlot
Set antialiasing for the graphics of the current plot
setAntiAlias(boolean) - Method in class jhplot.HPlotJa
Set antialiasing for the graphics of the current plot
setAntiAliasAll(boolean) - Method in class jhplot.HPlot
Set antialiasing for the graphics of all plots
setArcPts(int, int, int, int, int, int) - Method in class jhplot.jadraw.JaArcObject
Sets the points of this arc.
setArray(double[]) - Method in class jhplot.P0D
Set a double array.
setArray(int[]) - Method in class jhplot.P0D
Set an integer array.
setArray(Integer[]) - Method in class jhplot.P0I
Set a Integer array.
setArray(int[]) - Method in class jhplot.P0I
Set an integer array.
setArray(double[][]) - Method in class jhplot.PND
Set values from double array Old content will be lost.
setArray(int[][]) - Method in class jhplot.PNI
Set values from double array Old content will be lost.
setArrayList(ArrayList<Double>) - Method in class jhplot.P0D
Set the data in form of ArrayList
setArrayList(ArrayList<Integer>) - Method in class jhplot.P0I
Set the data in form of ArrayList
setArrayList(ArrayList<double[]>) - Method in class jhplot.PND
Set the data in form of ArrayList
setArrayList(ArrayList<int[]>) - Method in class jhplot.PNI
Set the data in form of ArrayList
setArrow(boolean) - Method in class jhplot.jadraw.JaArcObject
Sets the arrow property of this arc object.
setArrow(boolean) - Method in class jhplot.jadraw.JaLineObject
Sets the arrow property of this line object.
setArrow(boolean) - Method in class jhplot.jadraw.JaLoopObject
Sets the arrow property of this loop object.
setAsMarked(boolean) - Method in class jhplot.jadraw.JaObject
Sets this JaObject as element of a group.
setAttResizable(boolean) - Method in class jhplot.HPlot
Set canvas attributes resizable (line widths, symbols, fonts) or not.
setAttResizableAll(boolean) - Method in class jhplot.HPlot
Set canvas attributes resizable (line widths, symbols, fonts) or not.
setAutoRange(boolean) - Method in class jhplot.HChart
Set auto-range in X and Y at the same time
setAutoRange() - Method in class jhplot.HChart
Set autorange in X and Y at the same time
setAutoRange(int, boolean) - Method in class jhplot.HPlot
Sets true or false to use automatic scaling for the current plot.
setAutoRange(boolean) - Method in class jhplot.HPlot
Set autorange in X and Y at the same time
setAutoRange() - Method in class jhplot.HPlot
Set autorange in X and Y at the same time for the current plot
setAutoRange() - Method in class jhplot.HPlot2D
Set autorange for the current plot
setAutoRange(boolean) - Method in class jhplot.HPlot2D
Set autorange or not for the current plot
setAutoRange(int, boolean) - Method in class jhplot.HPlot2D
Set autorange for the current plot
setAutoRange(boolean) - Method in class jhplot.HPlot3D
Set autorange in X,Y,Z.
setAutoRange() - Method in class jhplot.HPlot3D
Set autorange in X,Y,Z at the same time for the current plot
setAutoRange(int, boolean) - Method in class jhplot.HPlotJa
Sets true or false to use automatic scaling for the current plot.
setAutoRange(boolean) - Method in class jhplot.HPlotJa
Set autorange in X and Y at the same time
setAutoRange() - Method in class jhplot.HPlotJa
Set autorange in X and Y at the same time for the current plot
setAutoRange(int, boolean) - Method in class jhplot.jadraw.JaAxes
Set autorange for a particular axis
setAutoRange() - Method in class jhplot.jadraw.JaAxes
Set auto-range on all axes
setAutoRange() - Method in class jhplot.SPlot
Rescale so that the data that is currently plotted just fits.
setAutoRange(boolean) - Method in class jhplot.SPlot
Rescale so that the data that is currently plotted just fits.
setAutoRangeAll(int, boolean) - Method in class jhplot.HPlot
Sets true or false to use automatic scaling for all plots.
setAutoRangeAll(boolean) - Method in class jhplot.HPlot
Set auto-range in X and Y at the same time for all plots
setAutoRangeAll() - Method in class jhplot.HPlot
Set autorange in X and Y at the same time for all plots
setAutoRangeAll() - Method in class jhplot.HPlot2D
Set autorange in X and Y at the same time for all plots
setAutoRangeAll(boolean) - Method in class jhplot.HPlot3D
Set to autorange all pads
setAutoRangeAll(int, boolean) - Method in class jhplot.HPlotJa
Sets true or false to use automatic scaling for all plots.
setAutoRangeAll(boolean) - Method in class jhplot.HPlotJa
Set auto-range in X and Y at the same time for all plots
setAutoRangeAll() - Method in class jhplot.HPlotJa
Set autorange in X and Y at the same time for all plots
setAutoRangeXY() - Method in class jhplot.HPlot3D
Set autorange in Y,Z at the same time for the current plot
setAvailableFonts(String[]) - Method in class jhplot.jadraw.JaKey
Sets the string array of available fonts.
setAvailableFonts(String[]) - Method in class jhplot.jadraw.JaText
Sets the string array of available fonts.
setAxes(boolean) - Method in class jhplot.HPlot3DP
Set all axes or not
setAxes(boolean, boolean, boolean) - Method in class jhplot.HPlot3DP
Show or not axes for X, Y, Z
setAxesArrow(int, int) - Method in class jhplot.jadraw.JaAxes
Set arrow type
setAxesArrows(boolean) - Method in class jhplot.HPlot3DP
Show or not small arrows on axes
setAxesColor(Color) - Method in class jhplot.HPlot
Sets the actual color of the axes of the graph.
setAxesColor(Color) - Method in class jhplot.HPlot3DP
Set Color for axes
setAxesFontColor(Color) - Method in class jhplot.HPlot3D
Get color for tic labels
setAxesFrame(int, int) - Method in class jhplot.HPlotJa
Set axes frames or pads.
setAxesRatio(double) - Method in class jhplot.HPlot
Sets the ratio between X- and Y-axes lengths.
setAxesRatioUse(boolean) - Method in class jhplot.HPlot
Sets whether or not to use a fixed ratio between X- and Y-axes lengths.
setAxis(int, boolean) - Method in class jhplot.HPlot
Sets whether an axis line will be drawn or not.
setAxis(int, Axis) - Method in class jhplot.HPlot2D
Set axis objects
setAxis(int, boolean) - Method in class jhplot.HPlot2D
Sets whether an axis line will be drawn or not.
setAxis(boolean) - Method in class jhplot.HZirkel
Show coordinate system on the canvas.
setAxisAll(boolean) - Method in class jhplot.HPlot
Sets whether all axis lines will be drawn or not.
setAxisAll(boolean) - Method in class jhplot.HPlotJa
Sets whether all axis lines will be drawn or not.
setAxisArrow(int) - Method in class jhplot.HPlot
Sets axes arrows.
setAxisArrows(boolean) - Method in class jhplot.HPlot3DP
Set or not arrows for axis
setAxisFont(Font) - Method in class jhplot.HPlot3D
Sets font for axes
setAxisLabelColor(Color) - Method in class jhplot.HPlot2D
Sets the pen color for ticks
setAxisLabelFont(Font) - Method in class jhplot.HPlot2D
Set fonts for axis Label
setAxisLabelPosition(int, int) - Method in class jhplot.HPlot2D
Position of label for axis
setAxisMirror(int, boolean) - Method in class jhplot.HPlot
Sets whether the mirror of an axis will be drawn or not.
setAxisNumberSubtics(int) - Method in class jhplot.HPlot2D
Sets the number of small sub-ticks
setAxisPenTicWidth(int) - Method in class jhplot.HPlot
Sets the pen width to draw tick axes.
setAxisPenTicWidth(int) - Method in class jhplot.HPlot2D
Sets the pen width to draw tick axes
setAxisTicHeight(int) - Method in class jhplot.HPlot2D
Sets the tick heights in NDC units
setAxisTitle(int, SGLabel) - Method in class jhplot.HPlot2D
Set label for axis
setAxisX() - Method in class jhplot.HPlot
Sets X-axis (bottom).
setAxisY() - Method in class jhplot.HPlot
Sets Y-axis (left).
setBack(boolean) - Method in class jhplot.jadraw.JaLineObject
Sets the back property of this line object.
setBack(double) - Method in class jhpro.stat.limit.ExpData
Set background number
setBackgColor(Color) - Method in class jhplot.HPlot
Sets the actual background color of the entire graph panel.
setBackgColor(Color) - Method in class jhplot.HPlot3DP
Set background for current pad
setBackgColorForAllGraph(Color) - Method in class jhplot.HPlot
Sets the background color of all graphs.
setBackgColorGraph(Color) - Method in class jhplot.HPlot
Sets the background color of the current graph.
setBackground(Color) - Method in class jhplot.HPlot2D
Set background for the plot.
setBackground(Color) - Method in class jhplot.SPlot
Set background for the plot.
setBars(boolean) - Method in class jhplot.DrawOptions
Draw a histogram using bars (default is using lines).
setBars() - Method in class jhplot.HPlot3D
Set bar type of plot
setBars(boolean) - Method in class jhplot.HPlot3D
Set bar type of plot
setBars(boolean) - Method in class jhplot.SPlot
Turn bars on or off (for bar charts).
setBars(double, double) - Method in class jhplot.SPlot
Turn bars on and set the width and offset.
setBartlett() - Method in class flanagan.math.FourierTransform
 
setBeta(double) - Method in class jhplot.math.num.pdf.Beta
Modify the beta parameter.
setBeta(double) - Method in class jhplot.math.num.pdf.Gamma
Modify the beta parameter.
setBinCenter(int, double) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
This method sets new center of the bin and initializes other bin data
setBinCenter(int, double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner1D
 
setBinContent(int[], int, double, double[], double[]) - Method in interface hep.aida.ref.dataset.binner.Binner
Set at once the content of a bin.
setBinContent(int[], int, double, double[], double[]) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Set at once the content of a bin.
setBinContent(int[], int, double, double[], double[]) - Method in class hep.aida.ref.dataset.binner.EfficiencyBinner
Set at once the content of a bin.
setBinContent(int, double, int, double, double, double, double, double, double) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
setBinContent(int, int, int, double, double, double, double, double, double, double) - Method in class hep.aida.ref.histogram.binner.BasicBinner2D
 
setBinContent(int, int, int, int, double, double, double, double, double, double, double, double, double) - Method in class hep.aida.ref.histogram.binner.BasicBinner3D
 
setBinContent(int, double, int, double, double, double, double, double, double) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
setBinContent(int, int, int, double, double, double, double, double, double, double) - Method in interface hep.aida.ref.histogram.binner.Binner2D
 
setBinContent(int, int, int, int, double, double, double, double, double, double, double, double, double) - Method in interface hep.aida.ref.histogram.binner.Binner3D
 
setBinContent(int, int, double, double, double, double, double, double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner1D
 
setBinContent(int, int, int, double, double, double, double, double, double, double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner2D
 
setBinContent(int, int, int, int, double, double, double, double, double, double, double, double, double) - Method in class hep.aida.ref.histogram.binner.EfficiencyBinner3D
 
setBinError(BinError) - Method in class hep.aida.ref.dataset.binner.DefaultBinner
Set the BinError with which the plus and minus error on the bin are calculated.
setBinError(int, int, double) - Method in class hep.aida.ref.histogram.Histogram2D
Set the error on this bin.
setBinError(int, int, int, double) - Method in class hep.aida.ref.histogram.Histogram3D
Set the error on this bin.
setBinError(int, int, double) - Method in class jhplot.H2D
Set the error on this bin.
setBins(int) - Method in class jhplot.H1D
Sets the number of bins
setBins(int) - Method in class jhplot.HProf1D
Sets the number of bins
setBins(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setBinWidth(double) - Method in class jhplot.DrawOptions
Set the bin width.
setBoundingBox(double[]) - Method in class jhplot.jadraw.JaObject
Sets the bounding box of this JaObject.
setBounds(double, double) - Method in class hep.aida.ref.fitter.FitParameterSettings
 
setBounds(int, int, int, int) - Method in class jhplot.SPlot
Move and resize this component.
setBox(boolean) - Method in class jhplot.HPlot
Sets whether or not to draw the bounding box around the graph.
setBoxColor(Color) - Method in class jhplot.HPlot
Sets the color of the bounding box drawn around a graph.
setBoxColor(Color) - Method in class jhplot.HPlot3D
Set color of the box
setBoxed(boolean) - Method in class jhplot.HPlot3D
Set boxed frame
setBoxes(int) - Method in class hep.aida.ref.function.Grid
 
setBoxFillColor(Color) - Method in class jhplot.HPlot
Sets the fill color of the bounding box drawn around a graph.
setBoxOffset(double) - Method in class jhplot.HPlot
Sets the offset of the bounding box drawn around a graph.
setBtot(double) - Method in class jhpro.stat.ConfidenceLevel
 
setCameraPosition(double) - Method in class jhplot.HPlot3DP
Set camera position
setCellAt(Object, int, int) - Method in class jhplot.SPsheet
This fill assumes that the object passes to it is already the correct object to set the value of the cell as.
setCellSize(int) - Method in class jhplot.HCellular
Set cell size
setCharge(double) - Method in class hephysics.particle.LParticle
Set charge
setChargeParity(float) - Method in class hephysics.particle.HEParticle
Set C charge conjugation parity
setChartArea() - Method in class jhplot.HChart
Make an Area chart.
setChartBar() - Method in class jhplot.HChart
Make a Bar chart.
setChartBar3D() - Method in class jhplot.HChart
Make a Bar chart in 3D.
setChartHistogram() - Method in class jhplot.HChart
Make a Histogram chart
setChartLine() - Method in class jhplot.HChart
Make a line chart.
setChartPie() - Method in class jhplot.HChart
Make a Pie chart.
setChartPie3D() - Method in class jhplot.HChart
Make a Pie 3D chart.
setChartXY() - Method in class jhplot.HChart
Make a X-Y chart with data points (assuming no errors).
setCodeletString(String) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setCodeletString(String) - Method in class hep.aida.ref.function.AbstractIFunction
 
setCodeletString(String) - Method in class hep.aida.ref.function.BaseModelFunction
 
setColor(Color) - Method in class jhplot.DrawOptions
Set color for lines
setColor(Color) - Method in class jhplot.HKey
Sets the color to a specific value
setColor(Color) - Method in class jhplot.HLabel
Sets the color to a specific value
setColor(Color) - Method in class jhplot.HLabelEq
Sets the color to a specific value
setColor(Color) - Method in class jhplot.HMLabel
Sets the color to a specific value
setColor(Color) - Method in class jhplot.jadraw.JaObject
Sets the color of this object.
setColor(Color) - Method in class jhplot.shapes.HShape
Sets the color to a specific value
setColor(boolean) - Method in class jhplot.SPlot
If the argument is false, draw the plot without using color (in black and white).
setColor(Color) - Method in class jhplot.v3d.Object3d
 
setColor(int, int, int) - Method in class jhplot.v3d.Object3d
 
setColorBack(Color) - Method in class jhplot.v3d.Canvas3d
 
setColorBackgroud(Color) - Method in class jhplot.HLabelEq
Set background color
setColorBar(ColorKey) - Method in class jhplot.HPlot2D
Set color bar (key) for the current plot
setColorFill(Color) - Method in class jhplot.HPlot3D
Set color of to fill histogram bars
setColorLines(Color) - Method in class jhplot.HPlot3D
Set color of the lines to draw histogram bars
setColorMode(int) - Method in class jhplot.HPlot3D
Sets the color mode
setColors(Color[]) - Method in class jhplot.SPlot
Set the point colors.
setColumnMapping(String[]) - Method in class jhplot.io.csv.bean.ColumnPositionMappingStrategy
 
setColumnMapping(Map) - Method in class jhplot.io.csv.bean.HeaderColumnNameTranslateMappingStrategy
 
setColumnSeparator(String) - Method in class cern.colt.matrix.AbstractFormatter
Sets the string separating any two columns from another.
setColumnSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two columns from another.
setComplex() - Method in class jhplot.FND
Treat the function as complex.
setConnected(boolean) - Method in class hep.aida.ref.event.AIDAObservable
 
setConnected(boolean) - Method in interface hep.aida.ref.event.Connectable
 
setConnected(boolean) - Method in class hep.aida.ref.event.ConnectEvent
 
setConnected(boolean, int) - Method in class jhplot.SPlot
If the first argument is true, then by default for the specified dataset, points will be connected by a line.
setConstraint(String) - Method in class hep.aida.ref.fitter.Fitter
 
setConstraintMethod(int) - Method in class flanagan.math.Maximisation
 
setConstraintMethod(int) - Method in class flanagan.math.Minimisation
 
setConstraints(String[]) - Method in class hep.aida.ref.fitter.FitResult
 
setConstraintTolerance(double) - Method in class flanagan.analysis.Regression
 
setConstraintTolerance(double) - Method in class flanagan.math.Maximisation
 
setConstraintTolerance(double) - Method in class flanagan.math.Minimisation
 
setContents(double[], double[], int[], double[], double[]) - Method in class hep.aida.ref.histogram.Histogram1D
Set the content of the whole Histogram at once.
setContents(double[], double[], double[], int[], double[], double[], double[]) - Method in class hep.aida.ref.histogram.Histogram1D
 
setContents(double[][], double[][], int[][], double[][], double[][], double[][], double[][]) - Method in class hep.aida.ref.histogram.Histogram2D
Set the content of the whole Histogram at once.
setContents(double[][][], double[][][], int[][][], double[][][], double[][][], double[][][], double[][][], double[][][], double[][][]) - Method in class hep.aida.ref.histogram.Histogram3D
Set the content of the whole Histogram at once.
setContents(double[], double[], int[], double[], double[]) - Method in class hep.aida.ref.histogram.Profile1D
Set the content of the whole Histogram at once.
setContents(double[][], double[][], int[][], double[][], double[][], double[][]) - Method in class hep.aida.ref.histogram.Profile2D
 
setContents(DoubleHistogram1DContents) - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
Sets the contents of this histogram.
setContents(FloatHistogram1DContents) - Method in class hep.aida.tfloat.ref.FloatHistogram1D
Sets the contents of this histogram
setContents(double[], double[]) - Method in class jhplot.H1D
Sets the content of H1D histogram.
setContents(double[], double[], int[], double[], double[]) - Method in class jhplot.H1D
Set the content of the whole Histogram at once.
setContents(double[][], double[][]) - Method in class jhplot.H2D
Set content of H2D histogram
setContents(double[][], double[][], int[][], double[][], double[][], double[][], double[][]) - Method in class jhplot.H2D
Set the content of the whole Histogram at once.
setContents(double[], double[]) - Method in class jhplot.HProf1D
Sets the content of histogram.
setContents(double[], double[], int[], double[], double[]) - Method in class jhplot.HProf1D
Set the content of the whole Histogram at once.
setContents(double[][], double[][]) - Method in class jhplot.HProf2D
Set content of H2D histogram
setContour(boolean) - Method in class jhplot.HPlot
Set to a contour style
setContour() - Method in class jhplot.HPlot3D
Set contour style
setContour(boolean) - Method in class jhplot.HPlot3D
Set contour style
setContour(boolean) - Method in class jhplot.HPlotJa
Set to a contour style
setContour(boolean) - Method in class jhplot.jadraw.JaAxes
Set the contour style and parse the data.
setContourBar(boolean) - Method in class jhplot.HPlot
Show or not a bar with color levels
setContourBar(boolean) - Method in class jhplot.HPlotJa
Show a bar indicating levels on contour plot
setContourBar(boolean) - Method in class jhplot.jadraw.JaAxes
Show or not a bar with color levels
setContourBins(int, int) - Method in class jhplot.HPlot
How many bins used to slice the data in X (and Y)
setContourBins(int, int) - Method in class jhplot.HPlotJa
Set number of contour bins in X and Y
setContourBins(int, int) - Method in class jhplot.jadraw.JaAxes
How many bins used to slice the data in X (and Y)
setContourGray(boolean) - Method in class jhplot.HPlot
Color style to show contour plot.
setContourGray(boolean) - Method in class jhplot.jadraw.JaAxes
Color style to show contour plot.
setContourLevels(int) - Method in class jhplot.HPlot
How many color levels shuul be shown (10 default)
setContourLevels(int) - Method in class jhplot.HPlotJa
Number of contour levels
setContourLevels(int) - Method in class jhplot.jadraw.JaAxes
How many color levels should be shown (10 default)
setContourLines(int) - Method in class jhplot.HPlot3D
Set number of divisions for contour plots
setConversionParameters(int, double, double) - Method in class hep.aida.ref.histogram.Cloud1D
Set the parameters for the ICloud conversion to an IHistogram.
setConversionParameters(int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.Cloud2D
Set the parameters for the ICloud conversion to an IHistogram.
setConversionParameters(int, double, double, int, double, double, int, double, double) - Method in class hep.aida.ref.histogram.Cloud3D
Set the parameters for the ICloud conversion to an IHistogram.
setCoordinate(int, double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSet
 
setCoordinate(int, double[], double[], double[]) - Method in class hep.aida.ref.histogram.DataPointSet
 
setCorrelationObject(Object) - Method in class hep.aida.ref.fitter.fitmethod.AbstractFitMethod
 
setCovMatrixElement(int, int, double) - Method in class hep.aida.ref.fitter.FitResult
 
setCurDir(String) - Static method in class jhplot.HPlotJa
Sets the current working directory.
setDa(int, double) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
setDa(int, double) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
setDash(float) - Method in class jhplot.jadraw.JaArcObject
Sets the dash property of this arc object.
setDash(float) - Method in class jhplot.jadraw.JaLineObject
Sets the dash property of this line object.
setDash(float) - Method in class jhplot.jadraw.JaLoopObject
Sets the dash property of this loop object.
setDashed(double) - Method in class jhplot.shapes.HShape
Set dashed line
setData(double[]) - Method in class flanagan.math.FourierTransform
 
setData(Complex[]) - Method in class flanagan.math.FourierTransform
 
setData(P1D) - Method in class jhplot.HBsom
Load data to BSOM
setData(double[][], double[][]) - Method in class jhplot.HNeuralNet
Construct a data set from an input and idea array.
setData(double[][]) - Method in class jhplot.HNeuralNet
Construct a data set from an input
setData(PND, PND) - Method in class jhplot.HNeuralNet
Set data for training.
setData(PND) - Method in class jhplot.HNeuralNet
Set data
setData() - Method in class jhplot.HPlot2D
 
setData(Vector<DataArray>) - Method in class jhplot.jadraw.JaAxes
Set data in form of vector
setDataArray(DataArray) - Method in class jhplot.P1D
Set data in a form of DataArray
setDataArray(DataArray2D) - Method in class jhplot.P2D
Set data in a form of DataArray
setDataArray(DataArray3D) - Method in class jhplot.P3D
Set data in a form of DataArray
setDataDescription(String) - Method in class hep.aida.ref.fitter.FitResult
 
setDataPers(DataArray) - Method in class jhplot.HPlot
Sets the data in the form DataArray data
setDefault() - Method in class jhplot.GHMargin
Set the default location
setDefault(Object) - Method in class jhplot.GHMargin
Set the default location
setDefault() - Method in class jhplot.HCellular
Set default parameters
setDefinition(String) - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
setDefinition(String) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
setDefinition(String) - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
setDefinition(String) - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
setDegreesOfFreedom(double) - Method in class jhplot.math.num.pdf.ChiSquared
Modify the degrees of freedom.
setDegreesOfFreedom(double) - Method in class jhplot.math.num.pdf.TDistribution
Modify the degrees of freedom.
setDelta(double) - Method in class flanagan.analysis.Regression
 
setDelta(double) - Method in class jhplot.bsom.Bsom
 
setDelta(double) - Method in class jhplot.HBsom
Set calculation precision.
setDeltaT(double) - Method in class flanagan.math.FourierTransform
 
setDenominatorDegreesOfFreedom(double) - Method in class jhplot.math.num.pdf.FDistribution
Modify the denominator degrees of freedom.
setDenominatorToN() - Method in class flanagan.analysis.BoxCox
 
setDenominatorToN() - Method in class flanagan.analysis.ProbabilityPlot
 
setDenominatorToN() - Static method in class flanagan.analysis.Regression
 
setDenominatorToN() - Method in class flanagan.analysis.Scores
 
setDenominatorToN() - Method in class flanagan.analysis.Stat
 
setDenominatorToN() - Method in class flanagan.math.Matrix
 
setDenominatorToNminusOne() - Method in class flanagan.analysis.ProbabilityPlot
 
setDenominatorToNminusOne() - Static method in class flanagan.analysis.Regression
 
setDenominatorToNminusOne() - Method in class flanagan.analysis.Scores
 
setDenominatorToNminusOne() - Method in class flanagan.analysis.Stat
 
setDensity() - Method in class jhplot.HPlot3D
Set density type of plot
setDensity(boolean) - Method in class jhplot.HPlot3D
Set density plot
setDeriv(double[][]) - Method in class flanagan.interpolation.BiCubicSpline
 
setDeriv(double, double) - Method in class flanagan.interpolation.CubicSpline
 
setDeriv(double[]) - Method in class flanagan.interpolation.CubicSpline
 
setDeriv(Object) - Method in class flanagan.interpolation.PolyCubicSpline
 
setDeriv(double[][][][]) - Method in class flanagan.interpolation.QuadriCubicSpline
 
setDeriv(double[][][]) - Method in class flanagan.interpolation.TriCubicSpline
 
setDerivative(Function) - Method in class jhplot.math.num.root.NewtonRootFinder
Modify the derivative of the target function.
setDerivLimits(double, double) - Method in class flanagan.interpolation.CubicSpline
 
setDerivLimits() - Method in class flanagan.interpolation.CubicSpline
 
setDescription(String[]) - Method in class hep.aida.ref.dataset.DataStatistics
Set the description for all the coordinates.
setDescription(int, String) - Method in class hep.aida.ref.dataset.DataStatistics
Set the description for a given coordinate
setDetltaTime(int) - Method in class jhplot.HCellular
Set set delta time
setDimension(int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setDimension(int) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
setDimension(int) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
setDimension(int) - Method in class jhplot.P1D
Set the dimension.
setDimention(int) - Method in class jminhep.cluster.DataHolder
Set the dimension of the data
setDisplayGrids(boolean) - Method in class jhplot.HPlot3D
Display grid
setDisplayXY(boolean) - Method in class jhplot.HPlot3D
Display or not X and Y
setDisplayZ(boolean) - Method in class jhplot.HPlot3D
Display or not title for Z
setDistance(double) - Method in class jhplot.HPlot3D
Set distance to the object
setDivergenceTolerance(double) - Method in class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Sets the relative divergence tolerance
setDivergenceTolerance(double) - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
Sets the relative divergence tolerance
setDivergenceTolerance(float) - Method in class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Sets the relative divergence tolerance
setDivergenceTolerance(float) - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
Sets the relative divergence tolerance
setDivisions(int, int) - Method in class jhplot.FPR
Set number of divisions for parameters.
setDivisions(int) - Method in class jhplot.HPlot3D
Set number of divisions for surface plots
setDivU(int) - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
setDivV(int) - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
setDLSeparation(float) - Method in class jhplot.jadraw.JaArcObject
Sets the double line separation property.
setDLSeparation(float) - Method in class jhplot.jadraw.JaLineObject
Sets the double line property.
setDLSeparation(float) - Method in class jhplot.jadraw.JaLoopObject
Sets the double line property.
setDotted(double) - Method in class jhplot.shapes.HShape
Set dotted line
setDoubleLine(boolean) - Method in class jhplot.jadraw.JaArcObject
Sets the double line property.
setDoubleLine(boolean) - Method in class jhplot.jadraw.JaLineObject
Sets the double line property.
setDoubleLine(boolean) - Method in class jhplot.jadraw.JaLoopObject
Sets the double line property.
setDrawLine(boolean) - Method in class jhplot.DrawOptions
Draw lines connecting points or not.
setDrawLineKey(boolean) - Method in class jhplot.DrawOptions
Draw histogram key with line or not
setDrawOption(LinePars) - Method in class jhplot.DrawOptions
Sets drawing attributes
setDrawSymbol(boolean) - Method in class jhplot.DrawOptions
Draw or not symbols
setDtot(int) - Method in class jhpro.stat.ConfidenceLevel
 
setE(double) - Method in class hephysics.vec.HepLorentzVector
Set energy
setEdges(int, double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setEditable(int) - Method in class jhplot.SPlot
Specify which dataset is editable.
setEigenvalues(double, double) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleChebyshev
Sets the eigenvalue estimates.
setEigenvalues(float, float) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatChebyshev
Sets the eigenvalue estimates.
setElement(int, int, double) - Method in class flanagan.math.Matrix
 
setElement(int, int, double) - Method in class hephysics.matrix.BasicMatrix
 
setElement(int, int, double) - Method in interface hephysics.matrix.MutableMatrix
Set the given element of the matrix
setElement(int, int, double) - Method in class hephysics.matrix.SymmetricMatrix
Set a specific element
setElement(int, int, double) - Method in class hephysics.vec.Hep3Matrix
Sets the (row, column) element
setElevationAngle(double) - Method in class jhplot.HPlot3D
Set the elevation angle
setEnd(boolean) - Method in class jhplot.jadraw.JaArcObject
Sets the end property of this line object.
setEnd(boolean) - Method in class jhplot.jadraw.JaLineObject
Sets the end property of this line object.
setEndLength(double) - Method in class jhplot.shapes.Arrow
Set lenght of the ends
setEndWidth(double) - Method in class jhplot.shapes.Arrow
Set width of the ends
setEngine(String) - Method in class hep.aida.ref.fitter.Fitter
 
setEngineName(String) - Method in class hep.aida.ref.fitter.FitResult
 
setEntries(int, int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setEntries(int, int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setEntry(int, PEventFile.HEvent.Entry) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
setEntry(int, PEventFile.HEvent.Entry.Builder) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
setErr(boolean) - Method in class jhplot.DrawOptions
Set or not the 1st level errors on X and Y
setErr(double) - Method in class jhplot.math.ValueErr
Set error
setErrAll(boolean) - Method in class jhplot.DrawOptions
Show or not all errors (1st and 2nd level).
setErrAllToZero(String, int) - Method in class jhplot.P1D
Set all (1st and 2nd) level errors to zero.
setErrBack(double) - Method in class jhpro.stat.limit.ExpData
Set error on background
setErrColor(Color) - Method in class jhplot.DrawOptions
Set color for 1st level errors for X and Y
setErrColorX(Color) - Method in class jhplot.DrawOptions
Set color for 1st level errors in X
setErrColorY(Color) - Method in class jhplot.DrawOptions
Set color for 1st level errors in Y
setErrFill(boolean) - Method in class jhplot.DrawOptions
Fill area between lower and upper 1st-level errors
setErrFillColor(Color) - Method in class jhplot.DrawOptions
Fill color area between lower and upper 1st-level errors.
setErrFillColor(Color, double) - Method in class jhplot.DrawOptions
Fill color area between lower and upper 1st-level errors and set transparency level
setError(double) - Method in class flanagan.analysis.ErrorProp
 
setError(int, double) - Method in class jhpro.stat.DataKeeper
Set a error at index
setErrorMinus(double) - Method in class hep.aida.ref.histogram.Measurement
 
setErrorPlus(double) - Method in class hep.aida.ref.histogram.Measurement
 
setErrors(double[]) - Method in class jhplot.H1D
Sets errors of H1D histogram (for heights).
setErrors(int, double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setErrors(int, double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setErrors(double[]) - Method in class jhpro.stat.DataKeeper
 
setErrSqrt(int) - Method in class jhplot.P1D
Set 1st level error to sqrt of X or Y values.
setErrSys(boolean) - Method in class jhplot.DrawOptions
Show or not the 2nd level errors for X and Y values
setErrSysFill(boolean) - Method in class jhplot.DrawOptions
Fill area between lower and upper 2st-level errors
setErrSysFillColor(Color) - Method in class jhplot.DrawOptions
Fill color area between lower and upper 1st-level errors
setErrSysFillColor(Color, double) - Method in class jhplot.DrawOptions
Fill color area between lower and upper 2nd-level errors and set transparency level
setErrSysToZero(int) - Method in class jhplot.P1D
Set 2nd level errors to zero.
setErrSysX(boolean) - Method in class jhplot.DrawOptions
Set or not the 2nd level errors in X
setErrSysY(boolean) - Method in class jhplot.DrawOptions
Show or not the 2nd level errors for Y values
setErrTicSize(double) - Method in class jhplot.DrawOptions
Set the size of small tics shown at the end of error bars.
setErrToZero(int) - Method in class jhplot.P1D
Set 1st level errors to zero.
setErrX(boolean) - Method in class jhplot.DrawOptions
Set or not the 1st level errors in X
setErrY(boolean) - Method in class jhplot.DrawOptions
Show or not the 1st level errors for Y values.
setExpForm(int) - Method in class jhplot.jadraw.JaAxes
Set exponential form.
setEyePosition(double, double, double) - Method in class jhplot.HPlot3DP
Set position oy eye
setF1D(PBufFile.Record.F1D) - Method in class jhplot.io.PBufFile.Record.Builder
 
setF1D(PBufFile.Record.F1D.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setF2D(PBufFile.Record.F2D) - Method in class jhplot.io.PBufFile.Record.Builder
 
setF2D(PBufFile.Record.F2D.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setFftData(double[]) - Method in class flanagan.math.FourierTransform
 
setFileNumbering() - Method in class flanagan.analysis.Scores
 
setFill(boolean) - Method in class jhplot.DrawOptions
Fill or not histogram or function.
setFill(boolean) - Method in class jhplot.HPlot3D
Set fill color or not for histogram bars
setFill(boolean) - Method in class jhplot.shapes.HShape
Fill a primitive
setFillable(boolean) - Method in class hep.aida.ref.Annotation
If annotation is fillable, can modified.
setFillable(boolean) - Method in class hep.aida.ref.ManagedObject
If ManagedObject is fillable, it can modified.
setFillColor(Color) - Method in class jhplot.DrawOptions
Fill color of a drawing object.
setFillColor(Color) - Method in class jhplot.FPR
Set color for fill
setFillColor(Color) - Method in class jhplot.jadraw.JaFillObject
Sets the fill color of this fillColor object.
setFillColor(Color) - Method in class jhplot.jadraw.JaVertexT2
Sets the fill color of this fillColor object.
setFillColorTransparency(double) - Method in class jhplot.DrawOptions
Set color transparency used to fill an object.
setFilled(boolean) - Method in class jhplot.FPR
Set filled area or not
setFilled(boolean) - Method in class jhplot.jadraw.JaBlob
Fill or not the object
setFilled(boolean) - Method in class jhplot.jadraw.JaBox
Fill or not the object
setFinalValueOfX(double) - Method in class flanagan.integration.RungeKutta
 
setFirst() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
setFirst() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Resets the iteration
setFirst() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
setFirst() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Resets the iteration
setFitMethod(String) - Method in class hep.aida.ref.fitter.Fitter
 
setFitMethodName(String) - Method in class hep.aida.ref.fitter.FitResult
 
setFitParameterSettings(String, IFitParameterSettings) - Method in class hep.aida.ref.fitter.FitResult
 
setFitStatus(int) - Method in class hep.aida.ref.fitter.FitResult
 
setFittedFunction(IFunction) - Method in class hep.aida.ref.fitter.FitResult
 
setFixed(boolean) - Method in class hep.aida.ref.fitter.FitParameterSettings
 
setFixedOrder(boolean) - Method in class cern.hep.aida.bin.DynamicBin1D
Determines whether the receivers internally preserved elements may be reordered or not.
setFixedOrder(boolean) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Determines whether the receivers internally preserved elements may be reordered or not.
setFixedOrder(boolean) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Determines whether the receivers internally preserved elements may be reordered or not.
setFlip(boolean) - Method in class jhplot.jadraw.JaArcObject
Sets the flip property of this arc object.
setFlip(boolean) - Method in class jhplot.jadraw.JaLineObject
Sets the flip property of this line object.
setFlip(boolean) - Method in class jhplot.jadraw.JaLoopObject
Sets the flip property of this loop object.
setFlush(int) - Method in class jhplot.io.HFile
Set after how many events data will be flushed.
setFND(PBufFile.Record.FND) - Method in class jhplot.io.PBufFile.Record.Builder
 
setFND(PBufFile.Record.FND.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setFog(boolean) - Method in class jhplot.HPlot3DP
Set fog for objects
setFolderIsWatched(String, boolean) - Method in class hep.aida.ref.tree.Tree
This message is sent by a listener to indicate interest in a particular path within the tree.
setFont(Font) - Method in class jhplot.HKey
Sets the font to a specific value
setFont(Font) - Method in class jhplot.HLabel
Sets the font to a specific value
setFont(Font) - Method in class jhplot.HMLabel
Sets the font to a specific value
setFont(Font) - Method in class jhplot.jadraw.JaKey
Sets the textFont property of this text object.
setFont(Font) - Method in class jhplot.jadraw.JaText
Sets the textFont property of this text object.
setFont(Font) - Method in class jhplot.jadraw.JaTextBox
Sets the textFont property of this text object.
setFont(Font) - Method in class jhplot.shapes.Text
Set the font
setFontSize(int) - Method in class jhplot.HLabelEq
Sets the font to a specific value
setFontValue(Font) - Method in class jhplot.HPlot3DP
Set Font for axis numbers
setForeground(Color) - Method in class jhplot.SPlot
Set the foreground color.
setFormat(String) - Method in class cern.colt.matrix.AbstractFormatter
Sets the way a single cell value is to be formatted.
setFormat(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the way a single cell value is to be formatted.
setFov(double) - Method in class jhplot.HPlot3DP
Set field of vision
setFPR(PBufFile.Record.FPR) - Method in class jhplot.io.PBufFile.Record.Builder
 
setFPR(PBufFile.Record.FPR.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setFrameColor(Color) - Method in class jhplot.HPlot3D
Set color of the frame
setFreq(float) - Method in class jhplot.jadraw.JaArcObject
Sets the freq property of this arc object.
setFreq(float) - Method in class jhplot.jadraw.JaLineObject
Sets the freq property of this line object.
setFreq(float) - Method in class jhplot.jadraw.JaLoopObject
Sets the freq property of this loop object.
setFtestSignificance(double) - Method in class flanagan.analysis.Regression
 
setFunc(IFunction) - Method in class jhplot.HFitter
Set fit functions
setFunc(String) - Method in class jhplot.HFitter
Set fit functions from predefined string.
setFunc(String, int, String, String) - Method in class jhplot.HFitter
Set functions from a script.
setFunction(Function) - Method in class jhplot.math.num.integration.AdaptiveIntegrator
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.integration.RombergIntegrator
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.integration.SimpsonsIntegrator
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.integration.TrapezoidalIntegrator
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.root.BisectionRootFinder
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.root.Bracket
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.root.BrentRootFinder
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.root.FalsePositionRootFinder
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.root.NewtonRootFinder
Modify the target function.
setFunction(Function) - Method in class jhplot.math.num.root.SecantRootFinder
Modify the target function.
setGaussian(double) - Method in class flanagan.math.FourierTransform
 
setGaussian() - Method in class flanagan.math.FourierTransform
 
setGBackground(Color) - Method in class jhplot.GHMargin
Set the background of this panel
setGColor(Color) - Method in class jhplot.GHMargin
Set the color on this panel.
setGFont(Font) - Method in class jhplot.GHMargin
Set the font.
setGLpoints(int) - Method in class flanagan.integration.Integration
 
setGraph() - Method in class jhplot.HPlot
Set the graph from JPLot
setGraphStyle(int) - Method in class jhplot.DrawOptions
Set the style of the graph
setGRecBackground(Color) - Method in class jhplot.GHMargin
Set the background for rectangle with the text
setGrid(int, boolean) - Method in class jhplot.HPlot
Sets whether or not using grid lines.
setGrid(boolean) - Method in class jhplot.HPlot
Sets whether or not using grid lines.
setGrid(boolean) - Method in class jhplot.SPlot
Control whether the grid is drawn.
setGridAll(int, boolean) - Method in class jhplot.HPlot
Sets or not the grid lines for all plots on the same canvas
setGridAll(int, boolean) - Method in class jhplot.HPlotJa
Sets or not the grid lines for all plots on the same canvas
setGridColor(Color) - Method in class jhplot.jadraw.JaAxes
Set grid color
setGridColorAll(Color) - Method in class jhplot.HPlot
Sets color of the grid lines for all plots on the same canvas
setGridFront(boolean) - Method in class jhplot.jadraw.JaAxes
Set grid to be drown in fron of all graphic objects
setGridToFront(boolean) - Method in class jhplot.HPlot
Setting the flag to true, this will draw the grid after drawing all the lines and point stuff, hence on the foreground.
setGroup(int, PEventFile.HEvent.Group) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
setGroup(int, PEventFile.HEvent.Group.Builder) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
setGTitle(String, Font, Color) - Method in class jhplot.GHPanel
Sets the global title
setGTitle(String, Font) - Method in class jhplot.GHPanel
Sets the global title using black color.
setGTitle(String) - Method in class jhplot.GHPanel
Set the global title with default attributes.
setGTitle(String, double) - Method in class jhplot.GHPanel
Set the global title with default attributes.
setGTitle(String, Color) - Method in class jhplot.GHPanel
Set the global title.
setGTitle(String) - Method in class jhplot.HPlot2D
Set global title for this plot.
setGTitle(JaText) - Method in class jhplot.HPlotJa
Set the global title
setGTitle(String, Font, Color) - Method in class jhplot.HPlotJa
Sets the global title
setGTitle(String, Font) - Method in class jhplot.HPlotJa
Sets the global title using black color.
setGTitle(String) - Method in class jhplot.HPlotJa
Set the global title with default attributes.
setGTitle(String, Color) - Method in class jhplot.HPlotJa
Set the global title with default attributes.
setGTitle(String) - Method in class jhplot.SPlot
Set global title for this plot.
setH1D(PBufFile.Record.H1D) - Method in class jhplot.io.PBufFile.Record.Builder
 
setH1D(PBufFile.Record.H1D.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setH2D(PBufFile.Record.H2D) - Method in class jhplot.io.PBufFile.Record.Builder
 
setH2D(PBufFile.Record.H2D.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setHamming() - Method in class flanagan.math.FourierTransform
 
setHann() - Method in class flanagan.math.FourierTransform
 
setHeights(double[]) - Method in class jhplot.H1D
Sets the content of H1D histogram (heights).
setHeights(int, double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setHeights(int, double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setHistogram(IHistogram1D) - Method in class hep.aida.ref.histogram.Cloud1D
Set the Histogram representation of the Cloud.
setHistogram(IHistogram2D) - Method in class hep.aida.ref.histogram.Cloud2D
Set the Histogram representation of the Cloud.
setHistogram(IHistogram3D) - Method in class hep.aida.ref.histogram.Cloud3D
Set the Histogram representation of the Cloud.
setId(long) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
setIda(int, long) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
setIda(int, long) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
setImpulses(boolean, int) - Method in class jhplot.SPlot
If the first argument is true, then a line will be drawn from any plotted point in the specified dataset down to the x axis.
setIncGammaMaxIter(int) - Static method in class flanagan.analysis.Stat
 
setIncGammaTol(double) - Static method in class flanagan.analysis.Stat
 
setInflip(boolean) - Method in class jhplot.jadraw.JaLineObject
Sets the inflip property of this line object.
setInitFile(String) - Method in class jhplot.HCellular
Set initialization file
setInitialValueOfX(double) - Method in class flanagan.integration.RungeKutta
 
setInitialValueOfY(double) - Method in class flanagan.integration.RungeKutta
 
setInitialValueOfY(double[]) - Method in class flanagan.integration.RungeKutta
 
setInitialValuesOfY(double) - Method in class flanagan.integration.RungeKutta
 
setInitialValuesOfY(double[]) - Method in class flanagan.integration.RungeKutta
 
setInitString(String) - Method in class jhplot.HCellular
Set initialization string for the rule
setInnerColor(Color) - Method in class jhplot.HPlot
Sets the color used to fill the inner triangles.
setIntegrationFunction(IntegralFunction) - Method in class flanagan.integration.Integration
 
setIsFixedBins(boolean) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setIsFixedBins(boolean) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setIsospin(float) - Method in class hephysics.particle.HEParticle
Set isospin
setIsResizing(boolean) - Method in class jhplot.jadraw.JaArcObject
Sets the resizing property of this arc.
setIsValid(boolean) - Method in class hep.aida.ref.fitter.FitResult
 
setItemDeletionPercentage(double) - Method in class flanagan.analysis.Scores
 
setIterationMonitor(DoubleIterationMonitor) - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterativeSolver
 
setIterationMonitor(DoubleIterationMonitor) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterativeSolver
Sets iteration monitor
setIterationMonitor(FloatIterationMonitor) - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterativeSolver
 
setIterationMonitor(FloatIterationMonitor) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterativeSolver
Sets iteration monitor
setIterationReporter(DoubleIterationReporter) - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
setIterationReporter(DoubleIterationReporter) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Sets new iteration reporter
setIterationReporter(FloatIterationReporter) - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
setIterationReporter(FloatIterationReporter) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Sets new iteration reporter
setKaiser(double) - Method in class flanagan.math.FourierTransform
 
setKaiser() - Method in class flanagan.math.FourierTransform
 
setKey(int, double, Color) - Method in class jhplot.HKey
Sets a key
setKey(int) - Method in class jhplot.jadraw.JaKey
Set the key symbol (1-12, 20,21,22)
setKeyColor(Color) - Method in class jhplot.jadraw.JaKey
Set the key color
setKeySpace(double) - Method in class jhplot.HKey
Sets a space between the key and the text describing the key
setKeySpace(double) - Method in class jhplot.jadraw.JaKey
Set a space between a key and a text
setKeyTextSpace(double) - Method in class jhplot.HPlotJa
Set space between the key symbol and the text in a legend.
setLabelColor(Color) - Method in class jhplot.HPlot3D
Set color of the label
setLabelColor(Color) - Method in class jhplot.HPlot3DP
Set Color for the labels
setLabelColor(Color) - Method in class jhplot.jadraw.JaAxes
Set the color for labels indicating the ticks
setLabelFont(Font) - Method in class jhplot.HPlot3D
Set Font for the labels
setLabelFont(Font) - Method in class jhplot.HPlot3DP
Set Font for the labels
setLabelFont(Font) - Method in class jhplot.jadraw.JaAxes
Set label fonts
setLabelFont(String) - Method in class jhplot.SPlot
Set the label font, which is used for axis labels and legend labels.
setLabelFontColor(Color) - Method in class jhplot.HPlot3D
Set color for labels
setLabelOffsetX(double) - Method in class jhplot.HPlot3D
Set label offset on X
setLabelOffsetY(double) - Method in class jhplot.HPlot3D
Set label offset on Y
setLabelOffsetZ(double) - Method in class jhplot.HPlot3D
Set label offset on Z
setLabelRotation(double) - Method in class jhplot.jadraw.JaAxes
Set rotation for labels
setLabelShift(int, double, double) - Method in class jhplot.HPlotJa
Shift position of a label with respect to the axis by about defined in NDC (0-1).
setLabelSpace(int, double) - Method in class jhplot.jadraw.JaAxes
Set a space between axis and labels for ticks
setLabelX(String, int, int) - Method in class jhplot.HPlotJa
Sets a label for X at the default location
setLabelY(String, int, int) - Method in class jhplot.HPlotJa
Set label at the default postion
setLabelY(JaText[][]) - Method in class jhplot.HPlotJa
Set labels on Y
setLatexFS(int) - Method in class jhplot.jadraw.JaLatexText
Sets the latexfs property of this text object.
setLatexLabel(String) - Method in class jhplot.jadraw.JaLatexText
Sets the Label of this LatexText to str.
setLegend(boolean) - Method in class jhplot.DrawOptions
Sets whether or not this line style should draw the name in the legend of the graph.
setLegend(boolean) - Method in class jhplot.HPlot
Sets whether or not to draw the legend.
setLegendFont(Font) - Method in class jhplot.HPlot
Sets the actual font of the legend.
setLegendFont(String) - Method in class jhplot.HPlot
Set the label font, which is used for axis labels and legend labels.
setLegendFont(Font) - Method in class jhplot.HPlotJa
Sets the actual font of the legend.
setLegendFont(String) - Method in class jhplot.HPlotJa
Set the label font, which is used for axis labels and legend labels.
setLegendPos(int, double) - Method in class jhplot.HPlot
Sets the x or y coordinates (defined relative to the data ranges on the axes) of the legend.
setLegendPos(double, double, String) - Method in class jhplot.HPlot
Sets the x and y coordinates of the legend.
setLegendPosUse(boolean) - Method in class jhplot.HPlot
Sets whether or not to set the legend position in X,Y coordinates as defined by the graph.
setLegendSpac(double) - Method in class jhplot.HPlot
Sets the vertical spacing, between each line of the legend.
setLengthFromBeginning(double[], int) - Static method in class jhplot.math.ArrayMathUtils
Sets an array to the specified length scraping or padding the end if necessary.
setLengthFromBeginning(int[], int) - Static method in class jhplot.math.ArrayMathUtils
Sets an array to the specified length scraping or padding the end if necessary.
setLengthFromEnd(double[], int) - Static method in class jhplot.math.ArrayMathUtils
Sets an array to the specified length scraping or padding the beginning if necessary.
setLengthFromEnd(int[], int) - Static method in class jhplot.math.ArrayMathUtils
Sets an array to the specified length scraping or padding the beginning if necessary.
setLimitGuess(double) - Method in class jhpro.stat.limit.StatConfidence
Set new limit
setLimits(double, double) - Method in class flanagan.integration.Integration
 
setLineColor(Color) - Method in class jhplot.FPR
Set color for lines
setLinePars(LinePars) - Method in class jhplot.P1D
Sets LinePars class for graphical attributes
setLineWidth(int) - Method in class jhplot.HKey
Sets key line width
setLocation(double, double) - Method in class jhplot.HKey
Sets the location of the label in data coordinates.
setLocation(double, double, String) - Method in class jhplot.HKey
Sets the location of the label in data coordinates.
setLocation(double, double) - Method in class jhplot.HLabel
Sets the location of the label in data coordinates.
setLocation(double, double, String) - Method in class jhplot.HLabel
Sets the location of the label in data coordinates.
setLocation(double, double) - Method in class jhplot.HLabelEq
Sets the location of the label in data coordinates.
setLocation(double, double, String) - Method in class jhplot.HLabelEq
Sets the location of the label in data coordinates.
setLocation(double, double, String) - Method in class jhplot.jadraw.JaObject
Set location of the object in the NDC or USER coordinates.
setLocation(int, int) - Method in class jhplot.jadraw.JaObject
Sets the x and y coordinate of this object.
setLocation(double) - Method in class jhplot.math.num.pdf.Weibull
Modify the location parameter.
setLocationAtCenter(JaText) - Method in class jhplot.HPlotJa
Sets the location of a text object at the center of the canvas
setLocationXY(int, int, int, int) - Method in class jhplot.jadraw.JaBox
Set box location in pixel coordinates
setLocationXY(int, int, int, int) - Method in class jhplot.jadraw.JaLine
Set location in pixel coordinates
setLock(Object) - Method in class hep.aida.ref.tree.Tree
 
setLogScale(int, boolean) - Method in class jhplot.HPlot
Sets true or false to plot on a log scale.
setLogScale(int, boolean) - Method in class jhplot.HPlotJa
Sets true or false to plot on a log scale.
setLogScale(int, boolean) - Method in class jhplot.jadraw.JaAxes
Sets true or false to plot on a log scale.
setLower(double) - Method in class jhplot.math.num.pdf.Uniform
Modify the lower bound parameter.
setLowerBound(double) - Method in class hep.aida.ref.fitter.FitParameterSettings
 
setLowerBound(double) - Method in class hep.aida.ref.function.Range
Set the lower bound.
setLowerEdge(double) - Method in class hep.aida.ref.histogram.Cloud1D
Set the Cloud's lower edge
setLowerEdgeX(double) - Method in class hep.aida.ref.histogram.Cloud2D
Set the Cloud's x lower edge
setLowerEdgeX(double) - Method in class hep.aida.ref.histogram.Cloud3D
Set the Cloud's x lower edge
setLowerEdgeY(double) - Method in class hep.aida.ref.histogram.Cloud2D
Set the Cloud's y lower edge
setLowerEdgeY(double) - Method in class hep.aida.ref.histogram.Cloud3D
Set the Cloud's y lower edge
setLowerEdgeZ(double) - Method in class hep.aida.ref.histogram.Cloud3D
Set the Cloud's z lower edge
setLowerLimit(double) - Method in class flanagan.integration.Integration
 
setlowerLimit(double) - Method in class flanagan.integration.Integration
 
setLRB(double[]) - Method in class jhpro.stat.ConfidenceLevel
 
setLRS(double[]) - Method in class jhpro.stat.ConfidenceLevel
 
setLU(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Sets the combined lower and upper triangular factor, LU.
setLU(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Sets the combined lower and upper triangular factor, LU.
setLU(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Sets the combined lower and upper triangular factor, LU.
setMarginBackground(Color) - Method in class jhplot.GHPanel
Set color for all global margins
setMarginBottom(double) - Method in class jhplot.HPlot
Sets the distance between the bottom-border of the panel and the bottom X-axis.
setMarginBottom(double) - Method in class jhplot.HPlotJa
Margin from bottom.
setMarginLeft(double) - Method in class jhplot.HPlot
Sets the distance between the left-border of the panel and the left Y-axis.
setMarginLeft(double) - Method in class jhplot.HPlotJa
Margin from left
setMarginRight(double) - Method in class jhplot.HPlot
Sets the distance between the right-border of the panel and the right Y-axis.
setMarginRight(double) - Method in class jhplot.HPlotJa
Set margin from right
setMarginSizeBottom(double) - Method in class jhplot.GHPanel
Set size of the bottom margin of global canvas in terms of the ratio to the size of the main panel
setMarginSizeLeft(double) - Method in class jhplot.GHPanel
Set the size of left margin in term of the ratio to the global panel
setMarginSizeRight(double) - Method in class jhplot.GHPanel
Set the size of right margin of the global canvas in terms of the ration to the global panel in X
setMarginSizeTop(double) - Method in class jhplot.GHPanel
Set size of the top margin of global canvas in terms of the ratio to the size of the main panel
setMarginTop(double) - Method in class jhplot.HPlot
Sets the distance between the top-border of the panel and the top X-axis.
setMarginTop(double) - Method in class jhplot.HPlotJa
Set margin from top in NDC system.
setMarginX(double) - Method in class jhplot.HPlotJa
Margin in X between pads
setMarginY(double) - Method in class jhplot.HPlotJa
Margin in Y between pads
setMarksStyle(String) - Method in class jhplot.SPlot
Set the marks style to "none", "points", "dots", or "various".
setMarksStyle(String, int) - Method in class jhplot.SPlot
Set the marks style to "none", "points", "dots", "various", or "pixels" for the specified dataset.
setMass(double) - Method in class hephysics.particle.LParticle
Set a mass
setMatrix(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleAMG
 
setMatrix(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleDiagonal
 
setMatrix(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleICC
 
setMatrix(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleIdentity
 
setMatrix(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILU
 
setMatrix(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILUT
 
setMatrix(DoubleMatrix2D) - Method in interface cern.colt.matrix.tdouble.algo.solver.preconditioner.DoublePreconditioner
Sets the operator matrix for the preconditioner.
setMatrix(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleSSOR
 
setMatrix(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatAMG
 
setMatrix(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatDiagonal
 
setMatrix(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatICC
 
setMatrix(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatIdentity
 
setMatrix(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILU
 
setMatrix(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILUT
 
setMatrix(FloatMatrix2D) - Method in interface cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatPreconditioner
Sets the operator matrix for the preconditioner.
setMatrix(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatSSOR
 
setMax(double) - Method in class jhplot.F1D
Set the maximum value in X
setMax(double) - Method in class jhplot.FND
Set the maximum value in X
setMax(double) - Method in class jhplot.H1D
Set Maximum value of axis
setMax(double) - Method in class jhplot.HProf1D
Set Maximum value of axis
setMax(double) - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
setMax(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setMax(int, double) - Method in class jhplot.jadraw.JaAxes
Set min values
setMaximumIterations(int) - Method in class flanagan.integration.RungeKutta
 
setMaximumIterations(int) - Method in class jhplot.math.num.IterativeMethod
Modify the maximum number of iterations.
setMaximumIterations(int) - Method in class jhplot.math.num.root.Bracket
Modify the maximum number of iterations.
setMaximumRelativeError(double) - Method in class jhplot.math.num.IterativeMethod
Modify the maximum relative error.
setMaxIterations(int) - Method in class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Sets maximum number of iterations to permit
setMaxIterations(int) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Sets maximum number of iterations to permit
setMaxIterations(int) - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
 
setMaxIterations(int) - Method in class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Sets maximum number of iterations to permit
setMaxIterations(int) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Sets maximum number of iterations to permit
setMaxIterations(int) - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
 
setMaxNumberOfSubticsLog(int) - Method in class jhplot.HPlot
Sets the maximum number of subticks allowed for log10 scale.
setMaxTest(int) - Method in class flanagan.math.Maximisation
 
setMaxValue(int, double) - Method in class jhplot.HPlot
Sets the maximum data value displayed on the axis.
setMaxX(double) - Method in class jhplot.F2D
Set Max value in X
setMaxX(double) - Method in class jhplot.F3D
Set Max value in X
setMaxX(double) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
setMaxY(double) - Method in class jhplot.F2D
Set Max value in Y
setMaxY(double) - Method in class jhplot.F3D
Set Max value in Y
setMaxY(double) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
setMaxZ(double) - Method in class jhplot.F3D
Set Max value in Z
setMean(double) - Method in class cern.jet.random.Poisson
Sets the mean.
setMean(double) - Method in class cern.jet.random.PoissonSlow
Sets the mean.
setMean(double) - Method in class cern.jet.random.tdouble.Poisson
Sets the mean.
setMean(double) - Method in class cern.jet.random.tdouble.PoissonSlow
Sets the mean.
setMean(double) - Method in class hep.aida.ref.histogram.Profile1D
 
setMean(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setMean(double) - Method in class jhplot.math.num.pdf.Exponential
Modify the mean.
setMean(double) - Method in class jhplot.math.num.pdf.Laplace
Modify the mean.
setMean(double) - Method in class jhplot.math.num.pdf.Logistic
Modify the mean.
setMean(double) - Method in class jhplot.math.num.pdf.LogNormal
Modify the mean.
setMean(double) - Method in class jhplot.math.num.pdf.Normal
Modify the mean.
setMean(double) - Method in class jhplot.math.num.pdf.Poisson
Modify the mean.
setMeanAndRms(double, double) - Method in class hep.aida.ref.histogram.Histogram1D
Set the mean of the Histogram.
setMeanAndRms(double, double) - Method in class jhplot.H1D
Sets the Mean and RMS of H1D histogram
setMeanAndRms(double, double) - Method in class jhplot.HProf1D
Sets the Mean and RMS of H1D histogram
setMeans(int, double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setMeansX(int, double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setMeansY(int, double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setMeanX(double) - Method in class hep.aida.ref.histogram.Histogram2D
All the non-AIDA methods should go below this point.
setMeanX(double) - Method in class hep.aida.ref.histogram.Histogram3D
All the non-AIDA methods should go below this point.
setMeanX(double) - Method in class hep.aida.ref.histogram.Profile2D
 
setMeanX(double) - Method in class jhplot.H2D
Set mean on X.
setMeanX(double) - Method in class jhplot.HProf2D
Set mean on X.
setMeanY(double) - Method in class hep.aida.ref.histogram.Histogram2D
 
setMeanY(double) - Method in class hep.aida.ref.histogram.Histogram3D
 
setMeanY(double) - Method in class hep.aida.ref.histogram.Profile2D
 
setMeanY(double) - Method in class jhplot.H2D
Set mean on Y
setMeanY(double) - Method in class jhplot.HProf2D
Set mean on Y
setMeanZ(double) - Method in class hep.aida.ref.histogram.Histogram3D
 
setMedian(double) - Method in class jhplot.math.num.pdf.Cauchy
Modify the location parameter.
setMethodBinary(int) - Method in class flanagan.math.PsRandom
 
setMethodDecimal(int) - Method in class flanagan.math.PsRandom
 
setMin(double) - Method in class jhplot.F1D
Set Min value in X
setMin(double) - Method in class jhplot.FND
Set Min value in X
setMin(double) - Method in class jhplot.H1D
Set Min value of axis
setMin(double) - Method in class jhplot.HProf1D
Set Min value of axis
setMin(double) - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
setMin(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setMin(int, double) - Method in class jhplot.jadraw.JaAxes
Set max value
setMinColumnWidth(int) - Method in class cern.colt.matrix.AbstractFormatter
Sets the minimum number of characters a column may have.
setMinColumnWidth(int) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the minimum number of characters a column may have.
setMinTest(int) - Method in class flanagan.analysis.Regression
 
setMinTest(int) - Method in class flanagan.math.Minimisation
 
setMinValue(int, double) - Method in class jhplot.HPlot
Sets the start-value displayed on the axis.
setMinX(double) - Method in class jhplot.F2D
Set Min in X
setMinX(double) - Method in class jhplot.F3D
Set Min in X
setMinX(double) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
setMinY(double) - Method in class jhplot.F2D
Set Min value in Y
setMinY(double) - Method in class jhplot.F3D
Set Min value in Y
setMinY(double) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
setMinZ(double) - Method in class jhplot.F3D
Set Min value in Z
setMissingDataOption(int) - Method in class flanagan.analysis.Scores
 
setMove(double, double, double) - Method in class jhplot.HView3D
Move the current plot
setMultiText(String[]) - Method in class jhplot.jadraw.JaTextBox
Set multiline text
setName(String) - Method in class hep.aida.ref.ManagedObject
Set the name of this ManagedObject.
setName(String) - Method in class jhplot.F1D
Sets a name of the function, i.e.
setName(String) - Method in class jhplot.F2D
Sets a name of the function, i.e.
setName(String) - Method in class jhplot.F3D
Sets a name of the function, i.e.
setName(String) - Method in class jhplot.FND
Sets a name of the function, i.e.
setName(String) - Method in class jhplot.HChart
Set global title to the current chart
setName(String) - Method in class jhplot.HPlot
Sets a title for the current plot.
setName(String, Font, Color) - Method in class jhplot.HPlot
Sets a title for the current plot with all attributes
setName(String, Font) - Method in class jhplot.HPlot
Sets a title for the current plot with all attributes
setName(String) - Method in class jhplot.HPlot2D
Set global title to the current chart
setName(String) - Method in class jhplot.io.PBufFile.Record.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.F1D.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.F2D.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.FPR.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
setName(String) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
setName(String) - Method in class jhplot.io.PEventFile.HEvent.Builder
 
setName(String) - Method in class jhplot.io.PEventFile.HEvent.Entry.Builder
 
setName(String) - Method in class jhplot.io.PEventFile.HEvent.Group.Builder
 
setName(String) - Method in class jhplot.PND
Set a new title
setName(String) - Method in class jhplot.v3d.Object3d
 
setName(int, String) - Method in class jminhep.cluster.DataHolder
Set the title for ith component
setNamePos(double, double, String) - Method in class jhplot.HPlot
Sets the position for the title of the current plot.
setNamePos(double, double) - Method in class jhplot.HPlot
Sets the position for the title of the current plot.
setNameX(String) - Method in class jhplot.DrawOptions
Set the name for X-axis.
setNameX(String) - Method in class jhplot.HChart
Sets the name for X axis.
setNameX(String, Font, Color) - Method in class jhplot.HPlot
Set the label for the axis in X
setNameX(String) - Method in class jhplot.HPlot
Sets the name for X axis.
setNameX(String, Font) - Method in class jhplot.HPlot
Sets the name for X axis.
setNameX(String) - Method in class jhplot.HPlot2D
Sets the name for X axis.
setNameX(String) - Method in class jhplot.HPlot3D
Set a name for X axis
setNameX(String) - Method in class jhplot.HPlot3DP
Set a name for X axis
setNameX(String, Font, Color) - Method in class jhplot.HPlotJa
Set the label for the axis in X
setNameX(String) - Method in class jhplot.HPlotJa
Sets the name for X axis.
setNameX(String, Font) - Method in class jhplot.HPlotJa
Sets the name for X axis.
setNameX(String) - Method in class jhplot.SPlot
Set the label for the X (horizontal) axis.
setNameXpos(double, double, String) - Method in class jhplot.HPlot
Sets the position for label on X axis.
setNameXpos(double, double) - Method in class jhplot.HPlot
Sets the position for label on X axis in NDC system.
setNameY(String) - Method in class jhplot.DrawOptions
Sets the name for Y-axis.
setNameY(String) - Method in class jhplot.HChart
Sets the name for Y axis.
setNameY(String) - Method in class jhplot.HPlot
Sets the name for Y axis.
setNameY(String, Font) - Method in class jhplot.HPlot
Sets the name for Y axis.
setNameY(String, Font, Color) - Method in class jhplot.HPlot
Sets the Title for Y-axis
setNameY(String) - Method in class jhplot.HPlot2D
Sets the name for Y axis.
setNameY(String) - Method in class jhplot.HPlot3D
Set a name for Y axis
setNameY(String) - Method in class jhplot.HPlot3DP
Set a name for Y axis
setNameY(String, Font, Color) - Method in class jhplot.HPlotJa
Set the label for the axis in Y
setNameY(String) - Method in class jhplot.HPlotJa
Sets the name for Y axis.
setNameY(String, Font) - Method in class jhplot.HPlotJa
Sets the name for Y axis.
setNameY(String) - Method in class jhplot.SPlot
Set the label for the Y (vertical) axis.
setNameYpos(double, double, String) - Method in class jhplot.HPlot
Sets the position for label on Y axis.
setNameYpos(double, double) - Method in class jhplot.HPlot
Sets the position for label on Y axis in NDC system.
setNameZ(String) - Method in class jhplot.DrawOptions
Sets the title for Z-axis
setNameZ(String) - Method in class jhplot.HPlot3D
Set a name for Z axis
setNameZ(String) - Method in class jhplot.HPlot3DP
Set a name for Z axis
setNandP(int, double) - Method in class cern.jet.random.Binomial
Sets the parameters number of trials and the probability of success.
setNandP(int, double) - Method in class cern.jet.random.NegativeBinomial
Sets the parameters number of trials and the probability of success.
setNandP(int, double) - Method in class cern.jet.random.tdouble.Binomial
Sets the parameters number of trials and the probability of success.
setNandP(int, double) - Method in class cern.jet.random.tdouble.NegativeBinomial
Sets the parameters number of trials and the probability of success.
setNdf(int) - Method in class hep.aida.ref.fitter.FitResult
 
setNEntries(int) - Method in class hep.aida.ref.histogram.Histogram
Developer area.
setNEntries(int) - Method in class hep.aida.ref.histogram.Profile1D
 
setNEntries(int) - Method in class hep.aida.ref.histogram.Profile2D
 
setNEntries(int) - Method in class jhplot.H1D
Sets number of entries of H1D histogram.
setNEntries(int) - Method in class jhplot.H2D
Set all entries.
setNEntries(int) - Method in class jhplot.HProf1D
Sets number of entries of the histogram.
setNEntries(int) - Method in class jhplot.HProf2D
Set all entries.
setNentries(int) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setNentries(int) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setNintervals(int) - Method in class flanagan.integration.Integration
 
setNmax(int) - Method in class flanagan.analysis.Regression
 
setNmax(int) - Method in class flanagan.math.Maximisation
 
setNmax(int) - Method in class flanagan.math.Minimisation
 
setNMC(double) - Method in class jhpro.stat.limit.StatConfidence
Set number of MC events
setNMcontract(double) - Method in class flanagan.analysis.Regression
 
setNMcontract(double) - Method in class flanagan.math.Maximisation
 
setNMcontract(double) - Method in class flanagan.math.Minimisation
 
setNMextend(double) - Method in class flanagan.analysis.Regression
 
setNMextend(double) - Method in class flanagan.math.Maximisation
 
setNMextend(double) - Method in class flanagan.math.Minimisation
 
setNMreflect(double) - Method in class flanagan.analysis.Regression
 
setNMreflect(double) - Method in class flanagan.math.Maximisation
 
setNMreflect(double) - Method in class flanagan.math.Minimisation
 
setNobs(int) - Method in class jhpro.stat.limit.ExpData
Set number of observations
setNonGraphicItems() - Method in class jhplot.HCellular
Creates a CARule and a CAConfig.
setNormalization(boolean, boolean) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setNormalizationRange(double, double, int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setNormType(Norm) - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
setNormType(Norm) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Sets the vector-norm to calculate with
setNormType(Norm) - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
setNormType(Norm) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Sets the vector-norm to calculate with
setNPoints(int) - Method in class jhplot.HBsom
Set number of points for fit
setNrestartsMax(int) - Method in class flanagan.analysis.Regression
 
setNrestartsMax(int) - Method in class flanagan.math.Maximisation
 
setNrestartsMax(int) - Method in class flanagan.math.Minimisation
 
setNumberOfFailures(int) - Method in class jhplot.math.num.pdf.Hypergeometric
Modify the number of failures.
setNumberOfParameters(int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setNumberOfSimulations(int) - Method in class flanagan.analysis.PCA
 
setNumberOfSuccesses(int) - Method in class jhplot.math.num.pdf.Hypergeometric
Modify the number of successes.
setNumberOfSuccesses(int) - Method in class jhplot.math.num.pdf.NegativeBinomial
Modify the number of successes.
setNumberOfTics(int, boolean) - Method in class jhplot.HPlot
Says whether the user fixes the number of ticks for a specific axis.
setNumberOfTics(boolean) - Method in class jhplot.HPlot
Says whether the user fixes the number of ticks for a specific for all axises.
setNumberOfTics(int, int) - Method in class jhplot.HPlot
Sets the number of ticks for the specified axis.
setNumberOfTrials(int) - Method in class jhplot.math.num.pdf.Binomial
Modify the number of trials.
setNumeratorDegreesOfFreedom(double) - Method in class jhplot.math.num.pdf.FDistribution
Modify the numerator degrees of freedom.
setObject(Object) - Method in class hep.aida.ref.ContainerManagedObject
 
setObservable(IsObservable) - Method in class hep.aida.ref.event.ObserverAdapter
 
setOmega(double, double) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleSSOR
Sets the overrelaxation parameters
setOmega(float, float) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatSSOR
Sets the overrelaxation parameters
setOutofrange(int, double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setOutputFileType(int) - Method in class flanagan.analysis.Scores
 
setOverflow(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setOverlapOption(boolean) - Method in class flanagan.math.FourierTransform
 
setOverwrite() - Method in class hep.aida.ref.tree.Tree
Set the strategy of what should happen if two objects have the same path.
setOverwrite(boolean) - Method in class hep.aida.ref.tree.Tree
Set the strategy of what should happen if two objects have the same path.
SetOwner() - Method in class jhpro.stat.DataSource
Initialize all arrays
setP0D(PBufFile.Record.P0D) - Method in class jhplot.io.PBufFile.Record.Builder
 
setP0D(PBufFile.Record.P0D.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setP0I(PBufFile.Record.P0I) - Method in class jhplot.io.PBufFile.Record.Builder
 
setP0I(PBufFile.Record.P0I.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setP1D(PBufFile.Record.P1D) - Method in class jhplot.io.PBufFile.Record.Builder
 
setP1D(PBufFile.Record.P1D.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPad(double, double, double, double) - Method in class jhplot.HPlotJa
Set the location and the size of the current pad in NDC coordinate.
setPad(int, int, double, double, double, double) - Method in class jhplot.HPlotJa
Set the location and the size of the pad in NDC coordinate.
setPad(int, int, double, double) - Method in class jhplot.HPlotJa
Set the location and the size of the pad in NDC coordinate.
setPad(int, int) - Method in class jhplot.jadraw.JaAxes
Set pad ID
setPadLocation(double, double) - Method in class jhplot.HPlotJa
Set location of the current pad in NDC You may need to call update.
setPadSize(double, double) - Method in class jhplot.HPlotJa
Set width and height of the pad in NDC
setPadX(int) - Method in class jhplot.jadraw.JaKey
Set pad ID in X
setPadX(int) - Method in class jhplot.jadraw.JaText
Set pad ID in X
setPadX(int) - Method in class jhplot.jadraw.JaTextBox
Set pad ID in X
setPadY(int) - Method in class jhplot.jadraw.JaKey
Set pad ID in Y
setPadY(int) - Method in class jhplot.jadraw.JaText
Set pad ID in Y
setPadY(int) - Method in class jhplot.jadraw.JaTextBox
Set pad ID in Y
setPanelSize(Dimension) - Method in class jhplot.HPlot
Sets the dimensions of the panel of the graph.
setPar(double[]) - Method in class hep.aida.ref.function.JELCompiledExpression.ValueProvider
 
setPar(String, double) - Method in class jhplot.F1D
Replace abstract parameter with the value (double).
setPar(String, int) - Method in class jhplot.F1D
Replace abstract parameter with the value (integer).
setPar(String, double) - Method in class jhplot.HFitter
Set parameter to a value
setParallelAnalysisPercentileValue(double) - Method in class flanagan.analysis.PCA
 
setParameter(String, double) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
setParameter(String, double) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setParameter(String, double) - Method in class hep.aida.ref.function.AbstractIFunction
 
setParameter(String, double) - Method in class hep.aida.ref.function.BaseModelFunction
 
setParameter(String, double) - Method in class hep.aida.ref.function.FunctionCore
 
setParameter(String, double) - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
setParameter(String, double) - Method in class hep.aida.ref.function.SumOfFunctions
 
setParameterNames(String[]) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setParameterNames(String[]) - Method in class hep.aida.ref.function.BaseModelFunction
 
setParameterNames(String[]) - Method in class hep.aida.ref.function.FunctionCore
 
setParameterNames(String[]) - Method in class hep.aida.ref.function.JELCompiledExpression
 
setParameterNames(String[]) - Method in class hep.aida.ref.function.JELFunctionCore
 
setParameters(double[]) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
setParameters(double[]) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setParameters(double[]) - Method in class hep.aida.ref.function.AbstractIFunction
 
setParameters(double[]) - Method in class hep.aida.ref.function.BaseModelFunction
 
setParameters(double[]) - Method in class hep.aida.ref.function.FunctionCore
 
setParameters(double[]) - Method in class hep.aida.ref.function.IFunctionCoreNotNorm
 
setParameters(double[]) - Method in class hep.aida.ref.function.SumOfFunctions
 
setParConstraint(String) - Method in class jhplot.HFitter
Set parameter constraint Example: Set parameter "mean1" to be identical to "mean2" as: "mean1=mean2"
setParent(LParticle) - Method in class hephysics.particle.LParticle
Set a parent particle
setParFixed(String) - Method in class jhplot.HFitter
Fix a given parameter to a constant value
setParFixed(String, boolean) - Method in class jhplot.HFitter
Fix a given parameter to a constant value or not
setParRange(String, double, double) - Method in class jhplot.HFitter
Set range for parameter during the fit
setParStep(String, double) - Method in class jhplot.HFitter
Set step size for parameter (say 0.01)
setPassiveEuler(double, double, double) - Method in class hephysics.vec.Hep3Matrix
Defines a rotation matrix via Euler angles.
setPdgcode(int) - Method in class hephysics.particle.HEParticle
Set PDG code
setPenColor(Color) - Method in class jhplot.P3D
Sets the symbol color
setPenDash() - Method in class jhplot.DrawOptions
Set dashed style with default length
setPenDash(int) - Method in class jhplot.DrawOptions
Set dashed style with default length
setPenWidth(int) - Method in class jhplot.DrawOptions
Set width of the lines
setPenWidth(int) - Method in class jhplot.FPR
Set width of lines
setPenWidth(float) - Method in class jhplot.jadraw.JaKey
Set a pen width used to draw the key
setPenWidth(float) - Method in class jhplot.jadraw.JaLine
Set line width
setPenWidth(int) - Method in class jhplot.P3D
Set width of the lines
setPenWidthAxes(int) - Method in class jhplot.HPlot3D
Set line width to draw axes
setPenWidthAxis(double) - Method in class jhplot.HPlot
Set pen width to draw axis
setPenWidthErr(int) - Method in class jhplot.DrawOptions
Set width of the lines used to show 1st level errors
setPenWidthErrSys(int) - Method in class jhplot.DrawOptions
Set width of the lines used to show 2nd level errors
setPersonDeletionPercentage(double) - Method in class flanagan.analysis.Scores
 
setPhi(double) - Method in class hephysics.vec.Hep3Vector
Set phi
setPlotLineOption(int) - Method in class flanagan.math.FourierTransform
 
setPlotPointOption(int) - Method in class flanagan.math.FourierTransform
 
setPlotsNum(int, int) - Method in class jhplot.GHFrame
Set the number of plots
setPND(PBufFile.Record.PND) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPND(PBufFile.Record.PND.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPNI(PBufFile.Record.PNI) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPNI(PBufFile.Record.PNI.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPoint(int, IDataPoint) - Method in class hep.aida.ref.histogram.DataPointSet
Set the IDataPoint at a give index in the set.
setPoints(int) - Method in class jhplot.F1D
Sets the number points between Min and Max for evaluation
setPoints(int) - Method in class jhplot.F2D
Get the number of points
setPoints(int) - Method in class jhplot.F3D
Get the number of points
setPoints(int) - Method in class jhplot.FND
Sets the number points between Min and Max for evaluation
setPopulationSize(int) - Method in class jhplot.HCellular
Set population size
setPos(String, int, int) - Method in class jhplot.HGraph
Set vertex position
setPosCoord(String) - Method in class jhplot.shapes.HShape
Set the style of the coodinate position
setPosition(HepLorentzVector) - Method in class hephysics.particle.HEParticle
Set position of particle in X,Y,Z,time.
setPositionCoordinate(int) - Method in class jhplot.shapes.HShape
How to set the position of this object?
setPreconditioner(DoublePreconditioner) - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterativeSolver
 
setPreconditioner(DoublePreconditioner) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterativeSolver
Sets preconditioner
setPreconditioner(DoublePreconditioner) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleQMR
 
setPreconditioner(FloatPreconditioner) - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterativeSolver
 
setPreconditioner(FloatPreconditioner) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterativeSolver
Sets preconditioner
setPreconditioner(FloatPreconditioner) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatQMR
 
setPrimitivesToFront(boolean) - Method in class jhplot.HPlot
Setting the flag to true, this will draw all primitives after drawing all the lines and point stuff, hence on the foreground.
setPrintShape(boolean) - Method in class cern.colt.matrix.AbstractFormatter
Specifies whether a string representation of a matrix is to be preceded with a summary of its shape.
setPrintShape(boolean) - Method in class cern.colt.matrix.impl.AbstractFormatter
Specifies whether a string representation of a matrix is to be preceded with a summary of its shape.
setProbab(double) - Method in class jminhep.cluster.Partition
Set probability for cluster accosiation
setProbabilityOfSuccess(double) - Method in class jhplot.math.num.pdf.Binomial
Modify probability of success.
setProbabilityOfSuccess(double) - Method in class jhplot.math.num.pdf.Geometric
Modify probability of success.
setProbabilityOfSuccess(double) - Method in class jhplot.math.num.pdf.NegativeBinomial
Modify probability of success.
setProperty(Property) - Method in class cern.colt.matrix.linalg.Algebra
Attaches the given property object to this Algebra, defining tolerance.
setProperty(DoubleProperty) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Attaches the given property object to this Algebra, defining tolerance.
setProperty(DoubleProperty) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Attaches the given property object to this Algebra, defining tolerance.
setProperty(FloatProperty) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Attaches the given property object to this Algebra, defining tolerance.
setProperty(FloatProperty) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Attaches the given property object to this Algebra, defining tolerance.
setProvidesGradient(boolean) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setProvidesParameterGradient(boolean) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setPx(double) - Method in class hephysics.vec.HepLorentzVector
Set Px
setPxPyPz(double, double, double) - Method in class hephysics.particle.LParticle
Set Px,Py,Pz (or x,y,z)
setPxPyPzE(double, double, double, double) - Method in class hephysics.particle.LParticle
Set Px,Py,Pz (or x,y,z) and energy
setPXY(PBufFile.Record.PXY) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPXY(PBufFile.Record.PXY.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPXYZ(PBufFile.Record.PXYZ) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPXYZ(PBufFile.Record.PXYZ.Builder) - Method in class jhplot.io.PBufFile.Record.Builder
 
setPy(double) - Method in class hephysics.vec.HepLorentzVector
Set Py
setPz(double) - Method in class hephysics.vec.HepLorentzVector
Set Pz
setQuality(double) - Method in class hep.aida.ref.fitter.FitResult
 
setQuick(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, byte) - Method in class cern.colt.list.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, char) - Method in class cern.colt.list.CharArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.DistinctNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.list.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, float) - Method in class cern.colt.list.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, int) - Method in class cern.colt.list.IntArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.LongArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.MinMaxNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, Object) - Method in class cern.colt.list.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, short) - Method in class cern.colt.list.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, boolean) - Method in class cern.colt.list.tboolean.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, byte) - Method in class cern.colt.list.tbyte.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, char) - Method in class cern.colt.list.tchar.CharArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.list.tdouble.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, float) - Method in class cern.colt.list.tfloat.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, int) - Method in class cern.colt.list.tint.IntArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.tlong.DistinctNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.tlong.LongArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.tlong.MinMaxNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, Object) - Method in class cern.colt.list.tobject.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, short) - Method in class cern.colt.list.tshort.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
setQuick(int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
setQuick(int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
setQuick(int, int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
setQuick(int, int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
setQuick(int, int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
 
setQuick(int, int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
 
setQuick(int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
setQuick(int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
setQuick(int, int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
setQuick(int, int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
 
setQuick(int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
setQuick(int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
setQuick(int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
setQuick(int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
setQuick(int, int, int, double[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
setQuick(int, int, int, double, double) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
setQuick(int, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
setQuick(int, double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
setQuick(int, int, int, double) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
 
setQuick(int, int, int, double) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
 
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.SparseCCMDoubleMatrix2D
 
setQuick(int, double) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
setQuick(int, int, int, double) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.SparseRCMDoubleMatrix2D
 
setQuick(int, double) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
setQuick(int, int, double) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
setQuick(int, int, int, double) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
setQuick(int, float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
setQuick(int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
setQuick(int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
setQuick(int, int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
setQuick(int, int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
setQuick(int, int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
 
setQuick(int, int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
 
setQuick(int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
setQuick(int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
setQuick(int, int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
setQuick(int, int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
 
setQuick(int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
setQuick(int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
setQuick(int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
setQuick(int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
setQuick(int, int, int, float[]) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
setQuick(int, int, int, float, float) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
setQuick(int, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, float) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
setQuick(int, float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
setQuick(int, int, int, float) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
 
setQuick(int, int, int, float) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
 
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.SparseCCMFloatMatrix2D
 
setQuick(int, float) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
setQuick(int, int, int, float) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.SparseRCMFloatMatrix2D
 
setQuick(int, float) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
setQuick(int, int, float) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
setQuick(int, int, int, float) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
setQuick(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
setQuick(int, int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix2D
 
setQuick(int, int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix3D
 
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseCCMIntMatrix2D
 
setQuick(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
setQuick(int, int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseRCMIntMatrix2D
 
setQuick(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
setQuick(int, int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
setQuick(int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix2D
 
setQuick(int, int, int, long) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix3D
 
setQuick(int, long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
setQuick(int, int, int, long) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.SparseCCMLongMatrix2D
 
setQuick(int, long) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
setQuick(int, int, int, long) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.SparseRCMLongMatrix2D
 
setQuick(int, long) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
setQuick(int, int, int, long) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
setQuick(int, long) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, long) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, long) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix2D
 
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix3D
 
setQuick(int, Object) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.SparseCCMObjectMatrix2D
 
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
setQuick(int, Object) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.SparseRCMObjectMatrix2D
 
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
setQuick(int, Object) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
setQuick(int, Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setRandomSeed(long) - Static method in class hep.aida.ref.function.FunctionUtils
 
setRange(int, int) - Method in class hep.aida.ref.tuple.TupleEvent
 
setRange(int, double, double) - Method in class jhplot.HChart
Sets the range (min-max) displayed on the axis.
setRange(double, double) - Method in class jhplot.HFitter
Set range for fitting for 1D objects (H1D, P1D)
setRange(int, double, double) - Method in class jhplot.HPlot
Sets the range (min-max) displayed on the axis.
setRange(double, double, double, double) - Method in class jhplot.HPlot
Sets the range for the current plot
setRange(int, double, double, int) - Method in class jhplot.HPlot2D
Sets the range for the current plot and axis.
setRange(double, double, double, double) - Method in class jhplot.HPlot3D
Set X and Y range for the 3D plot.
setRange(double, double, double, double, double, double) - Method in class jhplot.HPlot3D
Set X, Y, Z ranges for the 3D plot
setRange(double, double, double, double) - Method in class jhplot.HPlotJa
Set ranges on X and Y on the current pad.
setRange(int, double, double) - Method in class jhplot.jadraw.JaAxes
Set the ranges for the current pad
setRange(double, double, double, double) - Method in class jhplot.SPlot
Set range for X and Y axes.
setRangeAll(int, double, double) - Method in class jhplot.HPlot
Sets the range (min-max) displayed on all axises.
setRangeAll(double, double, double, double) - Method in class jhplot.HPlot
Sets the range for all plots
setRangeX(double, double) - Method in class jhplot.HPlot
Sets the range (min-max) displayed on X
setRangeX(double, double) - Method in class jhplot.HPlot3DP
Set range for X axis
setRangeX(double, double) - Method in class jhplot.HPlotJa
Set range on X.
setRangeX(double, double, int, int) - Method in class jhplot.HPlotJa
Set X range on pad defined by x and y on the canvas.
setRangeY(double, double) - Method in class jhplot.HPlot
Sets the range (min-max) displayed on Y
setRangeY(double, double) - Method in class jhplot.HPlot3DP
Set range for Y
setRangeY(double, double) - Method in class jhplot.HPlotJa
Set range on Y on the current pad.
setRangeY(double, double, int, int) - Method in class jhplot.HPlotJa
Set Y range on pad defined by x and y on the canvas.
setRangeZ(double, double) - Method in class jhplot.HPlot3D
Sets the z range of calculated surface vertices.
setRangeZ(double, double) - Method in class jhplot.HPlot3DP
Set range for Z
setRectangular() - Method in class flanagan.math.FourierTransform
 
setRegularizationParameter(double) - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
Sets the regularization parameter
setRegularizationParameter(float) - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
Sets the regularization parameter
setRelation(String) - Method in class jminhep.cluster.DataHolder
Set relation (name) of the data holder
setRelativeTolerance(double) - Method in class cern.colt.matrix.tdouble.algo.solver.DefaultDoubleIterationMonitor
Sets the relative convergence tolerance
setRelativeTolerance(float) - Method in class cern.colt.matrix.tfloat.algo.solver.DefaultFloatIterationMonitor
Sets the relative convergence tolerance
setRelh(int) - Method in class jhplot.jadraw.JaObject
Sets the relative height of this object.
setRelw(int) - Method in class jhplot.jadraw.JaObject
Sets the relative width of this object.
setRelWAndH(int, int) - Method in class jhplot.jadraw.JaObject
Sets the relative width and height of this object.
setRelWH(double, double, String) - Method in class jhplot.jadraw.JaObject
Set relative size in the NDC or USER coordinates
setRestart(int) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleGMRES
Sets the restart parameter
setRestart(int) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatGMRES
Sets the restart parameter
setRms(double) - Method in class hep.aida.ref.histogram.Profile1D
 
setRms(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setRmses(int, double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setRmsesX(int, double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setRmsesY(int, double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setRmsX(double) - Method in class hep.aida.ref.histogram.Histogram2D
 
setRmsX(double) - Method in class hep.aida.ref.histogram.Histogram3D
 
setRmsX(double) - Method in class hep.aida.ref.histogram.Profile2D
 
setRmsX(double) - Method in class jhplot.H2D
Set RMS on X.
setRmsX(double) - Method in class jhplot.HProf2D
Set RMS on X.
setRmsY(double) - Method in class hep.aida.ref.histogram.Histogram2D
 
setRmsY(double) - Method in class hep.aida.ref.histogram.Histogram3D
 
setRmsY(double) - Method in class hep.aida.ref.histogram.Profile2D
 
setRmsY(double) - Method in class jhplot.H2D
Set RMS on Y
setRmsY(double) - Method in class jhplot.HProf2D
Set RMS on Y
setRmsZ(double) - Method in class hep.aida.ref.histogram.Histogram3D
 
setRootFile(File) - Method in class jhplot.root.RootHistogramBrowser
 
setRootFile(URL) - Method in class jhplot.root.RootHistogramBrowser
 
setRot(float, float, float) - Method in class jhplot.v3d.Position
 
setRotAngle(int) - Method in class jhplot.jadraw.JaBlob
Sets the rotation angle of this blob.
setRotAngle(int) - Method in class jhplot.jadraw.JaKey
Sets the rotAngle property of this text object.
setRotAngle(int) - Method in class jhplot.jadraw.JaLatexText
Sets the rotAngle property of this text object.
setRotAngle(int) - Method in class jhplot.jadraw.JaText
Sets the rotAngle property of this text object.
setRotAngle(int) - Method in class jhplot.jadraw.JaTextBox
Sets the rotAngle property of this text object.
setRotAngle(int) - Method in class jhplot.jadraw.JaVertexT2
Sets the rotation angle of this vertex.
setRotate(double, double, double) - Method in class jhplot.HView3D
Rotate the current plot
setRotateTicks(int, boolean) - Method in class jhplot.jadraw.JaAxes
Set true if ticks should be rotated
setRotation(int) - Method in class jhplot.GHMargin
Set the rotation angle of the text in degrees.
setRotation(double) - Method in class jhplot.HKey
Sets the rotation angle.
setRotation(double) - Method in class jhplot.HLabel
Sets the rotation angle.
setRotation(double) - Method in class jhplot.HMLabel
Sets the rotation angle.
setRotation(double) - Method in class jhplot.shapes.Text
Set the rotation angle
setRotationAngle(double) - Method in class jhplot.HPlot3D
Get the rotation angle
setRow(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
setRow(int) - Method in class hep.aida.ref.tuple.ChainedTuple
Set the current row.
setRow(int) - Method in interface hep.aida.ref.tuple.FTupleCursor
 
setRow(int) - Method in class hep.aida.ref.tuple.TupleCursor
 
setRowSeparator(String) - Method in class cern.colt.matrix.AbstractFormatter
Sets the string separating any two rows from another.
setRowSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two rows from another.
setRule(String) - Method in class jhplot.HCellular
Set rule.
setSampleSize(int) - Method in class jhplot.math.num.pdf.Hypergeometric
Modify the sample size.
setScale(int) - Method in class flanagan.analysis.Regression
 
setScale(double[]) - Method in class flanagan.analysis.Regression
 
setScale(int) - Method in class flanagan.math.Maximisation
 
setScale(double[]) - Method in class flanagan.math.Maximisation
 
setScale(int) - Method in class flanagan.math.Minimisation
 
setScale(double[]) - Method in class flanagan.math.Minimisation
 
setScale(double) - Method in class jhplot.math.num.pdf.Cauchy
Modify the scale parameter.
setScale(double) - Method in class jhplot.math.num.pdf.Laplace
Modify the scale.
setScale(double) - Method in class jhplot.math.num.pdf.Logistic
Modify the scale parameter.
setScale(double) - Method in class jhplot.math.num.pdf.Rayleigh
Modify the scale parameter.
setScale(double) - Method in class jhplot.math.num.pdf.Weibull
Modify the scale parameter.
setScale(float, float, float) - Method in class jhplot.v3d.Position
 
setScaling(double) - Method in class jhplot.HPlot3D
Set the scaling
setSeed(long) - Method in class flanagan.math.PsRandom
 
setSegmentLength(int) - Method in class flanagan.math.FourierTransform
 
setSegmentNumber(int) - Method in class flanagan.math.FourierTransform
 
setSensitivity(double) - Method in class jhpro.stat.limit.StatConfidence
Set new sensitivity
setSensitivityError(double) - Method in class jhpro.stat.limit.StatConfidence
Set error on sensitivity
setShadow(boolean) - Method in class jhplot.HPlot
Defines whether or not a shadow will be drawn at the panel border.
setShadow(boolean) - Method in class jhplot.jadraw.JaTextBox
Sets the shadow to the box.
setShadowSize(int) - Method in class jhplot.jadraw.JaTextBox
Sets a shadow size.
setShadowXOffset(int) - Method in class jhplot.jadraw.JaTextBox
Set shadow offset in X
setShadowYOffset(int) - Method in class jhplot.jadraw.JaTextBox
Set shadow offset in Y
setShape(double) - Method in class jhplot.math.num.pdf.Weibull
Modify the shape parameter.
setShow(int, boolean) - Method in class jhplot.jadraw.JaAxes
Set true if you want to show a particular axis
setShowGrid(int, boolean) - Method in class jhplot.jadraw.JaAxes
Is grid to be shown?
setShowKey(boolean) - Method in class jhplot.jadraw.JaAxes
Set true if keys are shown
setShowMirror(int, boolean) - Method in class jhplot.HPlotJa
Set or no a mirror axis
setShowMirror(int, boolean) - Method in class jhplot.jadraw.JaAxes
Set true if a mirror axis to be shown
setShowStatBox(boolean) - Method in class jhplot.HPlotJa
Show a box with statistics (only for last plotted object) on the current pad
setSize(int) - Method in class cern.colt.bitvector.BitVector
Shrinks or expands the receiver so that it holds newSize bits.
setSize(int) - Method in class cern.colt.list.AbstractList
Sets the size of the receiver.
setSize(int) - Method in class cern.colt.matrix.tbit.BitVector
Shrinks or expands the receiver so that it holds newSize bits.
setSize(int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Sets the size of this matrix.
setSize(int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Sets the size of this matrix.
setSize(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Sets the size of this matrix.
setSize(int, int, int, int) - Method in class jhplot.jadraw.JaObject
Reset the size (width, height, relative width and height) of this object.
setSize(int) - Method in class jhplot.math.num.DoubleArray
Modify the size of this array.
setSize(int, int) - Method in class jhplot.SPlot
Set size of the frame.
setSizeMargin(int, int) - Method in class jhplot.GHMargin
Set size of this margin panel
setSizePanel(int, int) - Method in class jhplot.GHPanel
Set the size of the global panel which keeps the central panel and the margins
setSizeRaw(int) - Method in class cern.colt.list.tdouble.DoubleArrayList
 
setSizeRaw(int) - Method in class cern.colt.list.tfloat.FloatArrayList
 
setSizeRaw(int) - Method in class cern.colt.list.tint.IntArrayList
 
setSizeRaw(int) - Method in class cern.colt.list.tlong.AbstractLongList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.tlong.DistinctNumberList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.tlong.MinMaxNumberList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.tobject.ObjectArrayList
Sets the size of the receiver without modifying it otherwise.
setSliceSeparator(String) - Method in class cern.colt.matrix.AbstractFormatter
Sets the string separating any two slices from another.
setSliceSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two slices from another.
setSpaceParity(float) - Method in class hephysics.particle.HEParticle
Set P space parity
setSpin(float) - Method in class hephysics.particle.HEParticle
Set J total spin
setStandardDeviation(double) - Method in class jhplot.math.num.pdf.LogNormal
Modify the standard deviation.
setStandardDeviation(double) - Method in class jhplot.math.num.pdf.Normal
Modify the standard deviation.
setStangle(int) - Method in class jhplot.jadraw.JaArcObject
Sets the stangle property of this arc object.
setStatBox(String[], int, int) - Method in class jhplot.HPlotJa
Set statistical box.
setState(double, double) - Method in class cern.jet.random.Beta
Sets the parameters.
setState(double, double, double) - Method in class cern.jet.random.BreitWigner
Sets the mean, gamma and cut parameters.
setState(double) - Method in class cern.jet.random.ChiSquare
Sets the distribution parameter.
setState(double[], int) - Method in class cern.jet.random.Empirical
Sets the distribution parameters.
setState(double[], int) - Method in class cern.jet.random.EmpiricalWalker
Sets the distribution parameters.
setState(double) - Method in class cern.jet.random.Exponential
Sets the mean.
setState(double) - Method in class cern.jet.random.ExponentialPower
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Gamma
Sets the mean and variance.
setState(double, double) - Method in class cern.jet.random.Hyperbolic
Sets the parameters.
setState(int, int, int) - Method in class cern.jet.random.HyperGeometric
Sets the parameters.
setState(double) - Method in class cern.jet.random.Logarithmic
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Normal
Sets the mean and variance.
setState(double) - Method in class cern.jet.random.StudentT
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.tdouble.Beta
Sets the parameters.
setState(double, double, double) - Method in class cern.jet.random.tdouble.BreitWigner
Sets the mean, gamma and cut parameters.
setState(double) - Method in class cern.jet.random.tdouble.ChiSquare
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.tdouble.DoubleUniform
Sets the internal state.
setState(double[], int) - Method in class cern.jet.random.tdouble.Empirical
Sets the distribution parameters.
setState(double[], int) - Method in class cern.jet.random.tdouble.EmpiricalWalker
Sets the distribution parameters.
setState(double) - Method in class cern.jet.random.tdouble.Exponential
Sets the mean.
setState(double) - Method in class cern.jet.random.tdouble.ExponentialPower
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.tdouble.Gamma
Sets the mean and variance.
setState(double, double) - Method in class cern.jet.random.tdouble.Hyperbolic
Sets the parameters.
setState(int, int, int) - Method in class cern.jet.random.tdouble.HyperGeometric
Sets the parameters.
setState(double) - Method in class cern.jet.random.tdouble.Logarithmic
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.tdouble.Normal
Sets the mean and variance.
setState(double) - Method in class cern.jet.random.tdouble.StudentT
Sets the distribution parameter.
setState(double) - Method in class cern.jet.random.tdouble.VonMises
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.tdouble.Zeta
Sets the parameters.
setState(float, float) - Method in class cern.jet.random.tfloat.FloatUniform
Sets the internal state.
setState(double, double) - Method in class cern.jet.random.Uniform
Sets the internal state.
setState(double) - Method in class cern.jet.random.VonMises
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Zeta
Sets the parameters.
setState2(double[]) - Method in class cern.jet.random.EmpiricalWalker
Sets the distribution parameters.
setState2(double[]) - Method in class cern.jet.random.tdouble.EmpiricalWalker
Sets the distribution parameters.
setStaticDenominatorToN() - Static method in class flanagan.analysis.Stat
 
setStaticDenominatorToNminusOne() - Static method in class flanagan.analysis.Stat
 
setStaticWeightsToBigW() - Static method in class flanagan.analysis.Stat
 
setStaticWeightsToLittleW() - Static method in class flanagan.analysis.Stat
 
setStatistics(String[]) - Method in class jhplot.jadraw.JaAxes
Set a strings representing the full statistics
setStatus(int) - Method in class hephysics.particle.HEParticle
Set Monte Carlo status code
setStepSize(double) - Method in class flanagan.integration.RungeKutta
 
setStepSize(double) - Method in class hep.aida.ref.fitter.FitParameterSettings
 
setSticky(String, boolean) - Method in class hep.aida.ref.Annotation
Set stickyness for a given key.
setStoppingCondition(HyBRDoubleIterationMonitor.HyBRStoppingCondition) - Method in class cern.colt.matrix.tdouble.algo.solver.HyBRDoubleIterationMonitor
Sets the stopping condition
setStoppingCondition(HyBRFloatIterationMonitor.HyBRStoppingCondition) - Method in class cern.colt.matrix.tfloat.algo.solver.HyBRFloatIterationMonitor
Sets the stopping condition
setStot(double) - Method in class jhpro.stat.ConfidenceLevel
 
setString(String, Font, Color, Dimension) - Method in class jhplot.GHMargin
Sets the string.
setString(String) - Method in class jhplot.GHMargin
Set the text on this panel
setString(String, Font, Color) - Method in class jhplot.GHMargin
 
setStringPositionX(double) - Method in class jhplot.GHMargin
Set the text position in X relative to the frame width
setStringPositionY(double) - Method in class jhplot.GHMargin
Set the text position in Y relative to the frame height.
setStroke(float) - Method in class jhplot.jadraw.JaArcObject
Sets the stroke property of this arc object.
setStroke(float) - Method in class jhplot.jadraw.JaFillObject
Sets the stroke (line width) of this object.
setStroke(float) - Method in class jhplot.jadraw.JaLineObject
Sets the stroke property of this line object.
setStroke(float) - Method in class jhplot.jadraw.JaLoopObject
Sets the stroke property of this loop object.
setStroke(float) - Method in class jhplot.jadraw.JaVertex
Sets the stroke property of this line object.
setStroke(Stroke) - Method in class jhplot.shapes.HShape
Set the Stroke to a specific value
setStyle(String) - Method in class jhplot.DrawOptions
Sets the style:
setStyle(int) - Method in class jhplot.HPlot2D
Set style to the current plot.
setSubMatrix(int, int, double[][]) - Method in class flanagan.math.Matrix
 
setSubMatrix(int, int, int, int, double[][]) - Method in class flanagan.math.Matrix
 
setSubMatrix(int[], int[], double[][]) - Method in class flanagan.math.Matrix
 
setSubTicksNumber(int, int) - Method in class jhplot.jadraw.JaAxes
Set the number of sub-ticks
setSubTicksSize(int, double) - Method in class jhplot.jadraw.JaAxes
Set the size of subtics in NDC
setSubTicLength(int, double) - Method in class jhplot.HPlot
Sets the length of the subticks.
setSubTicLength(double) - Method in class jhplot.HPlot
Sets the length of the subticks for all axises.
setSubTicLength(int, double) - Method in class jhplot.HPlot2D
Sets the length of the sub-ticks.
setSubTicNumber(int, int) - Method in class jhplot.HPlot
Sets the number of subticks between ticks.
setSummary(int, double) - Method in class jhplot.io.PBufFile.Record.H2D.Builder
 
setSurface() - Method in class jhplot.HPlot3D
Set surface type of plot
setSurface(boolean) - Method in class jhplot.HPlot3D
Set surface type of plot
setSymbol(int) - Method in class jhplot.DrawOptions
Set symbol types
setSymbolColor(Color) - Method in class jhplot.P2D
Sets symbol color
setSymbolSize(int) - Method in class jhplot.DrawOptions
Set the size of the symbols
setSymbolSize(int) - Method in class jhplot.P2D
Sets the symbol size
setSymm(boolean) - Method in class jhplot.jadraw.JaLineObject
Sets the symm property of this line object.
setT(double) - Method in class hephysics.vec.HepLorentzVector
Set time
setText(String) - Method in class jhplot.HKey
Sets a text of the label.
setText(String) - Method in class jhplot.HLabel
Sets a text of the label.
setText(String) - Method in class jhplot.HLabelEq
Sets a equation text of the label.
setText(String[]) - Method in class jhplot.HMLabel
Sets the text of the label.
setText(String) - Method in class jhplot.jadraw.JaKey
Sets the textString property of this text object.
setText(String) - Method in class jhplot.jadraw.JaText
Sets the textString property of this text object.
setText(String) - Method in class jhplot.jadraw.JaTextBox
Sets the textString property of this text object.
setText(String) - Method in class jhplot.shapes.Text
Set a string with the text
setTextBottom(String, Font, Color) - Method in class jhplot.GHPanel
Sets a text on global bottom margin.
setTextBottom(String, Font) - Method in class jhplot.GHPanel
Sets a text on global bottom margin using black color.
setTextBottom(String) - Method in class jhplot.GHPanel
Set the global bottom margin with default attributes.
setTextBottom(String, double) - Method in class jhplot.GHPanel
Set the global bottom margin with default attributes.
setTextBottomColorBack(Color) - Method in class jhplot.GHPanel
Get the background color of bottom margin
setTextLeft(String, Font, Color) - Method in class jhplot.GHPanel
Sets a text on global left margin
setTextLeft(String, Font) - Method in class jhplot.GHPanel
Sets a text on global left margin using black color.
setTextLeft(String) - Method in class jhplot.GHPanel
Set the global left margin with default attributes.
setTextLeft(String, double) - Method in class jhplot.GHPanel
Set the global left margin with default attributes.
setTextLeftColorBack(Color) - Method in class jhplot.GHPanel
Get the background color of left margin
setTextPosBottomX(double) - Method in class jhplot.GHPanel
Set the text position in X relative to width for bottom margin
setTextPosBottomY(double) - Method in class jhplot.GHPanel
Set the text position in Y relative to width for bottom margin
setTextPosLeftX(double) - Method in class jhplot.GHPanel
Set the text position in X relative to width for left margin
setTextPosLeftY(double) - Method in class jhplot.GHPanel
Set the text position in Y relative to width for left margin
setTextPosRightX(double) - Method in class jhplot.GHPanel
Set the text position in X relative to width for right margin
setTextPosRightY(double) - Method in class jhplot.GHPanel
Set the text position in Y relative to width for right margin
setTextPosTopX(double) - Method in class jhplot.GHPanel
Set the text position in X relative to width for top margin
setTextPosTopY(double) - Method in class jhplot.GHPanel
Set the text position in Y relative to width for top margin
setTextRight(String, Font, Color) - Method in class jhplot.GHPanel
Sets a text on global right margin
setTextRight(String, Font) - Method in class jhplot.GHPanel
Sets a text on global right margin using black color.
setTextRight(String) - Method in class jhplot.GHPanel
Set the global right margin with default attributes.
setTextRight(String, double) - Method in class jhplot.GHPanel
Set the global right margin with default attributes.
setTextRightColorBack(Color) - Method in class jhplot.GHPanel
Get the background color of left margin
setTextRotationBottom(int) - Method in class jhplot.GHPanel
Set the text rotation for bottom margin
setTextRotationLeft(int) - Method in class jhplot.GHPanel
Set the text rotation for left margin
setTextRotationRight(int) - Method in class jhplot.GHPanel
Set the text rotation for right margin
setTextRotationTop(int) - Method in class jhplot.GHPanel
Set the text rotation for top margin
setTextString(String) - Method in class jhplot.jadraw.JaLatexText
Sets the textString property of this text object.
setTextTop(String, Font, Color) - Method in class jhplot.GHPanel
Sets a text on global top margin
setTextTop(String, Font) - Method in class jhplot.GHPanel
Sets a text on global top margin using black color.
setTextTop(String) - Method in class jhplot.GHPanel
Set the global top margin with default attributes.
setTextTopColorBack(Color) - Method in class jhplot.GHPanel
Get the background color of top margin
setTheme(String) - Method in class jhplot.HChart
Set a custom theme for chart..
setThetaPhiP(double, double, double) - Method in class hephysics.particle.LParticle
Set HepLorentzVector using theta angle, phi and total momentum.
setTicColor(int, Color) - Method in class jhplot.HPlot
Sets the color used by the labels drawn at each tick.
setTicColor(Color) - Method in class jhplot.HPlot
Sets the color used by the labels drawn at each tick (for all axises).
setTicFont(int, Font) - Method in class jhplot.HPlot
Sets the font used by the labels drawn at each tick.
setTicFont(Font) - Method in class jhplot.HPlot
Sets the font used by the labels drawn at each tick (for all axises).
setTicFont(Font) - Method in class jhplot.HPlot3D
Set font for the ticks
setTicFont(Font) - Method in class jhplot.HPlotJa
Sets the font used by the labels drawn at each tick.
setTicksLabels(int, boolean) - Method in class jhplot.HPlotJa
Set tick labels for the current pad
setTicksLabels(int, boolean) - Method in class jhplot.jadraw.JaAxes
Set or not tick labels
setTicksNumber(int, int) - Method in class jhplot.jadraw.JaAxes
Set the number of main ticks.
setTicksSize(int, double) - Method in class jhplot.jadraw.JaAxes
Set the size of the ticks in NDC format.
setTicLabel(String[][]) - Method in class jhplot.jadraw.JaAxes
 
setTicLabels(boolean) - Method in class jhplot.HPlot
Sets whether all tick-labels will be written or not.
setTicLabels(int, boolean) - Method in class jhplot.HPlot
Sets whether tick-labels will be written or not.
setTicLength(int, double) - Method in class jhplot.HPlot
Sets the length of the ticks.
setTicLength(double) - Method in class jhplot.HPlot
Sets the length of the ticks for all axes.
setTicOffset(double) - Method in class jhplot.HPlot3D
Set tick offset
setTics(int, boolean) - Method in class jhplot.HPlot
Sets whether or not to draw ticks (little lines on the axes).
setTics(boolean) - Method in class jhplot.HPlot
Sets whether or not to draw ticks (little lines on the axes) for all axis.
setTicsMirror(int, boolean) - Method in class jhplot.HPlot
Sets true or false to draw mirror ticks
setTicsMirror(boolean) - Method in class jhplot.HPlot
Sets true or false to draw mirror ticks for X and Y
setTicsRotate(int, boolean) - Method in class jhplot.HPlot
Defines whether we should rotate ticks.
setTitle(String) - Method in class flanagan.analysis.Regression
 
setTitle(String) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
setTitle(String) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setTitle(String) - Method in class hep.aida.ref.function.AbstractIFunction
 
setTitle(String) - Method in class hep.aida.ref.function.BaseModelFunction
 
setTitle(String) - Method in class hep.aida.ref.function.FunctionCore
 
setTitle(String) - Method in class hep.aida.ref.function.SumOfFunctions
 
setTitle(String) - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
Set the histogram title.
setTitle(String) - Method in class hep.aida.ref.histogram.DataPointSet
 
setTitle(String) - Method in class hep.aida.ref.tuple.AbstractTuple
 
setTitle(String) - Method in class jhplot.DrawOptions
Sets the title
setTitle(String) - Method in class jhplot.F1D
Sets a new title of a function
setTitle(String) - Method in class jhplot.F2D
Set a title
setTitle(String) - Method in class jhplot.F3D
Set a title
setTitle(String) - Method in class jhplot.FND
Sets a name of the function, i.e.
setTitle(String) - Method in class jhplot.FPR
Set a title
setTitle(String) - Method in class jhplot.H1D
Sets the title
setTitle(String) - Method in class jhplot.H2D
Set title
setTitle(String) - Method in class jhplot.H3D
Sets the title
setTitle(String) - Method in class jhplot.HProf1D
Sets the title
setTitle(String) - Method in class jhplot.HProf2D
Set title
setTitle(String) - Method in class jhplot.P0D
Set a new title
setTitle(String) - Method in class jhplot.P0I
Set a new title
setTitle(String) - Method in class jhplot.P1D
Set a new title
setTitle(String) - Method in class jhplot.P2D
Set a new title
setTitle(String) - Method in class jhplot.P3D
Set a new title
setTitle(String) - Method in class jhplot.PND
Set a new title
setTitle(String) - Method in class jhplot.PNI
Set a new title
setTitle(String) - Method in class jhplot.SPlot
Set global title for this plot.
setTitle(String) - Method in class jhpro.stat.DataKeeper
 
setTitleFont(String) - Method in class jhplot.SPlot
Set the title font.
setTolerance(double) - Method in class cern.colt.matrix.linalg.Property
Sets the tolerance to Math.abs(newTolerance).
setTolerance(double) - Method in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Sets the tolerance to Math.abs(newTolerance).
setTolerance(double) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Sets the tolerance to Math.abs(newTolerance).
setTolerance(float) - Method in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
Sets the tolerance to Math.abs(newTolerance).
setTolerance(float) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Sets the tolerance to Math.abs(newTolerance).
setTolerance(double) - Method in class flanagan.analysis.Regression
 
setTolerance(double) - Method in class flanagan.math.Maximisation
 
setTolerance(double) - Method in class flanagan.math.Minimisation
 
setToleranceAdditionFactor(double) - Method in class flanagan.integration.RungeKutta
 
setToleranceScalingFactor(double) - Method in class flanagan.integration.RungeKutta
 
setTrans(float, float, float) - Method in class jhplot.v3d.Position
 
setTransparency(float) - Method in class jhplot.jadraw.JaBlob
Set transparency of this object
setTransparency(float) - Method in class jhplot.jadraw.JaBox
Set transparency of this object
setTransparency(float) - Method in class jhplot.jadraw.JaLine
Set transparency of this object
setTransparency(double) - Method in class jhplot.shapes.HShape
Get the transparency level
setTrueFreq(boolean) - Method in class flanagan.analysis.Regression
 
setTSB(double[]) - Method in class jhpro.stat.ConfidenceLevel
 
setTSD(double) - Method in class jhpro.stat.ConfidenceLevel
 
setTSS(double[]) - Method in class jhpro.stat.ConfidenceLevel
 
setTwoDarray(double[][]) - Method in class flanagan.math.Matrix
 
setType(int) - Method in class hep.aida.ref.function.Range
Set the IRange type.
setType(int) - Method in class hephysics.particle.HEParticle
Set type ID
setType(int) - Method in class jhplot.DrawOptions
Set type of the object Should be: LinePars.H1D, LineParsF1D, LineParsF1D
setType(Class) - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
 
setType(int) - Method in class jhplot.jadraw.JaKey
Set type of this object
setType(int) - Method in class jhplot.jadraw.JaText
Set identification type for this text label
setType(int) - Method in class jhplot.jadraw.JaTextBox
Set identification number for this text object
setType(int) - Method in class jhplot.shapes.Arrow
Set the type of arrow: 1,2,3
setUnderflow(double) - Method in class jhplot.io.PBufFile.Record.H1D.Builder
 
setUpper(double) - Method in class jhplot.math.num.pdf.Uniform
Modify the upper bound parameter.
setUpperBound(double) - Method in class hep.aida.ref.fitter.FitParameterSettings
 
setUpperBound(double) - Method in class hep.aida.ref.function.Range
Set the upper bound.
setUpperEdge(double) - Method in class hep.aida.ref.histogram.Cloud1D
Set the Cloud's upper edge
setUpperEdgeX(double) - Method in class hep.aida.ref.histogram.Cloud2D
Set the Cloud's x upper edge
setUpperEdgeX(double) - Method in class hep.aida.ref.histogram.Cloud3D
Set the Cloud's x upper edge
setUpperEdgeY(double) - Method in class hep.aida.ref.histogram.Cloud2D
Set the Cloud's y upper edge
setUpperEdgeY(double) - Method in class hep.aida.ref.histogram.Cloud3D
Set the Cloud's y upper edge
setUpperEdgeZ(double) - Method in class hep.aida.ref.histogram.Cloud3D
Set the Cloud's z upper edge
setUpperLimit(double) - Method in class flanagan.integration.Integration
 
setupperLimit(double) - Method in class flanagan.integration.Integration
 
setUseFunctionGradient(boolean) - Method in class hep.aida.ref.fitter.Fitter
 
setV(double, double, double) - Method in class hephysics.vec.Hep3Vector
Set vector
setV3(Hep3Vector) - Method in class hephysics.vec.HepLorentzVector
Set 3-vector
setV3(double, double, double) - Method in class hephysics.vec.HepLorentzVector
Set 3-vector position or Px,Py,Pz
setVal(double) - Method in class jhplot.math.ValueErr
Set value
setValid(AIDAListener) - Method in class hep.aida.ref.event.AIDAObservable
 
setValid(AIDAListener) - Method in interface hep.aida.ref.event.IsObservable
 
setValidEntries(int) - Method in class hep.aida.ref.histogram.Histogram
 
setValidEntries(int) - Method in class hep.aida.ref.histogram.Profile1D
 
setValidEntries(int) - Method in class hep.aida.ref.histogram.Profile2D
 
setValidEntries(int) - Method in class jhplot.H1D
Sets number of valid entries.
setValidEntries(int) - Method in class jhplot.H2D
Set in-range entries.
setValidEntries(int) - Method in class jhplot.HProf1D
Sets number of valid entries.
setValidEntries(int) - Method in class jhplot.HProf2D
Set in-range entries.
setValidForAll() - Method in class hep.aida.ref.event.AIDAObservable
 
setValue(double) - Method in class flanagan.analysis.ErrorProp
 
setValue(String, String) - Method in class hep.aida.ref.Annotation
Set value for a given key.
setValue(double) - Method in class hep.aida.ref.histogram.Measurement
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnBoolean
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnByte
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnChar
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnDouble
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFloat
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnInt
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnLong
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnObject
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnShort
 
setValue(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnString
 
setValue(int, double) - Method in class jhplot.io.PBufFile.Record.P0D.Builder
 
setValue(int, long) - Method in class jhplot.io.PBufFile.Record.P0I.Builder
 
setValue(int, double) - Method in class jhplot.io.PBufFile.Record.PND.Builder
 
setValue(int, int) - Method in class jhplot.io.PBufFile.Record.PNI.Builder
 
setValue(int, double) - Method in class jhpro.stat.DataKeeper
Set a value at index
setValueAt(Object, int, int) - Method in class jhplot.SPsheet
This method sets the value of the cell specified with these coordinates to aValue.
setValues(double[]) - Method in class jhpro.stat.DataKeeper
 
setVar(double[]) - Method in class hep.aida.ref.function.JELCompiledExpression.ValueProvider
 
setVariableNames(String[]) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
setVarimaxMaximumIterations(int) - Method in class flanagan.analysis.PCA
 
setVarimaxTolerance(double) - Method in class flanagan.analysis.PCA
 
setVars(String) - Method in class jhplot.io.PBufFile.Record.FND.Builder
 
setVertexPts(double, double, double, double, double, double) - Method in class jhplot.jadraw.JaVertexT5
Sets the points of this vertex.
setWeight(int) - Method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
setWeight(int) - Method in class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
Not yet commented.
setWeight(int) - Method in class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
Not yet commented.
setWeights(double[]) - Method in class flanagan.analysis.Stat
 
setWeights(Double[]) - Method in class flanagan.analysis.Stat
 
setWeights(float[]) - Method in class flanagan.analysis.Stat
 
setWeights(Float[]) - Method in class flanagan.analysis.Stat
 
setWeights(long[]) - Method in class flanagan.analysis.Stat
 
setWeights(Long[]) - Method in class flanagan.analysis.Stat
 
setWeights(int[]) - Method in class flanagan.analysis.Stat
 
setWeights(Integer[]) - Method in class flanagan.analysis.Stat
 
setWeights(short[]) - Method in class flanagan.analysis.Stat
 
setWeights(Short[]) - Method in class flanagan.analysis.Stat
 
setWeights(byte[]) - Method in class flanagan.analysis.Stat
 
setWeights(Byte[]) - Method in class flanagan.analysis.Stat
 
setWeights(BigDecimal[]) - Method in class flanagan.analysis.Stat
 
setWeights(BigInteger[]) - Method in class flanagan.analysis.Stat
 
setWeights(Complex[]) - Method in class flanagan.analysis.Stat
 
setWeights(Phasor[]) - Method in class flanagan.analysis.Stat
 
setWeights(Object[]) - Method in class flanagan.analysis.Stat
 
setWeights(Vector<Object>) - Method in class flanagan.analysis.Stat
 
setWeights(ArrayList<Object>) - Method in class flanagan.analysis.Stat
 
setWeightsToBigW() - Method in class flanagan.analysis.Stat
 
setWeightsToLittleW() - Method in class flanagan.analysis.Stat
 
setWelch() - Method in class flanagan.math.FourierTransform
 
setWhoAm(int) - Method in class jhplot.shapes.HShape
Set primitive type
setWrap(boolean) - Method in class jhplot.SPlot
Specify whether the X axis is wrapped.
setX(double) - Method in class hephysics.vec.Hep3Vector
Set X component
setX(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setX(int, double) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
setX(int, double) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
setX(int) - Method in class jhplot.jadraw.JaObject
Sets the x coordinate of this object.
setX1(int) - Method in class jhplot.jadraw.JaArcObject
Sets the x coordinate of the first click point of this arc.
setX1(double) - Method in class jhplot.jadraw.JaVertexT5
Sets the x coordinate of the first click point of this vertex.
setX2(int) - Method in class jhplot.jadraw.JaArcObject
Sets the x coordinate of the second click point of this arc.
setX2(double) - Method in class jhplot.jadraw.JaVertexT5
Sets the x coordinate of the second click point of this vertex.
setX3(double) - Method in class jhplot.jadraw.JaVertexT5
Sets the x coordinate of the third click point of this vertex.
setXleft(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setXlegend(String) - Method in class flanagan.analysis.Regression
 
setXLog(boolean) - Method in class jhplot.SPlot
Specify whether the X axis is drawn with a logarithmic scale.
setXRange(double, double) - Method in class jhplot.SPlot
Set the X (horizontal) range of the plot.
setXright(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setXsysleft(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setXsysright(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setY(double) - Method in class hephysics.vec.Hep3Vector
Y component
setY(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setY(int, double) - Method in class jhplot.io.PBufFile.Record.PXY.Builder
 
setY(int, double) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
setY(int) - Method in class jhplot.jadraw.JaObject
Sets the y coordinate of this object.
setY1(int) - Method in class jhplot.jadraw.JaArcObject
Sets the y coordinate of the first click point of this arc.
setY1(double) - Method in class jhplot.jadraw.JaVertexT5
Sets the y coordinate of the first click point of this vertex.
setY2(int) - Method in class jhplot.jadraw.JaArcObject
Sets the y coordinate of the second click point of this arc.
setY2(double) - Method in class jhplot.jadraw.JaVertexT5
Sets the y coordinate of the second click point of this vertex.
setY3(double) - Method in class jhplot.jadraw.JaVertexT5
Sets the y coordinate of the third click point of this vertex.
setYlegend(String) - Method in class flanagan.analysis.Regression
 
setYLog(boolean) - Method in class jhplot.SPlot
Specify whether the Y axis is drawn with a logarithmic scale.
setYlower(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setYRange(double, double) - Method in class jhplot.SPlot
Set the Y (vertical) range of the plot.
setYscale(boolean) - Method in class flanagan.analysis.Regression
 
setYscaleFactor(double) - Method in class flanagan.analysis.Regression
 
setYscaleOption(boolean) - Method in class flanagan.analysis.Regression
 
setYsyslower(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setYsysupper(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setYupper(int, double) - Method in class jhplot.io.PBufFile.Record.P1D.Builder
 
setZ(double) - Method in class hephysics.vec.Hep3Vector
Set Z component
setZ(int, double) - Method in class jhplot.io.PBufFile.Record.PXYZ.Builder
 
setZoomIn(double) - Method in class jhplot.HView3D
Zoom in the current plot.
setZoomOut(double) - Method in class jhplot.HView3D
Zoom out the current plot.
SEVEN - Static variable in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
A Property object with tolerance()==1.0E-7.
SEVEN - Static variable in class cern.colt.matrix.tfloat.algo.FloatProperty
A Property object with tolerance()==1.0E-7.
sgbbrd(String, int, int, int, int, int, float[], int, float[], float[], float[], int, float[], int, float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgbcon(String, int, int, int, float[], int, int[], float, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgbequ(int, int, int, int, float[], int, float[], float[], floatW, floatW, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
sgbmv(String, int, int, int, int, float, float[], int, float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
sgbrfs(String, int, int, int, int, float[], int, float[], int, int[], float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgbsv(int, int, int, int, float[], int, int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgbsvx(String, String, int, int, int, int, float[], int, float[], int, int[], StringW, float[], float[], float[], int, float[], int, floatW, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgbtf2(int, int, int, int, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgbtrf(int, int, int, int, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgbtrs(String, int, int, int, int, float[], int, int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgebak(String, String, int, int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgebal(String, int, float[], int, intW, intW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgebd2(int, int, float[], int, float[], float[], float[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgebrd(int, int, float[], int, float[], float[], float[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgecon(String, int, float[], int, float, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgeequ(int, int, float[], int, float[], float[], floatW, floatW, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
sgees(String, String, Object, int, float[], int, intW, float[], float[], float[], int, float[], int, boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgeesx(String, String, Object, String, int, float[], int, intW, float[], float[], float[], int, floatW, floatW, float[], int, int[], int, boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgeev(String, String, int, float[], int, float[], float[], float[], int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgeevx(String, String, String, String, int, float[], int, float[], float[], float[], int, float[], int, intW, intW, float[], floatW, float[], float[], float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgegs(String, String, int, float[], int, float[], int, float[], float[], float[], float[], int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgegv(String, String, int, float[], int, float[], int, float[], float[], float[], float[], int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgehd2(int, int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgehrd(int, int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgelq2(int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgelqf(int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgels(String, int, int, int, float[], int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgelsd(int, int, int, float[], int, float[], int, float[], float, intW, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgelss(int, int, int, float[], int, float[], int, float[], float, intW, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgelsx(int, int, int, float[], int, float[], int, int[], float, intW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgelsy(int, int, int, float[], int, float[], int, int[], float, intW, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgemm(String, String, int, int, int, float, float[], int, float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
sgemv(String, int, int, float, float[], int, float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
sgeql2(int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgeqlf(int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgeqp3(int, int, float[], int, int[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgeqpf(int, int, float[], int, int[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgeqr2(int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgeqrf(int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sger(int, int, float, float[], int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
sgerfs(String, int, int, float[], int, float[], int, int[], float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgerq2(int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgerqf(int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgesc2(int, float[], int, float[], int[], int[], floatW) - Method in class org.netlib.lapack.LAPACK
..
sgesdd(String, int, int, float[], int, float[], float[], int, float[], int, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgesv(int, int, float[], int, int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgesvd(String, String, int, int, float[], int, float[], float[], int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgesvx(String, String, int, int, float[], int, float[], int, int[], StringW, float[], float[], float[], int, float[], int, floatW, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgetc2(int, float[], int, int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgetf2(int, int, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgetrf(int, int, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgetri(int, float[], int, int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgetrs(String, int, int, float[], int, int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgetv0(intW, String, int, boolean, int, int, float[], int, float[], floatW, int[], float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sggbak(String, String, int, int, int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sggbal(String, int, float[], int, float[], int, intW, intW, float[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgges(String, String, String, Object, int, float[], int, float[], int, intW, float[], float[], float[], float[], int, float[], int, float[], int, boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
sggesx(String, String, String, Object, String, int, float[], int, float[], int, intW, float[], float[], float[], float[], int, float[], int, float[], float[], float[], int, int[], int, boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
sggev(String, String, int, float[], int, float[], int, float[], float[], float[], float[], int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sggevx(String, String, String, String, int, float[], int, float[], int, float[], float[], float[], float[], int, float[], int, intW, intW, float[], float[], floatW, floatW, float[], float[], float[], int, int[], boolean[], intW) - Method in class org.netlib.lapack.LAPACK
..
sggglm(int, int, int, float[], int, float[], int, float[], float[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgghrd(String, String, int, int, int, float[], int, float[], int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgglse(int, int, int, float[], int, float[], int, float[], float[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sggqrf(int, int, int, float[], int, float[], float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sggrqf(int, int, int, float[], int, float[], float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sggsvd(String, String, String, int, int, int, intW, intW, float[], int, float[], int, float[], float[], float[], int, float[], int, float[], int, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sggsvp(String, String, String, int, int, int, float[], int, float[], int, float, float, intW, intW, float[], int, float[], int, float[], int, int[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgtcon(String, int, float[], float[], float[], float[], int[], float, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgtrfs(String, int, int, float[], float[], float[], float[], float[], float[], float[], int[], float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgtsv(int, int, float[], float[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgtsvx(String, String, int, int, float[], float[], float[], float[], float[], float[], float[], int[], float[], int, float[], int, floatW, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgttrf(int, float[], float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sgttrs(String, int, int, float[], float[], float[], float[], int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sgtts2(int, int, int, float[], float[], float[], float[], int[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
shannonEntropy() - Method in class flanagan.analysis.Stat
 
shannonEntropy(double[]) - Static method in class flanagan.analysis.Stat
 
shannonEntropyBit() - Method in class flanagan.analysis.Stat
 
shannonEntropyBit(double[]) - Static method in class flanagan.analysis.Stat
 
shannonEntropyDit() - Method in class flanagan.analysis.Stat
 
shannonEntropyDit(double[]) - Static method in class flanagan.analysis.Stat
 
shannonEntropyNat() - Method in class flanagan.analysis.Stat
 
shannonEntropyNat(double[]) - Static method in class flanagan.analysis.Stat
 
shape(AbstractMatrix1D) - Static method in class cern.colt.matrix.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix2D) - Static method in class cern.colt.matrix.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix3D) - Static method in class cern.colt.matrix.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix1D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix2D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix3D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shgeqz(String, String, String, int, int, int, float[], int, float[], int, float[], float[], float[], float[], int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
shift(double) - Method in class jhplot.H1D
Shift all bins by some value
shift(double) - Method in class jhplot.HProf1D
Shift all bins by some value
shiftedStandardizedOriginalata() - Method in class flanagan.analysis.BoxCox
 
shiftLeft - Static variable in class cern.jet.math.IntFunctions
Function that returns a << b.
shiftLeft(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a << b.
shiftLeft - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a << b.
shiftLeft(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a << b.
shiftLeft - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a << b.
shiftLeft(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a << b.
shiftRightSigned - Static variable in class cern.jet.math.IntFunctions
Function that returns a >> b.
shiftRightSigned(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a >> b.
shiftRightSigned - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a >> b.
shiftRightSigned(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a >> b.
shiftRightSigned - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a >> b.
shiftRightSigned(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a >> b.
shiftRightUnsigned - Static variable in class cern.jet.math.IntFunctions
Function that returns a >>> b.
shiftRightUnsigned(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a >>> b.
shiftRightUnsigned - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a >>> b.
shiftRightUnsigned(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a >>> b.
shiftRightUnsigned - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a >>> b.
shiftRightUnsigned(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a >>> b.
ShortArrayList - Class in cern.colt.list
Resizable list holding short elements; implemented with arrays.
ShortArrayList() - Constructor for class cern.colt.list.ShortArrayList
Constructs an empty list.
ShortArrayList(short[]) - Constructor for class cern.colt.list.ShortArrayList
Constructs a list containing the specified elements.
ShortArrayList(int) - Constructor for class cern.colt.list.ShortArrayList
Constructs an empty list with the specified initial capacity.
ShortArrayList - Class in cern.colt.list.tshort
Resizable list holding short elements; implemented with arrays.
ShortArrayList() - Constructor for class cern.colt.list.tshort.ShortArrayList
Constructs an empty list.
ShortArrayList(short[]) - Constructor for class cern.colt.list.tshort.ShortArrayList
Constructs a list containing the specified elements.
ShortArrayList(int) - Constructor for class cern.colt.list.tshort.ShortArrayList
Constructs an empty list with the specified initial capacity.
ShortBuffer - Class in cern.colt.buffer.tshort
Fixed sized (non resizable) streaming buffer connected to a target ShortBufferConsumer to which data is automatically flushed upon buffer overflow.
ShortBuffer(ShortBufferConsumer, int) - Constructor for class cern.colt.buffer.tshort.ShortBuffer
Constructs and returns a new buffer with the given target.
ShortBuffer2D - Class in cern.colt.buffer.tshort
Fixed sized (non resizable) streaming buffer connected to a target ShortBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
ShortBuffer2D(ShortBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tshort.ShortBuffer2D
Constructs and returns a new buffer with the given target.
ShortBuffer2DConsumer - Interface in cern.colt.buffer.tshort
Target of a streaming ShortBuffer2D into which data is flushed upon buffer overflow.
ShortBuffer3D - Class in cern.colt.buffer.tshort
Fixed sized (non resizable) streaming buffer connected to a target ShortBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
ShortBuffer3D(ShortBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tshort.ShortBuffer3D
Constructs and returns a new buffer with the given target.
ShortBuffer3DConsumer - Interface in cern.colt.buffer.tshort
Target of a streaming ShortBuffer3D into which data is flushed upon buffer overflow.
ShortBufferConsumer - Interface in cern.colt.buffer.tshort
Target of a streaming ShortBuffer into which data is flushed upon buffer overflow.
ShortComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
ShortComparator - Interface in cern.colt.function.tshort
A comparison function which imposes a total ordering on some collection of elements.
ShortProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
ShortProcedure - Interface in cern.colt.function.tshort
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
shortTime(double) - Method in class flanagan.math.FourierTransform
 
shortTime(int) - Method in class flanagan.math.FourierTransform
 
shortTOdouble(short[]) - Static method in class flanagan.math.Fmath
 
shortTOfloat(short[]) - Static method in class flanagan.math.Fmath
 
shortTOint(short[]) - Static method in class flanagan.math.Fmath
 
shortTOlong(short[]) - Static method in class flanagan.math.Fmath
 
show() - Method in class jhplot.HNeuralNet
Show Net in EncodeDocument.
show(H1D) - Method in class jhplot.HTable
Show a H1D histogram.
show(F1D) - Method in class jhplot.HTable
Show a function
show(P0D) - Method in class jhplot.HTable
show P0D data
show(P1D) - Method in class jhplot.HTable
Show P1D data
show(P2D) - Method in class jhplot.HTable
show P2D data
show(P3D) - Method in class jhplot.HTable
show P3D data
showAllGraph(boolean) - Method in class jhplot.HPlot
Set the all graphs visible or not
showAttributes() - Method in class jminhep.cluster.DataPoint
Print all attributes of a data point
showAxis(int) - Method in class jhplot.HPlotJa
Show a particular axis (no mirror)
showBorder(boolean) - Method in class jhplot.GHMargin
Show or not the blue borders during editing.
showBorderNoUpdate(boolean) - Method in class jhplot.GHMargin
Show or not the blue borders during editing.
showBorders(boolean) - Method in class jhplot.GHPanel
Show borders of margins for edditing
showBrowser(String) - Method in class jhplot.HPlotJa
Show a browser with objects loaded from ROOT or AIDA objects.
showEditor() - Method in class jhplot.HPlotJa
Show object editor on the left of the canvas.
showEditor(boolean) - Method in class jhplot.HPlotJa
Show object editor (or not)
showGraph(boolean) - Method in class jhplot.HPlot
Set the current graph visible or not
showIt(boolean) - Method in class jhplot.io.HFileBrowser
Show the browser on the left of Canvas.
showIt(boolean) - Method in class jhplot.io.PFileBrowser
Show the browser on the left of Canvas.
showKey(boolean) - Method in class jhplot.HPlotJa
Show or not keys for the current plot
showMessage(String) - Static method in class jhplot.JHPlot
Show a text on status bar permanently.
showMouse(String, double, double, double, double) - Static method in class jhplot.JHPlot
Show mouse positions
showNetwork() - Method in class jhplot.HNeuralNet
Show a neural net in a frame
showStatusBarText(String) - Static method in class jhplot.JHPlot
Show a text on status bar for 5 sec.
showTest() - Method in class jhplot.HPlot2D
 
SHPlot - Class in jhplot
A class to create a 2D canvas with several plots.
SHPlot3D - Class in jhplot
A class to create a 3D canvas to display H2D and F2D objects.
SHPlotJa - Class in jhplot
A class to create a canvas with several plots and Feynman diagrams.
shroveTuesday() - Method in class flanagan.math.TimeAndDate
 
shroveTuesday(int) - Method in class flanagan.math.TimeAndDate
 
shsein(String, String, String, boolean[], int, float[], int, float[], float[], float[], int, float[], int, int, intW, float[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
shseqr(String, String, int, int, int, float[], int, float[], float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
shuffle() - Method in class cern.colt.list.AbstractList
Randomly permutes the receiver.
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractList
Randomly permutes the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tchar.CharArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tfloat.FloatArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tint.AbstractIntList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tint.IntArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tlong.LongArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tobject.ObjectArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.tshort.ShortArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
sigmoidHillSips() - Method in class flanagan.analysis.Regression
 
sigmoidHillSipsPlot() - Method in class flanagan.analysis.Regression
 
sigmoidThreshold() - Method in class flanagan.analysis.Regression
 
sigmoidThresholdPlot() - Method in class flanagan.analysis.Regression
 
sign - Static variable in class cern.jet.math.Functions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign - Static variable in class cern.jet.math.IntFunctions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign(double) - Static method in class flanagan.math.Fmath
 
sign(float) - Static method in class flanagan.math.Fmath
 
sign(int) - Static method in class flanagan.math.Fmath
 
sign(long) - Static method in class flanagan.math.Fmath
 
sign(double, double) - Static method in class hep.aida.ref.function.GaussianCore2DNorm
 
SimpleLongArrayList - Class in cern.colt.list
Resizable list holding long elements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list.
SimpleLongArrayList() - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs an empty list.
SimpleLongArrayList(long[]) - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs a list containing the specified elements.
SimpleLongArrayList(int) - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs an empty list with the specified initial capacity.
SimpleLongArrayList - Class in cern.colt.list.tlong
Resizable list holding long elements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list.
SimpleLongArrayList() - Constructor for class cern.colt.list.tlong.SimpleLongArrayList
Constructs an empty list.
SimpleLongArrayList(long[]) - Constructor for class cern.colt.list.tlong.SimpleLongArrayList
Constructs a list containing the specified elements.
SimpleLongArrayList(int) - Constructor for class cern.colt.list.tlong.SimpleLongArrayList
Constructs an empty list with the specified initial capacity.
SimpleMD5 - Class in jhplot.security
 
SimpleMD5() - Constructor for class jhplot.security.SimpleMD5
 
simplex(RegressionFunction, double[], double[], double, int) - Method in class flanagan.analysis.Regression
 
simplex(RegressionFunction, double[], double[], double) - Method in class flanagan.analysis.Regression
 
simplex(RegressionFunction, double[], double[], int) - Method in class flanagan.analysis.Regression
 
simplex(RegressionFunction, double[], double[]) - Method in class flanagan.analysis.Regression
 
simplex(RegressionFunction, double[], double, int) - Method in class flanagan.analysis.Regression
 
simplex(RegressionFunction, double[], double) - Method in class flanagan.analysis.Regression
 
simplex(RegressionFunction, double[], int) - Method in class flanagan.analysis.Regression
 
simplex(RegressionFunction, double[]) - Method in class flanagan.analysis.Regression
 
simplex2(RegressionFunction2, double[], double[], double, int) - Method in class flanagan.analysis.Regression
 
simplex2(RegressionFunction2, double[], double[], double) - Method in class flanagan.analysis.Regression
 
simplex2(RegressionFunction2, double[], double[], int) - Method in class flanagan.analysis.Regression
 
simplex2(RegressionFunction2, double[], double[]) - Method in class flanagan.analysis.Regression
 
simplex2(RegressionFunction2, double[], double, int) - Method in class flanagan.analysis.Regression
 
simplex2(RegressionFunction2, double[], double) - Method in class flanagan.analysis.Regression
 
simplex2(RegressionFunction2, double[], int) - Method in class flanagan.analysis.Regression
 
simplex2(RegressionFunction2, double[]) - Method in class flanagan.analysis.Regression
 
simplexPlot(RegressionFunction, double[], double[], double, int) - Method in class flanagan.analysis.Regression
 
simplexPlot(RegressionFunction, double[], double[], double) - Method in class flanagan.analysis.Regression
 
simplexPlot(RegressionFunction, double[], double[], int) - Method in class flanagan.analysis.Regression
 
simplexPlot(RegressionFunction, double[], double[]) - Method in class flanagan.analysis.Regression
 
simplexPlot(RegressionFunction, double[], double, int) - Method in class flanagan.analysis.Regression
 
simplexPlot(RegressionFunction, double[], double) - Method in class flanagan.analysis.Regression
 
simplexPlot(RegressionFunction, double[], int) - Method in class flanagan.analysis.Regression
 
simplexPlot(RegressionFunction, double[]) - Method in class flanagan.analysis.Regression
 
simplexPlot2(RegressionFunction2, double[], double[], double, int) - Method in class flanagan.analysis.Regression
 
simplexPlot2(RegressionFunction2, double[], double[], double) - Method in class flanagan.analysis.Regression
 
simplexPlot2(RegressionFunction2, double[], double[], int) - Method in class flanagan.analysis.Regression
 
simplexPlot2(RegressionFunction2, double[], double[]) - Method in class flanagan.analysis.Regression
 
simplexPlot2(RegressionFunction2, double[], double, int) - Method in class flanagan.analysis.Regression
 
simplexPlot2(RegressionFunction2, double[], double) - Method in class flanagan.analysis.Regression
 
simplexPlot2(RegressionFunction2, double[], int) - Method in class flanagan.analysis.Regression
 
simplexPlot2(RegressionFunction2, double[]) - Method in class flanagan.analysis.Regression
 
simplify() - Method in class jhplot.FND
Treat the function as complex.
simpson(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical integration using Simpson's rule.
SimpsonsIntegrator - Class in jhplot.math.num.integration
The extended Simpson's rule for numerically integrating functions.
SimpsonsIntegrator(Function) - Constructor for class jhplot.math.num.integration.SimpsonsIntegrator
Create an integrator for the given function.
SimpsonsIntegrator(Function, int, double) - Constructor for class jhplot.math.num.integration.SimpsonsIntegrator
Create an integrator for the given function.
sin - Static variable in class cern.jet.math.Functions
Function that returns Math.sin(a).
sin(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
sin - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
sin - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.sin(a).
sin(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
sin - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
sin - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.sin(a).
sin(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
sin(double, double, double, double, double, double) - Static method in class flanagan.math.Fmath
 
sin(double, double, double) - Static method in class flanagan.math.Fmath
 
sin(double) - Static method in class flanagan.math.Fmath
 
sin() - Method in class jhplot.math.Complex
Sine of this Complex number (doesn't change this Complex number).
sin(ValueErr) - Static method in class jhplot.math.ValueErr
sine of an ValueErr number (trigonometric function)
sinc(double) - Static method in class flanagan.math.Fmath
 
singleRotation(double[][], int, int, double) - Static method in class flanagan.analysis.PCA
 
singular(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
SingularValueDecomposition - Class in cern.colt.matrix.linalg
For an m x n matrix A with m >= n, the singular value decomposition is an m x n orthogonal matrix U, an n x n diagonal matrix S, and an n x n orthogonal matrix V so that A = U*S*V'.
SingularValueDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.SingularValueDecomposition
Constructs and returns a new singular value decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
SingularValueDecomposition - Class in jhplot.math
Singular Value Decomposition.
SingularValueDecomposition(double[][]) - Constructor for class jhplot.math.SingularValueDecomposition
Construct the singular value decomposition
sinh(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
sinh(double) - Static method in class flanagan.math.Fmath
 
sinh() - Method in class jhplot.math.Complex
Hyperbolic sine of this Complex number (doesn't change this Complex number).
sinh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the hyperbolic sine of x.
sinh(ValueErr) - Static method in class jhplot.math.ValueErr
Hyperbolic sine of a value with error
sinPhi() - Method in class hephysics.vec.SpacePoint
sin(phi)
sinTheta() - Method in class hephysics.vec.SpacePoint
sin(theta)
sisnan(float) - Method in class org.netlib.lapack.LAPACK
..
size() - Method in class cern.colt.bitvector.BitMatrix
Returns the size of the receiver which is columns()*rows().
size() - Method in class cern.colt.bitvector.BitVector
Returns the size of the receiver.
size() - Method in class cern.colt.list.AbstractBooleanList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractByteList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractCharList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractCollection
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractDoubleList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractFloatList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractIntList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractLongList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractShortList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.adapter.DoubleListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.FloatListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.IntListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.LongListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.ObjectListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.ObjectArrayList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tchar.AbstractCharList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tdouble.DoubleListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tfloat.FloatListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.tint.AbstractIntList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tint.IntListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.tlong.AbstractLongList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tlong.LongListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.tobject.ObjectListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.tshort.AbstractShortList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.map.AbstractMap
Returns the number of (key,value) associations currently contained.
size() - Method in class cern.colt.matrix.AbstractMatrix
Returns the number of cells.
size() - Method in class cern.colt.matrix.AbstractMatrix1D
Returns the number of cells.
size() - Method in class cern.colt.matrix.AbstractMatrix2D
Returns the number of cells which is rows()*columns().
size() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the number of cells which is slices()*rows()*columns().
size() - Method in class cern.colt.matrix.impl.AbstractMatrix
Returns the number of cells.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns the number of cells.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of cells which is rows()*columns().
size() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of cells which is slices()*rows()*columns().
size() - Method in class cern.colt.matrix.io.VectorSize
Returns the size of the vector
size() - Method in class cern.colt.matrix.tbit.BitMatrix
Returns the size of the receiver which is columns()*rows().
size() - Method in class cern.colt.matrix.tbit.BitVector
Returns the size of the receiver.
size() - Method in class cern.hep.aida.bin.AbstractBin
Returns the number of elements contained.
size - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.size().
size() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the number of elements contained in the receiver.
size() - Method in class cern.hep.aida.bin.StaticBin1D
Returns the number of elements contained in the receiver.
size() - Method in class cern.jet.stat.Buffer
Returns the number of elements contained in the receiver.
size() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently contained in the receiver (identical to the number of values added so far).
size() - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Deprecated. Deprecated. Returns the number of bin boundaries.
size() - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns the number of elements contained in the receiver.
size() - Method in class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Deprecated. Deprecated. Returns the number of bin boundaries.
size() - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Returns the number of elements currently contained in the receiver (identical to the number of values added so far).
size() - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Returns the number of elements currently contained in the receiver (identical to the number of values added so far).
size() - Method in class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
Deprecated. Deprecated. Returns the number of bin boundaries.
size() - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Returns the number of elements currently contained in the receiver (identical to the number of values added so far).
size() - Method in class hep.aida.ref.Annotation
Get the number of items in the Annotation.
size() - Method in class hep.aida.ref.function.RangeSet
Returns current number of disjoint ranges (non-overlapping intervals)
size() - Method in class hep.aida.ref.histogram.DataPointSet
 
size() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns the number of elements contained.
size - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.size().
size() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the number of elements contained in the receiver.
size() - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Returns the number of elements contained in the receiver.
size() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns the number of elements contained.
size() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the number of elements contained in the receiver.
size - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.size().
size() - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Returns the number of elements contained in the receiver.
size() - Method in class jhplot.io.EFile
Get the number of events stored in the file.
size() - Method in class jhplot.io.PFile
Get number of objects stored in the file.
size() - Method in class jhplot.math.io.LEDataOutputStream
 
size() - Method in class jhplot.P0D
Return the P10 data length.
size() - Method in class jhplot.P0I
Return the P10 data length.
size() - Method in class jhplot.P1D
Return the length of the data vector.
size() - Method in class jhplot.P2D
Return the length of the data vector.
size() - Method in class jhplot.P3D
Return the length of the data vector.
size() - Method in class jhplot.PND
Data size (number of rows)
size() - Method in class jhplot.PNI
Data size (number of rows)
size() - Method in class jhplot.VHolder
Return the size of the data, i.e.
sizeData() - Method in class jhplot.HPlot
The data size, i.e.
sizeOfRange(double, double) - Method in class cern.hep.aida.bin.QuantileBin1D
Returns how many elements are contained in the range [minElement,maxElement].
sizeOfRange(double, double) - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Returns how many elements are contained in the range [minElement,maxElement].
sizeOfRange(float, float) - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Returns how many elements are contained in the range [minElement,maxElement].
skew() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the skew, which is moment(3,mean()) / standardDeviation()3.
skew(double, double) - Static method in class cern.jet.stat.Descriptive
Returns the skew of a data sequence.
skew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the skew of a data sequence, which is moment(data,3,mean) / standardDeviation3.
skew(double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the skew of a data sequence.
skew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the skew of a data sequence, which is moment(data,3,mean) / standardDeviation3.
skew(float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the skew of a data sequence.
skew(FloatArrayList, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the skew of a data sequence, which is moment(data,3,mean) / standardDeviation3.
skew() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the skew, which is moment(3,mean()) / standardDeviation()3.
skew() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the skew, which is moment(3,mean()) / standardDeviation()3.
skew() - Method in class jhplot.P0D
Returns the skew, which is moment(3,mean()) / standardDeviation() Run getStat(0 for evaluation
skew() - Method in class jhplot.P0I
Returns the skew, which is moment(3,mean()) / standardDeviation() Run getStat(0 for evaluation
skip(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
skip(int) - Method in class hep.aida.ref.tuple.ChainedTuple
Skips rows.
skip(int) - Method in interface hep.aida.ref.tuple.FTupleCursor
 
skip(int) - Method in class hep.aida.ref.tuple.TupleCursor
 
skipBytes(int) - Method in class jhplot.math.io.LEDataInputStream
 
skipBytes(int) - Method in class jhplot.math.io.LERandomAccessFile
 
skp(HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Useful: for x1*x2+y1*y2+z1*z2
slabad(floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slabrd(int, int, int, float[], int, float[], float[], float[], float[], float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slacn2(int, float[], float[], int[], floatW, intW, int[]) - Method in class org.netlib.lapack.LAPACK
..
slacon(int, float[], float[], int[], floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slacpy(String, int, int, float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
sladiv(float, float, float, float, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slae2(float, float, float, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slaebz(int, int, int, int, int, int, float, float, float, float[], float[], float[], int[], float[], float[], intW, int[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slaed0(int, int, int, float[], float[], float[], int, float[], int, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slaed1(int, float[], float[], int, int[], floatW, int, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slaed2(intW, int, int, float[], float[], int, int[], floatW, float[], float[], float[], float[], int[], int[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slaed3(int, int, int, float[], float[], int, float, float[], float[], int[], int[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slaed4(int, int, float[], float[], float[], float, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slaed5(int, float[], float[], float[], float, floatW) - Method in class org.netlib.lapack.LAPACK
..
slaed6(int, boolean, float, float[], float[], float, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slaed7(int, int, int, int, int, int, float[], float[], int, int[], floatW, int, float[], int[], int[], int[], int[], int[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slaed8(int, intW, int, int, float[], float[], int, int[], floatW, int, float[], float[], float[], int, float[], int[], intW, int[], float[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slaed9(int, int, int, int, float[], float[], int, float, float[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slaeda(int, int, int, int, int[], int[], int[], int[], float[], float[], int[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slaein(boolean, boolean, int, float[], int, float, float, float[], float[], float[], int, float[], float, float, float, intW) - Method in class org.netlib.lapack.LAPACK
..
slaev2(float, float, float, floatW, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slaexc(boolean, int, float[], int, float[], int, int, int, int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slag2(float[], int, float[], int, float, floatW, floatW, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slag2d(int, int, float[], int, double[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slags2(boolean, float, float, float, float, float, float, floatW, floatW, floatW, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slagtf(int, float[], float, float[], float[], float, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slagtm(String, int, int, float, float[], float[], float[], float[], int, float, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slagts(int, int, float[], float[], float[], float[], int[], float[], floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slagv2(float[], int, float[], int, float[], float[], float[], floatW, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slahqr(boolean, boolean, int, int, int, float[], int, float[], float[], int, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slahr2(int, int, int, float[], int, float[], float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slahrd(int, int, int, float[], int, float[], float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slaic1(int, int, float[], float, float[], float, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slaisnan(float, float) - Method in class org.netlib.lapack.LAPACK
..
slaln2(boolean, int, int, float, float, float[], int, float, float, float[], int, float, float, float[], int, floatW, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slals0(int, int, int, int, int, float[], int, float[], int, int[], int, int[], int, float[], int, float[], float[], float[], float[], int, float, float, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slalsa(int, int, int, int, float[], int, float[], int, float[], int, float[], int[], float[], float[], float[], float[], int[], int[], int, int[], float[], float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slalsd(String, int, int, int, float[], float[], float[], int, float, intW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slamc1(intW, intW, booleanW, booleanW) - Method in class org.netlib.lapack.LAPACK
..
slamc2(intW, intW, booleanW, floatW, intW, floatW, intW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slamc3(float, float) - Method in class org.netlib.lapack.LAPACK
..
slamc4(intW, float, int) - Method in class org.netlib.lapack.LAPACK
..
slamc5(int, int, int, boolean, intW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slamch(String) - Method in class org.netlib.lapack.LAPACK
..
slamrg(int, int, float[], int, int, int[]) - Method in class org.netlib.lapack.LAPACK
..
slaneg(int, float[], float[], float, float, int) - Method in class org.netlib.lapack.LAPACK
..
slangb(String, int, int, int, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slange(String, int, int, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slangt(String, int, float[], float[], float[]) - Method in class org.netlib.lapack.LAPACK
..
slanhs(String, int, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slansb(String, String, int, int, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slansp(String, String, int, float[], float[]) - Method in class org.netlib.lapack.LAPACK
..
slanst(String, int, float[], float[]) - Method in class org.netlib.lapack.LAPACK
..
slansy(String, String, int, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slantb(String, String, String, int, int, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slantp(String, String, String, int, float[], float[]) - Method in class org.netlib.lapack.LAPACK
..
slantr(String, String, String, int, int, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slanv2(floatW, floatW, floatW, floatW, floatW, floatW, floatW, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slapll(int, float[], int, float[], int, floatW) - Method in class org.netlib.lapack.LAPACK
..
slapmt(boolean, int, int, float[], int, int[]) - Method in class org.netlib.lapack.LAPACK
..
slapy2(float, float) - Method in class org.netlib.lapack.LAPACK
..
slapy3(float, float, float) - Method in class org.netlib.lapack.LAPACK
..
slaqgb(int, int, int, int, float[], int, float[], float[], float, float, float, StringW) - Method in class org.netlib.lapack.LAPACK
..
slaqge(int, int, float[], int, float[], float[], float, float, float, StringW) - Method in class org.netlib.lapack.LAPACK
..
slaqp2(int, int, int, float[], int, int[], float[], float[], float[], float[]) - Method in class org.netlib.lapack.LAPACK
..
slaqps(int, int, int, int, intW, float[], int, int[], float[], float[], float[], float[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
slaqr0(boolean, boolean, int, int, int, float[], int, float[], float[], int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slaqr1(int, float[], int, float, float, float, float, float[]) - Method in class org.netlib.lapack.LAPACK
..
slaqr2(boolean, boolean, int, int, int, int, float[], int, int, int, float[], int, intW, intW, float[], float[], float[], int, int, float[], int, int, float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slaqr3(boolean, boolean, int, int, int, int, float[], int, int, int, float[], int, intW, intW, float[], float[], float[], int, int, float[], int, int, float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slaqr4(boolean, boolean, int, int, int, float[], int, float[], float[], int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slaqr5(boolean, boolean, int, int, int, int, int, float[], float[], float[], int, int, int, float[], int, float[], int, float[], int, int, float[], int, int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slaqrb(boolean, int, int, int, float[], int, float[], float[], float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
slaqsb(String, int, int, float[], int, float[], float, float, StringW) - Method in class org.netlib.lapack.LAPACK
..
slaqsp(String, int, float[], float[], float, float, StringW) - Method in class org.netlib.lapack.LAPACK
..
slaqsy(String, int, float[], int, float[], float, float, StringW) - Method in class org.netlib.lapack.LAPACK
..
slaqtr(boolean, boolean, int, float[], int, float[], float, floatW, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slar1v(int, int, int, float, float[], float[], float[], float[], float, float, float[], boolean, intW, floatW, floatW, intW, int[], floatW, floatW, floatW, float[]) - Method in class org.netlib.lapack.LAPACK
..
slar2v(int, float[], float[], float[], int, float[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
slarf(String, int, int, float[], int, float, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slarfb(String, String, String, String, int, int, int, float[], int, float[], int, float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slarfg(int, floatW, float[], int, floatW) - Method in class org.netlib.lapack.LAPACK
..
slarft(String, String, int, int, float[], int, float[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
slarfx(String, int, int, float[], float, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slargv(int, float[], int, float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slarnv(int, int[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slarra(int, float[], float[], float[], float, float, intW, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slarrb(int, float[], float[], int, int, float, float, int, float[], float[], float[], float[], int[], float, float, int, intW) - Method in class org.netlib.lapack.LAPACK
..
slarrc(String, int, float, float, float[], float[], float, intW, intW, intW, intW) - Method in class org.netlib.lapack.LAPACK
..
slarrd(String, String, int, float, float, int, int, float[], float, float[], float[], float[], float, int, int[], intW, float[], float[], floatW, floatW, int[], int[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slarre(String, int, floatW, floatW, int, int, float[], float[], float[], float, float, float, intW, int[], intW, float[], float[], float[], int[], int[], float[], floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slarrf(int, float[], float[], float[], int, int, float[], float[], float[], float, float, float, float, floatW, float[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slarrj(int, float[], float[], int, int, float, int, float[], float[], float[], int[], float, float, intW) - Method in class org.netlib.lapack.LAPACK
..
slarrk(int, int, float, float, float[], float[], float, float, floatW, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slarrr(int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slarrv(int, float, float, float[], float[], float, int[], int, int, int, float, floatW, floatW, float[], float[], float[], int[], int[], float[], float[], int, int[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slartg(float, float, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slartv(int, float[], int, float[], int, float[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
slaruv(int[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slarz(String, int, int, int, float[], int, float, float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slarzb(String, String, String, String, int, int, int, int, float[], int, float[], int, float[], int, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slarzt(String, String, int, int, float[], int, float[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
slas2(float, float, float, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slascl(String, int, int, float, float, int, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slasd0(int, int, float[], float[], float[], int, float[], int, int, int[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasd1(int, int, int, float[], floatW, floatW, float[], int, float[], int, int[], int[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasd2(int, int, int, intW, float[], float[], float, float, float[], int, float[], int, float[], float[], int, float[], int, int[], int[], int[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasd3(int, int, int, int, float[], float[], int, float[], float[], int, float[], int, float[], int, float[], int, int[], int[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasd4(int, int, float[], float[], float[], float, floatW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasd5(int, float[], float[], float[], float, floatW, float[]) - Method in class org.netlib.lapack.LAPACK
..
slasd6(int, int, int, int, float[], float[], float[], floatW, floatW, int[], int[], intW, int[], int, float[], int, float[], float[], float[], float[], intW, floatW, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasd7(int, int, int, int, intW, float[], float[], float[], float[], float[], float[], float[], float, float, float[], int[], int[], int[], int[], intW, int[], int, float[], int, floatW, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slasd8(int, int, float[], float[], float[], float[], float[], float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasda(int, int, int, int, float[], float[], float[], int, float[], int[], float[], float[], float[], float[], int[], int[], int, int[], float[], float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasdq(String, int, int, int, int, int, float[], float[], float[], int, float[], int, float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasdt(int, intW, intW, int[], int[], int[], int) - Method in class org.netlib.lapack.LAPACK
..
slaset(String, int, int, float, float, float[], int) - Method in class org.netlib.lapack.LAPACK
..
slasq1(int, float[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasq2(int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slasq3(int, intW, float[], int, floatW, floatW, floatW, floatW, intW, intW, intW, boolean) - Method in class org.netlib.lapack.LAPACK
..
slasq4(int, int, float[], int, int, float, float, float, float, float, float, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slasq5(int, int, float[], int, float, floatW, floatW, floatW, floatW, floatW, floatW, boolean) - Method in class org.netlib.lapack.LAPACK
..
slasq6(int, int, float[], int, floatW, floatW, floatW, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slasr(String, String, String, int, int, float[], float[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
slasrt(String, int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slassq(int, float[], int, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slasv2(float, float, float, floatW, floatW, floatW, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slaswp(int, float[], int, int, int, int[], int) - Method in class org.netlib.lapack.LAPACK
..
slasy2(boolean, boolean, int, int, int, float[], int, float[], int, float[], int, floatW, float[], int, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
slasyf(String, int, int, intW, float[], int, int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slatbs(String, String, String, String, int, int, float[], int, float[], floatW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slatdf(int, int, float[], int, float[], floatW, floatW, int[], int[]) - Method in class org.netlib.lapack.LAPACK
..
slatps(String, String, String, String, int, float[], float[], floatW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slatrd(String, int, int, float[], int, float[], float[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
slatrs(String, String, String, String, int, float[], int, float[], floatW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
slatrz(int, int, int, float[], int, float[], float[]) - Method in class org.netlib.lapack.LAPACK
..
slatzm(String, int, int, float[], int, float, float[], float[], int, float[]) - Method in class org.netlib.lapack.LAPACK
..
slauu2(String, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slauum(String, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
slazq3(int, intW, float[], int, floatW, floatW, floatW, floatW, intW, intW, intW, boolean, intW, floatW, floatW, floatW, floatW, floatW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slazq4(int, int, float[], int, int, float, float, float, float, float, float, floatW, intW, floatW) - Method in class org.netlib.lapack.LAPACK
..
slices() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the number of slices.
slices() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of slices.
sliceStride() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the slice stride.
sliceX(String, IHistogram2D, int) - Method in class hep.aida.ref.histogram.HistogramFactory
Slice parallel to the Y axis from a 2D histogram at bin indexY and one bin wide.
sliceX(String, IHistogram2D, int, int) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a slice parallel to the X axis from a 2D histogram, between "indexY1" and "indexY2" (inclusive).
sliceX(int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Slice parallel to the Y axis at bin indexY and one bin wide.
sliceX(int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Create a slice parallel to the axis X axis, between "indexY1" and "indexY2" (inclusive).
sliceX(int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Slice parallel to the Y axis at bin indexY and one bin wide.
sliceX(int, int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Create a slice parallel to the axis X axis, between "indexY1" and "indexY2" (inclusive).
sliceXY(String, IHistogram3D, int, int) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a slice perpendicular to the Z axis from a 3D histogram, between "indexZ1" and "indexZ2" (inclusive).
sliceXY(int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a slice parallel to the XY plane at bin indexZ and one bin wide.
sliceXY(int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a slice parallel to the XY plane, between "indexZ1" and "indexZ2" (inclusive).
sliceXY(int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a slice parallel to the XY plane at bin indexZ and one bin wide.
sliceXY(int, int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a slice parallel to the XY plane, between "indexZ1" and "indexZ2" (inclusive).
sliceXZ(String, IHistogram3D, int, int) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a slice perpendicular to the Y axis from a 3D histogram, between "indexY1" and "indexY2" (inclusive).
sliceXZ(int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a slice parallel to the XZ plane at bin indexY and one bin wide.
sliceXZ(int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a slice parallel to the XZ plane, between "indexY1" and "indexY2" (inclusive).
sliceXZ(int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a slice parallel to the XZ plane at bin indexY and one bin wide.
sliceXZ(int, int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a slice parallel to the XZ plane, between "indexY1" and "indexY2" (inclusive).
sliceY(String, IHistogram2D, int) - Method in class hep.aida.ref.histogram.HistogramFactory
Slice parallel to the X axis from a 2D histogram at bin indexX and one bin wide.
sliceY(String, IHistogram2D, int, int) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a slice parallel to the Y axis from a 2D histogram, between "indexX1" and "indexX2" (inclusive).
sliceY(int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Slice parallel to the X axis at bin indexX and one bin wide.
sliceY(int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Create a slice parallel to the axis Y axis, between "indexX1" and "indexX2" (inclusive) The returned IHistogram1D represents an instantaneous snapshot of the histogram at the time the slice was created.
sliceY(int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Slice parallel to the X axis at bin indexX and one bin wide.
sliceY(int, int) - Method in interface hep.aida.tfloat.FloatIHistogram2D
Create a slice parallel to the axis Y axis, between "indexX1" and "indexX2" (inclusive) The returned IHistogram1D represents an instantaneous snapshot of the histogram at the time the slice was created.
sliceYZ(String, IHistogram3D, int, int) - Method in class hep.aida.ref.histogram.HistogramFactory
Create a slice perpendicular to the X axis from a 3D histogram, between "indexX1" and "indexX2" (inclusive).
sliceYZ(int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a slice parallel to the YZ plane at bin indexX and one bin wide.
sliceYZ(int, int) - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Create a slice parallel to the YZ plane, between "indexX1" and "indexX2" (inclusive).
sliceYZ(int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a slice parallel to the YZ plane at bin indexX and one bin wide.
sliceYZ(int, int) - Method in interface hep.aida.tfloat.FloatIHistogram3D
Create a slice parallel to the YZ plane, between "indexX1" and "indexX2" (inclusive).
Slicing - Class in jhplot.math
BSD License
Slicing(double[][], int[], String) - Constructor for class jhplot.math.Slicing
Construct a Slice from a matrix and an orthogonal slicing.
Slicing(double[][], double[][]) - Constructor for class jhplot.math.Slicing
Construct a Slice from a matrix and an orthogonal slicing.
Slicing(double[][], double[][], double[][]) - Constructor for class jhplot.math.Slicing
Construct a Slice from a matrix and an orthogonal slicing.
Slicing(double[][], int[][]) - Constructor for class jhplot.math.Slicing
Construct a Slice from a matrix and an orthogonal slicing.
SLine(float, float) - Static method in class jhplot.jadraw.Diagram
A s-line object for scalar particles.
SLoop(float, float) - Static method in class jhplot.jadraw.Diagram
A s-loop for scalar particles.
smout(int, int, int, float[], int, int, String) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
SmpBlas - Class in cern.colt.matrix.linalg
Parallel implementation of the Basic Linear Algebra System for symmetric multi processing boxes.
smpBlas - Static variable in class cern.colt.matrix.linalg.SmpBlas
The public global parallel blas; initialized via SmpBlas.allocateBlas(int, cern.colt.matrix.linalg.Blas).
SmpDoubleBlas - Class in cern.colt.matrix.tdouble.algo
Parallel implementation of the Basic Linear Algebra System for symmetric multi processing boxes.
SmpDoubleBlas() - Constructor for class cern.colt.matrix.tdouble.algo.SmpDoubleBlas
 
SmpFloatBlas - Class in cern.colt.matrix.tfloat.algo
Parallel implementation of the Basic Linear Algebra System for symmetric multi processing boxes.
SmpFloatBlas() - Constructor for class cern.colt.matrix.tfloat.algo.SmpFloatBlas
 
snaitr(intW, String, int, int, int, int, float[], floatW, float[], int, float[], int, int[], float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
snapps(int, intW, int, float[], float[], float[], int, float[], int, float[], float[], int, float[], float[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
snaup2(intW, String, int, String, intW, intW, float, float[], int, int, int, intW, float[], int, float[], int, float[], float[], float[], float[], int, float[], int[], float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
snaupd(intW, String, int, String, int, floatW, float[], int, float[], int, int[], int[], float[], float[], int, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
snconv(int, float[], float[], float[], float, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sneigh(float, intW, float[], int, float[], float[], float[], float[], int, float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sneupd(boolean, String, boolean[], float[], float[], float[], int, float, float, float[], String, int, String, intW, float, float[], int, float[], int, int[], int[], float[], float[], int, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sngets(int, String, intW, intW, float[], float[], float[], float[], float[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
snrm2(int, float[], int) - Method in class org.netlib.blas.BLAS
..
softmax(int, double[]) - Static method in class jhplot.math.ArrayMathUtils
produces a double between 0 and 1 based on the given array x and the index that must be between (0 and x.length) For further information see also: http://www-ccs.ucsd.edu/matlab/toolbox/nnet/softmax.html
solve(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Solves A*X = B.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Solves A*X = B; returns X.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecomposition
Solves A*X = B.
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.QRDecomposition
Least squares solution of A*X = B; returns X.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleCholeskyDecomposition
Solves A*X = B(in-place).
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleCholeskyDecomposition
Solves A*x = b(in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Solves A*X = B.
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Solves A*x = b.
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleQRDecomposition
Least squares solution of A*x = b (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleQRDecomposition
Least squares solution of A*X = B(in-place).
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleCholeskyDecomposition
Solves A*x = b(in-place).
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleLUDecomposition
Solves A*x = b(in-place).
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleQRDecomposition
Solve a least-squares problem (min ||Ax-b||_2, where A is m-by-n with m >= n) or underdetermined system (Ax=b, where m < n).
solve(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Solves A*x = b.
solve(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Solves A*X = B.
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleBiCG
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleBiCGstab
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleCG
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleCGLS
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleCGS
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleChebyshev
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleGMRES
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleHyBR
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleIR
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterativeSolver
Solves the given problem, writing result into the vector.
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleMRNSD
 
solve(DoubleMatrix2D, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.DoubleQMR
 
solve(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Solves A*x = b.
solve(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatCholeskyDecomposition
Solves A*X = B; returns X.
solve(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatCholeskyDecomposition
 
solve(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Solves A*X = B.
solve(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Solves A*x = b.
solve(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatQRDecomposition
Least squares solution of A*x = b; returns x.
solve(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatQRDecomposition
Least squares solution of A*X = B; returns X.
solve(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatCholeskyDecomposition
Solves A*x = b(in-place).
solve(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatLUDecomposition
Solves A*x = b(in-place).
solve(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatQRDecomposition
Solve a least-squares problem (min ||Ax-b||_2, where A is m-by-n with m >= n) or underdetermined system (Ax=b, where m < n).
solve(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Solves A*x = b.
solve(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Solves A*X = B.
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatBiCG
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatBiCGstab
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatCG
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatCGLS
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatCGS
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatChebyshev
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatGMRES
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatHyBR
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatIR
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterativeSolver
Solves the given problem, writing result into the vector.
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatMRNSD
 
solve(FloatMatrix2D, FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.FloatQMR
 
solve(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Solves A*x = b.
solve(double[][]) - Method in class jhplot.math.CholeskyDecomposition
Solve A*X = B
solve(double[][], double[][]) - Static method in class jhplot.math.LinearAlgebra
 
solve(double[][]) - Method in class jhplot.math.LUDecomposition
Solve A*X = B
solve(double[][]) - Method in class jhplot.math.QRDecomposition
Least squares solution of A*X = B
solveCubic(double, double, double, double) - Static method in class jhplot.math.Numeric
Calculates the roots of the cubic equation, a must be different from 0 (or use quadratic equation solver).
solveLinear(double, double) - Static method in class jhplot.math.Numeric
Calculates the roots of the linear equation, a must be different from 0.
solveLinearSet(double[]) - Method in class flanagan.math.Matrix
 
solveQuadratic(double, double, double) - Static method in class jhplot.math.Numeric
Calculates the roots of the quadratic equation, a must be different from 0 (or use linear equation solver).
solveQuartic(double, double, double, double, double) - Static method in class jhplot.math.Numeric
Calculates the roots of the quartics equation, a must be different from 0 (or use cubic equation solver).
solveTranspose(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Solves X*A = B, which is also A'*X' = B'.
solveTranspose(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Solves X*A = B, which is also A'*X' = B'.
solveTranspose(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Solves X*A = B, which is also A'*X' = B'.
solveTranspose(double[][], double[][]) - Static method in class jhplot.math.LinearAlgebra
 
sopgtr(String, int, float[], float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sopmtr(String, String, String, int, int, float[], float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sorg2l(int, int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sorg2r(int, int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sorgbr(String, int, int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sorghr(int, int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sorgl2(int, int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sorglq(int, int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sorgql(int, int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sorgqr(int, int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sorgr2(int, int, int, float[], int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sorgrq(int, int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sorgtr(String, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sorm2l(String, String, int, int, int, float[], int, float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sorm2r(String, String, int, int, int, float[], int, float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sormbr(String, String, String, int, int, int, float[], int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sormhr(String, String, int, int, int, int, float[], int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sorml2(String, String, int, int, int, float[], int, float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sormlq(String, String, int, int, int, float[], int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sormql(String, String, int, int, int, float[], int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sormqr(String, String, int, int, int, float[], int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sormr2(String, String, int, int, int, float[], int, float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sormr3(String, String, int, int, int, int, float[], int, float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sormrq(String, String, int, int, int, float[], int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sormrz(String, String, int, int, int, int, float[], int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sormtr(String, String, String, int, int, float[], int, float[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sort() - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
sort(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the vector into ascending order, according to the natural ordering.
sort(DoubleMatrix1D, DoubleComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(DoubleMatrix2D, double[]) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the virtual column aggregates; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix2D, int) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(DoubleMatrix2D, DoubleMatrix1DComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(DoubleMatrix2D, BinFunction1D) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the values computed by applying the given aggregation function to each row; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix3D, int, int) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(DoubleMatrix3D, DoubleMatrix2DComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the vector into ascending order, according to the natural ordering.
sort(ObjectMatrix1D, Comparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(ObjectMatrix2D, int) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(ObjectMatrix2D, ObjectMatrix1DComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(ObjectMatrix3D, int, int) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(ObjectMatrix3D, ObjectMatrix2DComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts the vector into ascending order, according to the natural ordering.
sort(DoubleMatrix1D, DoubleComparator) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(DoubleMatrix2D, double[]) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the virtual column aggregates; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix2D, int) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(DoubleMatrix2D, DoubleMatrix1DComparator) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(DoubleMatrix2D, DoubleBinFunction1D) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the values computed by applying the given aggregation function to each row; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix3D, int, int) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(DoubleMatrix3D, DoubleMatrix2DComparator) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts the vector into ascending order, according to the natural ordering.
sort(FloatMatrix1D, FloatComparator) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(FloatMatrix2D, float[]) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the virtual column aggregates; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(FloatMatrix2D, int) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(FloatMatrix2D, FloatMatrix1DComparator) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(FloatMatrix2D, FloatBinFunction1D) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the values computed by applying the given aggregation function to each row; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(FloatMatrix3D, int, int) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(FloatMatrix3D, FloatMatrix2DComparator) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(IntMatrix1D) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts the vector into ascending order, according to the natural ordering.
sort(IntMatrix1D, IntComparator) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(IntMatrix2D, int[]) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the virtual column aggregates; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(IntMatrix2D, int) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(IntMatrix2D, IntMatrix1DComparator) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(IntMatrix3D, int, int) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(IntMatrix3D, IntMatrix2DComparator) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(LongMatrix1D) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts the vector into ascending order, according to the natural ordering.
sort(LongMatrix1D, LongComparator) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(LongMatrix2D, long[]) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the virtual column aggregates; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(LongMatrix2D, int) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(LongMatrix2D, LongMatrix1DComparator) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(LongMatrix3D, int, int) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(LongMatrix3D, LongMatrix2DComparator) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.algo.ObjectSorting
Sorts the vector into ascending order, according to the natural ordering.
sort(ObjectMatrix1D, Comparator) - Method in class cern.colt.matrix.tobject.algo.ObjectSorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(ObjectMatrix2D, int) - Method in class cern.colt.matrix.tobject.algo.ObjectSorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(ObjectMatrix2D, ObjectMatrix1DComparator) - Method in class cern.colt.matrix.tobject.algo.ObjectSorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(ObjectMatrix3D, int, int) - Method in class cern.colt.matrix.tobject.algo.ObjectSorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(ObjectMatrix3D, ObjectMatrix2DComparator) - Method in class cern.colt.matrix.tobject.algo.ObjectSorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort() - Method in class cern.jet.stat.Buffer
Sorts the receiver.
sort() - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Sorts the receiver.
sort() - Method in class flanagan.analysis.Stat
 
sort(int[]) - Method in class flanagan.analysis.Stat
 
sort() - Method in class flanagan.math.ArrayMaths
 
sort(int[]) - Method in class flanagan.math.ArrayMaths
 
sort(double[]) - Static method in class jhplot.math.DoubleArray
Sorts an array in ascending order.
sort(double[][], int) - Static method in class jhplot.math.DoubleArray
Sorts the rows of a matrix using a specified column as the key.
sort(int[], Object[], Comparator, boolean) - Static method in class jhplot.math.SortUtils
Do a sort on indices.
sort(Object[], Comparator, boolean) - Static method in class jhplot.math.SortUtils
Do a sort on indices.
sort(Object[], Comparator) - Static method in class jhplot.math.SortUtils
Do an unstable sort.
sort(int[], Object[], Comparator) - Static method in class jhplot.math.SortUtils
Do an unstable sort.
sort() - Method in class jhplot.P0D
Sort into ascending order
sort() - Method in class jhplot.P0I
Sort into ascending order
sortColumnIndexes() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Sorts column indexes
sortColumnIndexes() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Sorts column indexes
sortColumnIndexes() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Sorts column indexes
sortColumnIndexes() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Sorts column indexes
sortColumnIndexes() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Sorts column indexes
sortedElements() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns a copy of the currently stored elements, sorted ascending.
sortedElements() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns a copy of the currently stored elements, sorted ascending.
sortedElements() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns a copy of the currently stored elements, sorted ascending.
sortedOriginalData() - Method in class flanagan.analysis.BoxCox
 
sortFromTo(int, int) - Method in class cern.colt.list.AbstractList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.tchar.CharArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.tint.IntArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.tlong.LongArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.tshort.ShortArrayList
Sorts the specified range of the receiver into ascending order.
sortIndex(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts indexes of the vector into ascending order.
sortIndex(DoubleMatrix1D, IntComparator) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Multithreaded method that sorts indexes of the vector according to the comparator comp.
sortIndex(DoubleMatrix1D, DoubleComparator) - Method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Sorts indexes of the vector according to the comparator c.
sortIndex(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts indexes of the vector into ascending order.
sortIndex(FloatMatrix1D, IntComparator) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Multithreaded method that sorts indexes of the vector according to the comparator comp.
sortIndex(FloatMatrix1D, FloatComparator) - Method in class cern.colt.matrix.tfloat.algo.FloatSorting
Sorts indexes of the vector according to the comparator c.
sortIndex(IntMatrix1D) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts indexes of the vector into ascending order.
sortIndex(IntMatrix1D, IntComparator) - Method in class cern.colt.matrix.tint.algo.IntSorting
Sorts indexes of the vector according to the comparator c.
sortIndex(LongMatrix1D) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts indexes of the vector into ascending order.
sortIndex(LongMatrix1D, LongComparator) - Method in class cern.colt.matrix.tlong.algo.LongSorting
Sorts indexes of the vector according to the comparator c.
sortIndex() - Method in class jhplot.P0D
Return indexes of sorted array in increasing order.
sortIndex() - Method in class jhplot.P0I
Return indexes of sorted array in increasing order.
Sorting - Class in cern.colt.matrix.doublealgo
Matrix quicksorts and mergesorts.
Sorting - Class in cern.colt.matrix.objectalgo
Matrix quicksorts and mergesorts.
Sorting - Class in cern.colt
Quicksorts, mergesorts and binary searches; complements java.util.Arrays.
Sorting - Class in jhplot.math
Quick Sort algoritm.
Sorting(double[], boolean) - Constructor for class jhplot.math.Sorting
Construct an ascending order.
sortMaxToMin(double[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a sorted array from the maximum to the minimum value.
sortMaxToMin(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a sorted array from the maximum to the minimum value.
sortMinToMax(double[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a sorted array from the minimum to the maximum value.
sortMinToMax(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a sorted array from the minimum to the maximum value.
sortRowIndexes() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Sorts row indexes
sortRowIndexes() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Sorts row indexes
sortRowIndexes() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Sorts row indexes
sortRowIndexes() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Sorts row indexes
sortRowIndexes() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Sorts row indexes
sortRowIndexes() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Sorts row indexes
sortRowIndexes() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Sorts row indexes
SortUtils - Class in jhplot.math
Utility class providing some useful static sort methods.
SortUtils() - Constructor for class jhplot.math.SortUtils
 
SpacePoint - Class in hephysics.vec
A Hep3Vector representing a point in space.
SpacePoint() - Constructor for class hephysics.vec.SpacePoint
Default constructor.
SpacePoint(SpacePoint) - Constructor for class hephysics.vec.SpacePoint
Copy constructor
SpacePoint(Hep3Vector) - Constructor for class hephysics.vec.SpacePoint
 
SpacePoint.Representation - Enum in hephysics.vec
 
sparse - Static variable in class cern.colt.matrix.DoubleFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory2D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tdcomplex.DComplexFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tdcomplex.DComplexFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.tdcomplex.DComplexFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tdouble.DoubleFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tdouble.DoubleFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.tdouble.DoubleFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tfcomplex.FComplexFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tfcomplex.FComplexFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.tfcomplex.FComplexFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tfloat.FloatFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tfloat.FloatFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.tfloat.FloatFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tint.IntFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tint.IntFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.tint.IntFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tlong.LongFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tlong.LongFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.tlong.LongFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tobject.ObjectFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tobject.ObjectFactory2D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.tobject.ObjectFactory3D
A factory producing sparse matrices.
SparseCCDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Sparse column-compressed 2-d matrix holding complex elements.
SparseCCDComplexMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Constructs a matrix with a copy of the given values.
SparseCCDComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCDComplexMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCDComplexMatrix2D(int, int, int[], int[], double, double, boolean) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Constructs a matrix with indexes given in the coordinate format and a single value.
SparseCCDComplexMatrix2D(int, int, int[], int[], double[], boolean, boolean) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseCCDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Sparse column-compressed 2-d matrix holding double elements.
SparseCCDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Constructs a matrix with a copy of the given values.
SparseCCDoubleMatrix2D(Dcs_common.Dcs) - Constructor for class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Constructs a matrix with a given internal storage.
SparseCCDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCDoubleMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCDoubleMatrix2D(int, int, int[], int[], double, boolean, boolean) - Constructor for class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Constructs a matrix with indexes given in the coordinate format and a single value.
SparseCCDoubleMatrix2D(int, int, int[], int[], double[], boolean, boolean, boolean) - Constructor for class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseCCFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Sparse column-compressed 2-d matrix holding complex elements.
SparseCCFComplexMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Constructs a matrix with a copy of the given values.
SparseCCFComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCFComplexMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCFComplexMatrix2D(int, int, int[], int[], float, float, boolean) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Constructs a matrix with indexes given in the coordinate format and a single value.
SparseCCFComplexMatrix2D(int, int, int[], int[], float[], boolean, boolean) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseCCFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Sparse column-compressed 2-d matrix holding float elements.
SparseCCFloatMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Constructs a matrix with a copy of the given values.
SparseCCFloatMatrix2D(Scs_common.Scs) - Constructor for class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Constructs a matrix with a given internal storage.
SparseCCFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCFloatMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCFloatMatrix2D(int, int, int[], int[], float, boolean, boolean) - Constructor for class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Constructs a matrix with indexes given in the coordinate format and a single value.
SparseCCFloatMatrix2D(int, int, int[], int[], float[], boolean, boolean, boolean) - Constructor for class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseCCIntMatrix2D - Class in cern.colt.matrix.tint.impl
Sparse column-compressed 2-d matrix holding int elements.
SparseCCIntMatrix2D(int[][]) - Constructor for class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Constructs a matrix with a copy of the given values.
SparseCCIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCIntMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCIntMatrix2D(int, int, int[], int[], int, boolean, boolean) - Constructor for class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Constructs a matrix with indexes given in the coordinate format and a single value.
SparseCCIntMatrix2D(int, int, int[], int[], int[], boolean, boolean, boolean) - Constructor for class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseCCLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Sparse column-compressed 2-d matrix holding long elements.
SparseCCLongMatrix2D(long[][]) - Constructor for class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Constructs a matrix with a copy of the given values.
SparseCCLongMatrix2D(int, int) - Constructor for class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCLongMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCLongMatrix2D(int, int, int[], int[], long, boolean, boolean) - Constructor for class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Constructs a matrix with indexes given in the coordinate format and a single value.
SparseCCLongMatrix2D(int, int, int[], int[], long[], boolean, boolean, boolean) - Constructor for class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseCCMDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Sparse column-compressed-modified 2-d matrix holding complex elements.
SparseCCMDComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCMDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Sparse column-compressed-modified 2-d matrix holding double elements.
SparseCCMDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseCCMDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCMFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Sparse column-compressed-modified 2-d matrix holding complex elements.
SparseCCMFComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCMFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Sparse column-compressed-modified 2-d matrix holding float elements.
SparseCCMFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseCCMFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCMIntMatrix2D - Class in cern.colt.matrix.tint.impl
Sparse column-compressed-modified 2-d matrix holding int elements.
SparseCCMIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.SparseCCMIntMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCMLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Sparse column-compressed-modified 2-d matrix holding long elements.
SparseCCMLongMatrix2D(int, int) - Constructor for class cern.colt.matrix.tlong.impl.SparseCCMLongMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCMObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Sparse column-compressed-modified 2-d matrix holding Object elements.
SparseCCMObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.tobject.impl.SparseCCMObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Sparse column-compressed 2-d matrix holding Object elements.
SparseCCObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Constructs a matrix with a copy of the given values.
SparseCCObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCObjectMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseCCObjectMatrix2D(int, int, int[], int[], Object, boolean) - Constructor for class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Constructs a matrix with indexes given in the coordinate format and a single value.
SparseCCObjectMatrix2D(int, int, int[], int[], Object[], boolean, boolean) - Constructor for class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseDComplexMatrix1D - Class in cern.colt.matrix.tdcomplex.impl
Sparse hashed 1-d matrix (aka vector) holding complex elements.
SparseDComplexMatrix1D(double[]) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
Constructs a matrix with a copy of the given values.
SparseDComplexMatrix1D(int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
Constructs a matrix with a given number of cells.
SparseDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Sparse hashed 2-d matrix holding complex elements.
SparseDComplexMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
Constructs a matrix with a copy of the given values.
SparseDComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseDComplexMatrix3D - Class in cern.colt.matrix.tdcomplex.impl
Sparse hashed 3-d matrix holding complex elements.
SparseDComplexMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
Constructs a matrix with a copy of the given values.
SparseDComplexMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseDoubleAlgebra - Class in cern.colt.matrix.tdouble.algo
Linear algebraic matrix operations operating on sparse matrices.
SparseDoubleAlgebra() - Constructor for class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Constructs a new instance with an equality tolerance given by Property.DEFAULT.tolerance().
SparseDoubleAlgebra(double) - Constructor for class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Constructs a new instance with the given equality tolerance.
SparseDoubleCholeskyDecomposition - Class in cern.colt.matrix.tdouble.algo.decomposition
For a symmetric, positive definite matrix A, the Cholesky decomposition is a lower triangular matrix L so that A = L*L'; If the matrix is not symmetric positive definite, the IllegalArgumentException is thrown.
SparseDoubleCholeskyDecomposition(DoubleMatrix2D, int) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleCholeskyDecomposition
Constructs and returns a new Cholesky decomposition object for a sparse symmetric and positive definite matrix; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
SparseDoubleLUDecomposition - Class in cern.colt.matrix.tdouble.algo.decomposition
For a square matrix A, the LU decomposition is an unit lower triangular matrix L, an upper triangular matrix U, and a permutation vector piv so that A(piv,:) = L*U
SparseDoubleLUDecomposition(DoubleMatrix2D, int, boolean) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleLUDecomposition
Constructs and returns a new LU Decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
SparseDoubleMatrix1D - Class in cern.colt.matrix.impl
Sparse hashed 1-d matrix (aka vector) holding double elements.
SparseDoubleMatrix1D(double[]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix1D(int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of cells.
SparseDoubleMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of parameters.
SparseDoubleMatrix1D - Class in cern.colt.matrix.tdouble.impl
Sparse hashed 1-d matrix (aka vector) holding double elements.
SparseDoubleMatrix1D(double[]) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix1D(int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of cells.
SparseDoubleMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of parameters.
SparseDoubleMatrix2D - Class in cern.colt.matrix.impl
Sparse hashed 2-d matrix holding double elements.
SparseDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseDoubleMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Sparse hashed 2-d matrix holding double elements.
SparseDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseDoubleMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseDoubleMatrix2D(int, int, int[], int[], double) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Constructs a matrix with a copy of the given indexes and a single value.
SparseDoubleMatrix2D(int, int, int[], int[], double[]) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Constructs a matrix with a copy of the given indexes and values.
SparseDoubleMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
Constructs a matrix from MatrixVectorReader.
SparseDoubleMatrix3D - Class in cern.colt.matrix.impl
Sparse hashed 3-d matrix holding double elements.
SparseDoubleMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseDoubleMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseDoubleMatrix3D - Class in cern.colt.matrix.tdouble.impl
Sparse hashed 3-d matrix holding double elements.
SparseDoubleMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseDoubleMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseDoubleQRDecomposition - Class in cern.colt.matrix.tdouble.algo.decomposition
For an m x n matrix A with m >= n, the QR decomposition is an m x n orthogonal matrix Q and an n x n upper triangular matrix R so that A = Q*R.
SparseDoubleQRDecomposition(DoubleMatrix2D, int) - Constructor for class cern.colt.matrix.tdouble.algo.decomposition.SparseDoubleQRDecomposition
Constructs and returns a new QR decomposition object; computed by Householder reflections; If m < n then then the QR of A' is computed.
SparseFComplexMatrix1D - Class in cern.colt.matrix.tfcomplex.impl
Sparse hashed 1-d matrix (aka vector) holding complex elements.
SparseFComplexMatrix1D(float[]) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
Constructs a matrix with a copy of the given values.
SparseFComplexMatrix1D(int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
Constructs a matrix with a given number of cells.
SparseFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Sparse hashed 2-d matrix holding complex elements.
SparseFComplexMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
Constructs a matrix with a copy of the given values.
SparseFComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseFComplexMatrix3D - Class in cern.colt.matrix.tfcomplex.impl
Sparse hashed 3-d matrix holding complex elements.
SparseFComplexMatrix3D(float[][][]) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
Constructs a matrix with a copy of the given values.
SparseFComplexMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseFloatAlgebra - Class in cern.colt.matrix.tfloat.algo
Linear algebraic matrix operations operating on sparse matrices.
SparseFloatAlgebra() - Constructor for class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Constructs a new instance with an equality tolerance given by Property.DEFAULT.tolerance().
SparseFloatAlgebra(float) - Constructor for class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Constructs a new instance with the given equality tolerance.
SparseFloatCholeskyDecomposition - Class in cern.colt.matrix.tfloat.algo.decomposition
For a symmetric, positive definite matrix A, the Cholesky decomposition is a lower triangular matrix L so that A = L*L'; If the matrix is not symmetric positive definite, the IllegalArgumentException is thrown.
SparseFloatCholeskyDecomposition(FloatMatrix2D, int) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatCholeskyDecomposition
Constructs and returns a new Cholesky decomposition object for a sparse symmetric and positive definite matrix; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
SparseFloatLUDecomposition - Class in cern.colt.matrix.tfloat.algo.decomposition
For a square matrix A, the LU decomposition is an unit lower triangular matrix L, an upper triangular matrix U, and a permutation vector piv so that A(piv,:) = L*U
SparseFloatLUDecomposition(FloatMatrix2D, int, boolean) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatLUDecomposition
Constructs and returns a new LU Decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
SparseFloatMatrix1D - Class in cern.colt.matrix.tfloat.impl
Sparse hashed 1-d matrix (aka vector) holding float elements.
SparseFloatMatrix1D(float[]) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Constructs a matrix with a copy of the given values.
SparseFloatMatrix1D(int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Constructs a matrix with a given number of cells.
SparseFloatMatrix1D(int, int, float, float) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Constructs a matrix with a given number of parameters.
SparseFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Sparse hashed 2-d matrix holding float elements.
SparseFloatMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Constructs a matrix with a copy of the given values.
SparseFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseFloatMatrix2D(int, int, int, float, float) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseFloatMatrix2D(int, int, int[], int[], float) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Constructs a matrix with a copy of the given indexes and a single value.
SparseFloatMatrix2D(int, int, int[], int[], float[]) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Constructs a matrix with a copy of the given indexes and values.
SparseFloatMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
Constructs a matrix from MatrixVectorReader.
SparseFloatMatrix3D - Class in cern.colt.matrix.tfloat.impl
Sparse hashed 3-d matrix holding float elements.
SparseFloatMatrix3D(float[][][]) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
Constructs a matrix with a copy of the given values.
SparseFloatMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseFloatMatrix3D(int, int, int, int, float, float) - Constructor for class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseFloatQRDecomposition - Class in cern.colt.matrix.tfloat.algo.decomposition
For an m x n matrix A with m >= n, the QR decomposition is an m x n orthogonal matrix Q and an n x n upper triangular matrix R so that A = Q*R.
SparseFloatQRDecomposition(FloatMatrix2D, int) - Constructor for class cern.colt.matrix.tfloat.algo.decomposition.SparseFloatQRDecomposition
Constructs and returns a new QR decomposition object; computed by Householder reflections; If m < n then then the QR of A' is computed.
SparseIntMatrix1D - Class in cern.colt.matrix.tint.impl
Sparse hashed 1-d matrix (aka vector) holding int elements.
SparseIntMatrix1D(int[]) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Constructs a matrix with a copy of the given values.
SparseIntMatrix1D(int) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Constructs a matrix with a given number of cells.
SparseIntMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Constructs a matrix with a given number of parameters.
SparseIntMatrix2D - Class in cern.colt.matrix.tint.impl
Sparse hashed 2-d matrix holding int elements.
SparseIntMatrix2D(int[][]) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Constructs a matrix with a copy of the given values.
SparseIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseIntMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseIntMatrix2D(int, int, int[], int[], int) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Constructs a matrix with a copy of the given indexes and a single value.
SparseIntMatrix2D(int, int, int[], int[], int[]) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Constructs a matrix with a copy of the given indexes and values.
SparseIntMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix2D
Constructs a matrix from MatrixVectorReader.
SparseIntMatrix3D - Class in cern.colt.matrix.tint.impl
Sparse hashed 3-d matrix holding int elements.
SparseIntMatrix3D(int[][][]) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix3D
Constructs a matrix with a copy of the given values.
SparseIntMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseIntMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.tint.impl.SparseIntMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseLongMatrix1D - Class in cern.colt.matrix.tlong.impl
Sparse hashed 1-d matrix (aka vector) holding long elements.
SparseLongMatrix1D(long[]) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Constructs a matrix with a copy of the given values.
SparseLongMatrix1D(int) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Constructs a matrix with a given number of cells.
SparseLongMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Constructs a matrix with a given number of parameters.
SparseLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Sparse hashed 2-d matrix holding long elements.
SparseLongMatrix2D(long[][]) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Constructs a matrix with a copy of the given values.
SparseLongMatrix2D(int, int) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseLongMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseLongMatrix2D(int, int, int[], int[], long) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Constructs a matrix with a copy of the given indexes and a single value.
SparseLongMatrix2D(int, int, int[], int[], long[]) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Constructs a matrix with a copy of the given indexes and values.
SparseLongMatrix2D(MatrixVectorReader) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
Constructs a matrix from MatrixVectorReader.
SparseLongMatrix3D - Class in cern.colt.matrix.tlong.impl
Sparse hashed 3-d matrix holding long elements.
SparseLongMatrix3D(long[][][]) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
Constructs a matrix with a copy of the given values.
SparseLongMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseLongMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseObjectMatrix1D - Class in cern.colt.matrix.impl
Sparse hashed 1-d matrix (aka vector) holding Object elements.
SparseObjectMatrix1D(Object[]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix1D(int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of cells.
SparseObjectMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of parameters.
SparseObjectMatrix1D - Class in cern.colt.matrix.tobject.impl
Sparse hashed 1-d matrix (aka vector) holding Object elements.
SparseObjectMatrix1D(Object[]) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix1D(int) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of cells.
SparseObjectMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of parameters.
SparseObjectMatrix2D - Class in cern.colt.matrix.impl
Sparse hashed 2-d matrix holding Object elements.
SparseObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseObjectMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Sparse hashed 2-d matrix holding Object elements.
SparseObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseObjectMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseObjectMatrix3D - Class in cern.colt.matrix.impl
Sparse hashed 3-d matrix holding Object elements.
SparseObjectMatrix3D(Object[][][]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseObjectMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseObjectMatrix3D - Class in cern.colt.matrix.tobject.impl
Sparse hashed 3-d matrix holding Object elements.
SparseObjectMatrix3D(Object[][][]) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseObjectMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseRCDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Sparse row-compressed 2-d matrix holding complex elements.
SparseRCDComplexMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Constructs a matrix with a copy of the given values.
SparseRCDComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCDComplexMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCDComplexMatrix2D(int, int, int[], int[], double, double, boolean) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Constructs a matrix with indexes given in the coordinate format and single value.
SparseRCDComplexMatrix2D(int, int, int[], int[], double[], boolean, boolean) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseRCDComplexMatrix2D(int, int, int[], int[], double[]) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
Constructs a matrix with given parameters.
SparseRCDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Sparse row-compressed 2-d matrix holding double elements.
SparseRCDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Constructs a matrix with a copy of the given values.
SparseRCDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCDoubleMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCDoubleMatrix2D(int, int, int[], int[], double, boolean, boolean) - Constructor for class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Constructs a matrix with indexes given in the coordinate format and single value.
SparseRCDoubleMatrix2D(int, int, int[], int[], double[], boolean, boolean, boolean) - Constructor for class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseRCDoubleMatrix2D(int, int, int[], int[], double[]) - Constructor for class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
Constructs a matrix with given parameters.
SparseRCFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Sparse row-compressed 2-d matrix holding complex elements.
SparseRCFComplexMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Constructs a matrix with a copy of the given values.
SparseRCFComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCFComplexMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCFComplexMatrix2D(int, int, int[], int[], float, float, boolean) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Constructs a matrix with indexes given in the coordinate format and single value.
SparseRCFComplexMatrix2D(int, int, int[], int[], float[], boolean, boolean) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseRCFComplexMatrix2D(int, int, int[], int[], float[]) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
Constructs a matrix with given parameters.
SparseRCFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Sparse row-compressed 2-d matrix holding float elements.
SparseRCFloatMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Constructs a matrix with a copy of the given values.
SparseRCFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCFloatMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCFloatMatrix2D(int, int, int[], int[], float, boolean, boolean) - Constructor for class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Constructs a matrix with indexes given in the coordinate format and single value.
SparseRCFloatMatrix2D(int, int, int[], int[], float[], boolean, boolean, boolean) - Constructor for class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseRCFloatMatrix2D(int, int, int[], int[], float[]) - Constructor for class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
Constructs a matrix with given parameters.
SparseRCIntMatrix2D - Class in cern.colt.matrix.tint.impl
Sparse row-compressed 2-d matrix holding int elements.
SparseRCIntMatrix2D(int[][]) - Constructor for class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Constructs a matrix with a copy of the given values.
SparseRCIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCIntMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCIntMatrix2D(int, int, int[], int[], int, boolean, boolean) - Constructor for class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Constructs a matrix with indexes given in the coordinate format and single value.
SparseRCIntMatrix2D(int, int, int[], int[], int[], boolean, boolean, boolean) - Constructor for class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseRCIntMatrix2D(int, int, int[], int[], int[]) - Constructor for class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
Constructs a matrix with given parameters.
SparseRCLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Sparse row-compressed 2-d matrix holding long elements.
SparseRCLongMatrix2D(long[][]) - Constructor for class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Constructs a matrix with a copy of the given values.
SparseRCLongMatrix2D(int, int) - Constructor for class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCLongMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCLongMatrix2D(int, int, int[], int[], long, boolean, boolean) - Constructor for class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Constructs a matrix with indexes given in the coordinate format and single value.
SparseRCLongMatrix2D(int, int, int[], int[], long[], boolean, boolean, boolean) - Constructor for class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseRCLongMatrix2D(int, int, int[], int[], long[]) - Constructor for class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
Constructs a matrix with given parameters.
SparseRCMDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
Sparse row-compressed-modified 2-d matrix holding complex elements.
SparseRCMDComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCMDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Sparse row-compressed-modified 2-d matrix holding double elements.
SparseRCMDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.SparseRCMDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCMFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
Sparse row-compressed-modified 2-d matrix holding complex elements.
SparseRCMFComplexMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCMFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Sparse row-compressed-modified 2-d matrix holding float elements.
SparseRCMFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.SparseRCMFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCMIntMatrix2D - Class in cern.colt.matrix.tint.impl
Sparse row-compressed-modified 2-d matrix holding int elements.
SparseRCMIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.SparseRCMIntMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCMLongMatrix2D - Class in cern.colt.matrix.tlong.impl
Sparse row-compressed-modified 2-d matrix holding long elements.
SparseRCMLongMatrix2D(int, int) - Constructor for class cern.colt.matrix.tlong.impl.SparseRCMLongMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCMObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Sparse row-compressed-modified 2-d matrix holding Object elements.
SparseRCMObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.tobject.impl.SparseRCMObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
Sparse row-compressed 2-d matrix holding Object elements.
SparseRCObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Constructs a matrix with a copy of the given values.
SparseRCObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCObjectMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
SparseRCObjectMatrix2D(int, int, int[], int[], Object, boolean) - Constructor for class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Constructs a matrix with indexes given in the coordinate format and single value.
SparseRCObjectMatrix2D(int, int, int[], int[], Object[], boolean, boolean) - Constructor for class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Constructs a matrix with indexes and values given in the coordinate format.
SparseRCObjectMatrix2D(int, int, int[], int[], Object[]) - Constructor for class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
Constructs a matrix with given parameters.
spbcon(String, int, int, float[], int, float, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
spbequ(String, int, int, float[], int, float[], floatW, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
spbrfs(String, int, int, int, float[], int, float[], int, float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
spbstf(String, int, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
spbsv(String, int, int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
spbsvx(String, String, int, int, int, float[], int, float[], int, StringW, float[], float[], int, float[], int, floatW, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
spbtf2(String, int, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
spbtrf(String, int, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
spbtrs(String, int, int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
Sphere - Class in jhplot.v3d
Build a sphere.
Sphere(Model3d, float, int, int) - Constructor for class jhplot.v3d.Sphere
Build a sphere.
split(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Splits (partitions) a list into sublists such that each sublist contains the elements with a given range.
split(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Splits (partitions) a list into sublists such that each sublist contains the elements with a given range.
split(FloatArrayList, FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Splits (partitions) a list into sublists such that each sublist contains the elements with a given range.
splitApproximately(DoubleArrayList, int) - Method in class cern.hep.aida.bin.QuantileBin1D
Divides (rebins) a copy of the receiver at the given percentage boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
splitApproximately(IAxis, int) - Method in class cern.hep.aida.bin.QuantileBin1D
Divides (rebins) a copy of the receiver at the given interval boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
splitApproximately(DoubleArrayList, int) - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Divides (rebins) a copy of the receiver at the given percentage boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
splitApproximately(DoubleIAxis, int) - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Divides (rebins) a copy of the receiver at the given interval boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
splitApproximately(FloatArrayList, int) - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Divides (rebins) a copy of the receiver at the given percentage boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
splitApproximately(FloatIAxis, int) - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Divides (rebins) a copy of the receiver at the given interval boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
SPlot - Class in jhplot
A class to build a simple canvas with data points.
SPlot() - Constructor for class jhplot.SPlot
Construct a frame with a canvas.
SPlot(File) - Constructor for class jhplot.SPlot
Construct a frame with a canvas and open XML file with the data.
SPlot(int, int) - Constructor for class jhplot.SPlot
Construct a frame with the plot.
SPlot(String, int, int) - Constructor for class jhplot.SPlot
Construct a frame with the plot.
spocon(String, int, float[], int, float, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
spoequ(int, float[], int, float[], floatW, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
sporfs(String, int, int, float[], int, float[], int, float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sposv(String, int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sposvx(String, String, int, int, float[], int, float[], int, StringW, float[], float[], int, float[], int, floatW, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
spotf2(String, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
spotrf(String, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
spotri(String, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
spotrs(String, int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sppcon(String, int, float[], float, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sppequ(String, int, float[], float[], floatW, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
spprfs(String, int, int, float[], float[], float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sppsv(String, int, int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sppsvx(String, String, int, int, float[], float[], StringW, float[], float[], int, float[], int, floatW, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
spptrf(String, int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
spptri(String, int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
spptrs(String, int, int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
SPsheet - Class in jhplot
A spreadsheet class to display the data.
SPsheet() - Constructor for class jhplot.SPsheet
Show empty spreadsheet
SPsheet(P1D) - Constructor for class jhplot.SPsheet
Build a spreadsheet from the P1D container
SPsheet(CSVReader) - Constructor for class jhplot.SPsheet
Open spreadsheet and load csv file
SPsheet(H1D) - Constructor for class jhplot.SPsheet
Build a spreadsheet from the H1D histogram
SPsheet(F1D) - Constructor for class jhplot.SPsheet
Build a spreadsheet from the F1D function
SPsheet(DataHolder) - Constructor for class jhplot.SPsheet
Build a spreadsheet from multidimensional data holder
sptcon(int, float[], float[], float, floatW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
spteqr(String, int, float[], float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sptrfs(int, int, float[], float[], float[], float[], float[], int, float[], int, float[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sptsv(int, int, float[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sptsvx(String, int, int, float[], float[], float[], float[], float[], int, float[], int, floatW, float[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
spttrf(int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
spttrs(int, int, float[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sptts2(int, int, float[], float[], float[], int) - Method in class org.netlib.lapack.LAPACK
..
SQLiteBrowser - Class in jhplot.io.sqlite
A browser to display SQLite databases (v3) created using either native C++ code or SQLjet java library
SQLiteBrowser(String) - Constructor for class jhplot.io.sqlite.SQLiteBrowser
Open SQLite file in a pop-up browser
sqrt - Static variable in class cern.jet.math.Functions
Function that returns Math.sqrt(a).
sqrt(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
sqrt - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
sqrt - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.sqrt(a).
sqrt(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
sqrt - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
sqrt - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.sqrt(a).
sqrt(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
sqrt() - Method in class flanagan.analysis.Stat
 
sqrt() - Method in class flanagan.math.ArrayMaths
 
sqrt() - Method in class jhplot.math.Complex
Complex square root (doesn't change this complex number).
sqrt(ValueErr) - Static method in class jhplot.math.ValueErr
Get square root value
SQRT_2 - Static variable in interface jhplot.math.num.Constants
√2.
sqrteps - Static variable in class cern.colt.matrix.tdouble.algo.solver.DoubleCGLS
 
sqrteps - Static variable in class cern.colt.matrix.tdouble.algo.solver.DoubleMRNSD
 
sqrteps - Static variable in class cern.colt.matrix.tfloat.algo.solver.FloatCGLS
 
sqrteps - Static variable in class cern.colt.matrix.tfloat.algo.solver.FloatMRNSD
 
square - Static variable in class cern.jet.math.Functions
Function that returns a * a.
square - Static variable in class cern.jet.math.IntFunctions
Function that returns a * a.
square(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
square - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
square - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a * a.
square(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
square - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
square - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a * a.
square - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a * a.
square - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a * a.
square() - Method in class flanagan.analysis.ErrorProp
 
square(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
square(double) - Static method in class flanagan.math.Fmath
 
square(float) - Static method in class flanagan.math.Fmath
 
square(BigDecimal) - Static method in class flanagan.math.Fmath
 
square(int) - Static method in class flanagan.math.Fmath
 
square(long) - Static method in class flanagan.math.Fmath
 
square(BigInteger) - Static method in class flanagan.math.Fmath
 
square() - Method in class jhplot.math.ValueErr
Square
square(ValueErr) - Static method in class jhplot.math.ValueErr
Square
squareRootElements(double[]) - Static method in class flanagan.math.Fmath
 
squareRootElements(float[]) - Static method in class flanagan.math.Fmath
 
sr - Static variable in class cern.clhep.Units
 
srot(int, float[], int, float[], int, float, float) - Method in class org.netlib.blas.BLAS
..
srotg(floatW, floatW, floatW, floatW) - Method in class org.netlib.blas.BLAS
..
srotm(int, float[], int, float[], int, float[]) - Method in class org.netlib.blas.BLAS
..
srotmg(floatW, floatW, floatW, float, float[]) - Method in class org.netlib.blas.BLAS
..
srscl(int, float, float[], int) - Method in class org.netlib.lapack.LAPACK
..
ssaitr(intW, String, int, int, int, int, float[], floatW, float[], int, float[], int, int[], float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ssapps(int, int, int, float[], float[], int, float[], int, float[], float[], int, float[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ssaup2(intW, String, int, String, intW, intW, float, float[], int, int, int, intW, float[], int, float[], int, float[], float[], float[], int, float[], int[], float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ssaupd(intW, String, int, String, int, floatW, float[], int, float[], int, int[], int[], float[], float[], int, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ssbev(String, String, int, int, float[], int, float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssbevd(String, String, int, int, float[], int, float[], float[], int, float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssbevx(String, String, String, int, int, float[], int, float[], int, float, float, int, int, float, intW, float[], float[], int, float[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssbgst(String, String, int, int, int, float[], int, float[], int, float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssbgv(String, String, int, int, int, float[], int, float[], int, float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssbgvd(String, String, int, int, int, float[], int, float[], int, float[], float[], int, float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssbgvx(String, String, String, int, int, int, float[], int, float[], int, float[], int, float, float, int, int, float, intW, float[], float[], int, float[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssbmv(String, int, int, float, float[], int, float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
ssbtrd(String, String, int, int, float[], int, float[], float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sscal(int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
ssconv(int, float[], float[], float, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sseigt(float, int, float[], int, float[], float[], float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ssesrt(String, boolean, int, float[], int, float[], int) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sseupd(boolean, String, boolean[], float[], float[], int, float, String, int, String, intW, float, float[], int, float[], int, int[], int[], float[], float[], int, intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ssgets(int, String, intW, intW, float[], float[], float[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ssortc(String, boolean, int, float[], float[], float[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
ssortr(String, boolean, int, float[], float[]) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sspcon(String, int, float[], int[], float, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sspev(String, String, int, float[], float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sspevd(String, String, int, float[], float[], float[], int, float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sspevx(String, String, String, int, float[], float, float, int, int, float, intW, float[], float[], int, float[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sspgst(int, String, int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sspgv(int, String, String, int, float[], float[], float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sspgvd(int, String, String, int, float[], float[], float[], float[], int, float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sspgvx(int, String, String, String, int, float[], float[], float, float, int, int, float, intW, float[], float[], int, float[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sspmv(String, int, float, float[], float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
sspr(String, int, float, float[], int, float[]) - Method in class org.netlib.blas.BLAS
..
sspr2(String, int, float, float[], int, float[], int, float[]) - Method in class org.netlib.blas.BLAS
..
ssprfs(String, int, int, float[], float[], int[], float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sspsv(String, int, int, float[], int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sspsvx(String, String, int, int, float[], float[], int[], float[], int, float[], int, floatW, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssptrd(String, int, float[], float[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssptrf(String, int, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssptri(String, int, float[], int[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssptrs(String, int, int, float[], int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sstatn() - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sstats() - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sstebz(String, String, int, float, float, int, int, float, float[], float[], intW, intW, float[], int[], int[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sstedc(String, int, float[], float[], float[], int, float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sstegr(String, String, int, float[], float[], float, float, int, int, float, intW, float[], float[], int, int[], float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sstein(int, float[], float[], int, float[], int[], int[], float[], int, float[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sstemr(String, String, int, float[], float[], float, float, int, int, intW, float[], float[], int, int, int[], booleanW, float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssteqr(String, int, float[], float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssterf(int, float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sstev(String, int, float[], float[], float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
sstevd(String, int, float[], float[], float[], int, float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sstevr(String, String, int, float[], float[], float, float, int, int, float, intW, float[], float[], int, int[], float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sstevx(String, String, int, float[], float[], float, float, int, int, float, intW, float[], float[], int, float[], int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
sstqrb(int, float[], float[], float[], float[], intW) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
sswap(int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
ssycon(String, int, float[], int, int[], float, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssyev(String, String, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssyevd(String, String, int, float[], int, float[], float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssyevr(String, String, String, int, float[], int, float, float, int, int, float, intW, float[], float[], int, int[], float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssyevx(String, String, String, int, float[], int, float, float, int, int, float, intW, float[], float[], int, float[], int, int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssygs2(int, String, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssygst(int, String, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssygv(int, String, String, int, float[], int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssygvd(int, String, String, int, float[], int, float[], int, float[], float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssygvx(int, String, String, String, int, float[], int, float[], int, float, float, int, int, float, intW, float[], float[], int, float[], int, int[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssymm(String, String, int, int, float, float[], int, float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
ssymv(String, int, float, float[], int, float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
ssyr(String, int, float, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
ssyr2(String, int, float, float[], int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
ssyr2k(String, String, int, int, float, float[], int, float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
ssyrfs(String, int, int, float[], int, float[], int, int[], float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssyrk(String, String, int, int, float, float[], int, float, float[], int) - Method in class org.netlib.blas.BLAS
..
ssysv(String, int, int, float[], int, int[], float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssysvx(String, String, int, int, float[], int, float[], int, int[], float[], int, float[], int, floatW, float[], float[], float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssytd2(String, int, float[], int, float[], float[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssytf2(String, int, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssytrd(String, int, float[], int, float[], float[], float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssytrf(String, int, float[], int, int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
ssytri(String, int, float[], int, int[], float[], intW) - Method in class org.netlib.lapack.LAPACK
..
ssytrs(String, int, int, float[], int, int[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
stanadardError() - Method in class flanagan.math.Matrix
 
standardDeviation() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the sample standard deviation, which is Math.sqrt(variance()).
standardDeviation(double) - Static method in class cern.jet.stat.Descriptive
Returns the standard deviation from a variance.
standardDeviation(double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the standard deviation from a variance.
standardDeviation(float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the standard deviation from a variance.
standardDeviation() - Method in class flanagan.analysis.ProbabilityPlot
 
standardDeviation() - Method in class flanagan.analysis.Stat
 
standardDeviation(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(double[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(float[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(int[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(long[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(double[], double[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation(float[], float[]) - Static method in class flanagan.analysis.Stat
 
standardDeviation() - Method in class flanagan.math.Matrix
 
standardDeviation() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the sample standard deviation, which is Math.sqrt(variance()).
standardDeviation() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the sample standard deviation, which is Math.sqrt(variance()).
standardDeviation(double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the (bias-corrected sample) standard deviation of an array.
standardDeviation(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns the (bias-corrected sample) standard deviation of an array.
standardDeviation_as_Complex() - Method in class flanagan.analysis.Stat
 
standardDeviation_as_Complex_ConjugateCalcn() - Method in class flanagan.analysis.Stat
 
standardDeviation_as_double() - Method in class flanagan.analysis.Stat
 
standardDeviation_of_ComplexImaginaryParts() - Method in class flanagan.analysis.Stat
 
standardDeviation_of_ComplexModuli() - Method in class flanagan.analysis.Stat
 
standardDeviation_of_ComplexRealParts() - Method in class flanagan.analysis.Stat
 
standardDeviationConjugateCalcn(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviationConjugateCalcn(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviationImaginaryParts(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviationImaginaryParts(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviationModuli(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviationModuli(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviationRealParts(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardDeviationRealParts(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardError() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the sample standard error, which is Math.sqrt(variance() / size())
standardError(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the standard error of a data sequence.
standardError(int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the standard error of a data sequence.
standardError(int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the standard error of a data sequence.
standardError() - Method in class flanagan.analysis.Stat
 
standardError(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
standardError(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
standardError(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardError(double[]) - Static method in class flanagan.analysis.Stat
 
standardError(float[]) - Static method in class flanagan.analysis.Stat
 
standardError(int[]) - Static method in class flanagan.analysis.Stat
 
standardError(long[]) - Static method in class flanagan.analysis.Stat
 
standardError(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardError(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
standardError(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
standardError(double[], double[]) - Static method in class flanagan.analysis.Stat
 
standardError(float[], float[]) - Static method in class flanagan.analysis.Stat
 
standardError() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the sample standard error, which is Math.sqrt(variance() / size())
standardError() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the sample standard error, which is Math.sqrt(variance() / size())
standardError() - Method in class jhplot.P0D
Returns the sample standard error, which is Math.sqrt(variance() / size()).
standardError() - Method in class jhplot.P0I
Returns the sample standard error, which is Math.sqrt(variance() / size()).
standardError_as_Complex() - Method in class flanagan.analysis.Stat
 
standardError_as_Complex_ConjugateCalcn() - Method in class flanagan.analysis.Stat
 
standardError_as_double() - Method in class flanagan.analysis.Stat
 
standardError_of_ComplexImaginaryParts() - Method in class flanagan.analysis.Stat
 
standardError_of_ComplexModuli() - Method in class flanagan.analysis.Stat
 
standardError_of_ComplexRealParts() - Method in class flanagan.analysis.Stat
 
standardErrorConjugateCalcn(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardErrorConjugateCalcn(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardErrorImaginaryParts(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardErrorImaginaryParts(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardErrorModuli(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardErrorModuli(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardErrorRealParts(Complex[]) - Static method in class flanagan.analysis.Stat
 
standardErrorRealParts(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
standardise() - Method in class flanagan.analysis.Stat
 
standardise(double[]) - Static method in class flanagan.analysis.Stat
 
standardise(float[]) - Static method in class flanagan.analysis.Stat
 
standardise(long[]) - Static method in class flanagan.analysis.Stat
 
standardise(int[]) - Static method in class flanagan.analysis.Stat
 
standardise(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
standardise(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
standardisedAlpha() - Method in class flanagan.analysis.Cronbach
 
standardisedAverageCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
standardisedAverageCorrelationCoefficientsWithTotals() - Method in class flanagan.analysis.Scores
 
standardisedCorrelationCoefficient(String, String) - Method in class flanagan.analysis.Scores
 
standardisedCorrelationCoefficient(int, int) - Method in class flanagan.analysis.Scores
 
standardisedCorrelationCoefficient(String) - Method in class flanagan.analysis.Scores
 
standardisedCorrelationCoefficient(int) - Method in class flanagan.analysis.Scores
 
standardisedCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
standardisedCovariance(String, String) - Method in class flanagan.analysis.Scores
 
standardisedCovariance(int, int) - Method in class flanagan.analysis.Scores
 
standardisedCovariance(String) - Method in class flanagan.analysis.Scores
 
standardisedCovariance(int) - Method in class flanagan.analysis.Scores
 
standardisedCovariances() - Method in class flanagan.analysis.Scores
 
standardisedItemItemPlot(String, String) - Method in class flanagan.analysis.Scores
 
standardisedItemItemPlot(int, int) - Method in class flanagan.analysis.Scores
 
standardisedItemMaxima() - Method in class flanagan.analysis.Scores
 
standardisedItemMaximum(int) - Method in class flanagan.analysis.Scores
 
standardisedItemMean(String) - Method in class flanagan.analysis.Scores
 
standardisedItemMean(int) - Method in class flanagan.analysis.Scores
 
standardisedItemMeans() - Method in class flanagan.analysis.Scores
 
standardisedItemMeansPlot(String) - Method in class flanagan.analysis.Scores
 
standardisedItemMeansPlot(int) - Method in class flanagan.analysis.Scores
 
standardisedItemMedian(String) - Method in class flanagan.analysis.Scores
 
standardisedItemMedian(int) - Method in class flanagan.analysis.Scores
 
standardisedItemMedians() - Method in class flanagan.analysis.Scores
 
standardisedItemMinima() - Method in class flanagan.analysis.Scores
 
standardisedItemMinimum(int) - Method in class flanagan.analysis.Scores
 
standardisedItemRange(int) - Method in class flanagan.analysis.Scores
 
standardisedItemRanges() - Method in class flanagan.analysis.Scores
 
standardisedItemStandardDeviation(String) - Method in class flanagan.analysis.Scores
 
standardisedItemStandardDeviation(int) - Method in class flanagan.analysis.Scores
 
standardisedItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardisedItemTotal(String) - Method in class flanagan.analysis.Scores
 
standardisedItemTotal(int) - Method in class flanagan.analysis.Scores
 
standardisedItemTotals() - Method in class flanagan.analysis.Scores
 
standardisedItemVariance(String) - Method in class flanagan.analysis.Scores
 
standardisedItemVariance(int) - Method in class flanagan.analysis.Scores
 
standardisedItemVariances() - Method in class flanagan.analysis.Scores
 
standardisedMaximumOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardisedMaximumOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardisedMaximumOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardisedMaximumOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardisedMaximumOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardisedMaximumOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardisedMaximumOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardisedMeanOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardisedMeanOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardisedMeanOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardisedMeanOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardisedMeanOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardisedMeanOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardisedMeanOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardisedMeanOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardisedMinimumOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardisedMinimumOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardisedMinimumOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardisedMinimumOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardisedMinimumOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardisedMinimumOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardisedMinimumOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardisedMinimumOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardisedPersonMaxima() - Method in class flanagan.analysis.Scores
 
standardisedPersonMaximum(int) - Method in class flanagan.analysis.Scores
 
standardisedPersonMean(int) - Method in class flanagan.analysis.Scores
 
standardisedPersonMeans() - Method in class flanagan.analysis.Scores
 
standardisedPersonMinima() - Method in class flanagan.analysis.Scores
 
standardisedPersonMinimum(int) - Method in class flanagan.analysis.Scores
 
standardisedPersonRange(int) - Method in class flanagan.analysis.Scores
 
standardisedPersonRanges() - Method in class flanagan.analysis.Scores
 
standardisedPersonStandardDeviation(int) - Method in class flanagan.analysis.Scores
 
standardisedPersonStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardisedPersonTotal(int) - Method in class flanagan.analysis.Scores
 
standardisedPersonTotals() - Method in class flanagan.analysis.Scores
 
standardisedPersonVariance(int) - Method in class flanagan.analysis.Scores
 
standardisedPersonVariances() - Method in class flanagan.analysis.Scores
 
standardisedRangeOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardisedRangeOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardisedRangeOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardisedRangeOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardisedRangeOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardisedRangeOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardisedRangeOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardisedRangeOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardisedScoresAsRowPerItem() - Method in class flanagan.analysis.Scores
 
standardisedScoresAsRowPerPerson() - Method in class flanagan.analysis.Scores
 
standardisedStanadarDeviationOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardisedStanadarDeviationOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardisedStanadarDeviationOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardisedStanadarDeviationOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardisedStanadarDeviationOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardisedStanadarDeviationOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardisedStanadarDeviationOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardisedStanadarDeviationOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardisedStandardDeviationCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
standardisedStandardDeviationCorrelationCoefficientsWithTotals() - Method in class flanagan.analysis.Scores
 
standardisedTotalMaximum() - Method in class flanagan.analysis.Scores
 
standardisedTotalMean() - Method in class flanagan.analysis.Scores
 
standardisedTotalMinimum() - Method in class flanagan.analysis.Scores
 
standardisedTotalRange() - Method in class flanagan.analysis.Scores
 
standardisedTotalStandardDeviation() - Method in class flanagan.analysis.Scores
 
standardisedTotalTotal() - Method in class flanagan.analysis.Scores
 
standardisedTotalVariance() - Method in class flanagan.analysis.Scores
 
standardisedVarianceOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardisedVarianceOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardisedVarianceOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardisedVarianceOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardisedVarianceOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardisedVarianceOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardisedVarianceOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardisedVarianceOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardize(double, double) - Method in class cern.hep.aida.bin.DynamicBin1D
Modifies the receiver to be standardized.
standardize(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Modifies a data sequence to be standardized.
standardize(DoubleArrayList, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Modifies a data sequence to be standardized.
standardize(FloatArrayList, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Modifies a data sequence to be standardized.
standardize() - Method in class flanagan.analysis.Stat
 
standardize(double[]) - Static method in class flanagan.analysis.Stat
 
standardize(float[]) - Static method in class flanagan.analysis.Stat
 
standardize(long[]) - Static method in class flanagan.analysis.Stat
 
standardize(int[]) - Static method in class flanagan.analysis.Stat
 
standardize(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
standardize(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
standardize(double, double) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Modifies the receiver to be standardized.
standardize(float, float) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Modifies the receiver to be standardized.
standardize(PND) - Method in class jhplot.HNeuralNet
Standardize each column.
standardize() - Method in class jhplot.PND
Standardize each column.
standardizedAllResponsesMaximum() - Method in class flanagan.analysis.Scores
 
standardizedAllResponsesMean() - Method in class flanagan.analysis.Scores
 
standardizedAllResponsesMinimum() - Method in class flanagan.analysis.Scores
 
standardizedAllResponsesRange() - Method in class flanagan.analysis.Scores
 
standardizedAllResponsesStandardDeviation() - Method in class flanagan.analysis.Scores
 
standardizedAllResponsesTotal() - Method in class flanagan.analysis.Scores
 
standardizedAllResponsesVariance() - Method in class flanagan.analysis.Scores
 
standardizedAlpha() - Method in class flanagan.analysis.Cronbach
 
standardizedAverageCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
standardizedAverageCorrelationCoefficientsWithTotals() - Method in class flanagan.analysis.Scores
 
standardizedCorrelationCoefficient(String, String) - Method in class flanagan.analysis.Scores
 
standardizedCorrelationCoefficient(int, int) - Method in class flanagan.analysis.Scores
 
standardizedCorrelationCoefficient(String) - Method in class flanagan.analysis.Scores
 
standardizedCorrelationCoefficient(int) - Method in class flanagan.analysis.Scores
 
standardizedCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
standardizedCovariance(String, String) - Method in class flanagan.analysis.Scores
 
standardizedCovariance(int, int) - Method in class flanagan.analysis.Scores
 
standardizedCovariance(String) - Method in class flanagan.analysis.Scores
 
standardizedCovariance(int) - Method in class flanagan.analysis.Scores
 
standardizedCovariances() - Method in class flanagan.analysis.Scores
 
standardizedItemItemPlot(String, String) - Method in class flanagan.analysis.Scores
 
standardizedItemItemPlot(int, int) - Method in class flanagan.analysis.Scores
 
standardizedItemMaxima() - Method in class flanagan.analysis.Scores
 
standardizedItemMaximum(int) - Method in class flanagan.analysis.Scores
 
standardizedItemMean(String) - Method in class flanagan.analysis.Scores
 
standardizedItemMean(int) - Method in class flanagan.analysis.Scores
 
standardizedItemMeans() - Method in class flanagan.analysis.Scores
 
standardizedItemMeansPlot(String) - Method in class flanagan.analysis.Scores
 
standardizedItemMeansPlot(int) - Method in class flanagan.analysis.Scores
 
standardizedItemMedian(String) - Method in class flanagan.analysis.Scores
 
standardizedItemMedian(int) - Method in class flanagan.analysis.Scores
 
standardizedItemMedians() - Method in class flanagan.analysis.Scores
 
standardizedItemMinima() - Method in class flanagan.analysis.Scores
 
standardizedItemMinimum(int) - Method in class flanagan.analysis.Scores
 
standardizedItemRange(int) - Method in class flanagan.analysis.Scores
 
standardizedItemRanges() - Method in class flanagan.analysis.Scores
 
standardizedItemStandardDeviation(String) - Method in class flanagan.analysis.Scores
 
standardizedItemStandardDeviation(int) - Method in class flanagan.analysis.Scores
 
standardizedItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardizedItemTotal(String) - Method in class flanagan.analysis.Scores
 
standardizedItemTotal(int) - Method in class flanagan.analysis.Scores
 
standardizedItemTotals() - Method in class flanagan.analysis.Scores
 
standardizedItemVariance(String) - Method in class flanagan.analysis.Scores
 
standardizedItemVariance(int) - Method in class flanagan.analysis.Scores
 
standardizedItemVariances() - Method in class flanagan.analysis.Scores
 
standardizedMaximumOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardizedMaximumOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardizedMaximumOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardizedMaximumOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardizedMaximumOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardizedMaximumOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardizedMaximumOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardizedMaximumOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardizedMeanOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardizedMeanOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardizedMeanOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardizedMeanOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardizedMeanOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardizedMeanOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardizedMeanOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardizedMeanOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardizedMinimumOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardizedMinimumOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardizedMinimumOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardizedMinimumOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardizedMinimumOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardizedMinimumOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardizedMinimumOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardizedMinimumOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardizedOriginalData() - Method in class flanagan.analysis.BoxCox
 
standardizedPersonMaxima() - Method in class flanagan.analysis.Scores
 
standardizedPersonMaximum(int) - Method in class flanagan.analysis.Scores
 
standardizedPersonMean(int) - Method in class flanagan.analysis.Scores
 
standardizedPersonMeans() - Method in class flanagan.analysis.Scores
 
standardizedPersonMinima() - Method in class flanagan.analysis.Scores
 
standardizedPersonMinimum(int) - Method in class flanagan.analysis.Scores
 
standardizedPersonRange(int) - Method in class flanagan.analysis.Scores
 
standardizedPersonRanges() - Method in class flanagan.analysis.Scores
 
standardizedPersonStandardDeviation(int) - Method in class flanagan.analysis.Scores
 
standardizedPersonStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardizedPersonTotal(int) - Method in class flanagan.analysis.Scores
 
standardizedPersonTotals() - Method in class flanagan.analysis.Scores
 
standardizedPersonVariance(int) - Method in class flanagan.analysis.Scores
 
standardizedPersonVariances() - Method in class flanagan.analysis.Scores
 
standardizedRangeOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardizedRangeOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardizedRangeOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardizedRangeOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardizedRangeOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardizedRangeOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardizedRangeOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardizedRangeOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardizedScoresAsRowPerItem() - Method in class flanagan.analysis.Scores
 
standardizedScoresAsRowPerPerson() - Method in class flanagan.analysis.Scores
 
standardizedStanadarDeviationOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardizedStanadarDeviationOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardizedStanadarDeviationOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardizedStanadarDeviationOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardizedStanadarDeviationOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardizedStanadarDeviationOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardizedStanadarDeviationOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardizedStanadarDeviationOfItemVariances() - Method in class flanagan.analysis.Scores
 
standardizedStandardDeviationCorrelationCoefficients() - Method in class flanagan.analysis.Scores
 
standardizedStandardDeviationCorrelationCoefficientsWithTotals() - Method in class flanagan.analysis.Scores
 
standardizedTransformedData() - Method in class flanagan.analysis.BoxCox
 
standardizedVarianceOfItemMaxima() - Method in class flanagan.analysis.Scores
 
standardizedVarianceOfItemMeans() - Method in class flanagan.analysis.Scores
 
standardizedVarianceOfItemMedians() - Method in class flanagan.analysis.Scores
 
standardizedVarianceOfItemMinima() - Method in class flanagan.analysis.Scores
 
standardizedVarianceOfItemRanges() - Method in class flanagan.analysis.Scores
 
standardizedVarianceOfItemStandardDeviations() - Method in class flanagan.analysis.Scores
 
standardizedVarianceOfItemTotals() - Method in class flanagan.analysis.Scores
 
standardizedVarianceOfItemVariances() - Method in class flanagan.analysis.Scores
 
start() - Method in class cern.colt.Timer
Starts the timer.
start() - Method in class hep.aida.ref.fitter.fitdata.FitDataIterator
 
start() - Method in class hep.aida.ref.tuple.AbstractTuple
 
start() - Method in class hep.aida.ref.tuple.ChainedTuple
Positions the read cursor immediately before the first row.
start() - Method in interface hep.aida.ref.tuple.FTupleCursor
 
start() - Method in class hep.aida.ref.tuple.TupleCursor
 
start() - Method in class jhplot.bsom.Bsom
 
start() - Method in class jhplot.bsom.BsomDemo
 
start() - Method in class jhplot.v3d.Animation
 
startNoThread() - Method in class jhplot.bsom.BsomDemo
 
startOfBin(int) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the start of the range associated with the given bin.
startOfBin(int) - Method in class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Returns the start of the range associated with the given bin.
startOfBin(int) - Method in class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
Returns the start of the range associated with the given bin.
Stat - Class in flanagan.analysis
 
Stat() - Constructor for class flanagan.analysis.Stat
 
Stat(double[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Double[]) - Constructor for class flanagan.analysis.Stat
 
Stat(float[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Float[]) - Constructor for class flanagan.analysis.Stat
 
Stat(long[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Long[]) - Constructor for class flanagan.analysis.Stat
 
Stat(int[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Integer[]) - Constructor for class flanagan.analysis.Stat
 
Stat(short[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Short[]) - Constructor for class flanagan.analysis.Stat
 
Stat(byte[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Byte[]) - Constructor for class flanagan.analysis.Stat
 
Stat(BigDecimal[]) - Constructor for class flanagan.analysis.Stat
 
Stat(BigInteger[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Complex[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Phasor[]) - Constructor for class flanagan.analysis.Stat
 
Stat(String[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Object[]) - Constructor for class flanagan.analysis.Stat
 
Stat(Vector<Object>) - Constructor for class flanagan.analysis.Stat
 
Stat(ArrayList<Object>) - Constructor for class flanagan.analysis.Stat
 
StatBox - Static variable in class jhplot.HPlotJa
 
StatConfidence - Class in jhpro.stat.limit
This is a class to give confidence intervals on various measurements calculated from the number of events observed, the acceptance factor, the background estimate and the associated errors.
StatConfidence(double, double, double, int) - Constructor for class jhpro.stat.limit.StatConfidence
Initialize the limit calculations
statCopy() - Method in class flanagan.math.ArrayMaths
 
stateChanged(EventObject) - Method in interface hep.aida.ref.event.AIDAListener
 
stateChanged(EventObject) - Method in class hep.aida.ref.event.ObserverAdapter
 
stateChanged(EventObject) - Method in class hep.aida.ref.histogram.DataPoint
 
stateChanged(EventObject) - Method in class hep.aida.ref.histogram.DataPointSet
 
stateChanged(EventObject) - Method in class hep.aida.ref.tree.MountPoint
 
StaticBin1D - Class in cern.hep.aida.bin
1-dimensional non-rebinnable bin consuming double elements; Efficiently computes basic statistics of data sequences.
StaticBin1D() - Constructor for class cern.hep.aida.bin.StaticBin1D
Constructs and returns an empty bin.
StaticDoubleBin1D - Class in hep.aida.tdouble.bin
1-dimensional non-rebinnable bin consuming double elements; Efficiently computes basic statistics of data sequences.
StaticDoubleBin1D() - Constructor for class hep.aida.tdouble.bin.StaticDoubleBin1D
Constructs and returns an empty bin.
StaticFloatBin1D - Class in hep.aida.tfloat.bin
1-dimensional non-rebinnable bin consuming float elements; Efficiently computes basic statistics of data sequences.
StaticFloatBin1D() - Constructor for class hep.aida.tfloat.bin.StaticFloatBin1D
Constructs and returns an empty bin.
staticNextBoolean() - Static method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random boolean.
staticNextBoolean() - Static method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random boolean.
staticNextBoolean() - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random boolean.
staticNextDouble(double, double) - Static method in class cern.jet.random.Beta
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.BreitWigner
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.BreitWignerMeanSquare
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.ChiSquare
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.Exponential
Returns a random number from the distribution with the given lambda.
staticNextDouble(double) - Static method in class cern.jet.random.ExponentialPower
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Gamma
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Hyperbolic
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.Logarithmic
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Normal
Returns a random number from the distribution with the given mean and standard deviation.
staticNextDouble(double) - Static method in class cern.jet.random.StudentT
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.tdouble.Beta
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.tdouble.BreitWigner
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.tdouble.BreitWignerMeanSquare
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.tdouble.ChiSquare
Returns a random number from the distribution.
staticNextDouble() - Static method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the open interval (0,1) (excluding 0 and 1).
staticNextDouble(double) - Static method in class cern.jet.random.tdouble.Exponential
Returns a random number from the distribution with the given lambda.
staticNextDouble(double) - Static method in class cern.jet.random.tdouble.ExponentialPower
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.tdouble.Gamma
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.tdouble.Hyperbolic
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.tdouble.Logarithmic
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.tdouble.Normal
Returns a random number from the distribution with the given mean and standard deviation.
staticNextDouble(double) - Static method in class cern.jet.random.tdouble.StudentT
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.tdouble.VonMises
Returns a random number from the distribution.
staticNextDouble() - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (0,1) (excluding 0 and 1).
staticNextDouble(double) - Static method in class cern.jet.random.VonMises
Returns a random number from the distribution.
staticNextDoubleFromTo(double, double) - Static method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextDoubleFromTo(double, double) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextFloat() - Static method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the open interval (0,1) (excluding 0 and 1).
staticNextFloatFromTo(float, float) - Static method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextFloatFromTo(float, float) - Static method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextFloatFromTo(float, float) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextInt(int, double) - Static method in class cern.jet.random.Binomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(int, int, int) - Static method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution.
staticNextInt(int, double) - Static method in class cern.jet.random.NegativeBinomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(double) - Static method in class cern.jet.random.Poisson
Returns a random number from the distribution with the given mean.
staticNextInt(double) - Static method in class cern.jet.random.PoissonSlow
Returns a random number from the distribution with the given mean.
staticNextInt(int, double) - Static method in class cern.jet.random.tdouble.Binomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(int, int, int) - Static method in class cern.jet.random.tdouble.HyperGeometric
Returns a random number from the distribution.
staticNextInt(int, double) - Static method in class cern.jet.random.tdouble.NegativeBinomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(double) - Static method in class cern.jet.random.tdouble.Poisson
Returns a random number from the distribution with the given mean.
staticNextInt(double) - Static method in class cern.jet.random.tdouble.PoissonSlow
Returns a random number from the distribution with the given mean.
staticNextInt(double, double) - Static method in class cern.jet.random.tdouble.Zeta
Returns a random number from the distribution.
staticNextInt(double, double) - Static method in class cern.jet.random.Zeta
Returns a random number from the distribution.
staticNextIntFromTo(int, int) - Static method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticNextIntFromTo(int, int) - Static method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticNextIntFromTo(int, int) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticNextLongFromTo(long, long) - Static method in class cern.jet.random.tdouble.DoubleUniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticNextLongFromTo(long, long) - Static method in class cern.jet.random.tfloat.FloatUniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticNextLongFromTo(long, long) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticSetRandomEngine(DoubleRandomEngine) - Static method in class cern.jet.random.tdouble.DoubleUniform
Sets the uniform random number generation engine shared by all static methods.
staticSetRandomEngine(FloatRandomEngine) - Static method in class cern.jet.random.tfloat.FloatUniform
Sets the uniform random number generation engine shared by all static methods.
staticSetRandomEngine(RandomEngine) - Static method in class cern.jet.random.Uniform
Sets the uniform random number generation engine shared by all static methods.
Statistic - Class in cern.colt.matrix.doublealgo
Basic statistics operations on matrices.
Statistic.VectorVectorFunction - Interface in cern.colt.matrix.doublealgo
Interface that represents a function object: a function that takes two argument vectors and returns a single value.
Statistics - Class in jhplot.stat
A static class for statistical calculations
Statistics() - Constructor for class jhplot.stat.Statistics
 
StatisticSample - Class in jhplot.math
A package to create random 1D and 2D arrays.
StatisticSample() - Constructor for class jhplot.math.StatisticSample
 
stats() - Method in class cern.colt.matrix.linalg.SmpBlas
Prints various snapshot statistics to System.out; Simply delegates to FJTaskRunnerGroup.stats().
StatShape - Class in jhplot.stat
Shape identification based on a linear regression It calculates eccentricities in the transverse and longitudinal directions, as well as the size of the objects.
StatShape(double[], double[], double[], int) - Constructor for class jhplot.stat.StatShape
Perform a linear regression analysis with weights and prepare for a shape identification.
statusbar - Static variable in class jhplot.JHPlot
 
stbcon(String, String, String, int, int, float[], int, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
stbmv(String, String, String, int, int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
stbrfs(String, String, String, int, int, int, float[], int, float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
stbsv(String, String, String, int, int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
stbtrs(String, String, String, int, int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
stdDev - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.standardDeviation().
stdDev - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.standardDeviation().
stdDev - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.standardDeviation().
stddeviation(double[]) - Static method in class jhplot.math.StatisticSample
Standard deviation
stddeviation(double[][]) - Static method in class jhplot.math.StatisticSample
Standard deviation
stddeviation() - Method in class jhplot.P0D
Returns the standard deviation (square root of variance)
stddeviation() - Method in class jhplot.P0I
Returns the standard deviation (square root of variance)
stddeviation(double[]) - Static method in class jhplot.stat.Statistics
Standard deviation
stddeviation(double[][]) - Static method in class jhplot.stat.Statistics
Standard deviation
Stencil - Class in cern.colt.matrix.doublealgo
Stencil operations.
stencil27(DoubleMatrix3D, Double27Function, int, DoubleMatrix3DProcedure, int) - Static method in class cern.colt.matrix.doublealgo.Stencil
27 point stencil operation.
stencil27(DoubleMatrix3D, Double27Function, int, DoubleMatrix3DProcedure, int) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStencil
27 point stencil operation.
stencil27(FloatMatrix3D, Float27Function, int, FloatMatrix3DProcedure, int) - Static method in class cern.colt.matrix.tfloat.algo.FloatStencil
27 point stencil operation.
stencil9(DoubleMatrix2D, Double9Function, int, DoubleMatrix2DProcedure, int) - Static method in class cern.colt.matrix.doublealgo.Stencil
9 point stencil operation.
stencil9(DoubleMatrix2D, Double9Function, int, DoubleMatrix2DProcedure, int) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStencil
9 point stencil operation.
stencil9(FloatMatrix2D, Float9Function, int, FloatMatrix2DProcedure, int) - Static method in class cern.colt.matrix.tfloat.algo.FloatStencil
9 point stencil operation.
stepFunction() - Method in class flanagan.analysis.Regression
 
stepFunctionPlot() - Method in class flanagan.analysis.Regression
 
stepSize() - Method in class hep.aida.ref.fitter.FitParameterSettings
 
steradian - Static variable in class cern.clhep.Units
 
stgevc(String, String, boolean[], int, float[], int, float[], int, float[], int, float[], int, int, intW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
stgex2(boolean, boolean, int, float[], int, float[], int, float[], int, float[], int, int, int, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
stgexc(boolean, boolean, int, float[], int, float[], int, float[], int, float[], int, intW, intW, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
stgsen(int, boolean, boolean, boolean[], int, float[], int, float[], int, float[], float[], float[], float[], int, float[], int, intW, floatW, floatW, float[], float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
stgsja(String, String, String, int, int, int, int, int, float[], int, float[], int, float, float, float[], float[], float[], int, float[], int, float[], int, float[], intW, intW) - Method in class org.netlib.lapack.LAPACK
..
stgsna(String, String, boolean[], int, float[], int, float[], int, float[], int, float[], int, float[], float[], int, intW, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
stgsy2(String, int, int, int, float[], int, float[], int, float[], int, float[], int, float[], int, float[], int, floatW, floatW, floatW, int[], intW, intW) - Method in class org.netlib.lapack.LAPACK
..
stgsyl(String, int, int, int, float[], int, float[], int, float[], int, float[], int, float[], int, float[], int, floatW, floatW, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
stirlingCorrection(int) - Static method in class cern.jet.math.Arithmetic
Returns the StirlingCorrection.
stirlingCorrection(int) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns the StirlingCorrection.
stirlingCorrection(int) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns the StirlingCorrection.
stop() - Method in class cern.colt.Timer
Stops the timer.
stop() - Method in class jhplot.bsom.Bsom
 
stop() - Method in class jhplot.bsom.BsomDemo
 
stop() - Method in class jhplot.v3d.Animation
 
storeAll(String) - Method in class hep.aida.ref.function.FunctionCatalog
 
storeName() - Method in class hep.aida.ref.tree.Tree
Get the name of the store.
storeType() - Method in class hep.aida.ref.tree.Tree
 
STP_Pressure - Static variable in class cern.clhep.PhysicalConstants
 
STP_Temperature - Static variable in class cern.clhep.PhysicalConstants
 
stpcon(String, String, String, int, float[], floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
stpmv(String, String, String, int, float[], float[], int) - Method in class org.netlib.blas.BLAS
..
stprfs(String, String, String, int, int, float[], float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
stpsv(String, String, String, int, float[], float[], int) - Method in class org.netlib.blas.BLAS
..
stptri(String, String, int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
stptrs(String, String, String, int, int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
strcon(String, String, String, int, float[], int, floatW, float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
strevc(String, String, boolean[], int, float[], int, float[], int, float[], int, int, intW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
strexc(String, int, float[], int, float[], int, intW, intW, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
stride() - Method in class cern.colt.matrix.AbstractMatrix1D
Returns the stride.
StringPrintable - Interface in jhplot.math.io
BSD License
stringToArray(String) - Static method in class hep.aida.ref.AidaUtils
 
strmm(String, String, String, String, int, int, float, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
strmv(String, String, String, int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
strrfs(String, String, String, int, int, float[], int, float[], int, float[], int, float[], float[], float[], int[], intW) - Method in class org.netlib.lapack.LAPACK
..
strsen(String, String, boolean[], int, float[], int, float[], int, float[], float[], intW, floatW, floatW, float[], int, int[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
strsm(String, String, String, String, int, int, float, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
strsna(String, String, boolean[], int, float[], int, float[], int, float[], int, float[], float[], int, intW, float[], int, int[], intW) - Method in class org.netlib.lapack.LAPACK
..
strsv(String, String, String, int, float[], int, float[], int) - Method in class org.netlib.blas.BLAS
..
strsyl(String, String, int, int, int, float[], int, float[], int, float[], int, floatW, intW) - Method in class org.netlib.lapack.LAPACK
..
strti2(String, String, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
strtri(String, String, int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
strtrs(String, String, String, int, int, float[], int, float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
studentst(double, int) - Static method in class flanagan.analysis.Stat
 
studentstCDF(double, int) - Static method in class flanagan.analysis.Stat
 
studentstMean(int) - Static method in class flanagan.analysis.Stat
 
studentstMedian() - Static method in class flanagan.analysis.Stat
 
studentstMode() - Static method in class flanagan.analysis.Stat
 
studentstPDF(double, int) - Static method in class flanagan.analysis.Stat
 
studentstRand(int, int) - Static method in class flanagan.analysis.Stat
 
studentstRand(int, int, long) - Static method in class flanagan.analysis.Stat
 
studentstStandardDeviation(int) - Static method in class flanagan.analysis.Stat
 
StudentT - Class in cern.jet.random
StudentT distribution (aka T-distribution); See the math definition and animated definition.
StudentT(double, RandomEngine) - Constructor for class cern.jet.random.StudentT
Constructs a StudentT distribution.
StudentT - Class in cern.jet.random.tdouble
StudentT distribution (aka T-distribution); See the math definition and animated definition.
StudentT(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.StudentT
Constructs a StudentT distribution.
studentT(double, double) - Static method in class cern.jet.stat.Probability
Returns the integral from minus infinity to t of the Student-t distribution with k > 0 degrees of freedom.
studentT(double, double) - Static method in class cern.jet.stat.tdouble.Probability
Returns the integral from minus infinity to t of the Student-t distribution with k > 0 degrees of freedom.
studentT(double, int) - Static method in class flanagan.analysis.Stat
 
studentTarray(int, int) - Method in class flanagan.math.PsRandom
 
studentTcdf(double, int) - Static method in class flanagan.analysis.Stat
 
studentTCDF(double, int) - Static method in class flanagan.analysis.Stat
 
studentTcdf(double, double, int) - Static method in class flanagan.analysis.Stat
 
studentTInverse(double, int) - Static method in class cern.jet.stat.Probability
Returns the value, t, for which the area under the Student-t probability density function (integrated from minus infinity to t) is equal to 1-alpha/2.
studentTInverse(double, int) - Static method in class cern.jet.stat.tdouble.Probability
Returns the value, t, for which the area under the Student-t probability density function (integrated from minus infinity to t) is equal to 1-alpha/2.
studentTmean(int) - Static method in class flanagan.analysis.Stat
 
studentTmedian() - Static method in class flanagan.analysis.Stat
 
studentTmode() - Static method in class flanagan.analysis.Stat
 
studentTpdf(double, int) - Static method in class flanagan.analysis.Stat
 
studentTPDF(double, int) - Static method in class flanagan.analysis.Stat
 
studentTProb(double, int) - Static method in class flanagan.analysis.Stat
 
studentTRand(int, int) - Static method in class flanagan.analysis.Stat
 
studentTrand(int, int) - Static method in class flanagan.analysis.Stat
 
studentTrand(int, int, long) - Static method in class flanagan.analysis.Stat
 
studentTRand(int, int, long) - Static method in class flanagan.analysis.Stat
 
studentTstandDev(int) - Static method in class flanagan.analysis.Stat
 
stzrqf(int, int, float[], int, float[], intW) - Method in class org.netlib.lapack.LAPACK
..
stzrzf(int, int, float[], int, float[], float[], int, intW) - Method in class org.netlib.lapack.LAPACK
..
sub(Binner1D, Binner1D, Binner1D) - Static method in class hep.aida.ref.histogram.binner.BinnerMath
 
sub(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Subtract
sub(Hep3Vector, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
Subtract
sub(HepLorentzVector, HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
Subtract 2 vectors
sub(Hep3Vector, Hep3Vector) - Static method in class hephysics.vec.VecOp
 
sub(Vector3d) - Method in class jhplot.v3d.Vector3d
 
subarray_as_ArrayList(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_BigDecimal(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_BigInteger(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_byte(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Byte(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_char(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Character(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Complex(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Complex_columnMatrix(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Complex_rowMatrix(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_degrees_phase_of_Phasor(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_double(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Double(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Float(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_float(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_imaginay_part_of_Complex(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_int(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Integer(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_long(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Long(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_magnitude_of_Phasor(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Matrix_columnMatrix(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Matrix_rowMatrix(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_modulus_of_Complex(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Object(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Phasor(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Phasor_columnMatrix(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Phasor_rowMatrix(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_radians_phase_of_Phasor(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_real_part_of_Complex(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_short(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Short(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_String(int, int) - Method in class flanagan.math.ArrayMaths
 
subarray_as_Vector(int, int) - Method in class flanagan.math.ArrayMaths
 
subMatrix(DoubleMatrix2D, int, int, int, int) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new sub-range view which is the sub matrix A[fromRow..toRow,fromColumn..toColumn].
subMatrix(DoubleMatrix2D, int[], int, int) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Copies the columns of the indicated rows into a new sub matrix.
subMatrix(DoubleMatrix2D, int, int, int[]) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Copies the rows of the indicated columns into a new sub matrix.
subMatrix(DoubleMatrix2D, int, int, int, int) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns a new sub-range view which is the sub matrix A[fromRow..toRow,fromColumn..toColumn].
subMatrix(FloatMatrix2D, int[], int, int) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Copies the columns of the indicated rows into a new sub matrix.
subMatrix(FloatMatrix2D, int, int, int[]) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Copies the rows of the indicated columns into a new sub matrix.
subMatrix(FloatMatrix2D, int, int, int, int) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns a new sub-range view which is the sub matrix A[fromRow..toRow,fromColumn..toColumn].
substituteText(String, String, String) - Static method in class jhplot.v3d.Util
Renders a string based on text where any occurence of token is replaced by substitute.
substituteTextS(String, String, String) - Static method in class jhplot.v3d.Util
Renders a string based on text where any occurence of token is replaced by substitute.
subtract(String, IDataPointSet, IDataPointSet) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
subtract(String, IHistogram1D, IHistogram1D) - Method in class hep.aida.ref.histogram.HistogramFactory
Subtracts two 1D Histogram
subtract(String, IHistogram2D, IHistogram2D) - Method in class hep.aida.ref.histogram.HistogramFactory
Subtracts two 2D Histogram
subtract(String, IHistogram3D, IHistogram3D) - Method in class hep.aida.ref.histogram.HistogramFactory
Subtracts two 3D Histogram
subtract(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
Subtracts the two arrays together (componentwise)
subtract(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
Subtracts the two arrays together (componentwise).
subtractColumnMeans() - Method in class flanagan.math.Matrix
 
subtractMean() - Method in class flanagan.analysis.Stat
 
subtractMean(double[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(float[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(Complex[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(double[], double[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(float[], float[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
subtractMean(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
subtractMean() - Method in class flanagan.math.Matrix
 
subtractMean_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
subtractMean_as_Complex() - Method in class flanagan.analysis.Stat
 
subtractMean_as_double() - Method in class flanagan.analysis.Stat
 
subtractRowMeans() - Method in class flanagan.math.Matrix
 
subtractWeightedMean() - Method in class flanagan.analysis.Stat
 
subtractWeightedMean_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
subtractWeightedMean_as_Complex() - Method in class flanagan.analysis.Stat
 
subtractWeightedMean_as_double() - Method in class flanagan.analysis.Stat
 
sum() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.sum().
sum() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum() - Method in class cern.hep.aida.bin.StaticBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the sum of a data sequence.
sum(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sum of a data sequence.
sum(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sum of a data sequence.
sum() - Method in class flanagan.math.ArrayMaths
 
sum() - Method in class flanagan.math.Matrix
 
sum() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.sum().
sum() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum() - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.sum().
sum() - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum(double[]) - Static method in class jhplot.math.DoubleArray
Calculate the sum of the values in an array
sum(double[][]) - Static method in class jhplot.math.DoubleArray
Calculates the sum of each column in a matrix.
sum_as_BigDecimal() - Method in class flanagan.math.ArrayMaths
 
sum_as_BigInteger() - Method in class flanagan.math.ArrayMaths
 
sum_as_byte() - Method in class flanagan.math.ArrayMaths
 
sum_as_Byte() - Method in class flanagan.math.ArrayMaths
 
sum_as_Complex() - Method in class flanagan.math.ArrayMaths
 
sum_as_double() - Method in class flanagan.math.ArrayMaths
 
sum_as_Double() - Method in class flanagan.math.ArrayMaths
 
sum_as_float() - Method in class flanagan.math.ArrayMaths
 
sum_as_Float() - Method in class flanagan.math.ArrayMaths
 
sum_as_int() - Method in class flanagan.math.ArrayMaths
 
sum_as_Integer() - Method in class flanagan.math.ArrayMaths
 
sum_as_long() - Method in class flanagan.math.ArrayMaths
 
sum_as_Long() - Method in class flanagan.math.ArrayMaths
 
sum_as_Phasor() - Method in class flanagan.math.ArrayMaths
 
sum_as_short() - Method in class flanagan.math.ArrayMaths
 
sum_as_Short() - Method in class flanagan.math.ArrayMaths
 
sum_as_String() - Method in class flanagan.math.ArrayMaths
 
sumAllBinHeights() - Method in class cern.hep.aida.ref.Histogram2D
 
sumAllBinHeights() - Method in class cern.hep.aida.ref.Histogram3D
 
sumAllBinHeights() - Method in class hep.aida.ref.histogram.Histogram
Get the sum of the bin heights for all the entries, in-range and out-range ones.
sumAllBinHeights() - Method in class hep.aida.ref.histogram.Histogram1D
Get the sum of the bin heights for all the entries, in-range and out-range ones.
sumAllBinHeights() - Method in class hep.aida.ref.histogram.Histogram2D
Get the sum of the bin heights for all the entries, in-range and out-range ones.
sumAllBinHeights() - Method in class hep.aida.ref.histogram.Histogram3D
Get the sum of the bin heights for all the entries, in-range and out-range ones.
sumAllBinHeights() - Method in class hep.aida.ref.histogram.Profile1D
 
sumAllBinHeights() - Method in class hep.aida.ref.histogram.Profile2D
 
sumAllBinHeights() - Method in interface hep.aida.tdouble.DoubleIHistogram
Sum of all (both in-range and under/overflow) bin heights in the histogram.
sumAllBinHeights() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
sumAllBinHeights() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
sumAllBinHeights() - Method in interface hep.aida.tfloat.FloatIHistogram
Sum of all (both in-range and under/overflow) bin heights in the histogram.
sumAllBinHeights() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
sumAllBinHeights() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
sumAllBinHeights() - Method in class jhplot.H1D
Sum of all heights
sumAllBinHeights() - Method in class jhplot.H2D
Get the sum of the bin heights for all the entries, in-range and out-range ones.
sumAllBinHeights() - Method in class jhplot.HProf1D
Sum of all heights
sumAllBinHeights() - Method in class jhplot.HProf2D
Get the sum of the bin heights for all the entries, in-range and out-range ones.
sumBinHeights() - Method in class hep.aida.ref.histogram.Histogram
Get the sum of the bin heights for in-range entries.
sumBinHeights() - Method in class hep.aida.ref.histogram.Profile1D
 
sumBinHeights() - Method in class hep.aida.ref.histogram.Profile2D
 
sumBinHeights() - Method in interface hep.aida.tdouble.DoubleIHistogram
Sum of in-range bin heights in the histogram.
sumBinHeights() - Method in interface hep.aida.tfloat.FloatIHistogram
Sum of in-range bin heights in the histogram.
sumEntries() - Method in class jhplot.bsom.Matrix
Summation of all entries.
sumExtraBinHeights() - Method in class hep.aida.ref.histogram.Histogram
Get the sum of the bin heights for all the entries outside the Histogram's range.
sumExtraBinHeights() - Method in class hep.aida.ref.histogram.Histogram1D
Get the sum of the bin heights for all the entries outside the Histogram's range.
sumExtraBinHeights() - Method in class hep.aida.ref.histogram.Histogram2D
Get the sum of the bin heights for all the entries outside the Histogram's range.
sumExtraBinHeights() - Method in class hep.aida.ref.histogram.Histogram3D
Get the sum of the bin heights for all the entries outside the Histogram's range.
sumExtraBinHeights() - Method in class hep.aida.ref.histogram.Profile1D
 
sumExtraBinHeights() - Method in class hep.aida.ref.histogram.Profile2D
 
sumExtraBinHeights() - Method in interface hep.aida.tdouble.DoubleIHistogram
Sum of under/overflow bin heights in the histogram.
sumExtraBinHeights() - Method in interface hep.aida.tfloat.FloatIHistogram
Sum of under/overflow bin heights in the histogram.
sumExtraBinHeights() - Method in class jhplot.H2D
Get the sum of the bin heights for all the entries outside the Histogram's range.
sumExtraBinHeights() - Method in class jhplot.HProf2D
Get the sum of the bin heights for all the entries outside the Histogram's range.
sumLog - Static variable in class cern.hep.aida.bin.BinFunctions1D
Function that returns bin.sumOfLogarithms().
sumLog - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.sumOfLogarithms().
sumLog - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.sumOfLogarithms().
SUMMARY_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H2D
 
SumOfFunctions - Class in hep.aida.ref.function
 
SumOfFunctions(String, ArrayList) - Constructor for class hep.aida.ref.function.SumOfFunctions
 
sumOfInversions() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfInversions() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfInversions(DoubleArrayList, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of inversions of a data sequence, which is Sum( 1.0 / data[i]).
sumOfInversions(DoubleArrayList, int, int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sum of inversions of a data sequence, which is Sum( 1.0 / data[i]).
sumOfInversions(FloatArrayList, int, int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sum of inversions of a data sequence, which is Sum( 1.0 / data[i]).
sumOfInversions() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfInversions() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfInversions() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfInversions() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfLogarithms() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfLogarithms() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfLogarithms(DoubleArrayList, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of logarithms of a data sequence, which is Sum( Log(data[i]).
sumOfLogarithms(DoubleArrayList, int, int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sum of logarithms of a data sequence, which is Sum( Log(data[i]).
sumOfLogarithms(FloatArrayList, int, int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sum of logarithms of a data sequence, which is Sum( Log(data[i]).
sumOfLogarithms() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfLogarithms() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfLogarithms() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfLogarithms() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfPowerDeviations(DoubleArrayList, int, double) - Static method in class cern.jet.stat.Descriptive
Returns Sum( (data[i]-c)k ); optimized for common parameters like c == 0.0 and/or k == -2 ..
sumOfPowerDeviations(DoubleArrayList, int, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns Sum( (data[i]-c)k ) for all i = from ..
sumOfPowerDeviations(DoubleArrayList, int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns Sum( (data[i]-c)k ); optimized for common parameters like c == 0.0 and/or k == -2 ..
sumOfPowerDeviations(DoubleArrayList, int, double, int, int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns Sum( (data[i]-c)k ) for all i = from ..
sumOfPowerDeviations(FloatArrayList, int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns Sum( (data[i]-c)k ); optimized for common parameters like c == 0.0 and/or k == -2 ..
sumOfPowerDeviations(FloatArrayList, int, float, int, int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns Sum( (data[i]-c)k ) for all i = from ..
sumOfPowers(int) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfPowers(int) - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfPowers(DoubleArrayList, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of powers of a data sequence, which is Sum ( data[i]k ).
sumOfPowers(DoubleArrayList, int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sum of powers of a data sequence, which is Sum ( data[i]k ).
sumOfPowers(FloatArrayList, int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sum of powers of a data sequence, which is Sum ( data[i]k ).
sumOfPowers(int) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfPowers(int) - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfPowers(int) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfPowers(int) - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfSquaredDeviations(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the sum of squared mean deviation of of a data sequence.
sumOfSquaredDeviations(int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sum of squared mean deviation of of a data sequence.
sumOfSquaredDeviations(int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sum of squared mean deviation of of a data sequence.
sumOfSquares() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class cern.hep.aida.bin.StaticBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the sum of squares of a data sequence.
sumOfSquares(DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the sum of squares of a data sequence.
sumOfSquares(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the sum of squares of a data sequence.
sumOfSquares() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.tdouble.bin.StaticDoubleBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.tfloat.bin.StaticFloatBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfWeights() - Method in class hep.aida.ref.dataset.DataStatistics
Get the sum of weights for this data set.
sumOfWeights() - Method in class hep.aida.ref.histogram.Cloud
Get the sum of weights of of all the entries
sumOfWeights() - Method in class hep.aida.ref.histogram.Cloud1D
Get the sum of weights of of all the entries
sumOfWeights() - Method in class hep.aida.ref.histogram.Cloud2D
Get the sum of weights of of all the entries
sumOfWeights() - Method in class hep.aida.ref.histogram.Cloud3D
Get the sum of weights of of all the entries
sumSqrEntries() - Method in class jhplot.bsom.Matrix
Summation of squared entries.
sumSquares(double[]) - Static method in class jhplot.math.ArrayMathUtils
Sums the squares of all components; also called the energy of the array.
sumSquares(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Sums the squares of all components; also called the energy of the array.
sumSquares(int[]) - Static method in class jhplot.math.ArrayMathUtils
Sums the squares of all components; also called the energy of the array.
sumSquares(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Sums the squares of all components; also called the energy of the array.
sumWW(int) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
sumWW(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
sumXW(int) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
sumXW(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
sumXXW(int) - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
sumXXW(int) - Method in interface hep.aida.ref.histogram.binner.Binner1D
 
sundayAfterAscension() - Method in class flanagan.math.TimeAndDate
 
sundayAfterAscension(int) - Method in class flanagan.math.TimeAndDate
 
sundayAfterCorpusChristi() - Method in class flanagan.math.TimeAndDate
 
sundayAfterCorpusChristi(int) - Method in class flanagan.math.TimeAndDate
 
sundayAfterEpiphany() - Method in class flanagan.math.TimeAndDate
 
sundayAfterEpiphany(int) - Method in class flanagan.math.TimeAndDate
 
supportsMultipleCursors() - Method in class hep.aida.ref.tuple.AbstractTuple
 
supportsMultipleCursors() - Method in class hep.aida.ref.tuple.ChainedTuple
 
supportsMultipleCursors() - Method in interface hep.aida.ref.tuple.FTuple
 
supportsMultipleCursors() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
supportsMultipleCursors() - Method in class hep.aida.ref.tuple.Tuple
 
supportsRandomAccess() - Method in class hep.aida.ref.tuple.AbstractTuple
 
supportsRandomAccess() - Method in class hep.aida.ref.tuple.ChainedTuple
 
supportsRandomAccess() - Method in interface hep.aida.ref.tuple.FTuple
 
supportsRandomAccess() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
supportsRandomAccess() - Method in class hep.aida.ref.tuple.Tuple
 
suppressMessages() - Method in class flanagan.math.ArrayMaths
 
suppressMessages() - Static method in class flanagan.math.Conv
 
suppressMessagesAM() - Static method in class flanagan.math.Conv
 
suppressMessagesTotal() - Static method in class flanagan.math.ArrayMaths
 
suppressNoConvergenceMessage() - Method in class flanagan.math.Maximisation
 
suppressNoConvergenceMessage() - Method in class flanagan.math.Minimisation
 
supressErrorMessage() - Method in class flanagan.math.Matrix
 
supressErrorMessages() - Method in class flanagan.analysis.Regression
 
supressNoConvergenceMessage() - Method in class flanagan.math.Minimisation
 
supressPrint() - Method in class flanagan.analysis.Regression
 
supressStats() - Method in class flanagan.analysis.Regression
 
supressYYplot() - Method in class flanagan.analysis.Regression
 
svd(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns the SingularValue-decomposition of the given matrix.
svd(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns the SingularValue-decomposition of the given matrix.
svout(int, int, float[], int, String) - Method in class org.netlib.arpack.ARPACK
No documentation was available when generating this method.
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Swaps each element this[i] with other[i].
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectMatrix1D
Swaps each element this[i] with other[i].
swap(DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Swaps each element this[i] with other[i].
swap(DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Swaps each element this[i] with other[i].
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
swap(FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Swaps each element this[i] with other[i].
swap(FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
swap(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Swaps each element this[i] with other[i].
swap(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
swap(IntMatrix1D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
swap(IntMatrix1D) - Method in class cern.colt.matrix.tint.IntMatrix1D
Swaps each element this[i] with other[i].
swap(LongMatrix1D) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
swap(LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Swaps each element this[i] with other[i].
swap(int, int) - Method in interface cern.colt.Swapper
Swaps the generic data g[a] with g[b].
swapArgs(DoubleDoubleFunction) - Static method in class cern.jet.math.Functions
Constructs a function that returns function.apply(b,a), i.e.
swapArgs(IntIntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns function.apply(b,a), i.e.
swapArgs(DComplexDComplexDComplexFunction) - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
swapArgs(DoubleDoubleFunction) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns function.apply(b,a), i.e.
swapArgs(FComplexFComplexFComplexFunction) - Static method in class cern.jet.math.tfcomplex.FComplexFunctions
 
swapArgs(FloatFloatFunction) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns function.apply(b,a), i.e.
swapArgs(IntIntFunction) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns function.apply(b,a), i.e.
swapArgs(LongLongFunction) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns function.apply(b,a), i.e.
swappedElements - Static variable in class cern.colt.Partitioning
 
Swapper - Interface in cern.colt
Interface for an object that knows how to swap elements at two positions (a,b).
symlink(String, String) - Method in class hep.aida.ref.tree.Tree
Create a symbolic link to an object in the ITree.
SymmetricMatrix - Class in hephysics.matrix
A simple implementation of a symmetric matrix.
SymmetricMatrix(int) - Constructor for class hephysics.matrix.SymmetricMatrix
Creates a new instance of SymmetricMatrix with all elements set to zero.
SymmetricMatrix(Matrix) - Constructor for class hephysics.matrix.SymmetricMatrix
Construct a SymmetricMatrix by copying an existing matrix.
SymmetricMatrix(int, double[], boolean) - Constructor for class hephysics.matrix.SymmetricMatrix
Creates a new instance of SymmetricMatrix with the given initial values.

T

t() - Method in class hephysics.vec.HepLorentzVector
Get time
T_ABS - Static variable in class flanagan.math.Fmath
 
tan - Static variable in class cern.jet.math.Functions
Function that returns Math.tan(a).
tan(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
tan - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
tan - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.tan(a).
tan(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
tan - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
tan - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.tan(a).
tan(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
tan(double, double, double, double, double, double) - Static method in class flanagan.math.Fmath
 
tan(double, double, double) - Static method in class flanagan.math.Fmath
 
tan(double) - Static method in class flanagan.math.Fmath
 
tan() - Method in class jhplot.math.Complex
Tangent of this Complex number (doesn't change this Complex number).
tan(ValueErr) - Static method in class jhplot.math.ValueErr
Tangent of a value with error
tanh(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
tanh(double) - Static method in class flanagan.math.Fmath
 
tanh(double) - Static method in class jhplot.math.num.special.Trigonometric
Returns the hyperbolic tangent of x.
tanh(ValueErr) - Static method in class jhplot.math.ValueErr
Hyperbolic tangent of value with error
TDistribution - Class in jhplot.math.num.pdf
Student's t distribution (1).
TDistribution() - Constructor for class jhplot.math.num.pdf.TDistribution
Default constructor.
TDistribution(double) - Constructor for class jhplot.math.num.pdf.TDistribution
Create a distribution with the given degrees of freedom.
teraelectronvolt - Static variable in class cern.clhep.Units
 
tesla - Static variable in class cern.clhep.Units
 
test(int) - Static method in class cern.colt.Timer
Shows how to use a timer in convenient ways.
Test - Class in cern.hep.aida.ref
A very(!) basic test of the reference implementations of AIDA histograms.
Test() - Constructor for class cern.hep.aida.ref.Test
 
test(int, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
test(int, RandomEngine) - Static method in class cern.jet.random.engine.Benchmark
Prints the first size random numbers generated by the given engine.
test(long, long, long, int, int) - Static method in class cern.jet.random.sampling.RandomSampler
Tests the methods of this class.
test(long, long) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Tests the methods of this class.
test(int, int) - Static method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
test(long, long, long, int, int) - Static method in class cern.jet.random.tdouble.sampling.DoubleRandomSampler
Tests the methods of this class.
test(long, long) - Static method in class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant
Tests the methods of this class.
test(int, int) - Static method in class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
Not yet commented.
test(long, long, long, int, int) - Static method in class cern.jet.random.tfloat.sampling.FloatRandomSampler
Tests the methods of this class.
test(long, long) - Static method in class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant
Tests the methods of this class.
test(int, int) - Static method in class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
Not yet commented.
test(float) - Static method in class cern.jet.stat.quantile.EquiDepthHistogram
Not yet commented.
test(double) - Static method in class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram
Not yet commented.
test(float) - Static method in class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram
Not yet commented.
test1() - Static method in class hep.aida.ref.function.FunctionCatalog
 
test2(int) - Static method in class cern.colt.map.Benchmark
 
Test2 - Class in cern.hep.aida.ref
A very(!) basic test of the reference implementations of AIDA histograms
Test2() - Constructor for class cern.hep.aida.ref.Test2
 
test2(int, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
test2(int, AbstractDistribution, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
test2() - Static method in class hep.aida.ref.function.FunctionCatalog
 
testArraySampling(int, int) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Tests the methods of this class.
testArraySampling(int, int) - Static method in class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant
Tests the methods of this class.
testArraySampling(int, int) - Static method in class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant
Tests the methods of this class.
TestCalculator - Class in jhpro.test
An example of how to calculate limits
TestCalculator() - Constructor for class jhpro.test.TestCalculator
 
TestCanvas - Class in jhplot.v3d
 
TestCanvas() - Constructor for class jhplot.v3d.TestCanvas
 
TestLimit - Class in jhpro.test
An example of how to calculate limits
TestLimit() - Constructor for class jhpro.test.TestLimit
 
testOfAdditionalTerms(double, int, double, int, int) - Static method in class flanagan.analysis.Regression
 
testOfAdditionalTerms_ArrayList(double, int, double, int, int) - Static method in class flanagan.analysis.Regression
 
testOfAdditionalTerms_Vector(double, int, double, int, int) - Static method in class flanagan.analysis.Regression
 
testOfAdditionalTermsFprobability(double, int, double, int, int) - Method in class flanagan.analysis.Regression
 
testOfAdditionalTermsFprobabilty(double, int, double, int, int) - Method in class flanagan.analysis.Regression
 
testOfAdditionalTermsFratio(double, int, double, int, int) - Method in class flanagan.analysis.Regression
 
TeV - Static variable in class cern.clhep.Units
 
Text(String, float, float) - Static method in class jhplot.jadraw.Diagram
Get a text object
TEXT - Static variable in class jhplot.shapes.HShape
 
Text - Class in jhplot.shapes
Draw a TEXT in the USER coordinate system.
Text(String, double, double, Font, Color) - Constructor for class jhplot.shapes.Text
Create a TEXT object
Text(String, double, double) - Constructor for class jhplot.shapes.Text
Create a TEXT object
TextBox(String, float, float) - Static method in class jhplot.jadraw.Diagram
A boxed text object
TextBox(String[], float, float) - Static method in class jhplot.jadraw.Diagram
A multiline boxed text object
textVariance(char[]) - Static method in class jhplot.v3d.Util
 
thanksgivingDay() - Method in class flanagan.math.TimeAndDate
 
thanksgivingDay(int) - Method in class flanagan.math.TimeAndDate
 
theta() - Method in class hephysics.vec.Hep3Vector
angle theta (=atan2(perp(),z)
theta() - Method in class hephysics.vec.HepLorentzVector
Get theta angle
theta() - Method in class hephysics.vec.SpacePoint
Spherical theta
throwError(String) - Static method in class jhplot.math.DoubleArray
Throws an error exception if an argument is invalid.
TimeAndDate - Class in flanagan.math
 
TimeAndDate() - Constructor for class flanagan.math.TimeAndDate
 
Timer - Class in cern.colt
A handy stopwatch for benchmarking.
Timer() - Constructor for class cern.colt.Timer
Constructs a new timer, initially not started.
timer - Static variable in class jhplot.JHPlot
 
times(int) - Method in class cern.colt.list.AbstractBooleanList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractByteList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractCharList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractDoubleList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractFloatList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractIntList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractLongList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractShortList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.ObjectArrayList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tchar.AbstractCharList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tint.AbstractIntList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tlong.AbstractLongList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.tshort.AbstractShortList
Returns a list which is a concatenation of times times the receiver.
times(ErrorProp, double) - Method in class flanagan.analysis.ErrorProp
 
times(ErrorProp) - Method in class flanagan.analysis.ErrorProp
 
times(double) - Method in class flanagan.analysis.ErrorProp
 
times(ErrorProp, ErrorProp, double) - Static method in class flanagan.analysis.ErrorProp
 
times(ErrorProp, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
times(double, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
times(double, double) - Static method in class flanagan.analysis.ErrorProp
 
times(double) - Method in class flanagan.analysis.Stat
 
times(float) - Method in class flanagan.analysis.Stat
 
times(long) - Method in class flanagan.analysis.Stat
 
times(int) - Method in class flanagan.analysis.Stat
 
times(short) - Method in class flanagan.analysis.Stat
 
times(byte) - Method in class flanagan.analysis.Stat
 
times(BigDecimal) - Method in class flanagan.analysis.Stat
 
times(BigInteger) - Method in class flanagan.analysis.Stat
 
times(Complex) - Method in class flanagan.analysis.Stat
 
times(Phasor) - Method in class flanagan.analysis.Stat
 
times(Double) - Method in class flanagan.analysis.Stat
 
times(Float) - Method in class flanagan.analysis.Stat
 
times(Long) - Method in class flanagan.analysis.Stat
 
times(Integer) - Method in class flanagan.analysis.Stat
 
times(Short) - Method in class flanagan.analysis.Stat
 
times(Byte) - Method in class flanagan.analysis.Stat
 
times(double) - Method in class flanagan.math.ArrayMaths
 
times(Double) - Method in class flanagan.math.ArrayMaths
 
times(float) - Method in class flanagan.math.ArrayMaths
 
times(Float) - Method in class flanagan.math.ArrayMaths
 
times(long) - Method in class flanagan.math.ArrayMaths
 
times(Long) - Method in class flanagan.math.ArrayMaths
 
times(int) - Method in class flanagan.math.ArrayMaths
 
times(Integer) - Method in class flanagan.math.ArrayMaths
 
times(short) - Method in class flanagan.math.ArrayMaths
 
times(Short) - Method in class flanagan.math.ArrayMaths
 
times(BigDecimal) - Method in class flanagan.math.ArrayMaths
 
times(byte) - Method in class flanagan.math.ArrayMaths
 
times(Byte) - Method in class flanagan.math.ArrayMaths
 
times(BigInteger) - Method in class flanagan.math.ArrayMaths
 
times(Complex) - Method in class flanagan.math.ArrayMaths
 
times(Phasor) - Method in class flanagan.math.ArrayMaths
 
times(Matrix) - Method in class flanagan.math.Matrix
 
times(double[][]) - Method in class flanagan.math.Matrix
 
times(double) - Method in class flanagan.math.Matrix
 
times(Matrix, Matrix) - Static method in class flanagan.math.Matrix
 
times(Matrix, double[][]) - Static method in class flanagan.math.Matrix
 
times(Matrix, double) - Static method in class flanagan.math.Matrix
 
times(Complex) - Method in class jhplot.math.Complex
Complex multiplication (doesn't change this Complex number).
times(double) - Method in class jhplot.math.Complex
Returns this complex multiplied by the specified factor.
times(double[]...) - Static method in class jhplot.math.LinearAlgebra
Element-wise product of any number of arrays.
times(double[], double) - Static method in class jhplot.math.LinearAlgebra
Multiply each element of an array by a scalar.
times(double[][], double) - Static method in class jhplot.math.LinearAlgebra
Multiply each element in a matrix by a scalar
times(double[][], double[][]) - Static method in class jhplot.math.LinearAlgebra
Matrix multiplication according to the rules of linear algebra.
times(double[][], double[]) - Static method in class jhplot.math.LinearAlgebra
Product of a matrix and a vector (array) according to the rules of linear algebra.
times(ValueErr, double) - Method in class jhplot.math.ValueErr
Multiply two ValueErr numbers with correlation
times(ValueErr) - Method in class jhplot.math.ValueErr
Multiply this ValueErr number by a ValueErr number without correlation
times(double) - Method in class jhplot.math.ValueErr
Multiply this ValueErr number by a double.
times(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
Multiply two ValueErr numbers with correlation
times(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
Multiply two ValueErr numbers without correlation
times(double, ValueErr) - Static method in class jhplot.math.ValueErr
Multiply a double by a ValueErr number
times(double, double) - Static method in class jhplot.math.ValueErr
Multiply a double number by a double and return product as ValueErr
timesEquals(ErrorProp, double) - Method in class flanagan.analysis.ErrorProp
 
timesEquals(ErrorProp) - Method in class flanagan.analysis.ErrorProp
 
timesEquals(double) - Method in class flanagan.analysis.ErrorProp
 
timesEquals(Matrix) - Method in class flanagan.math.Matrix
 
timesEquals(double) - Method in class flanagan.math.Matrix
 
timesEquals(ValueErr, double) - Method in class jhplot.math.ValueErr
Multiply this ValueErr number by an ValueErr number and replace this by the product with correlation
timesEquals(ValueErr) - Method in class jhplot.math.ValueErr
Multiply this ValueErr number by an ValueErr number and replace this by the product with no correlation
timesEquals(double) - Method in class jhplot.math.ValueErr
Multiply this ValueErr number by a double and replace it by the product
title() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
title() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
title() - Method in class hep.aida.ref.function.AbstractIFunction
 
title() - Method in class hep.aida.ref.function.BaseModelFunction
 
title() - Method in class hep.aida.ref.function.FunctionCore
 
title() - Method in class hep.aida.ref.function.SumOfFunctions
 
title() - Method in class hep.aida.ref.histogram.AbstractBaseHistogram
Get the histogram title.
title() - Method in class hep.aida.ref.histogram.DataPointSet
 
title() - Method in class hep.aida.ref.tuple.AbstractTuple
 
title() - Method in interface hep.aida.ref.tuple.FTuple
 
title() - Method in class hep.aida.ref.tuple.FTupleAdapter
 
title() - Method in interface hep.aida.tdouble.DoubleIHistogram
Title of the histogram (will be set only in the constructor).
title() - Method in interface hep.aida.tfloat.FloatIHistogram
Title of the histogram (will be set only in the constructor).
Title - Static variable in class jhplot.HPlotJa
 
TITLE_CHANGED - Static variable in class hep.aida.ref.function.FunctionChangedEvent
 
titleKey - Static variable in class hep.aida.ref.Annotation
 
toArray(Object[]) - Method in class cern.colt.list.ObjectArrayList
Returns an array containing all of the elements in the receiver in the correct order.
toArray(Object[]) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns an array containing all of the elements in the receiver in the correct order.
toArray() - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(double[]) - Method in class cern.colt.matrix.DoubleMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray(double[]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray(Object[]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(Object[]) - Method in class cern.colt.matrix.ObjectMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(double[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a 3-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
toArray(double[]) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
toArray() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
toArray() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
toArray() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(double[]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
toArray(double[]) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
toArray() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
toArray() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
toArray() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(float[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a 3-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
toArray(float[]) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
toArray() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
toArray() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
toArray() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(float[]) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
toArray(float[]) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
toArray() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
toArray() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
toArray() - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
toArray(int[]) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
toArray() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
toArray() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
toArray() - Method in class cern.colt.matrix.tint.IntMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(int[]) - Method in class cern.colt.matrix.tint.IntMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
toArray(long[]) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
toArray() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
toArray() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
toArray() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(long[]) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
toArray(Object[]) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(Object[]) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class jhplot.math.num.DoubleArray
Convert this array into a native array.
toASCIIFile(File) - Method in interface jhplot.math.io.FilePrintable
 
toBitVector() - Method in class cern.colt.bitvector.BitMatrix
Converts the receiver to a bitvector.
toBitVector() - Method in class cern.colt.list.MinMaxNumberList
Returns the receiver seen as bitvector.
toBitVector() - Method in class cern.colt.list.tlong.MinMaxNumberList
Returns the receiver seen as bitvector.
toBitVector() - Method in class cern.colt.matrix.tbit.BitMatrix
Converts the receiver to a bitvector.
toBuilder() - Method in class jhplot.io.PBufFile.Record.F1D
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.F2D
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.FND
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.FPR
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.H1D
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.H2D
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.P0D
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.P0I
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.P1D
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.PND
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.PNI
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.PXY
 
toBuilder() - Method in class jhplot.io.PBufFile.Record.PXYZ
 
toBuilder() - Method in class jhplot.io.PBufFile.Record
 
toBuilder() - Method in class jhplot.io.PEventFile.HEvent.Entry
 
toBuilder() - Method in class jhplot.io.PEventFile.HEvent.Group
 
toBuilder() - Method in class jhplot.io.PEventFile.HEvent
 
toClipBoard() - Method in interface jhplot.math.io.ClipBoardPrintable
 
toCommandLine(String) - Method in class jhplot.math.Slicing
 
toCronbach() - Method in class flanagan.analysis.Scores
 
toDouble(float[]) - Static method in class jhplot.math.ArrayMathUtils
 
toDouble(long[]) - Static method in class jhplot.math.ArrayMathUtils
 
toDouble(int[]) - Static method in class jhplot.math.ArrayMathUtils
 
toDouble(float[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toDouble(long[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toDouble(int[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toFile(String) - Method in class jhplot.H1D
Write the H1D histogram to a file
toFile(String) - Method in class jhplot.HProf1D
Write the profile histogram to a file
toFile(String) - Method in class jhplot.P0D
Write a P0D to an external file.
toFile(String) - Method in class jhplot.P0I
Write a P0I to an external file.
toFile(String) - Method in class jhplot.P1D
Write a P1D to an external file.
toFile(String) - Method in class jhplot.P2D
Write a P2D to an external file.
toFile(String) - Method in class jhplot.P3D
Write a P3D to an external file.
toFile(String) - Method in class jhplot.PND
Write a PND to an external file.
toFile(String) - Method in class jhplot.PNI
Write a PNI to an external file.
toFileAsLatex(String, DecimalFormat, DecimalFormat) - Method in class jhplot.P1D
Write a File in form of LaTeX table from values in the container P1D
toFloat(double[]) - Static method in class jhplot.math.ArrayMathUtils
 
toFloat(long[]) - Static method in class jhplot.math.ArrayMathUtils
 
toFloat(int[]) - Static method in class jhplot.math.ArrayMathUtils
 
toFloat(double[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toFloat(long[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toFloat(int[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toInt(double[]) - Static method in class jhplot.math.ArrayMathUtils
 
toInt(float[]) - Static method in class jhplot.math.ArrayMathUtils
 
toInt(long[]) - Static method in class jhplot.math.ArrayMathUtils
 
toInt(float[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toInt(double[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toInt(long[][]) - Static method in class jhplot.math.ArrayMathUtils
 
tolerance() - Method in class cern.colt.matrix.linalg.Property
Returns the current tolerance.
tolerance() - Method in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
Returns the current tolerance.
tolerance() - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns the current tolerance.
tolerance() - Method in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
Returns the current tolerance.
tolerance() - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns the current tolerance.
toList() - Method in class cern.colt.list.AbstractBooleanList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractByteList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractCharList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractCollection
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractDoubleList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractFloatList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractIntList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractLongList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractShortList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.ObjectArrayList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tbyte.AbstractByteList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tchar.AbstractCharList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tint.AbstractIntList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tlong.AbstractLongList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tobject.ObjectArrayList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.tshort.AbstractShortList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a list from the given matrix.
toList(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a list from the given matrix.
toList(DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a list from the given matrix.
toList(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a list from the given matrix.
toList(FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a list from the given matrix.
toList(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a list from the given matrix.
toList(IntMatrix1D) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a list from the given matrix.
toList(LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongFactory1D
Constructs a list from the given matrix.
toList(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
Constructs a list from the given matrix.
toLong(double[]) - Static method in class jhplot.math.ArrayMathUtils
 
toLong(float[]) - Static method in class jhplot.math.ArrayMathUtils
 
toLong(int[]) - Static method in class jhplot.math.ArrayMathUtils
 
toLong(float[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toLong(double[][]) - Static method in class jhplot.math.ArrayMathUtils
 
toLong(int[][]) - Static method in class jhplot.math.ArrayMathUtils
 
tonToKg(double) - Static method in class flanagan.math.Conv
 
tonToKg(double) - Static method in class flanagan.math.Fmath
 
toPCA() - Method in class flanagan.analysis.Scores
 
toShowableHistogram(ICloud1D, int, double, double) - Static method in class hep.aida.ref.histogram.HistUtils
Create an IHistogram1D and fill it from an ICloud1D.
toShowableHistogram(ICloud2D, int, double, double, int, double, double) - Static method in class hep.aida.ref.histogram.HistUtils
Create an IHistogram2D and fill it from an ICloud2D.
toShowableHistogram(ICloud3D, int, double, double, int, double, double, int, double, double) - Static method in class hep.aida.ref.histogram.HistUtils
Create an IHistogram3D and fill it from an ICloud3D.
toSourceCode(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix3D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix3D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix3D) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(FloatMatrix3D) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(IntMatrix1D) - Method in class cern.colt.matrix.tint.algo.IntFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(IntMatrix3D) - Method in class cern.colt.matrix.tint.algo.IntFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(LongMatrix1D) - Method in class cern.colt.matrix.tlong.algo.LongFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(LongMatrix3D) - Method in class cern.colt.matrix.tlong.algo.LongFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.algo.ObjectFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.algo.ObjectFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix3D) - Method in class cern.colt.matrix.tobject.algo.ObjectFormatter
Returns a string s such that Object[] m = s is a legal Java statement.
toStat() - Method in class flanagan.math.ArrayMaths
 
toString(byte[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(char[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(double[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(float[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(int[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(long[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(Object[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(short[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(boolean[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString() - Method in class cern.colt.bitvector.BitMatrix
Returns a (very crude) string representation of the receiver.
toString() - Method in class cern.colt.bitvector.BitVector
Returns a string representation of the receiver.
toString() - Method in class cern.colt.list.AbstractBooleanList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractByteList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractCharList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractCollection
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractDoubleList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractFloatList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractIntList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractLongList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractShortList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.ObjectArrayList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tbyte.AbstractByteList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tchar.AbstractCharList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tint.AbstractIntList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tlong.AbstractLongList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tobject.ObjectArrayList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.tshort.AbstractShortList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString(DoubleMatrix3D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString() - Method in class cern.colt.matrix.DoubleMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.DoubleMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.DoubleMatrix3D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.io.MatrixInfo
Returns a string representation of the specifier.
toString() - Method in class cern.colt.matrix.io.VectorInfo
Returns a string representation of the specifier.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns a String with (propertyName, propertyValue) pairs.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns summary information about the given matrix A.
toString() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString(ObjectMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString(ObjectMatrix3D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString() - Method in class cern.colt.matrix.ObjectMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.ObjectMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.ObjectMatrix3D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tbit.BitMatrix
Returns a (very crude) string representation of the receiver.
toString() - Method in class cern.colt.matrix.tbit.BitVector
Returns a string representation of the receiver.
toString() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns a string representation using default formatting ("%.4f").
toString(String) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns a string representation using given format
toString() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns a string representation using default formatting ("%.4f").
toString(String) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns a string representation using using given format
toString() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns a string representation using default formatting ("%.4f").
toString(String) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns a string representation using using given format
toString() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
toString() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
toString() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleCholeskyDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleEigenvalueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleLUDecompositionQuick
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleQRDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleSingularValueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns a String with (propertyName, propertyValue) pairs.
toString(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Returns a string representation of the given matrix.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Returns a string representation of the given matrix.
toString(DoubleMatrix3D) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Returns a string representation of the given matrix.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
Returns summary information about the given matrix A.
toString() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
toString() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
 
toString() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
toString() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
toString() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
toString() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns a string representation using default formatting ("%.4f").
toString(String) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns a string representation using given format
toString() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns a string representation using default formatting ("%.4f").
toString(String) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns a string representation using using given format
toString() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns a string representation using default formatting ("%.4f").
toString(String) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns a string representation using using given format
toString() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
toString() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
toString() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatCholeskyDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatEigenvalueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatLUDecompositionQuick
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatQRDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns a String with (propertyName, propertyValue) pairs.
toString(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Returns a string representation of the given matrix.
toString(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Returns a string representation of the given matrix.
toString(FloatMatrix3D) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Returns a string representation of the given matrix.
toString(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
Returns summary information about the given matrix A.
toString() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
toString() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
 
toString() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
toString() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
toString() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
toString(IntMatrix1D) - Method in class cern.colt.matrix.tint.algo.IntFormatter
Returns a string representation of the given matrix.
toString(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntFormatter
Returns a string representation of the given matrix.
toString(IntMatrix3D) - Method in class cern.colt.matrix.tint.algo.IntFormatter
Returns a string representation of the given matrix.
toString(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
Returns summary information about the given matrix A.
toString() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
toString() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
 
toString() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
toString() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
toString() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
toString() - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns a string representation using default formatting.
toString(LongMatrix1D) - Method in class cern.colt.matrix.tlong.algo.LongFormatter
Returns a string representation of the given matrix.
toString(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongFormatter
Returns a string representation of the given matrix.
toString(LongMatrix3D) - Method in class cern.colt.matrix.tlong.algo.LongFormatter
Returns a string representation of the given matrix.
toString(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
Returns summary information about the given matrix A.
toString() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
toString() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
 
toString() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
toString() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
toString() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
toString() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns a string representation using default formatting.
toString(ObjectMatrix1D) - Method in class cern.colt.matrix.tobject.algo.ObjectFormatter
Returns a string representation of the given matrix.
toString(ObjectMatrix2D) - Method in class cern.colt.matrix.tobject.algo.ObjectFormatter
Returns a string representation of the given matrix.
toString(ObjectMatrix3D) - Method in class cern.colt.matrix.tobject.algo.ObjectFormatter
Returns a string representation of the given matrix.
toString() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
toString() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
toString() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.Timer
Returns a String representation of the receiver.
toString() - Method in class cern.hep.aida.bin.AbstractBin
Returns a String representation of the receiver.
toString() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns a String representation of the receiver.
toString() - Method in class cern.hep.aida.bin.DynamicBin1D
Returns a String representation of the receiver.
toString() - Method in class cern.hep.aida.bin.MightyStaticBin1D
Returns a String representation of the receiver.
toString() - Method in class cern.hep.aida.bin.QuantileBin1D
Returns a String representation of the receiver.
toString(IAxis) - Method in class cern.hep.aida.ref.Converter
Returns a string representation of the given argument.
toString(IHistogram1D) - Method in class cern.hep.aida.ref.Converter
Returns a string representation of the given argument.
toString(IHistogram2D) - Method in class cern.hep.aida.ref.Converter
Returns a string representation of the given argument.
toString(IHistogram3D) - Method in class cern.hep.aida.ref.Converter
Returns a string representation of the given argument.
toString() - Method in class cern.jet.random.Beta
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Binomial
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.BreitWigner
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.ChiSquare
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Empirical
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.EmpiricalWalker
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Exponential
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.ExponentialPower
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Gamma
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Hyperbolic
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.HyperGeometric
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Logarithmic
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.NegativeBinomial
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Normal
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Poisson
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.PoissonSlow
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.StudentT
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Beta
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Binomial
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.BreitWigner
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.ChiSquare
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.DoubleUniform
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Empirical
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.EmpiricalWalker
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Exponential
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.ExponentialPower
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Gamma
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Hyperbolic
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.HyperGeometric
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Logarithmic
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.NegativeBinomial
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Normal
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Poisson
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.PoissonSlow
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.StudentT
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.VonMises
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tdouble.Zeta
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.tfloat.FloatUniform
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Uniform
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.VonMises
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Zeta
Returns a String representation of the receiver.
toString() - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns a String representation of the receiver.
toString() - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Returns a String representation of the receiver.
toString() - Method in class flanagan.analysis.ErrorProp
 
toString(ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
toString() - Method in class hep.aida.ref.event.TreeEvent
 
toString() - Method in class hep.aida.ref.function.BaseModelFunction
 
toString() - Method in class hep.aida.ref.function.FunctionCatalog
 
toString(IFunction) - Static method in class hep.aida.ref.function.FunctionCreator
 
toString() - Method in class hep.aida.ref.histogram.binner.AbstractBinner1D
 
toString() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns a String representation of the receiver.
toString() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.tdouble.bin.MightyStaticDoubleBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.tdouble.bin.QuantileDoubleBin1D
Returns a String representation of the receiver.
toString(DoubleIAxis) - Method in class hep.aida.tdouble.ref.DoubleConverter
Returns a string representation of the given argument.
toString(DoubleIHistogram1D) - Method in class hep.aida.tdouble.ref.DoubleConverter
Returns a string representation of the given argument.
toString(DoubleIHistogram2D) - Method in class hep.aida.tdouble.ref.DoubleConverter
Returns a string representation of the given argument.
toString(DoubleIHistogram3D) - Method in class hep.aida.tdouble.ref.DoubleConverter
Returns a string representation of the given argument.
toString() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns a String representation of the receiver.
toString() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.tfloat.bin.MightyStaticFloatBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.tfloat.bin.QuantileFloatBin1D
Returns a String representation of the receiver.
toString(FloatIAxis) - Method in class hep.aida.tfloat.ref.FloatConverter
Returns a string representation of the given argument.
toString(FloatIHistogram1D) - Method in class hep.aida.tfloat.ref.FloatConverter
Returns a string representation of the given argument.
toString(FloatIHistogram2D) - Method in class hep.aida.tfloat.ref.FloatConverter
Returns a string representation of the given argument.
toString(FloatIHistogram3D) - Method in class hep.aida.tfloat.ref.FloatConverter
Returns a string representation of the given argument.
toString() - Method in class hephysics.matrix.BasicMatrix
 
toString(Matrix) - Static method in class hephysics.matrix.MatrixOp
 
toString() - Method in class hephysics.matrix.SymmetricMatrix
 
toString() - Method in class hephysics.particle.HEParticle
Convert to string
toString() - Method in class hephysics.particle.LParticle
Convert to string
toString() - Method in class hephysics.vec.Hep3Matrix
 
toString() - Method in class hephysics.vec.Hep3Vector
 
toString() - Method in class hephysics.vec.HepLorentzVector
Convert to string
toString() - Method in class hephysics.vec.SpacePoint
Output Stream
toString(Hep3Vector) - Static method in class hephysics.vec.VecOp
 
toString(HepLorentzVector) - Static method in class hephysics.vec.VecOp
 
toString(Hep3Matrix) - Static method in class hephysics.vec.VecOp
 
toString() - Method in class jhplot.FND
Convert to string
toString() - Method in class jhplot.H1D
Convert the histogram to a string
toString() - Method in class jhplot.HLabelEq
 
toString() - Method in class jhplot.io.FileRoot
Return all root objects in form of a string
toString(double[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a comma delimited string representing the value of the array.
toString(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns a comma delimited string representing the value of the array.
toString(int[]) - Static method in class jhplot.math.ArrayMathUtils
Returns a comma delimited string representing the value of the array.
toString(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Returns a comma delimited string representing the value of the array.
toString() - Method in class jhplot.math.Complex
String representation of this Complex number.
toString(double[]...) - Static method in class jhplot.math.DoubleArray
Generates a string that holds a nicely organized space-seperated version of a matrix or array.
toString(String, double[]...) - Static method in class jhplot.math.DoubleArray
Generates a string that holds a nicely organized version of a matrix or array.
toString(int[]...) - Static method in class jhplot.math.IntegerArray
 
toString() - Method in class jhplot.math.ValueErr
Convert to a string
toString() - Method in class jhplot.P0D
Get a P0D as a string.
toString() - Method in class jhplot.P0I
Get a P0I as a string.
toString() - Method in class jhplot.P1D
Convert to a string
toString() - Method in class jhplot.P2D
Convert to a string
toString() - Method in class jhplot.PND
Get a string representing PND
toString() - Method in class jhplot.PNI
Get a string representing PNI
toString() - Method in class jhplot.shapes.Arrow
Represent it as a string
toString() - Method in class jhplot.shapes.Circle
Show it as a string
toString() - Method in class jhplot.shapes.Ellipse
Show it as a string
toString() - Method in class jhplot.shapes.Line
Show it as a string
toString() - Method in class jhplot.shapes.Picture
 
toString() - Method in class jhplot.shapes.Rectan
 
toString() - Method in class jhplot.shapes.Text
Show this object
toString() - Method in class jhplot.v3d.Vector3d
 
toString() - Method in class jminhep.cluster.DataHolder
Convert to string all entries of the data holder
toString() - Method in class jminhep.cluster.DataPoint
Returns a string representation of this DataPoint
toStringByValue() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.AbstractIntIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
toStringByValue() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
toStringByValue() - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
toStringByValue() - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
toStringShort() - Method in class cern.colt.matrix.AbstractMatrix1D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.AbstractMatrix2D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns a string representation of the receiver's shape.
toTable() - Method in class jhplot.F1D
Print the F1D function to a Table in a separate Frame.
toTable(boolean) - Method in class jhplot.F1D
Print the F1D function to a Table in a separate Frame.
toTable() - Method in class jhplot.H1D
Print a H1D histogram to a Table in a separate frame.
toTable(boolean) - Method in class jhplot.H1D
Print the H1D histogram to a Table in a separate Frame.
toTable(boolean) - Method in class jhplot.HProf1D
Print the profile histogram to a Table in a separate Frame.
toTable() - Method in class jhplot.P0D
Print the P0D container to a Table in a separate Frame.
toTable(boolean) - Method in class jhplot.P0D
Print the P0D array to a Table in a separate Frame.
toTable() - Method in class jhplot.P0I
Print the P0I container to a Table in a separate Frame.
toTable(boolean) - Method in class jhplot.P0I
Print the P0I array to a Table in a separate Frame.
toTable() - Method in class jhplot.P1D
Print the P1D container to a Table in a separate Frame.
toTable(boolean) - Method in class jhplot.P1D
Print the P1D container to a Table in a separate Frame.
toTable() - Method in class jhplot.P2D
Print the P2D container to a Table in a separate Frame.
toTable(boolean) - Method in class jhplot.P2D
Print the P2D container to a Table in a separate Frame.
toTable() - Method in class jhplot.P3D
Print the P2D container to a Table in a separate Frame.
toTable(boolean) - Method in class jhplot.P3D
Print the P2D container to a Table in a separate Frame.
totalMemory() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
totalMemory() - Method in interface cern.jet.stat.tdouble.quantile.DoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
totalMemory() - Method in class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
totalMemory() - Method in interface cern.jet.stat.tfloat.quantile.FloatQuantileFinder
Returns the number of elements currently needed to store all contained elements.
totalProbesSaved - Variable in class cern.colt.map.tint.QuickOpenIntIntHashMap
 
toTitleString(DoubleMatrix2D, String[], String[], String, String, String, BinFunction1D[]) - Method in class cern.colt.matrix.doublealgo.Formatter
Same as toTitleString except that additionally statistical aggregates (mean, median, sum, etc.) of rows and columns are printed.
toTitleString(DoubleMatrix3D, String[], String[], String[], String, String, String, String, BinFunction1D[]) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(ObjectMatrix2D, String[], String[], String, String, String) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(ObjectMatrix3D, String[], String[], String[], String, String, String, String) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(DoubleMatrix2D, String[], String[], String, String, String, DoubleBinFunction1D[]) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Same as toTitleString except that additionally statistical aggregates (mean, median, sum, etc.) of rows and columns are printed.
toTitleString(DoubleMatrix3D, String[], String[], String[], String, String, String, String, DoubleBinFunction1D[]) - Method in class cern.colt.matrix.tdouble.algo.DoubleFormatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(FloatMatrix2D, String[], String[], String, String, String, FloatBinFunction1D[]) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Same as toTitleString except that additionally statistical aggregates (mean, median, sum, etc.) of rows and columns are printed.
toTitleString(FloatMatrix3D, String[], String[], String[], String, String, String, String, FloatBinFunction1D[]) - Method in class cern.colt.matrix.tfloat.algo.FloatFormatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(ObjectMatrix2D, String[], String[], String, String, String) - Method in class cern.colt.matrix.tobject.algo.ObjectFormatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(ObjectMatrix3D, String[], String[], String[], String, String, String, String) - Method in class cern.colt.matrix.tobject.algo.ObjectFormatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toUserX(int) - Method in class jhplot.jadraw.JaAxes
Move to User coordinates
toUserY(int) - Method in class jhplot.jadraw.JaAxes
Move to User coordinates
toVerboseString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the results of toString(A) and additionally the results of all sorts of decompositions applied to the given matrix.
toVerboseString(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the results of toString(A) and additionally the results of all sorts of decompositions applied to the given matrix.
toVerboseString(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the results of toString(A) and additionally the results of all sorts of decompositions applied to the given matrix.
toX(double) - Method in class jhplot.HPlot
Convert the user coordinate X to the pixel coordinate
toX(double) - Method in class jhplot.jadraw.JaAxes
Convert the user coordinate X to the pixel coordinate
toXML(IHistogram1D) - Method in class cern.hep.aida.ref.Converter
Returns a XML representation of the given argument.
toXML(IHistogram2D) - Method in class cern.hep.aida.ref.Converter
Returns a XML representation of the given argument.
toXML(DoubleIHistogram1D) - Method in class hep.aida.tdouble.ref.DoubleConverter
Returns a XML representation of the given argument.
toXML(DoubleIHistogram2D) - Method in class hep.aida.tdouble.ref.DoubleConverter
Returns a XML representation of the given argument.
toXML(FloatIHistogram1D) - Method in class hep.aida.tfloat.ref.FloatConverter
Returns a XML representation of the given argument.
toXML(FloatIHistogram2D) - Method in class hep.aida.tfloat.ref.FloatConverter
Returns a XML representation of the given argument.
toXML(Object) - Static method in class jhplot.io.Serialized
Convert object to XML using XSream package
toY(double) - Method in class jhplot.HPlot
Convert the user coordinate Y to the pixel coordinate
toY(double) - Method in class jhplot.jadraw.JaAxes
Convert the user coordinate Y to the pixel coordinate
trace(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the sum of the diagonal elements of matrix A; Sum(A[i,i]).
trace(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the sum of the diagonal elements of matrix A; Sum(A[i,i]).
trace(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the sum of the diagonal elements of matrix A; Sum(A[i,i]).
trace() - Method in class flanagan.math.Matrix
 
trace(Matrix) - Static method in class flanagan.math.Matrix
 
trace() - Method in class hephysics.vec.Hep3Matrix
Returns the trace of the matrix.
trace(double[][]) - Static method in class jhplot.math.LinearAlgebra
 
trainBackpopogation(boolean, int, double, double, double) - Method in class jhplot.HNeuralNet
Training neural network.Construct a backpropagation trainer.
TRandomVariable - Class in jhplot.math.num.random
A random variable generator for Student's t distribution.
TRandomVariable() - Constructor for class jhplot.math.num.random.TRandomVariable
Default constructor.
TRandomVariable(double) - Constructor for class jhplot.math.num.random.TRandomVariable
Create a random variable with the given degrees of freedom.
TRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.TRandomVariable
Create a random variable with the given parameters.
transApply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleAMG
 
transApply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleDiagonal
 
transApply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleICC
 
transApply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleIdentity
 
transApply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILU
 
transApply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILUT
 
transApply(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.tdouble.algo.solver.preconditioner.DoublePreconditioner
Solves the approximate transpose problem with the given right hand side.
transApply(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleSSOR
 
transApply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatAMG
 
transApply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatDiagonal
 
transApply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatICC
 
transApply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatIdentity
 
transApply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILU
 
transApply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILUT
 
transApply(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatPreconditioner
Solves the approximate transpose problem with the given right hand side.
transApply(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatSSOR
 
transfiguration() - Method in class flanagan.math.TimeAndDate
 
transfiguration(int) - Method in class flanagan.math.TimeAndDate
 
Transform - Class in cern.colt.matrix.doublealgo
Deprecated.  
transform - Static variable in class cern.colt.matrix.doublealgo.Transform
Deprecated. Little trick to allow for "aliasing", that is, renaming this class.
transform() - Method in class flanagan.math.FourierTransform
 
transformedCorrelationCoefficient() - Method in class flanagan.analysis.BoxCox
 
transformedData() - Method in class flanagan.analysis.BoxCox
 
transformedExcessKurtosis() - Method in class flanagan.analysis.BoxCox
 
transformedGradient() - Method in class flanagan.analysis.BoxCox
 
transformedIntercept() - Method in class flanagan.analysis.BoxCox
 
transformedMaximum() - Method in class flanagan.analysis.BoxCox
 
transformedMean() - Method in class flanagan.analysis.BoxCox
 
transformedMedian() - Method in class flanagan.analysis.BoxCox
 
transformedMedianSkewness() - Method in class flanagan.analysis.BoxCox
 
transformedMinimum() - Method in class flanagan.analysis.BoxCox
 
transformedMomentSkewness() - Method in class flanagan.analysis.BoxCox
 
transformedProbabilityPlot() - Method in class flanagan.analysis.BoxCox
 
transformedQuartileSkewness() - Method in class flanagan.analysis.BoxCox
 
transformedRange() - Method in class flanagan.analysis.BoxCox
 
transformedStandardDeviation() - Method in class flanagan.analysis.BoxCox
 
transformedStandardError() - Method in class flanagan.analysis.BoxCox
 
transformedVariance() - Method in class flanagan.analysis.BoxCox
 
translate(String) - Method in class hep.aida.ref.function.JELCompiledExpression.Resolver
 
translate(String) - Method in class hep.aida.ref.tuple.JELTupleProvider
 
transpose(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new view which is the transposition of the given matrix A.
transpose(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns a new view which is the transposition of the given matrix A.
transpose(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns a new view which is the transposition of the given matrix A.
Transpose - Enum in cern.colt.matrix
Transpose enumeration
transpose() - Method in class flanagan.math.Matrix
 
transpose(Matrix) - Static method in class flanagan.math.Matrix
 
transpose() - Method in class hephysics.matrix.BasicMatrix
 
transpose() - Method in interface hephysics.matrix.MutableMatrix
Tranpose this matrix (into itself)
transpose() - Method in class hephysics.matrix.SymmetricMatrix
 
transpose() - Method in class hephysics.vec.Hep3Matrix
 
transpose() - Method in class jhplot.bsom.Matrix
Transpose: X'.
transpose(double[][]) - Static method in class jhplot.math.ArrayMathUtils
Takes the transpose of an array (like the matrix operation).
transpose(int[][]) - Static method in class jhplot.math.ArrayMathUtils
Takes the transpose of an array (like the matrix operation).
transpose(double[][]) - Static method in class jhplot.math.DoubleArray
Transposes an mxn matrix into an nxm matrix.
transposed(Matrix, MutableMatrix) - Static method in class hephysics.matrix.MatrixOp
Traspose matrix mIn and write it to matrix mOut.
transposeMatrix(double[][]) - Static method in class flanagan.analysis.PCA
 
trapezium() - Method in class flanagan.integration.Integration
 
trapezium(int) - Method in class flanagan.integration.Integration
 
trapezium(IntegralFunction, double, double, int) - Static method in class flanagan.integration.Integration
 
trapezium(double, int) - Method in class flanagan.integration.Integration
 
trapezium(IntegralFunction, double, double, double, int) - Static method in class flanagan.integration.Integration
 
trapezium(int, F1D, double, double) - Static method in class jhplot.math.Numeric
Numerical integration using the trapezium rule.
trapezium2D(int, F2D, double, double, double, double) - Static method in class jhplot.math.Numeric
Numerical integration using the trapezium rule.
TrapezoidalIntegrator - Class in jhplot.math.num.integration
The extended trapezoidal rule for numerically integrating functions.
TrapezoidalIntegrator(Function) - Constructor for class jhplot.math.num.integration.TrapezoidalIntegrator
Create an integrator for the given function.
TrapezoidalIntegrator(Function, int, double) - Constructor for class jhplot.math.num.integration.TrapezoidalIntegrator
Create an integrator for the given function.
trapezoidalLower(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Modifies the matrix to be a lower trapezoidal matrix.
trapezoidalLower(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Modifies the matrix to be a lower trapezoidal matrix.
Tree - Class in hep.aida.ref.tree
 
TREE_CLOSED - Static variable in class hep.aida.ref.event.TreeEvent
 
TreeEvent - Class in hep.aida.ref.event
 
TreeEvent(Object, int, String[], Class, int) - Constructor for class hep.aida.ref.event.TreeEvent
 
TreeEvent(Object, int, String[], Class, String[]) - Constructor for class hep.aida.ref.event.TreeEvent
 
treeF() - Method in class jhplot.HPlot
Return TreeFactory associated with the plot
treeF() - Method in class jhplot.HPlotJa
Return TreeFactory associated with the plot
TreeFactory - Class in hep.aida.ref.tree
 
TreeFactory(IAnalysisFactory) - Constructor for class hep.aida.ref.tree.TreeFactory
The default constructor.
TreeFolderDoesNotExistException - Exception in hep.aida.ref.tree
 
TreeFolderDoesNotExistException() - Constructor for exception hep.aida.ref.tree.TreeFolderDoesNotExistException
Creates a new instance of TreeObjectAlreadyExistException
TreeFolderDoesNotExistException(String) - Constructor for exception hep.aida.ref.tree.TreeFolderDoesNotExistException
 
TreeObjectAlreadyExistException - Exception in hep.aida.ref.tree
 
TreeObjectAlreadyExistException() - Constructor for exception hep.aida.ref.tree.TreeObjectAlreadyExistException
Creates a new instance of TreeObjectAlreadyExistException
TreeObjectAlreadyExistException(String) - Constructor for exception hep.aida.ref.tree.TreeObjectAlreadyExistException
 
triangular(double, double) - Static method in class jhplot.math.Random
Generate a random number from a symetric triangular random variable.
triangular(double, double, double) - Static method in class jhplot.math.Random
Generate a random number from a non-symetric triangular random variable.
TriCubicSpline - Class in flanagan.interpolation
 
TriCubicSpline(double[], double[], double[], double[][][]) - Constructor for class flanagan.interpolation.TriCubicSpline
 
TriCubicSpline(int, int, int) - Constructor for class flanagan.interpolation.TriCubicSpline
 
Trigonometric - Class in jhplot.math.num.special
Utility class that provides methods related to the trigonometric functions.
trim(int, int) - Method in class cern.hep.aida.bin.DynamicBin1D
Removes the s smallest and l largest elements from the receiver.
trim(int, int) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Removes the s smallest and l largest elements from the receiver.
trim(int, int) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Removes the s smallest and l largest elements from the receiver.
trimmedMean(int, int) - Method in class cern.hep.aida.bin.DynamicBin1D
Returns the trimmed mean.
trimmedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the trimmed mean of a sorted data sequence.
trimmedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the trimmed mean of a sorted data sequence.
trimmedMean(FloatArrayList, float, int, int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the trimmed mean of a sorted data sequence.
trimmedMean(int, int) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Returns the trimmed mean.
trimmedMean(int, int) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Returns the trimmed mean.
trimToCapacity(byte[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(char[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(double[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(float[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(int[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(long[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(Object[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(short[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(boolean[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToSize() - Method in class cern.colt.list.AbstractList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.BooleanArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ByteArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.CharArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.DistinctNumberList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.DoubleArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.FloatArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.IntArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.LongArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.MinMaxNumberList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ObjectArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ShortArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.SimpleLongArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tboolean.BooleanArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tbyte.ByteArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tchar.CharArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tdouble.DoubleArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tfloat.FloatArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tint.IntArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tlong.DistinctNumberList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tlong.LongArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tlong.MinMaxNumberList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tlong.SimpleLongArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tobject.ObjectArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.tshort.ShortArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.AbstractMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenDoubleIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntDoubleHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntObjectHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenLongObjectHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tint.OpenIntIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.matrix.AbstractMatrix
Releases any superfluous internal memory.
trimToSize() - Method in class cern.colt.matrix.impl.AbstractMatrix
Releases any superfluous internal memory.
trimToSize() - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tdouble.impl.SparseCCMDoubleMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
 
trimToSize() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
trimToSize() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tdouble.impl.SparseRCMDoubleMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfloat.impl.SparseCCMFloatMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
 
trimToSize() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
trimToSize() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tfloat.impl.SparseRCMFloatMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tint.impl.SparseCCMIntMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
 
trimToSize() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
trimToSize() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tint.impl.SparseRCMIntMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tlong.impl.SparseCCMLongMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
 
trimToSize() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
trimToSize() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tlong.impl.SparseRCMLongMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tobject.impl.SparseCCMObjectMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.tobject.impl.SparseRCMObjectMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
trimToSize() - Method in class cern.hep.aida.bin.AbstractBin
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.hep.aida.bin.AbstractBin1D
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.hep.aida.bin.DynamicBin1D
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Trims the capacity of the receiver to be the receiver's current size.
trinitySunday() - Method in class flanagan.math.TimeAndDate
 
trinitySunday(int) - Method in class flanagan.math.TimeAndDate
 
triplePartition(double[], double[], double[], int, int, double[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.triplePartition(int[],int[],int[],int,int,int[],int,int,int[]) except that it synchronously partitions double[] rather than int[] arrays.
triplePartition(double[], double[], double[], int, int, double) - Static method in class cern.colt.Partitioning
Same as Partitioning.triplePartition(int[],int[],int[],int,int,int) except that it synchronously partitions double[] rather than int[] arrays.
triplePartition(int[], int[], int[], int, int, int[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that this method synchronously partitions three arrays at the same time; all three arrays are partially sorted according to the elements of the primary array.
triplePartition(int[], int[], int[], int, int, int) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that this method synchronously partitions three arrays at the same time; all three arrays are partially sorted according to the elements of the primary array.
trueSampleNumber() - Method in class flanagan.analysis.Stat
 
trueSampleNumber_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
trueSampleNumber_as_Complex() - Method in class flanagan.analysis.Stat
 
trueSampleNumber_as_double() - Method in class flanagan.analysis.Stat
 
trueSampleNumber_as_int() - Method in class flanagan.analysis.Stat
 
truncate(ErrorProp, int) - Static method in class flanagan.analysis.ErrorProp
 
truncate(int) - Method in class flanagan.analysis.ErrorProp
 
truncate(int) - Method in class flanagan.analysis.Stat
 
truncate(int) - Method in class flanagan.math.ArrayMaths
 
truncate(double, int) - Static method in class flanagan.math.Fmath
 
truncate(float, int) - Static method in class flanagan.math.Fmath
 
tsallisEntropyNat(double) - Method in class flanagan.analysis.Stat
 
tsallisEntropyNat(double[], double) - Static method in class flanagan.analysis.Stat
 
tuple(int) - Method in class hep.aida.ref.tuple.AbstractTuple
 
tuple(int) - Method in interface hep.aida.ref.tuple.FTuple
 
tuple(int) - Method in class hep.aida.ref.tuple.FTupleAdapter
 
Tuple - Class in hep.aida.ref.tuple
 
Tuple(String, String, String[], Class[], String) - Constructor for class hep.aida.ref.tuple.Tuple
 
Tuple(String, String, String, String) - Constructor for class hep.aida.ref.tuple.Tuple
 
Tuple.TupleColumnFactory - Class in hep.aida.ref.tuple
 
Tuple.TupleColumnFactory() - Constructor for class hep.aida.ref.tuple.Tuple.TupleColumnFactory
 
TupleColumn - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnBoolean - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnByte - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnChar - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnDouble - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnFloat - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnFolder - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnInt - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnLong - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnObject - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnShort - Class in hep.aida.ref.tuple
 
TupleColumn.TupleColumnString - Class in hep.aida.ref.tuple
 
TupleCursor - Class in hep.aida.ref.tuple
 
TupleCursor(int, int, boolean) - Constructor for class hep.aida.ref.tuple.TupleCursor
 
TupleEvent - Class in hep.aida.ref.tuple
 
TupleEvent(Object) - Constructor for class hep.aida.ref.tuple.TupleEvent
 
TupleFactory - Class in hep.aida.ref.tuple
 
TupleFactory(ITree) - Constructor for class hep.aida.ref.tuple.TupleFactory
 
twelfthJuly() - Method in class flanagan.math.TimeAndDate
 
twelfthJuly(int) - Method in class flanagan.math.TimeAndDate
 
TWELVE - Static variable in class cern.colt.matrix.linalg.Property
A Property object with tolerance()==1.0E-12.
TWELVE - Static variable in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
A Property object with tolerance()==1.0E-12.
TWELVE - Static variable in class cern.colt.matrix.tdouble.algo.DoubleProperty
A Property object with tolerance()==1.0E-12.
twoBodyDecay(HEParticle, HEParticle, boolean) - Method in class hephysics.particle.HEParticle
Evaluates 4-vector of decay product in the rest frame of parent.
twoBodyDecay(LParticle, LParticle, boolean) - Method in class hephysics.particle.LParticle
Evaluates 4-vector of decay product in the rest frame of parent.
twoDarray(int, int) - Static method in class flanagan.analysis.ErrorProp
 
twoDarray(int, int, double, double) - Static method in class flanagan.analysis.ErrorProp
 
twoDarray(int, int, ErrorProp) - Static method in class flanagan.analysis.ErrorProp
 
twoDarray(int, int) - Static method in class jhplot.math.ValueErr
Create a two dimensional array of ValueErr objects of dimensions n and m with zeros
twopi - Static variable in class cern.clhep.PhysicalConstants
 
twopi_mc2_rcl2 - Static variable in class cern.clhep.PhysicalConstants
 
type() - Method in class hep.aida.ref.function.Range
Get the IRange type.
type() - Method in class hep.aida.ref.GenericFactory
 
type() - Method in class hep.aida.ref.ManagedObject
 
type() - Method in class hep.aida.ref.tree.Folder
 
type() - Method in class hep.aida.ref.tree.Link
 
type() - Method in class hep.aida.ref.tree.MountPoint
 
type() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
 
type() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ITupleTupleColumn
 
type() - Method in interface hep.aida.ref.tuple.FTupleColumn
 
type() - Method in class hep.aida.ref.tuple.TupleColumn
 
typeForClass(Class) - Static method in class hep.aida.ref.ManagedObject
 
typeIndex() - Method in class flanagan.math.ArrayMaths
 

U

UnbinnedMaximumLikelihoodFitMethod - Class in hep.aida.ref.fitter.fitmethod
 
UnbinnedMaximumLikelihoodFitMethod() - Constructor for class hep.aida.ref.fitter.fitmethod.UnbinnedMaximumLikelihoodFitMethod
 
UNDERFLOW - Static variable in interface hep.aida.tdouble.DoubleIHistogram
Constant specifying the underflow bin (can be passed to any method expecting a bin number).
UNDERFLOW - Static variable in interface hep.aida.tfloat.FloatIHistogram
Constant specifying the underflow bin (can be passed to any method expecting a bin number).
UNDERFLOW_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.H1D
 
UnfillableHistogramException - Exception in hep.aida.ref.histogram
Exception thrown if an IHistogram is unfillable.
UnfillableHistogramException() - Constructor for exception hep.aida.ref.histogram.UnfillableHistogramException
 
Uniform - Class in cern.jet.random
Uniform distribution; Math definition and animated definition.
Uniform(double, double, int) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with the given minimum and maximum, using a MersenneTwister seeded with the given seed.
Uniform(double, double, RandomEngine) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with the given minimum and maximum.
Uniform(RandomEngine) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with min=0.0 and max=1.0.
Uniform - Class in jhplot.math.num.pdf
The Uniform distribution (1).
Uniform() - Constructor for class jhplot.math.num.pdf.Uniform
Default constructor.
Uniform(double, double) - Constructor for class jhplot.math.num.pdf.Uniform
Create a distribution with the given lower bound and upper bound values.
uniform(double, double) - Static method in class jhplot.math.Random
Generate a random number from a uniform random variable.
UNIFORM_BOUNDS - Static variable in class jhplot.math.Slicing
 
uniformOrderStatisticMedians(int) - Static method in class flanagan.analysis.Stat
 
UniformRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Uniform distribution.
UniformRandomVariable() - Constructor for class jhplot.math.num.random.UniformRandomVariable
Default constructor.
UniformRandomVariable(double, double) - Constructor for class jhplot.math.num.random.UniformRandomVariable
Create a random variable with the given lower bound and upper bound values.
UniformRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.UniformRandomVariable
Create a random variable with the given parameters.
uniqueIntegerArray(int, int) - Method in class flanagan.math.PsRandom
 
uniqueIntegerArray(int) - Method in class flanagan.math.PsRandom
 
unit(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
returns (0,0,0) vector if input vector has length 0
unit(Hep3Vector) - Static method in class hephysics.vec.VecOp
returns (0,0,0) vector if input vector has length 0
unitMatrix(int) - Static method in class flanagan.math.Matrix
 
unitMatrix(int, int) - Static method in class flanagan.math.Matrix
 
Units - Class in cern.clhep
High Energy Physics coherent system of Units.
universe_mean_density - Static variable in class cern.clhep.PhysicalConstants
 
unknown_N_compute_B_and_K(double, double, int) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
unknown_N_compute_B_and_K(double, double, int) - Static method in class cern.jet.stat.tdouble.quantile.DoubleQuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
unknown_N_compute_B_and_K(float, float, int) - Static method in class cern.jet.stat.tfloat.quantile.FloatQuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
unmount(String) - Method in class hep.aida.ref.tree.Tree
Unmount a subtree at a given path (mount point).
unweightedRegression() - Method in class flanagan.analysis.ProbabilityPlot
 
update() - Method in class jhplot.HChart
Update all plots
update(int, int) - Method in class jhplot.HChart
Update the chart
update(int, int) - Method in class jhplot.HPlot
Refresh only a particular plot
update() - Method in class jhplot.HPlot
Just update the current plot selected using cd() method
update() - Method in class jhplot.HPlot2D
Update current canvas
update(int, int) - Method in class jhplot.HPlot3D
Refresh only a particular plot
update() - Method in class jhplot.HPlot3D
Update the graphics
update() - Method in class jhplot.HPlot3DP
Just update the current plot selected using cd() method
update() - Method in class jhplot.HPlotJa
Update the canvas by repainting all objects
update(int, int) - Method in class jhplot.HView3D
Refresh only a particular plot
update() - Method in class jhplot.HView3D
Just update the current plot selected using cd() method
update() - Method in class jhplot.HZirkel
Update the canvas with new objects.
update(Object, String) - Method in class jhplot.io.HDataBase
Update the database with a new value
update() - Method in class jhplot.SPlot
Repaint the plot and update all graphics.
update(Graphics) - Method in class jhplot.v3d.Animation
 
update(Graphics) - Method in class jhplot.v3d.Canvas3d
 
updateAll() - Method in class jhplot.HPlot
Refresh all the plots on the same canvas HPLOT
updateAll() - Method in class jhplot.HPlot3D
Refresh all the plots on the same canvas HPLOT
updateAll() - Method in class jhplot.HPlot3DP
Refresh all the plots on the same canvas HPLOT
updateAll() - Method in class jhplot.HView3D
Refresh all the plots on the same canvas HPLOT
updateCoor() - Method in class jhplot.jadraw.JaObject
 
updateData(int, int) - Method in class jhplot.HPlot3D
Update data on the plot
updateData() - Method in class jhplot.HPlot3D
Update data on the plot
updateDivideByRowVector(Matrix) - Method in class jhplot.bsom.Matrix
X_{ij} = X_{ij}/v_{j}.
updateExp() - Method in class jhplot.bsom.Matrix
Update by exponential : exp(X_{ij})
updateFrame() - Method in class jhplot.GHFrame
update frame UI
updateGraphIfShowing() - Method in class jhplot.HPlot
Update the graph if it is showing.
updateLinearConv(double, double, Matrix) - Method in class jhplot.bsom.Matrix
Update by Linear conversion: X = a*X + b*Y.
updateNDC() - Method in class jhplot.jadraw.JaObject
 
updateRecord(RecordWriter) - Method in class jhplot.io.BaseRecordsFile
Updates an existing record.
updateSettings(XMLRead) - Method in class jhplot.shapes.HShape
Update the current primitive with the settings.
updateSummary() - Method in class jhplot.P1D
Update summary of the data.
upperBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
The upper bandwidth of a square matrix A is the maximum j-i for which A[i,j] is nonzero and j > i.
upperBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
The upper bandwidth of a square matrix A is the maximum j-i for which A[i,j] is nonzero and j > i.
upperBandwidth(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
The upper bandwidth of a square matrix A is the maximum j-i for which A[i,j] is nonzero and j > i.
upperBandwidth(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
The upper bandwidth of a square matrix A is the maximum j-i for which A[i,j] is nonzero and j > i.
upperBandwidth(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
The upper bandwidth of a square matrix A is the maximum j-i for which A[i,j] is nonzero and j > i.
upperBound() - Method in class hep.aida.ref.fitter.FitParameterSettings
 
upperBound() - Method in class hep.aida.ref.function.Range
Get the upper bound.
upperBounds() - Method in class hep.aida.ref.function.RangeSet
 
upperEdge() - Method in class cern.hep.aida.ref.FixedAxis
 
upperEdge() - Method in class cern.hep.aida.ref.VariableAxis
 
upperEdge() - Method in class hep.aida.ref.histogram.Cloud1D
Get the Cloud's upper edge.
upperEdge() - Method in class hep.aida.ref.histogram.FixedAxis
Get the Axis upper edge.
upperEdge() - Method in class hep.aida.ref.histogram.VariableAxis
 
upperEdge() - Method in interface hep.aida.tdouble.DoubleIAxis
Upper axis edge.
upperEdge() - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
upperEdge() - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
upperEdge() - Method in interface hep.aida.tfloat.FloatIAxis
Upper axis edge.
upperEdge() - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
upperEdge() - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
upperEdgeWithMargin() - Method in class hep.aida.ref.histogram.Cloud1D
 
upperEdgeX() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's x upper edge.
upperEdgeX() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's x upper edge.
upperEdgeXWithMargin() - Method in class hep.aida.ref.histogram.Cloud2D
 
upperEdgeXWithMargin() - Method in class hep.aida.ref.histogram.Cloud3D
 
upperEdgeY() - Method in class hep.aida.ref.histogram.Cloud2D
Get the Cloud's y upper edge.
upperEdgeY() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's y upper edge.
upperEdgeYWithMargin() - Method in class hep.aida.ref.histogram.Cloud2D
 
upperEdgeYWithMargin() - Method in class hep.aida.ref.histogram.Cloud3D
 
upperEdgeZ() - Method in class hep.aida.ref.histogram.Cloud3D
Get the Cloud's z upper edge.
upperEdgeZWithMargin() - Method in class hep.aida.ref.histogram.Cloud3D
 
upperExtent(int) - Method in class hep.aida.ref.histogram.DataPoint
Get the upper value for a give axis.
upperExtent(int) - Method in class hep.aida.ref.histogram.DataPointSet
 
upperOutliersAnscombe(double) - Method in class flanagan.analysis.Stat
 
upperOutliersAnscombe(BigDecimal) - Method in class flanagan.analysis.Stat
 
upperOutliersAnscombe(BigInteger) - Method in class flanagan.analysis.Stat
 
upperOutliersAnscombe(double[], double) - Static method in class flanagan.analysis.Stat
 
upperOutliersAnscombe(BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
upperOutliersAnscombe(BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
upperOutliersAnscombe_as_BigDecimal(BigDecimal) - Method in class flanagan.analysis.Stat
 
upperOutliersAnscombe_as_BigDecimal(BigInteger) - Method in class flanagan.analysis.Stat
 
upperOutliersAnscombe_as_double(double) - Method in class flanagan.analysis.Stat
 
upperOutliersAnscombeAsArrayList(double[], double) - Static method in class flanagan.analysis.Stat
 
upperOutliersAnscombeAsArrayList(BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
upperOutliersAnscombeAsArrayList(BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
upperOutliersAnscombeAsVector(double[], double) - Static method in class flanagan.analysis.Stat
 
upperOutliersAnscombeAsVector(BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
upperOutliersAnscombeAsVector(BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
useCorrelationMatrix() - Method in class flanagan.analysis.PCA
 
useCovarianceMatrix() - Method in class flanagan.analysis.PCA
 
usedNumberOfItems() - Method in class flanagan.analysis.Scores
 
usedNumberOfPersons() - Method in class flanagan.analysis.Scores
 
usedresponsesAsRowPerPerson() - Method in class flanagan.analysis.Scores
 
usedScoresAsRowPerItem() - Method in class flanagan.analysis.Scores
 
usedScoresAsRowPerPerson() - Method in class flanagan.analysis.Scores
 
usedTotalNumberOfScores() - Method in class flanagan.analysis.Scores
 
useEffectiveN() - Method in class flanagan.analysis.Stat
 
useErrorColumnMean() - Method in class flanagan.analysis.RankAnalysis
 
useErrorRowMean() - Method in class flanagan.analysis.RankAnalysis
 
useFunctionGradient() - Method in class hep.aida.ref.fitter.Fitter
 
useGaussianDeviates() - Method in class flanagan.analysis.PCA
 
useNormalVarimax() - Method in class flanagan.analysis.PCA
 
useNumberOfTics(int) - Method in class jhplot.HPlot
Returns whether or not to use a fixed number of ticks.
USER_HOME - Static variable in class jhplot.HPlotJa
The current user's home directory.
USER_NAME - Static variable in class jhplot.HPlotJa
The current user.
useRawVarimax() - Method in class flanagan.analysis.PCA
 
UserFunction - Class in hep.aida.ref.function
 
UserFunction() - Constructor for class hep.aida.ref.function.UserFunction
 
UserFunction(String) - Constructor for class hep.aida.ref.function.UserFunction
 
UserFunction(String[], String[]) - Constructor for class hep.aida.ref.function.UserFunction
 
useStaticEffectiveN() - Static method in class flanagan.analysis.Stat
 
useStaticTrueN() - Static method in class flanagan.analysis.Stat
 
useTrueN() - Method in class flanagan.analysis.Stat
 
useUniformDeviates() - Method in class flanagan.analysis.PCA
 
Util - Class in jhplot.v3d
Various useful functions of general purpose.
Utils - Class in cern.jet.stat
Holds some utility methods shared by different quantile finding implementations.

V

v() - Method in class hephysics.vec.Hep3Vector
 
v() - Method in class hephysics.vec.SpacePoint
Returns the space point as a double array in its internal representation
v3() - Method in class hephysics.vec.HepLorentzVector
Get 3-vector
vabs() - Method in class jhplot.v3d.Vector3d
 
value() - Method in class cern.hep.aida.bin.AbstractBin
Returns value(0).
value(int) - Method in class cern.hep.aida.bin.AbstractBin
Returns a custom definable "value" measure; override this method if necessary.
value(String) - Method in class hep.aida.ref.Annotation
Retrieve the value for a given key.
value(int) - Method in class hep.aida.ref.Annotation
Get the value corresponding to the item in a given position in the Annotation.
value() - Method in class hep.aida.ref.fitter.fitdata.FitDataIterator
 
value(double[]) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
value(double[]) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
value(double[]) - Method in class hep.aida.ref.function.AbstractIFunction
Provide value for your function here.
value(double[]) - Method in class hep.aida.ref.function.BaseModelFunction
 
value(double[]) - Method in class hep.aida.ref.function.NonParametricFunction
 
value(double[]) - Method in class hep.aida.ref.function.SumOfFunctions
 
value(double[]) - Method in class hep.aida.ref.function.UserFunction
 
value(int) - Method in class hep.aida.ref.histogram.Cloud1D
Get a given value from the Cloud.
value() - Method in class hep.aida.ref.histogram.Measurement
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BooleanTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ByteTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.CharTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.DoubleTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.FloatTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.IntTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ITupleTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.LongTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ObjectTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.ShortTupleColumn
 
value() - Method in class hep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.StringTupleColumn
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnBoolean
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnBoolean
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnByte
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnByte
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnChar
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnChar
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnDouble
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnDouble
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFloat
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFloat
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnFolder
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnInt
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnInt
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnLong
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnLong
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnObject
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnObject
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnShort
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnShort
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnString
 
value() - Method in class hep.aida.ref.tuple.TupleColumn.TupleColumnString
 
value(FTupleCursor, Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
value(int, Value) - Method in class hep.aida.ref.tuple.TupleColumn
 
value() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns value(0).
value(int) - Method in class hep.aida.tdouble.bin.AbstractDoubleBin
Returns a custom definable "value" measure; override this method if necessary.
value() - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns value(0).
value(int) - Method in class hep.aida.tfloat.bin.AbstractFloatBin
Returns a custom definable "value" measure; override this method if necessary.
value(double[]) - Method in class jhplot.fit.BreitWigner
 
value(double[]) - Method in class jhplot.fit.Exponent
 
value(double[]) - Method in class jhplot.fit.Gauss
 
value(double[]) - Method in class jhplot.fit.Landau
 
value(double[]) - Method in class jhplot.fit.NegativeBinomial
Get value of this function
value(double[]) - Method in class jhplot.fit.P0
 
value(double[]) - Method in class jhplot.fit.P1
 
value(double[]) - Method in class jhplot.fit.P2
 
value(double[]) - Method in class jhplot.fit.P3
 
value(double[]) - Method in class jhplot.fit.P4
 
value(double[]) - Method in class jhplot.fit.P5
 
value(double[]) - Method in class jhplot.fit.P6
 
value(double[]) - Method in class jhplot.fit.Poisson
 
value(double[]) - Method in class jhplot.fit.Pow
 
value(double[]) - Method in class jhplot.fit.PowModified
 
VALUE_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P0D
 
VALUE_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P0I
 
VALUE_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PND
 
VALUE_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PNI
 
valueArea(double[][], String, String) - Method in class jhplot.HChart
Set a value to Area data set.
valueBar(double, String, String) - Method in class jhplot.HChart
Set a value to a Bar chart.
valueBar3D(double, String, String) - Method in class jhplot.HChart
Set a value to a 3D Bar chart.
valueChanged(TreeSelectionEvent) - Method in class jhplot.root.RootHistogramBrowser
 
ValueErr - Class in jhplot.math
A value represented with the number (value) and associated error.
ValueErr() - Constructor for class jhplot.math.ValueErr
Initialize error propagations
ValueErr(double) - Constructor for class jhplot.math.ValueErr
Initialize with value and set error=0
ValueErr(double, double) - Constructor for class jhplot.math.ValueErr
Initialize error propagation
valueHistogram(double[]) - Method in class jhplot.HChart
Set data to make a histogram.
valueHistogram(double[], String, int, double, double) - Method in class jhplot.HChart
Build a histogram from an array.
valueLine(double, String, String) - Method in class jhplot.HChart
Set a value to a Line chart.
valueOf(String) - Static method in enum cern.colt.matrix.io.MatrixInfo.MatrixField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.colt.matrix.io.MatrixInfo.MatrixSymmetry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.colt.matrix.io.VectorInfo.VectorField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.colt.matrix.Norm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.colt.matrix.tdouble.algo.solver.HyBRInnerSolver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.colt.matrix.tdouble.algo.solver.HyBRRegularizationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cern.colt.matrix.Transpose
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hephysics.vec.SpacePoint.Representation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.netlib.utils.JNIMethods.ARCHType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.netlib.utils.JNIMethods.OSType
Returns the enum constant of this type with the specified name.
valuePie(String, double) - Method in class jhplot.HChart
Set a value to pie data set
valuePie3D(String, double) - Method in class jhplot.HChart
Set a value to 3D pie data set.
values() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a list filled with all values contained in the receiver.
values(IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a list filled with all values contained in the receiver.
values(DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.AbstractIntIntMap
Returns a list filled with all values contained in the receiver.
values(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a list filled with all values contained in the receiver.
values(ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a list filled with all values contained in the receiver.
values(ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all values contained in the receiver into the specified list.
values(IntArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
Fills all values contained in the receiver into the specified list.
values(DoubleArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
Fills all values contained in the receiver into the specified list.
values(IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
Fills all values contained in the receiver into the specified list.
values(ObjectArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
Fills all values contained in the receiver into the specified list.
values(ObjectArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Returns a list filled with all values contained in the receiver.
values(IntArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Returns a list filled with all values contained in the receiver.
values(LongArrayList) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Returns a list filled with all values contained in the receiver.
values(DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Returns a list filled with all values contained in the receiver.
values(DoubleArrayList) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Fills all values contained in the receiver into the specified list.
values(IntArrayList) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Fills all values contained in the receiver into the specified list.
values(LongArrayList) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
Fills all values contained in the receiver into the specified list.
values(DoubleArrayList) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Fills all values contained in the receiver into the specified list.
values(DoubleArrayList) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Returns a list filled with all values contained in the receiver.
values(IntArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Returns a list filled with all values contained in the receiver.
values(LongArrayList) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Returns a list filled with all values contained in the receiver.
values(FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Returns a list filled with all values contained in the receiver.
values(FloatArrayList) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Fills all values contained in the receiver into the specified list.
values(IntArrayList) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Fills all values contained in the receiver into the specified list.
values(LongArrayList) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
Fills all values contained in the receiver into the specified list.
values(FloatArrayList) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Fills all values contained in the receiver into the specified list.
values(FloatArrayList) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tint.AbstractIntIntMap
Returns a list filled with all values contained in the receiver.
values(IntArrayList) - Method in class cern.colt.map.tint.AbstractIntIntMap
Fills all values contained in the receiver into the specified list.
values(IntArrayList) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tlong.AbstractIntLongMap
Returns a list filled with all values contained in the receiver.
values(LongArrayList) - Method in class cern.colt.map.tlong.AbstractIntLongMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tlong.AbstractLongIntMap
Returns a list filled with all values contained in the receiver.
values(IntArrayList) - Method in class cern.colt.map.tlong.AbstractLongIntMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tlong.AbstractLongLongMap
Returns a list filled with all values contained in the receiver.
values(LongArrayList) - Method in class cern.colt.map.tlong.AbstractLongLongMap
Fills all values contained in the receiver into the specified list.
values(LongArrayList) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
Fills all values contained in the receiver into the specified list.
values(IntArrayList) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
Fills all values contained in the receiver into the specified list.
values(LongArrayList) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Returns a list filled with all values contained in the receiver.
values(ObjectArrayList) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Returns a list filled with all values contained in the receiver.
values(ObjectArrayList) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Fills all values contained in the receiver into the specified list.
values(ObjectArrayList) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Fills all values contained in the receiver into the specified list.
values(ObjectArrayList) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Fills all values contained in the receiver into the specified list.
values() - Static method in enum cern.colt.matrix.io.MatrixInfo.MatrixField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.colt.matrix.io.MatrixInfo.MatrixSymmetry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.colt.matrix.io.VectorInfo.VectorField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.colt.matrix.Norm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.colt.matrix.tdouble.algo.solver.HyBRInnerSolver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.colt.matrix.tdouble.algo.solver.HyBRRegularizationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cern.colt.matrix.Transpose
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hephysics.vec.SpacePoint.Representation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.netlib.utils.JNIMethods.ARCHType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.netlib.utils.JNIMethods.OSType
Returns an array containing the constants of this enum type, in the order they are declared.
valueX(int) - Method in class hep.aida.ref.histogram.Cloud2D
Get a given x value from the Cloud.
valueX(int) - Method in class hep.aida.ref.histogram.Cloud3D
Get a given x value from the Cloud.
valueXY(P1D) - Method in class jhplot.HChart
Set XY data from a P1D.
valueXYerrors(P1D) - Method in class jhplot.HChart
Set XY data from a P1D.
valueY(int) - Method in class hep.aida.ref.histogram.Cloud2D
Get a given y value from the Cloud.
valueY(int) - Method in class hep.aida.ref.histogram.Cloud3D
Get a given y value from the Cloud.
valueZ(int) - Method in class hep.aida.ref.histogram.Cloud3D
Get a given z value from the Cloud.
VariableAxis - Class in cern.hep.aida.ref
Variable-width axis; A reference implementation of hep.aida.IAxis.
VariableAxis(double[]) - Constructor for class cern.hep.aida.ref.VariableAxis
Constructs and returns an axis with the given bin edges.
VariableAxis - Class in hep.aida.ref.histogram
Variable-width axis; A reference implementation of hep.aida.IAxis.
VariableAxis(double[]) - Constructor for class hep.aida.ref.histogram.VariableAxis
Constructs and returns an axis with the given bin edges.
variableModel - Variable in class jhplot.io.HFileBrowser
 
variableModel - Variable in class jhplot.io.PFileBrowser
 
variableName(int) - Method in class hep.aida.ref.fitter.InternalFitFunction
 
variableName(int) - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
variableName(int) - Method in class hep.aida.ref.function.AbstractIFunction
 
variableName(int) - Method in class hep.aida.ref.function.BaseModelFunction
 
variableName(int) - Method in class hep.aida.ref.function.SumOfFunctions
 
variableNames() - Method in class hep.aida.ref.fitter.InternalFitFunction
 
variableNames() - Method in class hep.aida.ref.function.AbstractDevModelFunction
 
variableNames() - Method in class hep.aida.ref.function.AbstractIFunction
 
variableNames() - Method in class hep.aida.ref.function.BaseModelFunction
 
variableNames() - Method in class hep.aida.ref.function.SumOfFunctions
 
variance() - Method in class cern.hep.aida.bin.AbstractBin1D
Returns the sample variance, which is Sum( (x[i]-mean())2 ) / (size()-1).
variance(double) - Static method in class cern.jet.stat.Descriptive
Returns the variance from a standard deviation.
variance(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the variance of a data sequence.
variance(double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the variance from a standard deviation.
variance(int, double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the variance of a data sequence.
variance(float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the variance from a standard deviation.
variance(int, float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the variance of a data sequence.
variance() - Method in class flanagan.analysis.Stat
 
variance(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
variance(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
variance(Complex[]) - Static method in class flanagan.analysis.Stat
 
variance(double[]) - Static method in class flanagan.analysis.Stat
 
variance(float[]) - Static method in class flanagan.analysis.Stat
 
variance(int[]) - Static method in class flanagan.analysis.Stat
 
variance(long[]) - Static method in class flanagan.analysis.Stat
 
variance(double[], double[]) - Static method in class flanagan.analysis.Stat
 
variance(float[], float[]) - Static method in class flanagan.analysis.Stat
 
variance(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
variance(BigDecimal[], BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
variance(BigInteger[], BigInteger[]) - Static method in class flanagan.analysis.Stat
 
variance() - Method in class flanagan.math.Matrix
 
variance() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the sample variance, which is Sum( (x[i]-mean())2 ) / (size()-1).
variance() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the sample variance, which is Sum( (x[i]-mean())2 ) / (size()-1).
variance(double[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the (bias-corrected sample) variance.
variance(int[]) - Static method in class jhplot.math.ArrayMathUtils
Computes the (bias-corrected sample) variance.
variance(double[]) - Static method in class jhplot.math.StatisticSample
Variance
variance(double[][]) - Static method in class jhplot.math.StatisticSample
Variance
variance() - Method in class jhplot.P0D
Returns the variance.
variance() - Method in class jhplot.P0I
Returns the variance.
variance(double[]) - Static method in class jhplot.stat.Statistics
Variance
variance(double[][]) - Static method in class jhplot.stat.Statistics
Variance
variance_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
variance_as_Complex() - Method in class flanagan.analysis.Stat
 
variance_as_Complex_ConjugateCalcn() - Method in class flanagan.analysis.Stat
 
variance_as_double() - Method in class flanagan.analysis.Stat
 
variance_of_ComplexImaginaryParts() - Method in class flanagan.analysis.Stat
 
variance_of_ComplexModuli() - Method in class flanagan.analysis.Stat
 
variance_of_ComplexRealParts() - Method in class flanagan.analysis.Stat
 
varianceConjugateCalcn(Complex[]) - Static method in class flanagan.analysis.Stat
 
varianceConjugateCalcn(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
varianceImaginaryParts(Complex[]) - Static method in class flanagan.analysis.Stat
 
varianceImaginaryParts(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
varianceModuli(Complex[]) - Static method in class flanagan.analysis.Stat
 
varianceModuli(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
varianceRealParts(Complex[]) - Static method in class flanagan.analysis.Stat
 
varianceRealParts(Complex[], Complex[]) - Static method in class flanagan.analysis.Stat
 
varimaxAngle(double[][], int, int) - Static method in class flanagan.analysis.PCA
 
varimaxCriterion(double[][]) - Static method in class flanagan.analysis.PCA
 
varimaxRotation(int) - Method in class flanagan.analysis.PCA
 
varimaxRotation(double[][]) - Method in class flanagan.analysis.PCA
 
varimaxRotation(double[][], double[]) - Method in class flanagan.analysis.PCA
 
vars() - Method in class hep.aida.ref.fitter.fitdata.FitDataIterator
 
VARS_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.FND
 
VecOp - Class in hephysics.vec
Utility methods for dealing with 3 and 4 vectors.
Vector3d - Class in jhplot.v3d
Vector manipulations
Vector3d() - Constructor for class jhplot.v3d.Vector3d
 
Vector3d(Vector3d) - Constructor for class jhplot.v3d.Vector3d
 
Vector3d(float, float, float) - Constructor for class jhplot.v3d.Vector3d
 
VectorInfo - Class in cern.colt.matrix.io
Contains information on a vector in a variant of the Matrix Market exchange format
VectorInfo(boolean, VectorInfo.VectorField) - Constructor for class cern.colt.matrix.io.VectorInfo
Creates a specific type
VectorInfo.VectorField - Enum in cern.colt.matrix.io
What kind of numbers are stored
vectorize() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns a vector obtained by stacking the columns of this matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns a vector obtained by stacking the columns of each slice of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns a vector obtained by stacking the columns of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns a vector obtained by stacking the columns of each slice of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns a vector obtained by stacking the columns of this matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns a vector obtained by stacking the columns of each slice of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns a vector obtained by stacking the columns of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns a vector obtained by stacking the columns of each slice of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns a vector obtained by stacking the columns of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns a vector obtained by stacking the columns of each slice of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Returns a vector obtained by stacking the columns of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns a vector obtained by stacking the columns of each slice of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
vectorize() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
vectorize() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Returns a vector obtained by stacking the columns of the matrix on top of one another.
vectorize() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Returns a vector obtained by stacking the columns of the matrix on top of one another.
vectorNorm2(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the two-norm (aka euclidean norm) of vector X.vectorize();
vectorNorm2(DoubleMatrix3D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Returns the two-norm (aka euclidean norm) of vector X.vectorize();
vectorNorm2(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the two-norm (aka euclidean norm) of vector X.vectorize();
vectorNorm2(FloatMatrix3D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Returns the two-norm (aka euclidean norm) of vector X.vectorize();
VectorSize - Class in cern.colt.matrix.io
Contains the size of a vector stored in a variant of the Matrix Market exchange format
VectorSize(int) - Constructor for class cern.colt.matrix.io.VectorSize
Constructor for VectorSize.
VectorSize(int, int) - Constructor for class cern.colt.matrix.io.VectorSize
Constructor for VectorSize
vers(double) - Static method in class flanagan.math.Fmath
 
Version - Class in cern.colt
Information about the current release.
VERSION - Static variable in class jhplot.HPlotJa
The current version of japlot.jaxodraw.
Version - Static variable in class jhplot.HZirkel
 
VERSION_NUMBER - Static variable in class jhplot.HPlotJa
The version number of this release of japlot.jaxodraw.
Vertex(int, float, float) - Static method in class jhplot.jadraw.Diagram
Get a vertex object
verticalSum() - Method in class jhplot.bsom.Matrix
Make a vertical-summation vector.
veteransDayUK() - Method in class flanagan.math.TimeAndDate
 
veteransDayUK(int) - Method in class flanagan.math.TimeAndDate
 
VHolder - Class in jhplot
A class to transform any HPlot container (H1D,H2D,P1D..) to a vector for further manipulations
VHolder(H1D, boolean) - Constructor for class jhplot.VHolder
Create a VHolder object with H1D histogram
VHolder(F1D, boolean) - Constructor for class jhplot.VHolder
Create a VHolder object with F1D function
VHolder(DataHolder, boolean) - Constructor for class jhplot.VHolder
Get Vectors from multidimensional data container
VHolder(P1D, boolean) - Constructor for class jhplot.VHolder
Create a VHolder object from P1D container.
VHolder(P2D, boolean) - Constructor for class jhplot.VHolder
Create a VHolder object from P2D container.
VHolder(P0D, boolean) - Constructor for class jhplot.VHolder
Create a VHolder object from P0D container.
VHolder(P0I, boolean) - Constructor for class jhplot.VHolder
Create a VHolder object from P0D container.
VHolder(P3D, boolean) - Constructor for class jhplot.VHolder
Create a VHolder object from P3D container.
viewColumn(int) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewColumn(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCMDoubleMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewColumn(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewColumn(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCMFloatMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewColumn(int) - Method in class cern.colt.matrix.tint.impl.SparseCCMIntMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewColumn(int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tlong.impl.SparseCCMLongMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewColumn(int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tobject.impl.SparseCCMObjectMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
viewColumn(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewColumn(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumnFlip() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
viewColumnFlip() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewColumnFlip() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
viewColumnFlip() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewColumnFlip() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
viewColumnFlip() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewColumnFlip() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
viewColumnFlip() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewColumnFlip() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
viewColumnFlip() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewColumnFlip() - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new flip view aint the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new flip view aint the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
viewColumnFlip() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewColumnFlip() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
viewColumnFlip() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewColumnFlip() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new flip view along the column axis.
viewDice() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
viewDice(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewDice() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
viewDice(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewDice() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
viewDice(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewDice() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
viewDice(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewDice() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
viewDice(int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewDice() - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
viewDice(int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewDice() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
viewDice(int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewDice() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewFlip() - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
viewFlip() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
viewFlip() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
viewFlip() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
viewFlip() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tint.IntMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Constructs and returns a new flip view.
viewHisto(boolean) - Method in class jhplot.HPlot
If true, then this suppresses all negative values in Y, i.e.
viewPart(int, int) - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewPart(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewPart(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewPart(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewPart(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewPart(int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewPart(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewPart(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewRow(int) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewRow(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCMDoubleMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewRow(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewRow(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCMFloatMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewRow(int) - Method in class cern.colt.matrix.tint.impl.SparseRCMIntMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewRow(int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tlong.impl.SparseRCMLongMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewRow(int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tobject.impl.SparseRCMObjectMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
viewRow(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewRow(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRowFlip() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
viewRowFlip() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewRowFlip() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
viewRowFlip() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewRowFlip() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
viewRowFlip() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewRowFlip() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
viewRowFlip() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewRowFlip() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
viewRowFlip() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewRowFlip() - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new flip view aint the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new flip view aint the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
viewRowFlip() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewRowFlip() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
viewRowFlip() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewRowFlip() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new flip view along the row axis.
viewSample(DoubleMatrix1D, double, RandomEngine) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns a sampling view with a size of round(matrix.size() * fraction).
viewSample(DoubleMatrix2D, double, double, RandomEngine) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns a sampling view with round(matrix.rows() * rowFraction) rows and round(matrix.columns() * columnFraction) columns.
viewSample(DoubleMatrix3D, double, double, double, RandomEngine) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns a sampling view with round(matrix.slices() * sliceFraction) slices and round(matrix.rows() * rowFraction) rows and round(matrix.columns() * columnFraction) columns.
viewSample(DoubleMatrix1D, double, DoubleRandomEngine) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Constructs and returns a sampling view with a size of round(matrix.size() * fraction).
viewSample(DoubleMatrix2D, double, double, DoubleRandomEngine) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Constructs and returns a sampling view with round(matrix.rows() * rowFraction) rows and round(matrix.columns() * columnFraction) columns.
viewSample(DoubleMatrix3D, double, double, double, DoubleRandomEngine) - Static method in class cern.colt.matrix.tdouble.algo.DoubleStatistic
Constructs and returns a sampling view with round(matrix.slices() * sliceFraction) slices and round(matrix.rows() * rowFraction) rows and round(matrix.columns() * columnFraction) columns.
viewSample(FloatMatrix1D, float, FloatRandomEngine) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Constructs and returns a sampling view with a size of round(matrix.size() * fraction).
viewSample(FloatMatrix2D, float, float, FloatRandomEngine) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Constructs and returns a sampling view with round(matrix.rows() * rowFraction) rows and round(matrix.columns() * columnFraction) columns.
viewSample(FloatMatrix3D, float, float, float, FloatRandomEngine) - Static method in class cern.colt.matrix.tfloat.algo.FloatStatistic
Constructs and returns a sampling view with round(matrix.slices() * sliceFraction) slices and round(matrix.rows() * rowFraction) rows and round(matrix.columns() * columnFraction) columns.
viewSelection(int[]) - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DoubleProcedure) - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DoubleMatrix1DProcedure) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DoubleMatrix2DProcedure) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(int[]) - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectProcedure) - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectMatrix1DProcedure) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectMatrix2DProcedure) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(DComplexProcedure) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DComplexMatrix1DProcedure) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DComplexMatrix2DProcedure) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewSelection(DoubleProcedure) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DoubleMatrix1DProcedure) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(Set<int[]>) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
 
viewSelection(DoubleMatrix2DProcedure) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[]) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewSelection(FComplexProcedure) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(FComplexMatrix1DProcedure) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(FComplexMatrix2DProcedure) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[]) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewSelection(FloatProcedure) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[]) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(FloatMatrix1DProcedure) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(Set<int[]>) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
 
viewSelection(FloatMatrix2DProcedure) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[]) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewSelection(int[]) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewSelection(IntProcedure) - Method in class cern.colt.matrix.tint.IntMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[]) - Method in class cern.colt.matrix.tint.IntMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(IntMatrix1DProcedure) - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(Set<int[]>) - Method in class cern.colt.matrix.tint.IntMatrix2D
 
viewSelection(IntMatrix2DProcedure) - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[]) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewSelection(LongProcedure) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[]) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(LongMatrix1DProcedure) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(Set<int[]>) - Method in class cern.colt.matrix.tlong.LongMatrix2D
 
viewSelection(LongMatrix2DProcedure) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[]) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewSelection(int[]) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectProcedure) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectMatrix1DProcedure) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectMatrix2DProcedure) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSlice(int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewSlice(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewSlice(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewSlice(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewSlice(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewSlice(int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewSlice(int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewSlice(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSliceFlip() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewSliceFlip() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewSliceFlip() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewSliceFlip() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewSliceFlip() - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewSliceFlip() - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new flip view aint the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewSliceFlip() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewSliceFlip() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSorted() - Method in class cern.colt.matrix.DoubleMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.DoubleMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewSorted() - Method in class cern.colt.matrix.ObjectMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.ObjectMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewSorted() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewSorted() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewSorted() - Method in class cern.colt.matrix.tint.IntMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewSorted() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewSorted() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewStrides(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
viewStrides(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
viewStrides(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
viewStrides(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
viewStrides(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
viewStrides(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
viewStrides(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
viewStrides(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
viewStrides(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
viewStrides(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
viewStrides(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
viewStrides(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
viewStrides(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
viewStrides(int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
viewStrides(int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
viewStrides(int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
viewStrides(int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
viewStrides(int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
viewStrides(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
visible(boolean) - Method in class jhplot.HBsom
Set frame visible or not
visible() - Method in class jhplot.HBsom
Set visible frame
visible() - Method in class jhplot.HCellular
Set visible frame
visible(boolean) - Method in class jhplot.HChart
Set the canvas frame visible or not
visible() - Method in class jhplot.HChart
Set the canvas frame visible
visible(boolean) - Method in class jhplot.HGraph
Set the canvas frame visible or not
visible() - Method in class jhplot.HGraph
Set the canvas frame visible
visible(boolean) - Method in class jhplot.HPlot
Set the canvas frame visible or not
visible() - Method in class jhplot.HPlot
Set the canvas frame visible
visible(boolean) - Method in class jhplot.HPlot2D
Set the canvas frame visible or not
visible() - Method in class jhplot.HPlot2D
Set the canvas frame visible
visible(boolean) - Method in class jhplot.HPlot3D
Set the canvas frame visible or not
visible() - Method in class jhplot.HPlot3D
Show the canvas
visible(boolean) - Method in class jhplot.HPlot3DP
Set the canvas frame visible or not
visible() - Method in class jhplot.HPlot3DP
Set the canvas frame visible
visible(boolean) - Method in class jhplot.HPlotJa
Set the canvas frame visible or not
visible() - Method in class jhplot.HPlotJa
Set the canvas frame visible
visible(boolean) - Method in class jhplot.HView3D
Set the canvas frame visible or not
visible() - Method in class jhplot.HView3D
Set the canvas frame visible
visible(boolean) - Method in class jhplot.SPlot
Show or not the frame
visible() - Method in class jhplot.SPlot
Show the frame.
volatilityLogChange() - Method in class flanagan.analysis.Stat
 
volatilityLogChange(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
volatilityLogChange(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
volatilityLogChange(double[]) - Static method in class flanagan.analysis.Stat
 
volatilityLogChange(float[]) - Static method in class flanagan.analysis.Stat
 
volatilityPerCentChange() - Method in class flanagan.analysis.Stat
 
volatilityPerCentChange(BigDecimal[]) - Static method in class flanagan.analysis.Stat
 
volatilityPerCentChange(BigInteger[]) - Static method in class flanagan.analysis.Stat
 
volatilityPerCentChange(double[]) - Static method in class flanagan.analysis.Stat
 
volatilityPerCentChange(float[]) - Static method in class flanagan.analysis.Stat
 
volt - Static variable in class cern.clhep.Units
 
volume() - Method in class hep.aida.ref.function.Grid
 
VonMises - Class in cern.jet.random.tdouble
Von Mises distribution.
VonMises(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.VonMises
Constructs a Von Mises distribution.
VonMises - Class in cern.jet.random
Von Mises distribution.
VonMises(double, RandomEngine) - Constructor for class cern.jet.random.VonMises
Constructs a Von Mises distribution.

W

waitFor(int) - Method in class flanagan.math.TimeAndDate
 
waitFor(long) - Method in class flanagan.math.TimeAndDate
 
waitFor(double) - Method in class flanagan.math.TimeAndDate
 
watt - Static variable in class cern.clhep.Units
 
WEB_SITE - Static variable in class jhplot.HPlotJa
The japlot.jaxodraw web site.
weber - Static variable in class cern.clhep.Units
 
weibull() - Method in class flanagan.analysis.Regression
 
weibull(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
Weibull - Class in jhplot.math.num.pdf
The Weibull distribution.
Weibull() - Constructor for class jhplot.math.num.pdf.Weibull
Default constructor.
Weibull(double, double) - Constructor for class jhplot.math.num.pdf.Weibull
Create a distribution with the given parameters.
Weibull(double, double, double) - Constructor for class jhplot.math.num.pdf.Weibull
Create a distribution with the given parameters.
weibull(double, double) - Static method in class jhplot.math.Random
Generate a random number from a Weibull random variable.
weibullArray(double, double, double, int) - Method in class flanagan.math.PsRandom
 
weibullCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullCDF(double, double, double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullGamma() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullGammaError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullInverseCDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullInverseCDF(double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullInverseCDF(double, double) - Static method in class flanagan.analysis.Stat
 
weibullMean(double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullMedian(double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullMode(double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullMu() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullMuError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullOneParProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullOrderStatisticMedians(double, double, double, int) - Static method in class flanagan.analysis.Stat
 
weibullOrderStatisticMedians(double, double, int) - Static method in class flanagan.analysis.Stat
 
weibullOrderStatisticMedians(double, int) - Static method in class flanagan.analysis.Stat
 
weibullPDF(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullPlot() - Method in class flanagan.analysis.Regression
 
weibullProb(double, double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullProb(double, double, double, double, double) - Static method in class flanagan.analysis.Stat
 
weibullProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullRand(double, double, double, int) - Static method in class flanagan.analysis.Stat
 
weibullRand(double, double, double, int, long) - Static method in class flanagan.analysis.Stat
 
WeibullRandomVariable - Class in jhplot.math.num.random
A random variable generator for the Weibull distribution.
WeibullRandomVariable() - Constructor for class jhplot.math.num.random.WeibullRandomVariable
Default constructor.
WeibullRandomVariable(double, double) - Constructor for class jhplot.math.num.random.WeibullRandomVariable
Create a rnadom variable with the given shape and scale values.
WeibullRandomVariable(double, double, double) - Constructor for class jhplot.math.num.random.WeibullRandomVariable
Create a random variable with the given parameters.
WeibullRandomVariable(double, double, double, RNG) - Constructor for class jhplot.math.num.random.WeibullRandomVariable
Create a random variable with the given parameters.
WeibullRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.WeibullRandomVariable
Create a random variable with the given shape and scale values.
weibullSigma() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullSigmaError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandard() - Method in class flanagan.analysis.Regression
 
weibullStandardCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardDeviation(double, double) - Static method in class flanagan.analysis.Stat
 
weibullStandardGamma() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardGammaError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardPlot() - Method in class flanagan.analysis.Regression
 
weibullStandardProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandardSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullStandDev(double, double) - Static method in class flanagan.analysis.Stat
 
weibullSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullThreeParProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoPar() - Method in class flanagan.analysis.Regression
 
weibullTwoParCorrelationCoefficient() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParGamma() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParGammaError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParGradient() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParGradientError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParIntercept() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParInterceptError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParOrderStatisticMedians() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParPlot() - Method in class flanagan.analysis.Regression
 
weibullTwoParProbabilityPlot() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParSigma() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParSigmaError() - Method in class flanagan.analysis.ProbabilityPlot
 
weibullTwoParSumOfSquares() - Method in class flanagan.analysis.ProbabilityPlot
 
weight - Variable in class cern.jet.stat.Buffer
 
weight() - Method in class cern.jet.stat.Buffer
Returns whether the receiver's weight.
weight(int) - Method in class cern.jet.stat.Buffer
Sets the receiver's weight.
weight(int) - Method in class hep.aida.ref.histogram.Cloud1D
Get a given weight from the Cloud.
weight(int) - Method in class hep.aida.ref.histogram.Cloud2D
Get a given weight from the Cloud.
weight(int) - Method in class hep.aida.ref.histogram.Cloud3D
Get a given weight from the Cloud.
weightedCoefficientOfVariation() - Method in class flanagan.analysis.Stat
 
WeightedDoubleRandomSampler - Class in cern.jet.random.tdouble.sampling
Conveniently computes a stable subsequence of elements from a given input sequence; Picks (samples) exactly one random element from successive blocks of weight input elements each.
WeightedDoubleRandomSampler() - Constructor for class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
Calls BlockedRandomSampler(1,null).
WeightedDoubleRandomSampler(int, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
WeightedFloatRandomSampler - Class in cern.jet.random.tfloat.sampling
Conveniently computes a stable subsequence of elements from a given input sequence; Picks (samples) exactly one random element from successive blocks of weight input elements each.
WeightedFloatRandomSampler() - Constructor for class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
Calls BlockedRandomSampler(1,null).
WeightedFloatRandomSampler(int, FloatRandomEngine) - Constructor for class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
weightedGeneralisedMean(double) - Method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(BigDecimal) - Method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(Complex[], Complex[], double) - Static method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(Complex[], Complex[], Complex) - Static method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(BigDecimal[], BigDecimal[], double) - Static method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(BigDecimal[], BigDecimal[], BigDecimal) - Static method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(BigInteger[], BigInteger[], double) - Static method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(BigInteger[], BigInteger[], BigInteger) - Static method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(double[], double[], double) - Static method in class flanagan.analysis.Stat
 
weightedGeneralisedMean(float[], float[], float) - Static method in class flanagan.analysis.Stat
 
weightedGeneralisedMean_as_Complex(double) - Method in class flanagan.analysis.Stat
 
weightedGeneralisedMean_as_Complex(Complex) - Method in class flanagan.analysis.Stat
 
weightedGeneralisedMean_as_double(double) - Method in class flanagan.analysis.Stat
 
weightedGeneralisedMean_as_double(BigDecimal) - Method in class flanagan.analysis.Stat
 
weightedGeneralizedMean(double) - Method in class flanagan.analysis.Stat
 
weightedGeneralizedMean(BigDecimal) - Method in class flanagan.analysis.Stat
 
weightedGeneralizedMean_as_Complex(double) - Method in class flanagan.analysis.Stat
 
weightedGeneralizedMean_as_Complex(Complex) - Method in class flanagan.analysis.Stat
 
weightedGeneralizedMean_as_double(double) - Method in class flanagan.analysis.Stat
 
weightedGeneralizedMean_as_double(BigDecimal) - Method in class flanagan.analysis.Stat
 
weightedGeometricMean() - Method in class flanagan.analysis.Stat
 
weightedGeometricMean_as_Complex() - Method in class flanagan.analysis.Stat
 
weightedGeometricMean_as_double() - Method in class flanagan.analysis.Stat
 
weightedHarmonicMean() - Method in class flanagan.analysis.Stat
 
weightedHarmonicMean_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
weightedHarmonicMean_as_Complex() - Method in class flanagan.analysis.Stat
 
weightedHarmonicMean_as_double() - Method in class flanagan.analysis.Stat
 
weightedMean(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the weighted mean of a data sequence.
weightedMean(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the weighted mean of a data sequence.
weightedMean(FloatArrayList, FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the weighted mean of a data sequence.
weightedMean() - Method in class flanagan.analysis.Stat
 
weightedMean(String, IDataPointSet, IDataPointSet) - Method in class hep.aida.ref.histogram.DataPointSetFactory
 
weightedMean_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
weightedMean_as_Complex() - Method in class flanagan.analysis.Stat
 
weightedMean_as_double() - Method in class flanagan.analysis.Stat
 
WeightedRandomSampler - Class in cern.jet.random.sampling
Conveniently computes a stable subsequence of elements from a given input sequence; Picks (samples) exactly one random element from successive blocks of weight input elements each.
WeightedRandomSampler() - Constructor for class cern.jet.random.sampling.WeightedRandomSampler
Calls BlockedRandomSampler(1,null).
WeightedRandomSampler(int, RandomEngine) - Constructor for class cern.jet.random.sampling.WeightedRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
weightedRegression() - Method in class flanagan.analysis.ProbabilityPlot
 
weightedRMS(double, double) - Static method in class cern.jet.stat.Descriptive
Returns the weighted RMS (Root-Mean-Square) of a data sequence.
weightedRMS(double, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the weighted RMS (Root-Mean-Square) of a data sequence.
weightedRMS(float, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the weighted RMS (Root-Mean-Square) of a data sequence.
weightedRms() - Method in class flanagan.analysis.Stat
 
weightedStandardDeviation() - Method in class flanagan.analysis.Stat
 
weightedStandardDeviation_as_Complex() - Method in class flanagan.analysis.Stat
 
weightedStandardDeviation_as_Complex_ConjugateCalcn() - Method in class flanagan.analysis.Stat
 
weightedStandardDeviation_as_double() - Method in class flanagan.analysis.Stat
 
weightedStandardDeviation_of_ComplexImaginaryParts() - Method in class flanagan.analysis.Stat
 
weightedStandardDeviation_of_ComplexModuli() - Method in class flanagan.analysis.Stat
 
weightedStandardDeviation_of_ComplexRealParts() - Method in class flanagan.analysis.Stat
 
weightedStandardError() - Method in class flanagan.analysis.Stat
 
weightedStandardError_as_double() - Method in class flanagan.analysis.Stat
 
weightedStandardError_of_ComplexImaginaryParts() - Method in class flanagan.analysis.Stat
 
weightedStandardError_of_ComplexModuli() - Method in class flanagan.analysis.Stat
 
weightedStandardError_of_ComplexRealParts() - Method in class flanagan.analysis.Stat
 
weightedStandarError_as_Complex() - Method in class flanagan.analysis.Stat
 
weightedStandarError_as_Complex_ConjugateCalcn() - Method in class flanagan.analysis.Stat
 
weightedVariance() - Method in class flanagan.analysis.Stat
 
weightedVariance_as_BigDecimal() - Method in class flanagan.analysis.Stat
 
weightedVariance_as_Complex() - Method in class flanagan.analysis.Stat
 
weightedVariance_as_Complex_ConjugateCalcn() - Method in class flanagan.analysis.Stat
 
weightedVariance_as_double() - Method in class flanagan.analysis.Stat
 
weightedVariance_of_ComplexImaginaryParts() - Method in class flanagan.analysis.Stat
 
weightedVariance_of_ComplexModuli() - Method in class flanagan.analysis.Stat
 
weightedVariance_of_ComplexRealParts() - Method in class flanagan.analysis.Stat
 
whitSunday() - Method in class flanagan.math.TimeAndDate
 
whitSunday(int) - Method in class flanagan.math.TimeAndDate
 
winsorizedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the winsorized mean of a sorted data sequence.
winsorizedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the winsorized mean of a sorted data sequence.
winsorizedMean(FloatArrayList, float, int, int) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the winsorized mean of a sorted data sequence.
WrapperDComplexMatrix1D - Class in cern.colt.matrix.tdcomplex.impl
1-d matrix holding complex elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDComplexMatrix1D(DComplexMatrix1D) - Constructor for class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
WrapperDComplexMatrix2D - Class in cern.colt.matrix.tdcomplex.impl
2-d matrix holding complex elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDComplexMatrix2D(DComplexMatrix2D) - Constructor for class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
WrapperDComplexMatrix3D - Class in cern.colt.matrix.tdcomplex.impl
3-d matrix holding complex elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDComplexMatrix3D(DComplexMatrix3D) - Constructor for class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
WrapperDoubleMatrix1D - Class in cern.colt.matrix.tdouble.impl
1-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDoubleMatrix1D(DoubleMatrix1D) - Constructor for class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
WrapperDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
2-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDoubleMatrix2D(DoubleMatrix2D) - Constructor for class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
WrapperDoubleMatrix3D - Class in cern.colt.matrix.tdouble.impl
3-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperDoubleMatrix3D(DoubleMatrix3D) - Constructor for class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
WrapperFComplexMatrix1D - Class in cern.colt.matrix.tfcomplex.impl
1-d matrix holding complex elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperFComplexMatrix1D(FComplexMatrix1D) - Constructor for class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
WrapperFComplexMatrix2D - Class in cern.colt.matrix.tfcomplex.impl
2-d matrix holding complex elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperFComplexMatrix2D(FComplexMatrix2D) - Constructor for class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
WrapperFComplexMatrix3D - Class in cern.colt.matrix.tfcomplex.impl
3-d matrix holding complex elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperFComplexMatrix3D(FComplexMatrix3D) - Constructor for class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
WrapperFloatMatrix1D - Class in cern.colt.matrix.tfloat.impl
1-d matrix holding float elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperFloatMatrix1D(FloatMatrix1D) - Constructor for class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
WrapperFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
2-d matrix holding float elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperFloatMatrix2D(FloatMatrix2D) - Constructor for class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
WrapperFloatMatrix3D - Class in cern.colt.matrix.tfloat.impl
3-d matrix holding float elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperFloatMatrix3D(FloatMatrix3D) - Constructor for class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
WrapperIntMatrix1D - Class in cern.colt.matrix.tint.impl
1-d matrix holding int elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperIntMatrix1D(IntMatrix1D) - Constructor for class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
 
WrapperIntMatrix2D - Class in cern.colt.matrix.tint.impl
2-d matrix holding int elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperIntMatrix2D(IntMatrix2D) - Constructor for class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
WrapperIntMatrix3D - Class in cern.colt.matrix.tint.impl
3-d matrix holding int elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperIntMatrix3D(IntMatrix3D) - Constructor for class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
WrapperLongMatrix1D - Class in cern.colt.matrix.tlong.impl
1-d matrix holding int elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperLongMatrix1D(LongMatrix1D) - Constructor for class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
 
WrapperLongMatrix2D - Class in cern.colt.matrix.tlong.impl
2-d matrix holding long elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperLongMatrix2D(LongMatrix2D) - Constructor for class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
WrapperLongMatrix3D - Class in cern.colt.matrix.tlong.impl
3-d matrix holding long elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperLongMatrix3D(LongMatrix3D) - Constructor for class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
WrapperObjectMatrix1D - Class in cern.colt.matrix.tobject.impl
1-d matrix holding int elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperObjectMatrix1D(ObjectMatrix1D) - Constructor for class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
 
WrapperObjectMatrix2D - Class in cern.colt.matrix.tobject.impl
2-d matrix holding Object elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperObjectMatrix2D(ObjectMatrix2D) - Constructor for class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
WrapperObjectMatrix3D - Class in cern.colt.matrix.tobject.impl
3-d matrix holding Object elements; either a view wrapping another matrix or a matrix whose views are wrappers.
WrapperObjectMatrix3D(ObjectMatrix3D) - Constructor for class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
write(String) - Method in class jhplot.HBook
write an external XML file with all HBook objects (H1D, H2D, P1D)
write(String) - Method in class jhplot.HPlot
Write HPlot file and inserts graphs to the main frame.
write(ArrayList<String>) - Method in class jhplot.io.csv.CSVWriter
Writes the next line to the file.
write(PEventFile.HEvent.Builder) - Method in class jhplot.io.EFile
Add a data structure to a file
write(Object) - Method in class jhplot.io.HFile
Add an object to a file
write(Object) - Method in class jhplot.io.HFileXML
Add an object to a XML file
write(Object) - Method in class jhplot.io.PFile
Add an object to a file
write(Object, String, boolean) - Static method in class jhplot.io.Serialized
Write an object to a serialized file.
write(Object, String) - Static method in class jhplot.io.Serialized
Write an object to a serialized file.
write(File, String) - Static method in class jhplot.math.io.ASCIIFile
 
write(String, boolean) - Method in class jhplot.math.io.ASCIIFile
Write a text in an ASCII File
write(int) - Method in class jhplot.math.io.BinaryOutputStream
Write a text in a binary File
write(int) - Method in class jhplot.math.io.LEDataOutputStream
 
write(byte[], int, int) - Method in class jhplot.math.io.LEDataOutputStream
 
write(byte[]) - Method in class jhplot.math.io.LEDataOutputStream
 
write(int) - Method in class jhplot.math.io.LERandomAccessFile
 
write(byte[], int, int) - Method in class jhplot.math.io.LERandomAccessFile
 
write(byte[]) - Method in class jhplot.math.io.LERandomAccessFile
 
write(String) - Method in class jhplot.PND
Write a PND to an external file.
write(String) - Method in class jhplot.PNI
Write a PNI to an external file.
write(String) - Method in class jhplot.SPlot
Write the current plot to a XML file
writeAll(List<String[]>) - Method in class jhplot.io.csv.CSVWriter
Writes the entire list to a CSV file.
writeAll(ResultSet, boolean) - Method in class jhplot.io.csv.CSVWriter
Writes the entire ResultSet to a CSV file.
writeAllLists(ArrayList<ArrayList<String>>) - Method in class jhplot.io.csv.CSVWriter
Writes the entire list to a CSV file.
writeBinary(String) - Method in class jhplot.P0D
Write a P0D to a binary file (big endian by default).
writeBinary(String) - Method in class jhplot.P0I
Write a P0I to a binary file (big endian by default).
writeBoolean(boolean) - Method in class jhplot.math.io.LEDataOutputStream
 
writeBoolean(boolean) - Method in class jhplot.math.io.LERandomAccessFile
 
writeByte(byte, boolean) - Method in class jhplot.math.io.BinaryFile
Write a text in a binary File
writeByte(byte, boolean) - Method in class jhplot.math.io.BinaryOutputStream
Write a text in a binary File
writeByte(int) - Method in class jhplot.math.io.LEDataOutputStream
 
writeByte(int) - Method in class jhplot.math.io.LERandomAccessFile
 
writeByteArray(byte[], boolean) - Method in class jhplot.math.io.BinaryFile
Write a text in a binary File
writeByteArray(byte[], boolean) - Method in class jhplot.math.io.BinaryOutputStream
Write a text in a binary File
writeBytes(String) - Method in class jhplot.math.io.LEDataOutputStream
 
writeBytes(String) - Method in class jhplot.math.io.LERandomAccessFile
 
writeChar(int) - Method in class jhplot.math.io.LEDataOutputStream
 
writeChar(int) - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.writeChar.
writeChars(String) - Method in class jhplot.math.io.LEDataOutputStream
 
writeChars(String) - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.writeChars, has to flip each char.
writeDouble(double, boolean) - Method in class jhplot.math.io.BinaryFile
Write a double in a binary File
writeDouble(double, boolean) - Method in class jhplot.math.io.BinaryOutputStream
Write a double in a binary File
writeDouble(double) - Method in class jhplot.math.io.LEDataOutputStream
 
writeDouble(double) - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.writeDouble.
writeDoubleArray(File, double[]) - Static method in class jhplot.math.io.ASCIIFile
 
writeDoubleArray(File, double[][]) - Static method in class jhplot.math.io.ASCIIFile
 
writeDoubleArray(File, double[], String) - Static method in class jhplot.math.io.BinaryFile
 
writeDoubleArray(double[], boolean) - Method in class jhplot.math.io.BinaryFile
Write a double array in a binary File
writeDoubleArray(OutputStream, double[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
writeDoubleArray(double[], boolean) - Method in class jhplot.math.io.BinaryOutputStream
Write a double array in a binary File
writeFloat(float, boolean) - Method in class jhplot.math.io.BinaryFile
Write a float in a binary File
writeFloat(float, boolean) - Method in class jhplot.math.io.BinaryOutputStream
Write a float in a binary File
writeFloat(float) - Method in class jhplot.math.io.LEDataOutputStream
 
writeFloat(float) - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.writeFloat.
writeFloatArray(File, float[], String) - Static method in class jhplot.math.io.BinaryFile
 
writeFloatArray(float[], boolean) - Method in class jhplot.math.io.BinaryFile
Write a float array in a binary File
writeFloatArray(OutputStream, float[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
writeFloatArray(float[], boolean) - Method in class jhplot.math.io.BinaryOutputStream
Write a float array in a binary File
writeInt(int, boolean) - Method in class jhplot.math.io.BinaryFile
Write an int in a binary File
writeInt(int, boolean) - Method in class jhplot.math.io.BinaryOutputStream
Write an int in a binary File
writeInt(int) - Method in class jhplot.math.io.LEDataOutputStream
 
writeInt(int) - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.writeInt.
writeIntArray(File, int[]) - Static method in class jhplot.math.io.ASCIIFile
 
writeIntArray(File, int[][]) - Static method in class jhplot.math.io.ASCIIFile
 
writeIntArray(File, int[], String) - Static method in class jhplot.math.io.BinaryFile
 
writeIntArray(int[], boolean) - Method in class jhplot.math.io.BinaryFile
Write an int array in a binary File
writeIntArray(OutputStream, int[], String) - Static method in class jhplot.math.io.BinaryOutputStream
 
writeIntArray(int[], boolean) - Method in class jhplot.math.io.BinaryOutputStream
Write an int array in a binary File
writeLong(long) - Method in class jhplot.math.io.LEDataOutputStream
 
writeLong(long) - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.writeLong.
writeNext(String[]) - Method in class jhplot.io.csv.CSVWriter
Writes the next line to the file.
writeObject(Object) - Method in class jhplot.io.RecordWriter
 
writeScript(File, HPlot) - Static method in class jhplot.io.JHwriter
Write the file
writeSerialized(String) - Method in class jhplot.P0D
Write a P0D object to a serialized file
writeSerialized(String) - Method in class jhplot.P0I
Write a P0I object to a serialized file
writeSerialized(String) - Method in class jhplot.P1D
Write a P0D object to a serialized file
writeSerialized(String) - Method in class jhplot.P2D
Write a P0D object to a serialized file
writeSerialized(String) - Method in class jhplot.P3D
Write a P0D object to a serialized file
writeSerialized(String) - Method in class jhplot.PND
Write a P0D object to a serialized file
writeSerialized(String) - Method in class jhplot.PNI
Write a P0D object to a serialized file
writeShort(int) - Method in class jhplot.math.io.LEDataOutputStream
 
writeShort(int) - Method in class jhplot.math.io.LERandomAccessFile
like RandomAcessFile.writeShort.
writeTo(DataOutput) - Method in class jhplot.io.DbByteArrayOutputStream
Writes the full contents of the buffer a DataOutput stream.
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.F1D
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.F2D
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.FND
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.FPR
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.H1D
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.H2D
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.P0D
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.P0I
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.P1D
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.PND
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.PNI
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.PXY
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record.PXYZ
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PBufFile.Record
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PEventFile.HEvent.Entry
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PEventFile.HEvent.Group
 
writeTo(CodedOutputStream) - Method in class jhplot.io.PEventFile.HEvent
 
writeTo(DataOutput) - Method in class jhplot.io.RecordWriter
Writes the data out to the stream without re-allocating the buffer.
writeUTF(String) - Method in class jhplot.math.io.LEDataOutputStream
 
writeUTF(String) - Method in class jhplot.math.io.LERandomAccessFile
 
writeXML(Object, String) - Static method in class jhplot.io.Serialized
Write an object to a serialized XML file.

X

x() - Method in class hephysics.vec.Hep3Vector
 
x() - Method in class hephysics.vec.HepLorentzVector
Get X position or Px
x() - Method in class hephysics.vec.SpacePoint
Cartesian x
X_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
X_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PXY
 
X_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PXYZ
 
xAxis() - Method in class hep.aida.ref.histogram.Histogram2D
Get the X axis.
xAxis() - Method in class hep.aida.ref.histogram.Histogram3D
Get the X axis.
xAxis() - Method in class hep.aida.ref.histogram.Profile2D
 
xAxis() - Method in interface hep.aida.tdouble.DoubleIHistogram1D
Returns the X Axis.
xAxis() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Return the X axis.
xAxis() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Return the X axis.
xAxis() - Method in interface hep.aida.tfloat.FloatIHistogram1D
Returns the X Axis.
xAxis() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Return the X axis.
xAxis() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Return the X axis.
XLEFT_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
xLog10x() - Method in class flanagan.analysis.Stat
 
xLog10x() - Method in class flanagan.math.ArrayMaths
 
xLog2x() - Method in class flanagan.analysis.Stat
 
xLog2x() - Method in class flanagan.math.ArrayMaths
 
xLogEx() - Method in class flanagan.analysis.Stat
 
xLogEx() - Method in class flanagan.math.ArrayMaths
 
xMatrix() - Method in class flanagan.analysis.PCA
 
xMatrixTranspose() - Method in class flanagan.analysis.PCA
 
xminimum() - Method in class cern.colt.list.MinMaxNumberList
Deprecated.  
xminimum() - Method in class cern.colt.list.tlong.MinMaxNumberList
Deprecated.  
xmultOuter(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Outer product of two vectors; Returns a matrix with A[i,j] = x[i] * y[j].
xmultOuter(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Outer product of two vectors; Returns a matrix with A[i,j] = x[i] * y[j].
xor(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Performs a logical XOR of the receiver with another bit matrix.
xor(BitVector) - Method in class cern.colt.bitvector.BitVector
Performs a logical XOR of the receiver with another bit vector (A = A ^ B).
xor(BitMatrix) - Method in class cern.colt.matrix.tbit.BitMatrix
Performs a logical XOR of the receiver with another bit matrix.
xor(BitVector) - Method in class cern.colt.matrix.tbit.BitVector
Performs a logical XOR of the receiver with another bit vector (A = A ^ B).
xor - Static variable in class cern.jet.math.IntFunctions
Function that returns a ^ b.
xor(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a | b.
xor - Static variable in class cern.jet.math.tint.IntFunctions
Function that returns a ^ b.
xor(int) - Static method in class cern.jet.math.tint.IntFunctions
Constructs a function that returns a | b.
xor - Static variable in class cern.jet.math.tlong.LongFunctions
Function that returns a ^ b.
xor(long) - Static method in class cern.jet.math.tlong.LongFunctions
Constructs a function that returns a | b.
Xpos - Static variable in class jhplot.JHPlot
 
xpowSlow(DoubleMatrix2D, int) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Linear algebraic matrix power; B = Ak <==> B = A*A*...*A.
xpowSlow(FloatMatrix2D, int) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Linear algebraic matrix power; B = Ak <==> B = A*A*...*A.
XRIGHT_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
XSYSLEFT_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
XSYSRIGHT_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 

Y

y() - Method in class hephysics.vec.Hep3Vector
 
y() - Method in class hephysics.vec.HepLorentzVector
Get Y
y() - Method in class hephysics.vec.SpacePoint
Cartesian y
y0(double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the second kind of order 0 of the argument.
y0(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the Bessel function of the second kind of order 0 of the argument.
y1(double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the second kind of order 1 of the argument.
y1(double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the Bessel function of the second kind of order 1 of the argument.
Y_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
Y_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PXY
 
Y_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PXYZ
 
yardToMetre(double) - Static method in class flanagan.math.Conv
 
yardToMetre(double) - Static method in class flanagan.math.Fmath
 
yAxis() - Method in class hep.aida.ref.histogram.Histogram2D
Get the Y axis.
yAxis() - Method in class hep.aida.ref.histogram.Histogram3D
Get the Y axis.
yAxis() - Method in class hep.aida.ref.histogram.Profile2D
 
yAxis() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Return the Y axis.
yAxis() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Return the Y axis.
yAxis() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Return the Y axis.
yAxis() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Return the Y axis.
YLOWER_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
yn(int, double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the second kind of order n of the argument.
yn(int, double) - Static method in class cern.jet.math.tdouble.Bessel
Returns the Bessel function of the second kind of order n of the argument.
Ypos - Static variable in class jhplot.JHPlot
 
YSYSLOWER_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
YSYSUPPER_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 
YUPPER_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.P1D
 

Z

z() - Method in class hephysics.vec.Hep3Vector
 
z() - Method in class hephysics.vec.HepLorentzVector
Get Z position or Pz
z() - Method in class hephysics.vec.SpacePoint
Cartesian z
Z_FIELD_NUMBER - Static variable in class jhplot.io.PBufFile.Record.PXYZ
 
zAssign27Neighbors(DoubleMatrix3D, Double27Function) - Method in class cern.colt.matrix.DoubleMatrix3D
27 neighbor stencil transformation.
zAssign27Neighbors(DoubleMatrix3D, Double27Function) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
27 neighbor stencil transformation.
zAssign27Neighbors(DoubleMatrix3D, Double27Function) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
27 neighbor stencil transformation.
zAssign27Neighbors(DoubleMatrix3D, Double27Function) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
zAssign27Neighbors(FloatMatrix3D, Float27Function) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
27 neighbor stencil transformation.
zAssign27Neighbors(FloatMatrix3D, Float27Function) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
zAssign8Neighbors(DoubleMatrix2D, Double9Function) - Method in class cern.colt.matrix.DoubleMatrix2D
8 neighbor stencil transformation.
zAssign8Neighbors(DoubleMatrix2D, Double9Function) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
8 neighbor stencil transformation.
zAssign8Neighbors(DoubleMatrix2D, Double9Function) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
8 neighbor stencil transformation.
zAssign8Neighbors(DoubleMatrix2D, Double9Function) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
zAssign8Neighbors(FloatMatrix2D, Float9Function) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
8 neighbor stencil transformation.
zAssign8Neighbors(FloatMatrix2D, Float9Function) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
zAxis() - Method in class hep.aida.ref.histogram.Histogram3D
Get the Z axis.
zAxis() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Return the Z axis.
zAxis() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Return the Z axis.
zdemo1() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates advanced sorting.
zdemo1() - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates advanced sorting.
zdemo1() - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates advanced sorting.
zdemo2() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates advanced sorting.
zdemo2() - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates advanced sorting.
zdemo2() - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates advanced sorting.
zdemo3() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates advanced sorting.
zdemo3() - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates advanced sorting.
zdemo3() - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates advanced sorting.
zdemo5(int, int, boolean) - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates sorting with precomputation of aggregates (median and sum of logarithms).
zdemo5(int, int, boolean) - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates sorting with precomputation of aggregates (median and sum of logarithms).
zdemo5(int, int, boolean) - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates sorting with precomputation of aggregates (median and sum of logarithms).
zdemo6() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates advanced sorting.
zdemo6() - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates advanced sorting.
zdemo6() - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates advanced sorting.
zdemo7(int, int, boolean) - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates sorting with precomputation of aggregates, comparing mergesort with quicksort.
zdemo7(int, int, boolean) - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
Demonstrates sorting with precomputation of aggregates, comparing mergesort with quicksort.
zdemo7(int, int, boolean) - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
Demonstrates sorting with precomputation of aggregates, comparing mergesort with quicksort.
zdemo8(int) - Static method in class cern.colt.matrix.tdouble.algo.DoubleSorting
 
zdemo8(int) - Static method in class cern.colt.matrix.tfloat.algo.FloatSorting
 
zDotProduct(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(DComplexMatrix1D, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(DComplexMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(DComplexMatrix1D, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
zDotProduct(DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
zDotProduct(FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(FComplexMatrix1D, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(FComplexMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the dot product of two vectors x and y.
zDotProduct(FComplexMatrix1D, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
zDotProduct(FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(FloatMatrix1D, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(FloatMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(FloatMatrix1D, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
zDotProduct(IntMatrix1D) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
zDotProduct(IntMatrix1D, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
zDotProduct(IntMatrix1D) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(IntMatrix1D, int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(IntMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(LongMatrix1D) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
zDotProduct(LongMatrix1D, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
zDotProduct(LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(LongMatrix1D, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(LongMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
ZERO - Static variable in class cern.colt.matrix.linalg.Algebra
A default Algebra object; has Property.ZERO attached for tolerance.
ZERO - Static variable in class cern.colt.matrix.linalg.Property
A Property object with tolerance()==0.0.
ZERO - Static variable in class cern.colt.matrix.tdcomplex.algo.DComplexProperty
A Property object with tolerance()==0.0.
ZERO - Static variable in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
A default Algebra object; has DoubleProperty.ZERO attached for tolerance.
ZERO - Static variable in class cern.colt.matrix.tdouble.algo.DoubleProperty
A Property object with tolerance()==0.0.
ZERO - Static variable in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
A default Algebra object; has DoubleProperty.ZERO attached for tolerance.
ZERO - Static variable in class cern.colt.matrix.tfcomplex.algo.FComplexProperty
A Property object with tolerance()==0.0.
ZERO - Static variable in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
A default Algebra object; has FloatProperty.ZERO attached for tolerance.
ZERO - Static variable in class cern.colt.matrix.tfloat.algo.FloatProperty
A Property object with tolerance()==0.0.
ZERO - Static variable in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
A default Algebra object; has FloatProperty.ZERO attached for tolerance.
zero() - Static method in class flanagan.analysis.ErrorProp
 
zero(int, int) - Static method in class flanagan.interpolation.BiCubicSpline
 
zero(int) - Static method in class flanagan.interpolation.CubicSpline
 
zero(int) - Static method in class flanagan.interpolation.CubicSplineFast
 
zero(int) - Static method in class flanagan.interpolation.CubicSplineShort
 
zero(int, int, int) - Static method in class flanagan.interpolation.TriCubicSpline
 
Zeta - Class in cern.jet.random.tdouble
Zeta distribution.
Zeta(double, double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Zeta
Constructs a Zeta distribution.
Zeta - Class in cern.jet.random
Zeta distribution.
Zeta(double, double, RandomEngine) - Constructor for class cern.jet.random.Zeta
Constructs a Zeta distribution.
ZigZagLine(float, float) - Static method in class jhplot.jadraw.Diagram
Get a zig zag object
zMult(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.DoubleMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.DoubleMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
zMult(DComplexMatrix1D, DComplexMatrix1D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(DComplexMatrix1D, DComplexMatrix1D, double[], double[], boolean) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(DComplexMatrix2D, DComplexMatrix2D, double[], double[], boolean, boolean) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(DComplexMatrix2D, DComplexMatrix2D, double[], double[], boolean, boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
zMult(DComplexMatrix1D, DComplexMatrix1D, double[], double[], boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
zMult(DComplexMatrix2D, DComplexMatrix2D, double[], double[], boolean, boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
zMult(DComplexMatrix1D, DComplexMatrix1D, double[], double[], boolean) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
zMult(DComplexMatrix1D, DComplexMatrix1D, double[], double[], boolean) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
zMult(DComplexMatrix2D, DComplexMatrix2D, double[], double[], boolean, boolean) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
zMult(DComplexMatrix1D, DComplexMatrix1D, double[], double[], boolean) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
zMult(DComplexMatrix2D, DComplexMatrix2D, double[], double[], boolean, boolean) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
zMult(FComplexMatrix1D, FComplexMatrix1D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(FComplexMatrix1D, FComplexMatrix1D, float[], float[], boolean) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(FComplexMatrix2D, FComplexMatrix2D, float[], float[], boolean, boolean) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(FComplexMatrix2D, FComplexMatrix2D, float[], float[], boolean, boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
zMult(FComplexMatrix1D, FComplexMatrix1D, float[], float[], boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
zMult(FComplexMatrix2D, FComplexMatrix2D, float[], float[], boolean, boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
zMult(FComplexMatrix1D, FComplexMatrix1D, float[], float[], boolean) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
zMult(FComplexMatrix1D, FComplexMatrix1D, float[], float[], boolean) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
zMult(FComplexMatrix2D, FComplexMatrix2D, float[], float[], boolean, boolean) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
zMult(FComplexMatrix1D, FComplexMatrix1D, float[], float[], boolean) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
zMult(FComplexMatrix2D, FComplexMatrix2D, float[], float[], boolean, boolean) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
zMult(FloatMatrix1D, FloatMatrix1D, float, float, boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
zMult(FloatMatrix2D, FloatMatrix2D, float, float, boolean, boolean) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
zMult(IntMatrix1D, IntMatrix1D) - Method in class cern.colt.matrix.tint.IntMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(IntMatrix1D, IntMatrix1D, int, int, boolean) - Method in class cern.colt.matrix.tint.IntMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(IntMatrix2D, IntMatrix2D) - Method in class cern.colt.matrix.tint.IntMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(IntMatrix2D, IntMatrix2D, int, int, boolean, boolean) - Method in class cern.colt.matrix.tint.IntMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(LongMatrix1D, LongMatrix1D, long, long, boolean) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
zMult(LongMatrix2D, LongMatrix2D, long, long, boolean, boolean) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
zMult(LongMatrix1D, LongMatrix1D, long, long, boolean) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
zMult(LongMatrix1D, LongMatrix1D, long, long, boolean) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
zMult(LongMatrix2D, LongMatrix2D, long, long, boolean, boolean) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
zMult(LongMatrix1D, LongMatrix1D, long, long, boolean) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
zMult(LongMatrix2D, LongMatrix2D, long, long, boolean, boolean) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
zMult(LongMatrix1D, LongMatrix1D, long, long, boolean) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
zMult(LongMatrix2D, LongMatrix2D, long, long, boolean, boolean) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
zMult(LongMatrix1D, LongMatrix1D) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(LongMatrix1D, LongMatrix1D, long, long, boolean) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(LongMatrix2D, LongMatrix2D) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(LongMatrix2D, LongMatrix2D, long, long, boolean, boolean) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zoom(double, double, double, double) - Method in class jhplot.SPlot
Zoom in or out to the specified rectangle.
zSum() - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns the sum of all cells.
zSum() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Returns the sum of all cells.
zSum() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
zSum() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
zSum() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
zSum() - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
zSum() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
zSum() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
zSum() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
zSum() - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
zSum() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns the sum of all cells.
zSum() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Returns the sum of all cells.
zSum() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
zSum() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
zSum() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
zSum() - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
zSum() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
zSum() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
zSum() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
zSum() - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
zSum() - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
zSum() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
zSum() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
zSum() - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
zSum() - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.tint.IntMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.tint.IntMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
zSum() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
zSum() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
zSum() - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
zSum() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).

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

jHepWork 2.8 (©) S.Chekanov