| Package | Description |
|---|---|
| cern.colt.matrix.tdouble.algo |
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D. |
| Modifier and Type | Field and Description |
|---|---|
static DoubleProperty |
DoubleProperty.DEFAULT
The default Property object; currently has tolerance()==1.0E-9.
|
static DoubleProperty |
DoubleProperty.TWELVE
A Property object with tolerance()==1.0E-12.
|
static DoubleProperty |
DoubleProperty.ZERO
A Property object with tolerance()==0.0.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleProperty |
DenseDoubleAlgebra.property()
Returns the property object attached to this Algebra, defining tolerance.
|
DoubleProperty |
SparseDoubleAlgebra.property()
Returns the property object attached to this Algebra, defining tolerance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DenseDoubleAlgebra.setProperty(DoubleProperty property)
Attaches the given property object to this Algebra, defining tolerance.
|
void |
SparseDoubleAlgebra.setProperty(DoubleProperty property)
Attaches the given property object to this Algebra, defining tolerance.
|
Jump to the Parallel Colt Homepage