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