| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatMatrix.Rel.Sparse<U> |
MutableFloatMatrix.Rel.Sparse.copy()
Create a deep copy of this MutableDoubleMatrix.
|
static <U extends Unit<U>> |
FloatMatrix.denseToSparse(FloatMatrix.Rel.Dense<U> in)
Create a Sparse version of a Dense FloatMatrix.
|
static <U extends Unit<U>> |
FloatMatrix.interpolate(FloatMatrix.Rel.Sparse<U> zero,
FloatMatrix.Rel.Sparse<U> one,
float ratio)
Interpolate between or extrapolate over two values.
|
static <U extends Unit<U>> |
FloatMatrix.minus(FloatMatrix.Rel.Sparse<U> left,
FloatMatrix.Rel.Sparse<U> right)
Subtract two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Rel.Sparse<U>.
|
MutableFloatMatrix.Rel.Sparse<U> |
MutableFloatMatrix.Rel.Sparse.mutable()
Create a mutable version of this FloatMatrix.
|
MutableFloatMatrix.Rel.Sparse<U> |
FloatMatrix.Rel.Sparse.mutable()
Create a mutable version of this FloatMatrix.
|
static <U extends Unit<U>> |
FloatMatrix.plus(FloatMatrix.Rel.Sparse<U> left,
FloatMatrix.Rel.Sparse<U> right)
Add two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Rel.Sparse<U>.
|
static MutableFloatMatrix.Rel.Sparse<SIUnit> |
FloatMatrix.times(FloatMatrix.Rel.Dense<?> left,
FloatMatrix.Rel.Sparse<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Rel.Sparse<SIUnit>.
|
static MutableFloatMatrix.Rel.Sparse<SIUnit> |
FloatMatrix.times(FloatMatrix.Rel.Sparse<?> left,
FloatMatrix.Rel<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Rel.Sparse<SIUnit>.
|
static <U extends Unit<U>> |
FloatMatrix.times(FloatMatrix.Rel.Sparse<U> left,
float[][] right)
Multiply the values in a FloatMatrix and a float array value by value and store the result in a new
MutableFloatMatrix.Rel.Sparse<U>.
|
Copyright © 2015 Delft University of Technology. All rights reserved.