|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SparseDoubleAlgebra.property()
Returns the property object attached to this Algebra, defining tolerance. |
DoubleProperty |
DenseDoubleAlgebra.property()
Returns the property object attached to this Algebra, defining tolerance. |
Methods in cern.colt.matrix.tdouble.algo with parameters of type DoubleProperty | |
---|---|
void |
SparseDoubleAlgebra.setProperty(DoubleProperty property)
Attaches the given property object to this Algebra, defining tolerance. |
void |
DenseDoubleAlgebra.setProperty(DoubleProperty property)
Attaches the given property object to this Algebra, defining tolerance. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |