Package | Description |
---|---|
cern.colt.matrix.linalg |
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D . |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
Property |
Algebra.property()
Returns the property object attached to this Algebra, defining tolerance.
|
Modifier and Type | Method and Description |
---|---|
void |
Algebra.setProperty(Property property)
Attaches the given property object to this Algebra, defining tolerance.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.