Parallel Colt 0.7.2
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

Q

qr(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleAlgebra
Constructs and returns the QR-decomposition of the given matrix.
qr(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatAlgebra
Constructs and returns the QR-decomposition of the given matrix.
qraux1_f77(int, double[][], int) - Static method in class optimization.Uncmin_f77
The qraux1_f77 method interchanges rows i,i+1 of the upper Hessenberg matrix r, columns i to n.
qraux2_f77(int, double[][], int, double, double) - Static method in class optimization.Uncmin_f77
The qraux2_f77 method pre-multiplies r by the Jacobi rotation j(i,i+1,a,b).
qrfac_f77(int, int, double[][], boolean, int[], double[], double[], double[]) - Static method in class optimization.Minpack_f77
The qrfac_f77 method uses Householder transformations with column pivoting (optional) to compute a QR factorization of the m by n matrix A.
qrsolv_f77(int, double[][], int[], double[], double[], double[], double[], double[]) - Static method in class optimization.Minpack_f77
Given an m by n matrix A, an n by n diagonal matrix D, and an m-vector b, the problem is to determine an x which solves the system
qrupdt_f77(int, double[][], double[], double[]) - Static method in class optimization.Uncmin_f77
The qrupdt_f77 method finds an orthogonal n by n matrix, Q*, and an upper triangular n by n matrix, R*, such that (Q*)(R*) = R+U(V+).
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.
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.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.
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(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, 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.
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.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.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.AbstractList
Sorts the specified range of the receiver into ascending order.
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.

Parallel Colt 0.7.2
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
Jump to the Parallel Colt Homepage