public class MutableAngleMatrix extends AbstractMutableDoubleMatrixRel<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 |
---|
MutableAngleMatrix(Angle[][] values,
StorageType storageType)
Construct a new Relative Mutable Double AngleMatrix.
|
MutableAngleMatrix(double[][] values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double AngleMatrix.
|
MutableAngleMatrix(DoubleMatrixData data,
AngleUnit unit)
Construct a new Relative Mutable 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.
|
MutableAngleMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
MutableAngleMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
abs, assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, divideBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, multiplyBy, mutable, neg, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, 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
DIV, MULT, POW
public MutableAngleMatrix(double[][] values, AngleUnit unit, StorageType storageType) throws ValueException
values
- double[][]; the values of the entries in the new Relative Mutable Double AngleMatrixunit
- AngleUnit; the unit of the new Relative Mutable Double AngleMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableAngleMatrix(Angle[][] values, StorageType storageType) throws ValueException
values
- Angle[][]; the values of the entries in the new Relative Mutable Double AngleMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableAngleMatrix(DoubleMatrixData data, AngleUnit unit)
data
- DoubleMatrixData; an internal data objectunit
- AngleUnit; the unitpublic final MutableAngleMatrix toDense()
public final MutableAngleMatrix 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.