public class LengthMatrix extends AbstractDoubleMatrixRel<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 |
|---|
LengthMatrix(double[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LengthMatrix.
|
LengthMatrix(DoubleMatrixData data,
LengthUnit unit)
Construct a new Relative Immutable Double LengthMatrix.
|
LengthMatrix(Length[][] values,
StorageType storageType)
Construct a new Relative Immutable 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.
|
LengthMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
LengthMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, mutable, plus, timescardinality, checkIndex, checkSize, checkSize, columns, determinant, ensureRectangularAndNonEmpty, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, rows, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnitpublic LengthMatrix(double[][] values,
LengthUnit unit,
StorageType storageType)
throws ValueException
values - double[][]; the values of the entries in the new Relative Immutable Double LengthMatrixunit - LengthUnit; the unit of the new Relative Immutable Double LengthMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic LengthMatrix(Length[][] values, StorageType storageType) throws ValueException
values - Length[][]; the values of the entries in the new Relative Immutable Double LengthMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriesLengthMatrix(DoubleMatrixData data, LengthUnit unit)
data - DoubleMatrixData; an internal data objectunit - LengthUnit; the unitpublic final LengthMatrix toDense()
public final LengthMatrix 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.