| Package | Description |
|---|---|
| cern.colt.matrix.tdcomplex.algo |
Algorithms operating on complex matrices.
|
| Modifier and Type | Field and Description |
|---|---|
static DComplexProperty |
DComplexProperty.DEFAULT
The default Property object; currently has tolerance()==1.0E-9.
|
static DComplexProperty |
DComplexProperty.TWELVE
A Property object with tolerance()==1.0E-12.
|
static DComplexProperty |
DComplexProperty.ZERO
A Property object with tolerance()==0.0.
|
| Modifier and Type | Method and Description |
|---|---|
DComplexProperty |
SparseDComplexAlgebra.property()
Returns the property object attached to this Algebra, defining tolerance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DenseDComplexAlgebra.setProperty(DComplexProperty property)
Attaches the given property object to this Algebra, defining tolerance.
|
void |
SparseDComplexAlgebra.setProperty(DComplexProperty property)
Attaches the given property object to this Algebra, defining tolerance.
|
Jump to the Parallel Colt Homepage