- value() - Method in class hep.aida.bin.AbstractBin
-
Returns value(0).
- value(int) - Method in class hep.aida.bin.AbstractBin
-
Returns a custom definable "value" measure; override this method if necessary.
- 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.
- VariableAxis - Class in hep.aida.ref
-
Variable-width axis; A reference implementation of hep.aida.IAxis.
- VariableAxis(double[]) - Constructor for class hep.aida.ref.VariableAxis
-
Constructs and returns an axis with the given bin edges.
- 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() - Method in class hep.aida.bin.AbstractBin1D
-
Returns the sample variance, which is Sum( (x[i]-mean())2 ) / (size()-1).
- Version - Class in cern.colt
-
Information about the current release.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- volt - Static variable in class cern.clhep.Units
-
- VonMises - Class in cern.jet.random
-
Von Mises distribution.
- VonMises(double, RandomEngine) - Constructor for class cern.jet.random.VonMises
-
Constructs a Von Mises distribution.