public class MutableLengthMatrix extends AbstractMutableDoubleMatrixRel<LengthUnit,LengthMatrix,MutableLengthMatrix,Length>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-09-29 14:14:28 +0200 (Tue, 29 Sep 2015) $, @version $Revision: 73 $, by $Author: pknoppers $, initial
version Sep 5, 2015
data
Constructor and Description |
---|
MutableLengthMatrix(double[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double LengthMatrix.
|
MutableLengthMatrix(DoubleMatrixData data,
LengthUnit unit)
Construct a new Relative Mutable Double LengthMatrix.
|
MutableLengthMatrix(Length[][] values,
StorageType storageType)
Construct a new Relative Mutable Double LengthMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableLengthMatrix |
instantiateMutableType(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Length |
instantiateScalar(double value,
LengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected LengthMatrix |
instantiateType(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
MutableLengthMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
MutableLengthMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
abs, assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, divideBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, multiplyBy, mutable, neg, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, plus, times
cardinality, checkIndex, checkSize, checkSize, columns, determinant, ensureRectangularAndNonEmpty, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, rows, toString, toString, toString, toString, zSum
expressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnit
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
DIV, MULT, POW
public MutableLengthMatrix(double[][] values, LengthUnit unit, StorageType storageType) throws ValueException
values
- double[][]; the values of the entries in the new Relative Mutable Double LengthMatrixunit
- LengthUnit; the unit of the new Relative Mutable Double LengthMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableLengthMatrix(Length[][] values, StorageType storageType) throws ValueException
values
- Length[][]; the values of the entries in the new Relative Mutable Double LengthMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableLengthMatrix(DoubleMatrixData data, LengthUnit unit)
data
- DoubleMatrixData; an internal data objectunit
- LengthUnit; the unitpublic final MutableLengthMatrix toDense()
public final MutableLengthMatrix toSparse()
protected final LengthMatrix instantiateType(DoubleMatrixData dmd, LengthUnit unit)
instantiateType
in class AbstractDoubleMatrixRel<LengthUnit,LengthMatrix,MutableLengthMatrix,Length>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final MutableLengthMatrix instantiateMutableType(DoubleMatrixData dmd, LengthUnit unit)
instantiateMutableType
in class AbstractDoubleMatrixRel<LengthUnit,LengthMatrix,MutableLengthMatrix,Length>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final Length instantiateScalar(double value, LengthUnit unit)
instantiateScalar
in class AbstractDoubleMatrixRel<LengthUnit,LengthMatrix,MutableLengthMatrix,Length>
value
- double; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.