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 PropertyProperty.DEFAULTThe default Property object; currently has tolerance()==1.0E-9.protected PropertyAlgebra.propertyThe property object attached to this instance.static final PropertyProperty.TWELVEA Property object with tolerance()==1.0E-12.static final PropertyProperty.ZEROA 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 TypeMethodDescriptionvoidAlgebra.setProperty(Property property) Attaches the given property object to this Algebra, defining tolerance.