public class FloatAngleMatrix extends AbstractFloatMatrixRel<AngleUnit,FloatAngleMatrix,MutableFloatAngleMatrix,FloatAngle>
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 |
---|
FloatAngleMatrix(float[][] values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleMatrix.
|
FloatAngleMatrix(FloatAngle[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleMatrix.
|
FloatAngleMatrix(FloatMatrixData data,
AngleUnit unit)
Construct a new Relative Immutable FloatAngleMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatAngleMatrix |
instantiateMutableType(FloatMatrixData fmd,
AngleUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatAngle |
instantiateScalar(float value,
AngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAngleMatrix |
instantiateType(FloatMatrixData fmd,
AngleUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
FloatAngleMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
FloatAngleMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
cardinality, columns, determinant, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, rows, toString, toString, toString, toString, zSum
public FloatAngleMatrix(float[][] values, AngleUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Relative Immutable FloatAngleMatrixunit
- AngleUnit; the unit of the new Relative Immutable FloatAngleMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic FloatAngleMatrix(FloatAngle[][] values, StorageType storageType) throws ValueException
values
- FloatAngle[][]; the values of the entries in the new Relative Immutable FloatAngleMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesFloatAngleMatrix(FloatMatrixData data, AngleUnit unit)
data
- FloatMatrixData; an internal data objectunit
- AngleUnit; the unitpublic final FloatAngleMatrix toDense()
public final FloatAngleMatrix toSparse()
protected final FloatAngleMatrix instantiateType(FloatMatrixData fmd, AngleUnit unit)
instantiateType
in class AbstractFloatMatrixRel<AngleUnit,FloatAngleMatrix,MutableFloatAngleMatrix,FloatAngle>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final MutableFloatAngleMatrix instantiateMutableType(FloatMatrixData fmd, AngleUnit unit)
instantiateMutableType
in class AbstractFloatMatrixRel<AngleUnit,FloatAngleMatrix,MutableFloatAngleMatrix,FloatAngle>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final FloatAngle instantiateScalar(float value, AngleUnit unit)
instantiateScalar
in class AbstractFloatMatrixRel<AngleUnit,FloatAngleMatrix,MutableFloatAngleMatrix,FloatAngle>
value
- float; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.