U - Unit the unit for which this Matrix will be createdpublic static class MutableFloatMatrix.Abs.Dense<U extends Unit<U>> extends MutableFloatMatrix.Abs<U> implements DenseData
MutableFloatMatrix.Abs.Dense<U extends Unit<U>>, MutableFloatMatrix.Abs.Sparse<U extends Unit<U>>MutableFloatMatrix.Abs<U extends Unit<U>>, MutableFloatMatrix.Rel<U extends Unit<U>>data| Constructor and Description |
|---|
Dense(float[][] values,
U unit)
Construct a new Absolute Dense MutableFloatMatrix.
|
Dense(FloatScalar.Abs<U>[][] values)
Construct a new Absolute Dense MutableFloatMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatMatrix.Abs.Dense<U> |
copy()
Create a deep copy of this MutableDoubleMatrix.
|
protected FloatMatrixDataDense |
getData() |
FloatMatrix.Abs.Dense<U> |
immutable()
Make (immutable) FloatMatrix equivalent for any type of MutableFloatMatrix.
|
MutableFloatMatrix.Abs.Dense<U> |
mutable()
Create a mutable version of this FloatMatrix.
|
abs, acos, asin, atan, cbrt, ceil, cos, cosh, decrementBy, divideBy, exp, expm1, floor, get, incrementBy, inv, log, log10, log1p, multiplyBy, pow, rint, round, signum, sin, sinh, sqrt, tan, tanh, toDegrees, toRadiansassign, checkCopyOnWrite, decrementByImpl, incrementByImpl, normalize, scaleValueByValue, scaleValueByValue, set, setInUnit, setSIcardinality, checkIndex, checkNonEmpty, checkSize, checkSize, columns, denseToSparse, denseToSparse, determinant, equals, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, initializeDense, initializeDense, initializeSparse, initializeSparse, interpolate, interpolate, interpolate, interpolate, minus, minus, minus, minus, minus, minus, plus, plus, plus, plus, plus, plus, rows, safeGet, safeSet, sparseToDense, sparseToDense, times, times, times, times, times, times, times, times, times, times, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelativepublic Dense(float[][] values,
U unit)
throws ValueException
values - float[][]; the initial values of the entries in the new Absolute Dense MutableFloatMatrixunit - U; the unit of the new Absolute Dense MutableFloatMatrixValueException - when values is null, or is not rectangularpublic Dense(FloatScalar.Abs<U>[][] values) throws ValueException
values - FloatScalar.Abs<U>[][]; the initial values of the entries in the new Absolute Dense
MutableFloatMatrixValueException - when values has zero entries, or is not rectangularpublic final FloatMatrix.Abs.Dense<U> immutable()
immutable in class MutableFloatMatrix<U extends Unit<U>>public final MutableFloatMatrix.Abs.Dense<U> mutable()
mutable in class FloatMatrix<U extends Unit<U>>public final MutableFloatMatrix.Abs.Dense<U> copy()
copy in interface WriteFloatMatrixFunctions<U extends Unit<U>>protected final FloatMatrixDataDense getData()
getData in class FloatMatrix<U extends Unit<U>>Copyright © 2015 Delft University of Technology. All rights reserved.