Package | Description |
---|---|
cern.colt.matrix.tfloat.algo |
Linear Algebraic matrix computations operating on
FloatMatrix2D
and FloatMatrix1D . |
Modifier and Type | Field and Description |
---|---|
static FloatProperty |
FloatProperty.DEFAULT
The default Property object; currently has tolerance()==1.0E-5.
|
static FloatProperty |
FloatProperty.SEVEN
A Property object with tolerance()==1.0E-7.
|
static FloatProperty |
FloatProperty.ZERO
A Property object with tolerance()==0.0.
|
Modifier and Type | Method and Description |
---|---|
FloatProperty |
SparseFloatAlgebra.property()
Returns the property object attached to this Algebra, defining tolerance.
|
FloatProperty |
DenseFloatAlgebra.property()
Returns the property object attached to this Algebra, defining tolerance.
|
Modifier and Type | Method and Description |
---|---|
void |
SparseFloatAlgebra.setProperty(FloatProperty property)
Attaches the given property object to this Algebra, defining tolerance.
|
void |
DenseFloatAlgebra.setProperty(FloatProperty property)
Attaches the given property object to this Algebra, defining tolerance.
|
Jump to the Parallel Colt Homepage