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

D

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
 
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
 
dbla(int[]) - Static method in class edu.emory.mathcs.utils.Utils
 
dblm(IntMatrix1D) - Static method in class edu.emory.mathcs.utils.Utils
 
dcat(double[], double[]) - Static method in class edu.emory.mathcs.utils.Utils
 
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.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
 
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.
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
 
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.
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.tdcomplex.algo.DComplexProperty
The default Property object; currently has tolerance()==1.0E-9.
DEFAULT - Static variable in class cern.colt.matrix.tdcomplex.algo.DenseDComplexAlgebra
A default Algebra object; has DComplexProperty.DEFAULT attached for tolerance.
DEFAULT - Static variable in class cern.colt.matrix.tdcomplex.algo.SparseDComplexAlgebra
A default Algebra object; has DComplexProperty.DEFAULT attached for tolerance.
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_MIN_COLUMN_WIDTH - Static variable in class cern.colt.matrix.AbstractFormatter
The default minimum number of characters a column may have; currently 1.
DEFAULT_ROW_SEPARATOR - Static variable in class cern.colt.matrix.AbstractFormatter
The default string separating any two rows from another; currently "\n".
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_SLICE_SEPARATOR - Static variable in class cern.colt.matrix.AbstractFormatter
The default string separating any two slices from another; currently "\n\n".
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.
deg - Static variable in class cern.clhep.Units
 
degree - Static variable in class cern.clhep.Units
 
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(DoubleMatrix2D, int) - Static method in class edu.emory.mathcs.utils.Utils
 
delete(DoubleMatrix2D, int, int) - Static method in class edu.emory.mathcs.utils.Utils
 
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.tdouble.DoubleFunctions
Demonstrates usage of this class.
demo1() - Static method in class cern.jet.math.tfloat.FloatFunctions
Demonstrates usage of 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.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.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.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.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.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.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.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.
DenseDComplexAlgebra - Class in cern.colt.matrix.tdcomplex.algo
Linear algebraic matrix operations operating on dense complex matrices.
DenseDComplexAlgebra() - Constructor for class cern.colt.matrix.tdcomplex.algo.DenseDComplexAlgebra
Constructs a new instance with an equality tolerance given by Property.DEFAULT.tolerance().
DenseDComplexAlgebra(double) - Constructor for class cern.colt.matrix.tdcomplex.algo.DenseDComplexAlgebra
Constructs a new instance with the given equality tolerance.
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.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.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.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.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.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.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.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().
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.
det() - Method in class cern.colt.matrix.tdcomplex.algo.decomposition.SparseDComplexLUDecomposition
Returns the determinant, det(A).
det(DComplexMatrix2D) - Method in class cern.colt.matrix.tdcomplex.algo.SparseDComplexAlgebra
Returns the determinant of matrix A.
det() - Method in class cern.colt.matrix.tdouble.algo.decomposition.CSparseDoubleLUDecomposition
 
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.SparseDoubleKLUDecomposition
 
det() - Method in interface 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.
dfunc - Static variable in class edu.emory.mathcs.utils.Utils
 
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
 
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
 
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
 
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(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 .
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.
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.
diff(IntMatrix1D) - Static method in class edu.emory.mathcs.utils.Utils
 
diff(DoubleMatrix1D) - Static method in class edu.emory.mathcs.utils.Utils
 
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.
display() - Method in class cern.colt.Timer
Prints the elapsed time on System.out
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.
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.
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.
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.
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).
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
 
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.tdouble
Interface that represents a function object: a function that takes 5 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.
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.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.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.tdouble
Target of a streaming DoubleBuffer2D into which data is flushed upon buffer overflow.
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.tdouble
Target of a streaming DoubleBuffer3D 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.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.tdouble
Interface that represents a function object: a function that takes two arguments and returns a single 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.tdouble
Factory for convenient construction of 1-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.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.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.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.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.tdouble
Abstract base class for 1-d matrices (aka vectors) holding double 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.tdouble
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix2D - Class in cern.colt.matrix.tdouble
Abstract base class for 2-d matrices holding double 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.tdouble
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix3D - Class in cern.colt.matrix.tdouble
Abstract base class for 3-d matrices holding double elements.
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.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.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.
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.
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.
drange(int) - Static method in class edu.emory.mathcs.utils.Utils
 
drange(int, int) - Static method in class edu.emory.mathcs.utils.Utils
 
drange(int, int, int) - Static method in class edu.emory.mathcs.utils.Utils
 
drange(double) - Static method in class edu.emory.mathcs.utils.Utils
 
drange(double, double) - Static method in class edu.emory.mathcs.utils.Utils
 
drange(double, double, double) - Static method in class edu.emory.mathcs.utils.Utils
 
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
 
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
 
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
 
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.
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.
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.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
 
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
 
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
 
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.tdouble.DoubleDescriptive
Durbin-Watson computation.
durbinWatson(FloatArrayList) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Durbin-Watson computation.
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).
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Parallel Colt 0.10.1-SNAPSHOT

Jump to the Parallel Colt Homepage