Parallel Colt 0.7.2

Uses of Package
cern.colt.matrix.tdouble

Packages that use cern.colt.matrix.tdouble
cern.colt.matrix.tdcomplex Matrix interfaces and factories holding elements of dcomplex data type. 
cern.colt.matrix.tdcomplex.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type. 
cern.colt.matrix.tdouble Matrix interfaces and factories holding elements of double data type. 
cern.colt.matrix.tdouble.algo Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D
cern.colt.matrix.tdouble.algo.decomposition Martrix decompositions. 
cern.colt.matrix.tdouble.algo.solver Iterative solvers BiCG - BiConjugate gradients. BiCGstab - BiConjugate gradients stabilized. CG - Conjugate gradients. CGS - Conjugate gradients squared. Chebyshev - The Chebyshev iteration for symmetrical, positive definite matrices. GMRES - Generalized minimal residual using restart. IR - Iterative refinement (Richardson's method). QMR - Quasi-minimal residual. HyBR - Hybrid Bidiagonalization Regularization.  
cern.colt.matrix.tdouble.algo.solver.preconditioner Preconditioners for iterative solvers. 
cern.colt.matrix.tdouble.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type. 
cern.colt.matrix.tobject Matrix interfaces and factories holding elements of Object data type. 
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tdcomplex
DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D
          Abstract base class for 2-d matrices holding double elements.
DoubleMatrix3D
          Abstract base class for 3-d matrices holding double elements.
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tdcomplex.impl
DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D
          Abstract base class for 2-d matrices holding double elements.
DoubleMatrix3D
          Abstract base class for 3-d matrices holding double elements.
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tdouble
DoubleFactory1D
          Factory for convenient construction of 1-d matrices holding double cells.
DoubleFactory2D
          Factory for convenient construction of 2-d matrices holding double cells.
DoubleFactory3D
          Factory for convenient construction of 3-d matrices holding double cells.
DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix1DProcedure
          Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix2D
          Abstract base class for 2-d matrices holding double elements.
DoubleMatrix2DProcedure
          Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix3D
          Abstract base class for 3-d matrices holding double elements.
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tdouble.algo
DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D
          Abstract base class for 2-d matrices holding double elements.
DoubleMatrix2DProcedure
          Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix3D
          Abstract base class for 3-d matrices holding double elements.
DoubleMatrix3DProcedure
          Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tdouble.algo.decomposition
DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D
          Abstract base class for 2-d matrices holding double elements.
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tdouble.algo.solver
DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D
          Abstract base class for 2-d matrices holding double elements.
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tdouble.algo.solver.preconditioner
DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D
          Abstract base class for 2-d matrices holding double elements.
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tdouble.impl
DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix2D
          Abstract base class for 2-d matrices holding double elements.
DoubleMatrix3D
          Abstract base class for 3-d matrices holding double elements.
 

Classes in cern.colt.matrix.tdouble used by cern.colt.matrix.tobject
DoubleMatrix3D
          Abstract base class for 3-d matrices holding double elements.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage