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 onDoubleMatrix2D
andDoubleMatrix1D
. -
-
Uses of Property in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as Property Modifier and Type Field Description private static Property
TestMatrix2D. Property
-
Uses of Property in cern.colt.matrix.linalg
Fields in cern.colt.matrix.linalg declared as Property Modifier and Type Field Description static 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 Property
Property. TWELVE
A Property object with tolerance()==1.0E-12.static Property
Property. ZERO
A Property object with tolerance()==0.0.Methods in cern.colt.matrix.linalg that return Property Modifier and Type Method Description Property
Algebra. 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 void
Algebra. setProperty(Property property)
Attaches the given property object to this Algebra, defining tolerance.
-