public class AngleSolidMatrix extends AbstractDoubleMatrixRel<AngleSolidUnit,AngleSolidMatrix,MutableAngleSolidMatrix,AngleSolid>
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 |
---|
AngleSolidMatrix(AngleSolid[][] values,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidMatrix.
|
AngleSolidMatrix(double[][] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidMatrix.
|
AngleSolidMatrix(DoubleMatrixData data,
AngleSolidUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected MutableAngleSolidMatrix |
instantiateMutableType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected AngleSolid |
instantiateScalar(double value,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected AngleSolidMatrix |
instantiateType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
AngleSolidMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
AngleSolidMatrix |
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 AngleSolidMatrix(double[][] values, AngleSolidUnit unit, StorageType storageType) throws ValueException
values
- double[][]; the values of the entries in the new Relative Immutable Double AngleSolidMatrixunit
- AngleSolidUnit; the unit of the new Relative Immutable Double AngleSolidMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic AngleSolidMatrix(AngleSolid[][] values, StorageType storageType) throws ValueException
values
- AngleSolid[][]; the values of the entries in the new Relative Immutable Double AngleSolidMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesAngleSolidMatrix(DoubleMatrixData data, AngleSolidUnit unit)
data
- DoubleMatrixData; an internal data objectunit
- AngleSolidUnit; the unitpublic final AngleSolidMatrix toDense()
public final AngleSolidMatrix toSparse()
protected final AngleSolidMatrix instantiateType(DoubleMatrixData dmd, AngleSolidUnit unit)
instantiateType
in class AbstractDoubleMatrixRel<AngleSolidUnit,AngleSolidMatrix,MutableAngleSolidMatrix,AngleSolid>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final MutableAngleSolidMatrix instantiateMutableType(DoubleMatrixData dmd, AngleSolidUnit unit)
instantiateMutableType
in class AbstractDoubleMatrixRel<AngleSolidUnit,AngleSolidMatrix,MutableAngleSolidMatrix,AngleSolid>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final AngleSolid instantiateScalar(double value, AngleSolidUnit unit)
instantiateScalar
in class AbstractDoubleMatrixRel<AngleSolidUnit,AngleSolidMatrix,MutableAngleSolidMatrix,AngleSolid>
value
- double; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.