Uses of Class
cern.colt.matrix.linalg.Property
Packages that use Property
Package
Description
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of
cern.colt.matrix
, without subsetting or supersetting.Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D
.-
Uses of Property in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as Property -
Uses of Property in cern.colt.matrix.linalg
Fields in cern.colt.matrix.linalg declared as PropertyModifier and TypeFieldDescriptionstatic final Property
Property.DEFAULT
The default Property object; currently has tolerance()==1.0E-9.protected Property
Algebra.property
The property object attached to this instance.static final Property
Property.TWELVE
A Property object with tolerance()==1.0E-12.static final Property
Property.ZERO
A Property object with tolerance()==0.0.Methods in cern.colt.matrix.linalg that return PropertyModifier and TypeMethodDescriptionAlgebra.property()
Returns the property object attached to this Algebra, defining tolerance.Methods in cern.colt.matrix.linalg with parameters of type PropertyModifier and TypeMethodDescriptionvoid
Algebra.setProperty
(Property property) Attaches the given property object to this Algebra, defining tolerance.