Uses of Class
cern.colt.matrix.linalg.Property
-
Packages that use Property Package Description cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces ofcern.colt.matrix, without subsetting or supersetting.cern.colt.matrix.linalg Linear Algebraic matrix computations operating onDoubleMatrix2DandDoubleMatrix1D. -
-
Uses of Property in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as Property Modifier and Type Field Description private static PropertyTestMatrix2D. Property -
Uses of Property in cern.colt.matrix.linalg
Fields in cern.colt.matrix.linalg declared as Property Modifier and Type Field Description static PropertyProperty. DEFAULTThe default Property object; currently has tolerance()==1.0E-9.protected PropertyAlgebra. propertyThe property object attached to this instance.static PropertyProperty. TWELVEA Property object with tolerance()==1.0E-12.static PropertyProperty. ZEROA Property object with tolerance()==0.0.Methods in cern.colt.matrix.linalg that return Property Modifier and Type Method Description PropertyAlgebra. property()Returns the property object attached to this Algebra, defining tolerance.Methods in cern.colt.matrix.linalg with parameters of type Property Modifier and Type Method Description voidAlgebra. setProperty(Property property)Attaches the given property object to this Algebra, defining tolerance.
-