public class DimensionlessMatrix extends AbstractDoubleMatrixRel<DimensionlessUnit,DimensionlessMatrix,MutableDimensionlessMatrix,Dimensionless>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
data
Constructor and Description |
---|
DimensionlessMatrix(Dimensionless[][] values,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessMatrix.
|
DimensionlessMatrix(double[][] values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessMatrix.
|
DimensionlessMatrix(DoubleMatrixData data,
DimensionlessUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected MutableDimensionlessMatrix |
instantiateMutableType(DoubleMatrixData dmd,
DimensionlessUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Dimensionless |
instantiateScalar(double value,
DimensionlessUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected DimensionlessMatrix |
instantiateType(DoubleMatrixData dmd,
DimensionlessUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
DimensionlessMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
DimensionlessMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, mutable, 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
public DimensionlessMatrix(double[][] values, DimensionlessUnit unit, StorageType storageType) throws ValueException
values
- double[][]; the values of the entries in the new Relative Immutable Double DimensionlessMatrixunit
- DimensionlessUnit; the unit of the new Relative Immutable Double DimensionlessMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic DimensionlessMatrix(Dimensionless[][] values, StorageType storageType) throws ValueException
values
- Dimensionless[][]; the values of the entries in the new Relative Immutable Double DimensionlessMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesDimensionlessMatrix(DoubleMatrixData data, DimensionlessUnit unit)
data
- DoubleMatrixData; an internal data objectunit
- DimensionlessUnit; the unitpublic final DimensionlessMatrix toDense()
public final DimensionlessMatrix toSparse()
protected final DimensionlessMatrix instantiateType(DoubleMatrixData dmd, DimensionlessUnit unit)
instantiateType
in class AbstractDoubleMatrixRel<DimensionlessUnit,DimensionlessMatrix,MutableDimensionlessMatrix,Dimensionless>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final MutableDimensionlessMatrix instantiateMutableType(DoubleMatrixData dmd, DimensionlessUnit unit)
instantiateMutableType
in class AbstractDoubleMatrixRel<DimensionlessUnit,DimensionlessMatrix,MutableDimensionlessMatrix,Dimensionless>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final Dimensionless instantiateScalar(double value, DimensionlessUnit unit)
instantiateScalar
in class AbstractDoubleMatrixRel<DimensionlessUnit,DimensionlessMatrix,MutableDimensionlessMatrix,Dimensionless>
value
- double; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.