Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.tdouble.algo.DoubleProperty

Packages that use DoubleProperty
cern.colt.matrix.tdouble.algo Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D
 

Uses of DoubleProperty in cern.colt.matrix.tdouble.algo
 

Fields in cern.colt.matrix.tdouble.algo declared as DoubleProperty
static DoubleProperty DoubleProperty.DEFAULT
          The default Property object; currently has tolerance()==1.0E-9.
static DoubleProperty DoubleProperty.TWELVE
          A Property object with tolerance()==1.0E-12.
static DoubleProperty DoubleProperty.ZERO
          A Property object with tolerance()==0.0.
 

Methods in cern.colt.matrix.tdouble.algo that return DoubleProperty
 DoubleProperty DoubleAlgebra.property()
          Returns the property object attached to this Algebra, defining tolerance.
 

Methods in cern.colt.matrix.tdouble.algo with parameters of type DoubleProperty
 void DoubleAlgebra.setProperty(DoubleProperty property)
          Attaches the given property object to this Algebra, defining tolerance.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage