|
Colt 1.2.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
cern.colt.matrix.linalg | Linear Algebraic matrix computations operating on DoubleMatrix2D
and DoubleMatrix1D . |
Uses of Property in cern.colt.matrix.linalg |
Fields in cern.colt.matrix.linalg declared as Property | |
static Property |
Property.DEFAULT
The default Property object; currently has tolerance()==1.0E-9. |
static Property |
Property.ZERO
A Property object with tolerance()==0.0. |
static Property |
Property.TWELVE
A Property object with tolerance()==1.0E-12. |
Methods in cern.colt.matrix.linalg that return Property | |
Property |
Algebra.property()
Returns the property object attached to this Algebra, defining tolerance. |
Methods in cern.colt.matrix.linalg with parameters of type Property | |
void |
Algebra.setProperty(Property property)
Attaches the given property object to this Algebra, defining tolerance. |
|
Colt 1.2.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |