|
Colt 1.0.1 | |||||||||
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 |
DEFAULT
The default Property object; currently has tolerance()==1.0E-9. |
static Property |
ZERO
A Property object with tolerance()==0.0. |
static Property |
TWELVE
A Property object with tolerance()==1.0E-12. |
Methods in cern.colt.matrix.linalg that return Property | |
Property |
property()
Returns the property object attached to this Algebra, defining tolerance. |
Methods in cern.colt.matrix.linalg with parameters of type Property | |
void |
setProperty(Property property)
Attaches the given property object to this Algebra, defining tolerance. |
|
Colt 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |