| Package | Description |
|---|---|
| org.djunits.value |
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
R |
FunctionsRel.divide(R rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
R |
FunctionsAbs.minus(A abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
R |
FunctionsRel.minus(R rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
A |
FunctionsAbs.minus(R rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
A |
FunctionsRel.plus(A abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
R |
FunctionsRel.plus(R rel)
Add a Relative value to this Relative value for a vector or matrix.
|
A |
FunctionsAbs.plus(R rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
R |
FunctionsRel.times(R rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DoubleMatrix.checkIndex(int row,
int column)
Check that provided row and column indices are valid.
|
protected void |
DoubleMatrix.checkSize(double[][] other)
Centralized size equality check.
|
protected void |
DoubleMatrix.checkSize(DoubleMatrix<?> other)
Centralized size equality check.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.checkUnit(DoubleScalar<U>[][] dsArray)
Check that a provided array can be used to create some descendant of a DoubleMatrix, and return the Unit.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.decrementBy(DoubleMatrix.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.decrementBy(DoubleMatrix.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
void |
DoubleMatrixDataSparse.decrementBy(DoubleMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataDense.decrementBy(DoubleMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
abstract void |
DoubleMatrixData.decrementBy(DoubleMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
double |
DoubleMatrixInterface.determinant()
Compute the determinant of the matrix.
|
double |
DoubleMatrix.determinant()
Compute the determinant of the matrix.
|
DoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.divide(DoubleMatrix.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
DoubleMatrix.Rel<U> |
DoubleMatrix.Rel.divide(DoubleMatrix.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.divide(DoubleMatrix.Rel<U> left,
DoubleMatrix.Rel<U> right)
Divide the content of two matrices with a static method on a cell-by-cell basis; Rel / Rel = Rel.
|
DoubleMatrixData |
DoubleMatrixData.divide(DoubleMatrixData right)
Divide two matrices on a cell-by-cell basis.
|
R |
TypedDoubleMatrixRel.divide(R rel)
Divide this Relative value by a Relative value for a matrix or matrix.
|
R |
MutableTypedDoubleMatrixRel.divide(R rel)
Divide this Relative value by a Relative value for a matrix or matrix.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.divideBy(DoubleMatrix.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.divideBy(DoubleMatrix.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
void |
DoubleMatrixDataSparse.divideBy(DoubleMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataDense.divideBy(DoubleMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
abstract void |
DoubleMatrixData.divideBy(DoubleMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
protected static void |
DoubleMatrix.ensureRectangularAndNonEmpty(double[][] values)
Check that a 2D array of double is not null and rectangular; i.e.
|
protected static void |
DoubleMatrix.ensureRectangularAndNonEmpty(DoubleScalar<?>[][] values)
Check that a 2D array of DoubleScalar<?> is rectangular; i.e.
|
Volume |
VolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
abstract S |
TypedDoubleMatrixRel.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
abstract S |
TypedDoubleMatrixAbs.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Torque |
TorqueMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Time |
TimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Temperature |
TemperatureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Speed |
SpeedMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Pressure |
PressureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Power |
PowerMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Position |
PositionMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Volume |
MutableVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
abstract S |
MutableTypedDoubleMatrixRel.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
abstract S |
MutableTypedDoubleMatrixAbs.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Torque |
MutableTorqueMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Time |
MutableTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Temperature |
MutableTemperatureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Speed |
MutableSpeedMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Pressure |
MutablePressureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Power |
MutablePowerMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Position |
MutablePositionMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerVolume |
MutableMoneyPerVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerTime |
MutableMoneyPerTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerMass |
MutableMoneyPerMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerLength |
MutableMoneyPerLengthMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerEnergy |
MutableMoneyPerEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerArea |
MutableMoneyPerAreaMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Money |
MutableMoneyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Mass |
MutableMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
LinearDensity |
MutableLinearDensityMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Length |
MutableLengthMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Frequency |
MutableFrequencyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Force |
MutableForceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
FlowVolume |
MutableFlowVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
FlowMass |
MutableFlowMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Energy |
MutableEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
ElectricalResistance |
MutableElectricalResistanceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
ElectricalPotential |
MutableElectricalPotentialMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
ElectricalCurrent |
MutableElectricalCurrentMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
ElectricalCharge |
MutableElectricalChargeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Duration |
MutableDurationMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
DoubleScalar.Abs<U> |
MutableDoubleMatrix.Abs.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
DoubleScalar.Rel<U> |
MutableDoubleMatrix.Rel.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Direction |
MutableDirectionMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Dimensionless |
MutableDimensionlessMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Density |
MutableDensityMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Area |
MutableAreaMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
AngleSolid |
MutableAngleSolidMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Angle |
MutableAngleMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Acceleration |
MutableAccelerationMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
AbsoluteTemperature |
MutableAbsoluteTemperatureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerVolume |
MoneyPerVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerTime |
MoneyPerTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerMass |
MoneyPerMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerLength |
MoneyPerLengthMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerEnergy |
MoneyPerEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
MoneyPerArea |
MoneyPerAreaMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Money |
MoneyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Mass |
MassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
LinearDensity |
LinearDensityMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Length |
LengthMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Frequency |
FrequencyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Force |
ForceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
FlowVolume |
FlowVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
FlowMass |
FlowMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Energy |
EnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
ElectricalResistance |
ElectricalResistanceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
ElectricalPotential |
ElectricalPotentialMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
ElectricalCurrent |
ElectricalCurrentMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
ElectricalCharge |
ElectricalChargeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Duration |
DurationMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
DoubleScalar<U> |
DoubleMatrixInterface.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
DoubleScalar.Abs<U> |
DoubleMatrix.Abs.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
DoubleScalar.Rel<U> |
DoubleMatrix.Rel.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Direction |
DirectionMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Dimensionless |
DimensionlessMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Density |
DensityMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Area |
AreaMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
AngleSolid |
AngleSolidMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Angle |
AngleMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
Acceleration |
AccelerationMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
AbsoluteTemperature |
AbsoluteTemperatureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
double |
DoubleMatrixInterface.getInUnit(int row,
int column)
Retrieve the value stored at a specified row and column in the original unit.
|
double |
DoubleMatrix.getInUnit(int row,
int column)
Retrieve the value stored at a specified row and column in the original unit.
|
double |
DoubleMatrixInterface.getInUnit(int row,
int column,
U targetUnit)
Retrieve the value stored at a specified row and column converted into a specified unit.
|
double |
DoubleMatrix.getInUnit(int row,
int column,
U targetUnit)
Retrieve the value stored at a specified row and column converted into a specified unit.
|
double |
DoubleMatrixInterface.getSI(int row,
int column)
Retrieve the value stored at a specified row and column in the standard SI unit.
|
double |
DoubleMatrix.getSI(int row,
int column)
Retrieve the value stored at a specified row and column in the standard SI unit.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.incrementBy(DoubleMatrix.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.incrementBy(DoubleMatrix.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
void |
DoubleMatrixDataSparse.incrementBy(DoubleMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataDense.incrementBy(DoubleMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
abstract void |
DoubleMatrixData.incrementBy(DoubleMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
static DoubleMatrixDataSparse |
DoubleMatrixDataSparse.instantiate(double[][] valuesSI)
Instantiate a DoubleMatrixDataSparse from an array.
|
static DoubleMatrixData |
DoubleMatrixData.instantiate(double[][] values,
Scale scale,
StorageType storageType)
Instantiate a DoubleMatrixData with the right data type.
|
static DoubleMatrixData |
DoubleMatrixData.instantiate(DoubleScalar<?>[][] values,
StorageType storageType)
Instantiate a DoubleMatrixData with the right data type.
|
R |
TypedDoubleMatrixAbs.minus(A abs)
Subtract an Absolute value from this Relative value for a matrix or matrix.
|
DoubleMatrix.Rel<U> |
MutableDoubleMatrix.Abs.minus(DoubleMatrix.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
DoubleMatrix.Rel<U> |
DoubleMatrix.Abs.minus(DoubleMatrix.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.minus(DoubleMatrix.Abs<U> left,
DoubleMatrix.Abs<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Abs = Rel.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.minus(DoubleMatrix.Abs<U> left,
DoubleMatrix.Rel<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Rel = Abs.
|
DoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.minus(DoubleMatrix.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
DoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.minus(DoubleMatrix.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Abs.minus(DoubleMatrix.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
DoubleMatrix.Rel<U> |
DoubleMatrix.Rel.minus(DoubleMatrix.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.minus(DoubleMatrix.Rel<U> left,
DoubleMatrix.Rel<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Rel - Rel = Rel.
|
DoubleMatrixData |
DoubleMatrixData.minus(DoubleMatrixData right)
Subtract two matrices on a cell-by-cell basis.
|
R |
TypedDoubleMatrixRel.minus(R rel)
Subtract a Relative value from this Relative value for a matrix or matrix.
|
A |
TypedDoubleMatrixAbs.minus(R rel)
Subtract a Relative value from this Absolute value for a matrix or matrix.
|
R |
MutableTypedDoubleMatrixRel.minus(R rel)
Subtract a Relative value from this Relative value for a matrix or matrix.
|
MutableDoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.multiplyBy(DoubleMatrix.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.multiplyBy(DoubleMatrix.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
void |
DoubleMatrixDataSparse.multiplyBy(DoubleMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataDense.multiplyBy(DoubleMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
abstract void |
DoubleMatrixData.multiplyBy(DoubleMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
void |
MutableDoubleMatrixInterface.normalize()
Normalize the matrix, i.e.
|
void |
MutableDoubleMatrix.normalize()
Normalize the matrix, i.e.
|
DoubleMatrix.Abs<U> |
MutableDoubleMatrix.Rel.plus(DoubleMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Rel.plus(DoubleMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.plus(DoubleMatrix.Abs<U> left,
DoubleMatrix.Rel<U> right)
Add the content of two matrices with a static method on a cell-by-cell basis; Abs + Rel = Abs.
|
DoubleMatrix.Abs<U> |
MutableDoubleMatrix.Abs.plus(DoubleMatrix.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
DoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.plus(DoubleMatrix.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
DoubleMatrix.Abs<U> |
DoubleMatrix.Abs.plus(DoubleMatrix.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
DoubleMatrix.Rel<U> |
DoubleMatrix.Rel.plus(DoubleMatrix.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.plus(DoubleMatrix.Rel<U> left,
DoubleMatrix.Rel<U> right)
Add the content of two matrices with a static method on a cell-by-cell basis; Rel + Rel = Rel.
|
DoubleMatrixData |
DoubleMatrixData.plus(DoubleMatrixData right)
Add two matrices on a cell-by-cell basis.
|
R |
TypedDoubleMatrixRel.plus(R rel)
Add a Relative value to this Relative value for a matrix or matrix.
|
A |
TypedDoubleMatrixAbs.plus(R rel)
Add a Relative value to this Absolute value for a matrix or matrix.
|
R |
MutableTypedDoubleMatrixRel.plus(R rel)
Add a Relative value to this Relative value for a matrix or matrix.
|
void |
MutableDoubleMatrixInterface.set(int row,
int column,
DoubleScalar<U> value)
Replace the value at row, column by the supplied value which is in a compatible unit.
|
void |
MutableDoubleMatrix.set(int row,
int column,
DoubleScalar<U> value)
Replace the value at row, column by the supplied value which is in a compatible unit.
|
void |
MutableDoubleMatrixInterface.setInUnit(int row,
int column,
double value,
U valueUnit)
Replace the value at row, column by the supplied value which is expressed in a supplied (compatible) unit.
|
void |
MutableDoubleMatrix.setInUnit(int row,
int column,
double value,
U valueUnit)
Replace the value at row, column by the supplied value which is expressed in a supplied (compatible) unit.
|
void |
MutableDoubleMatrixInterface.setSI(int row,
int column,
double valueSI)
Replace the value at row, column by the supplied value which is expressed in the standard SI unit.
|
void |
MutableDoubleMatrix.setSI(int row,
int column,
double valueSI)
Replace the value at row, column by the supplied value which is expressed in the standard SI unit.
|
DoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.times(DoubleMatrix.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
DoubleMatrix.Rel<U> |
DoubleMatrix.Rel.times(DoubleMatrix.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
DoubleMatrix.times(DoubleMatrix.Rel<U> left,
DoubleMatrix.Rel<U> right)
Multiply the content of two matrices with a static method on a cell-by-cell basis; Rel * Rel = Rel.
|
DoubleMatrixData |
DoubleMatrixData.times(DoubleMatrixData right)
Multiply two matrix on a cell-by-cell basis.
|
R |
TypedDoubleMatrixRel.times(R rel)
Multiply a Relative value with this Relative value for a matrix or matrix.
|
R |
MutableTypedDoubleMatrixRel.times(R rel)
Multiply a Relative value with this Relative value for a matrix or matrix.
|
| Constructor and Description |
|---|
Abs(double[][] values,
U unit,
StorageType storageType)
Construct a new Absolute Mutable DoubleMatrix.
|
Abs(double[][] values,
U unit,
StorageType storageType)
Construct a new Absolute Immutable DoubleMatrix.
|
Abs(DoubleScalar.Abs<U>[][] values,
StorageType storageType)
Construct a new Absolute Mutable DoubleMatrix.
|
Abs(DoubleScalar.Abs<U>[][] values,
StorageType storageType)
Construct a new Absolute Immutable DoubleMatrix.
|
AbsoluteTemperatureMatrix(AbsoluteTemperature[][] values,
StorageType storageType)
Construct a new Absolute Immutable Double TemperatureMatrix.
|
AbsoluteTemperatureMatrix(double[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double TemperatureMatrix.
|
AccelerationMatrix(Acceleration[][] values,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationMatrix.
|
AccelerationMatrix(double[][] values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationMatrix.
|
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.
|
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.
|
AreaMatrix(Area[][] values,
StorageType storageType)
Construct a new Relative Immutable Double AreaMatrix.
|
AreaMatrix(double[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaMatrix.
|
DensityMatrix(Density[][] values,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
DensityMatrix(double[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
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.
|
DirectionMatrix(Direction[][] values,
StorageType storageType)
Construct a new Absolute Immutable Double AngleMatrix.
|
DirectionMatrix(double[][] values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double AngleMatrix.
|
DoubleMatrixDataDense(double[][] matrixSI)
Create a matrix with dense data.
|
DoubleMatrixDataDense(double[] matrixSI,
int rows,
int cols)
Create a matrix with dense data.
|
DoubleMatrixDataSparse(double[][] dataSI)
Create a vector with sparse data.
|
DoubleMatrixDataSparse(double[] denseSI,
int rows,
int cols)
Create a vector with sparse data from an internal vector with dense data.
|
DurationMatrix(double[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DurationMatrix.
|
DurationMatrix(Duration[][] values,
StorageType storageType)
Construct a new Relative Immutable Double DurationMatrix.
|
ElectricalChargeMatrix(double[][] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeMatrix.
|
ElectricalChargeMatrix(ElectricalCharge[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeMatrix.
|
ElectricalCurrentMatrix(double[][] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentMatrix.
|
ElectricalCurrentMatrix(ElectricalCurrent[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentMatrix.
|
ElectricalPotentialMatrix(double[][] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialMatrix.
|
ElectricalPotentialMatrix(ElectricalPotential[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialMatrix.
|
ElectricalResistanceMatrix(double[][] values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceMatrix.
|
ElectricalResistanceMatrix(ElectricalResistance[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceMatrix.
|
EnergyMatrix(double[][] values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double EnergyMatrix.
|
EnergyMatrix(Energy[][] values,
StorageType storageType)
Construct a new Relative Immutable Double EnergyMatrix.
|
FlowMassMatrix(double[][] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassMatrix.
|
FlowMassMatrix(FlowMass[][] values,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassMatrix.
|
FlowVolumeMatrix(double[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeMatrix.
|
FlowVolumeMatrix(FlowVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeMatrix.
|
ForceMatrix(double[][] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceMatrix.
|
ForceMatrix(Force[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ForceMatrix.
|
FrequencyMatrix(double[][] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyMatrix.
|
FrequencyMatrix(Frequency[][] values,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyMatrix.
|
LengthMatrix(double[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LengthMatrix.
|
LengthMatrix(Length[][] values,
StorageType storageType)
Construct a new Relative Immutable Double LengthMatrix.
|
LinearDensityMatrix(double[][] values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityMatrix.
|
LinearDensityMatrix(LinearDensity[][] values,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityMatrix.
|
MassMatrix(double[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassMatrix.
|
MassMatrix(Mass[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MassMatrix.
|
MoneyMatrix(double[][] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyMatrix.
|
MoneyMatrix(Money[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyMatrix.
|
MoneyPerAreaMatrix(double[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
MoneyPerAreaMatrix(MoneyPerArea[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
MoneyPerEnergyMatrix(double[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyMatrix.
|
MoneyPerEnergyMatrix(MoneyPerEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyMatrix.
|
MoneyPerLengthMatrix(double[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthMatrix.
|
MoneyPerLengthMatrix(MoneyPerLength[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthMatrix.
|
MoneyPerMassMatrix(double[][] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassMatrix.
|
MoneyPerMassMatrix(MoneyPerMass[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassMatrix.
|
MoneyPerTimeMatrix(double[][] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeMatrix.
|
MoneyPerTimeMatrix(MoneyPerTime[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeMatrix.
|
MoneyPerVolumeMatrix(double[][] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeMatrix.
|
MoneyPerVolumeMatrix(MoneyPerVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeMatrix.
|
MutableAbsoluteTemperatureMatrix(AbsoluteTemperature[][] values,
StorageType storageType)
Construct a new Absolute Mutable Double AbsoluteTemperatureMatrix.
|
MutableAbsoluteTemperatureMatrix(double[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double AbsoluteTemperatureMatrix.
|
MutableAccelerationMatrix(Acceleration[][] values,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationMatrix.
|
MutableAccelerationMatrix(double[][] values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationMatrix.
|
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.
|
MutableAngleSolidMatrix(AngleSolid[][] values,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidMatrix.
|
MutableAngleSolidMatrix(double[][] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidMatrix.
|
MutableAreaMatrix(Area[][] values,
StorageType storageType)
Construct a new Relative Immutable Double AreaMatrix.
|
MutableAreaMatrix(double[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaMatrix.
|
MutableDensityMatrix(Density[][] values,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
MutableDensityMatrix(double[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
MutableDimensionlessMatrix(Dimensionless[][] values,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessMatrix.
|
MutableDimensionlessMatrix(double[][] values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessMatrix.
|
MutableDirectionMatrix(Direction[][] values,
StorageType storageType)
Construct a new Absolute Mutable Double DirectionMatrix.
|
MutableDirectionMatrix(double[][] values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double DirectionMatrix.
|
MutableDurationMatrix(double[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double DurationMatrix.
|
MutableDurationMatrix(Duration[][] values,
StorageType storageType)
Construct a new Relative Mutable Double DurationMatrix.
|
MutableElectricalChargeMatrix(double[][] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeMatrix.
|
MutableElectricalChargeMatrix(ElectricalCharge[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeMatrix.
|
MutableElectricalCurrentMatrix(double[][] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentMatrix.
|
MutableElectricalCurrentMatrix(ElectricalCurrent[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentMatrix.
|
MutableElectricalPotentialMatrix(double[][] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialMatrix.
|
MutableElectricalPotentialMatrix(ElectricalPotential[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialMatrix.
|
MutableElectricalResistanceMatrix(double[][] values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceMatrix.
|
MutableElectricalResistanceMatrix(ElectricalResistance[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceMatrix.
|
MutableEnergyMatrix(double[][] values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double EnergyMatrix.
|
MutableEnergyMatrix(Energy[][] values,
StorageType storageType)
Construct a new Relative Immutable Double EnergyMatrix.
|
MutableFlowMassMatrix(double[][] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassMatrix.
|
MutableFlowMassMatrix(FlowMass[][] values,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassMatrix.
|
MutableFlowVolumeMatrix(double[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeMatrix.
|
MutableFlowVolumeMatrix(FlowVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeMatrix.
|
MutableForceMatrix(double[][] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceMatrix.
|
MutableForceMatrix(Force[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ForceMatrix.
|
MutableFrequencyMatrix(double[][] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyMatrix.
|
MutableFrequencyMatrix(Frequency[][] values,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyMatrix.
|
MutableLengthMatrix(double[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double LengthMatrix.
|
MutableLengthMatrix(Length[][] values,
StorageType storageType)
Construct a new Relative Mutable Double LengthMatrix.
|
MutableLinearDensityMatrix(double[][] values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityMatrix.
|
MutableLinearDensityMatrix(LinearDensity[][] values,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityMatrix.
|
MutableMassMatrix(double[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassMatrix.
|
MutableMassMatrix(Mass[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MassMatrix.
|
MutableMoneyMatrix(double[][] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyMatrix.
|
MutableMoneyMatrix(Money[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyMatrix.
|
MutableMoneyPerAreaMatrix(double[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
MutableMoneyPerAreaMatrix(MoneyPerArea[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
MutableMoneyPerEnergyMatrix(double[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyMatrix.
|
MutableMoneyPerEnergyMatrix(MoneyPerEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyMatrix.
|
MutableMoneyPerLengthMatrix(double[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthMatrix.
|
MutableMoneyPerLengthMatrix(MoneyPerLength[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthMatrix.
|
MutableMoneyPerMassMatrix(double[][] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassMatrix.
|
MutableMoneyPerMassMatrix(MoneyPerMass[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassMatrix.
|
MutableMoneyPerTimeMatrix(double[][] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeMatrix.
|
MutableMoneyPerTimeMatrix(MoneyPerTime[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeMatrix.
|
MutableMoneyPerVolumeMatrix(double[][] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeMatrix.
|
MutableMoneyPerVolumeMatrix(MoneyPerVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeMatrix.
|
MutablePositionMatrix(double[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double PositionMatrix.
|
MutablePositionMatrix(Position[][] values,
StorageType storageType)
Construct a new Absolute Mutable Double PositionMatrix.
|
MutablePowerMatrix(double[][] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerMatrix.
|
MutablePowerMatrix(Power[][] values,
StorageType storageType)
Construct a new Relative Immutable Double PowerMatrix.
|
MutablePressureMatrix(double[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureMatrix.
|
MutablePressureMatrix(Pressure[][] values,
StorageType storageType)
Construct a new Relative Immutable Double PressureMatrix.
|
MutableSpeedMatrix(double[][] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedMatrix.
|
MutableSpeedMatrix(Speed[][] values,
StorageType storageType)
Construct a new Relative Immutable Double SpeedMatrix.
|
MutableTemperatureMatrix(double[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureMatrix.
|
MutableTemperatureMatrix(Temperature[][] values,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureMatrix.
|
MutableTimeMatrix(double[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double TimeMatrix.
|
MutableTimeMatrix(Time[][] values,
StorageType storageType)
Construct a new Absolute Mutable Double TimeMatrix.
|
MutableTorqueMatrix(double[][] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TorqueMatrix.
|
MutableTorqueMatrix(Torque[][] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueMatrix.
|
MutableTypedDoubleMatrixAbs(double[][] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleMatrix.
|
MutableTypedDoubleMatrixAbs(S[][] values,
StorageType storageType)
Construct a new Relative Mutable DoubleMatrix.
|
MutableTypedDoubleMatrixDimensionless(double[][] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleMatrix.
|
MutableTypedDoubleMatrixDimensionless(S[][] values,
StorageType storageType)
Construct a new Relative Mutable DoubleMatrix.
|
MutableTypedDoubleMatrixRel(double[][] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleMatrix.
|
MutableTypedDoubleMatrixRel(S[][] values,
StorageType storageType)
Construct a new Relative Mutable DoubleMatrix.
|
MutableVolumeMatrix(double[][] values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double VolumeMatrix.
|
MutableVolumeMatrix(Volume[][] values,
StorageType storageType)
Construct a new Relative Immutable Double VolumeMatrix.
|
PositionMatrix(double[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double LengthMatrix.
|
PositionMatrix(Position[][] values,
StorageType storageType)
Construct a new Absolute Immutable Double LengthMatrix.
|
PowerMatrix(double[][] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerMatrix.
|
PowerMatrix(Power[][] values,
StorageType storageType)
Construct a new Relative Immutable Double PowerMatrix.
|
PressureMatrix(double[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureMatrix.
|
PressureMatrix(Pressure[][] values,
StorageType storageType)
Construct a new Relative Immutable Double PressureMatrix.
|
Rel(double[][] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleMatrix.
|
Rel(double[][] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleMatrix.
|
Rel(DoubleScalar.Rel<U>[][] values,
StorageType storageType)
Construct a new Relative Mutable DoubleMatrix.
|
Rel(DoubleScalar.Rel<U>[][] values,
StorageType storageType)
Construct a new Relative Immutable DoubleMatrix.
|
SpeedMatrix(double[][] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedMatrix.
|
SpeedMatrix(Speed[][] values,
StorageType storageType)
Construct a new Relative Immutable Double SpeedMatrix.
|
TemperatureMatrix(double[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureMatrix.
|
TemperatureMatrix(Temperature[][] values,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureMatrix.
|
TimeMatrix(double[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double DurationMatrix.
|
TimeMatrix(Time[][] values,
StorageType storageType)
Construct a new Absolute Immutable Double DurationMatrix.
|
TorqueMatrix(double[][] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TorqueMatrix.
|
TorqueMatrix(Torque[][] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueMatrix.
|
TypedDoubleMatrixAbs(double[][] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleMatrix.
|
TypedDoubleMatrixAbs(S[][] values,
StorageType storageType)
Construct a new Relative Immutable DoubleMatrix.
|
TypedDoubleMatrixRel(double[][] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleMatrix.
|
TypedDoubleMatrixRel(S[][] values,
StorageType storageType)
Construct a new Relative Immutable DoubleMatrix.
|
VolumeMatrix(double[][] values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double VolumeMatrix.
|
VolumeMatrix(Volume[][] values,
StorageType storageType)
Construct a new Relative Immutable Double VolumeMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DoubleVector.checkIndex(int index)
Check that a provided index is valid.
|
protected void |
DoubleVector.checkSize(double[] other)
Centralized size equality check.
|
protected void |
DoubleVector.checkSize(DoubleVector<?> other)
Centralized size equality check.
|
(package private) static <U extends Unit<U>> |
DoubleVector.checkUnit(DoubleScalar<U>[] dsArray)
Check that a provided array can be used to create some descendant of a DoubleVector, and return the Unit.
|
(package private) static <U extends Unit<U>,S extends DoubleScalar<U>> |
DoubleVector.checkUnit(List<S> dsList)
Check that a provided list can be used to create some descendant of a DoubleVector, and return the Unit.
|
(package private) static <U extends Unit<U>,S extends DoubleScalar<U>> |
DoubleVector.checkUnit(SortedMap<Integer,S> dsMap)
Check that a provided Map can be used to create some descendant of a DoubleVector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.decrementBy(DoubleVector.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.decrementBy(DoubleVector.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
void |
DoubleVectorDataSparse.decrementBy(DoubleVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
void |
DoubleVectorDataDense.decrementBy(DoubleVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
abstract void |
DoubleVectorData.decrementBy(DoubleVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
DoubleVector.Rel<U> |
MutableDoubleVector.Rel.divide(DoubleVector.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
DoubleVector.Rel<U> |
DoubleVector.Rel.divide(DoubleVector.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
DoubleVectorData |
DoubleVectorData.divide(DoubleVectorData right)
Divide two vectors on a cell-by-cell basis.
|
R |
TypedDoubleVectorRel.divide(R rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
R |
MutableTypedDoubleVectorRel.divide(R rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.divideBy(DoubleVector.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.divideBy(DoubleVector.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
void |
DoubleVectorDataSparse.divideBy(DoubleVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
void |
DoubleVectorDataDense.divideBy(DoubleVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
abstract void |
DoubleVectorData.divideBy(DoubleVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
Volume |
VolumeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
abstract S |
TypedDoubleVectorRel.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
abstract S |
TypedDoubleVectorAbs.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Torque |
TorqueVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Time |
TimeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Temperature |
TemperatureVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Speed |
SpeedVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Pressure |
PressureVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Power |
PowerVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Position |
PositionVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Volume |
MutableVolumeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
abstract S |
MutableTypedDoubleVectorRel.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
abstract S |
MutableTypedDoubleVectorAbs.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Torque |
MutableTorqueVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Time |
MutableTimeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Temperature |
MutableTemperatureVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Speed |
MutableSpeedVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Pressure |
MutablePressureVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Power |
MutablePowerVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Position |
MutablePositionVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Money |
MutableMoneyVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerVolume |
MutableMoneyPerVolumeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerTime |
MutableMoneyPerTimeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerMass |
MutableMoneyPerMassVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerLength |
MutableMoneyPerLengthVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerEnergy |
MutableMoneyPerEnergyVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerArea |
MutableMoneyPerAreaVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Mass |
MutableMassVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
LinearDensity |
MutableLinearDensityVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Length |
MutableLengthVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Frequency |
MutableFrequencyVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Force |
MutableForceVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
FlowVolume |
MutableFlowVolumeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
FlowMass |
MutableFlowMassVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Energy |
MutableEnergyVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
ElectricalResistance |
MutableElectricalResistanceVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
ElectricalPotential |
MutableElectricalPotentialVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
ElectricalCurrent |
MutableElectricalCurrentVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
ElectricalCharge |
MutableElectricalChargeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Duration |
MutableDurationVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
DoubleScalar.Abs<U> |
MutableDoubleVector.Abs.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
DoubleScalar.Rel<U> |
MutableDoubleVector.Rel.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Direction |
MutableDirectionVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Dimensionless |
MutableDimensionlessVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Density |
MutableDensityVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Area |
MutableAreaVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Angle |
MutableAngleVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AngleSolid |
MutableAngleSolidVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Acceleration |
MutableAccelerationVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AbsoluteTemperature |
MutableAbsoluteTemperatureVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Money |
MoneyVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerVolume |
MoneyPerVolumeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerTime |
MoneyPerTimeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerMass |
MoneyPerMassVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerLength |
MoneyPerLengthVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerEnergy |
MoneyPerEnergyVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
MoneyPerArea |
MoneyPerAreaVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Mass |
MassVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
LinearDensity |
LinearDensityVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Length |
LengthVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Frequency |
FrequencyVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Force |
ForceVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
FlowVolume |
FlowVolumeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
FlowMass |
FlowMassVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Energy |
EnergyVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
ElectricalResistance |
ElectricalResistanceVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
ElectricalPotential |
ElectricalPotentialVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
ElectricalCurrent |
ElectricalCurrentVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
ElectricalCharge |
ElectricalChargeVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Duration |
DurationVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
DoubleScalar<U> |
DoubleVectorInterface.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
DoubleScalar.Abs<U> |
DoubleVector.Abs.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
DoubleScalar.Rel<U> |
DoubleVector.Rel.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Direction |
DirectionVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Dimensionless |
DimensionlessVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Density |
DensityVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Area |
AreaVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Angle |
AngleVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AngleSolid |
AngleSolidVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
Acceleration |
AccelerationVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AbsoluteTemperature |
AbsoluteTemperatureVector.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
double |
DoubleVectorInterface.getInUnit(int index)
Retrieve the value stored at a specified position in the original unit.
|
double |
DoubleVector.getInUnit(int index)
Retrieve the value stored at a specified position in the original unit.
|
double |
DoubleVectorInterface.getInUnit(int index,
U targetUnit)
Retrieve the value stored at a specified position converted into a specified unit.
|
double |
DoubleVector.getInUnit(int index,
U targetUnit)
Retrieve the value stored at a specified position converted into a specified unit.
|
double |
DoubleVectorInterface.getSI(int index)
Retrieve the value stored at a specified position in the standard SI unit.
|
double |
DoubleVector.getSI(int index)
Retrieve the value stored at a specified position in the standard SI unit.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.incrementBy(DoubleVector.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.incrementBy(DoubleVector.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
void |
DoubleVectorDataSparse.incrementBy(DoubleVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
void |
DoubleVectorDataDense.incrementBy(DoubleVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
abstract void |
DoubleVectorData.incrementBy(DoubleVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
static DoubleVectorData |
DoubleVectorData.instantiate(double[] values,
Scale scale,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static DoubleVectorData |
DoubleVectorData.instantiate(DoubleScalar<?>[] values,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static DoubleVectorData |
DoubleVectorData.instantiate(List<Double> values,
Scale scale,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static DoubleVectorData |
DoubleVectorData.instantiate(SortedMap<Integer,Double> values,
int length,
Scale scale,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static DoubleVectorData |
DoubleVectorData.instantiateLD(List<? extends DoubleScalar<?>> values,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static <S extends DoubleScalar<?>> |
DoubleVectorData.instantiateMD(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
R |
TypedDoubleVectorAbs.minus(A abs)
Subtract an Absolute value from this Relative value for a vector or matrix.
|
DoubleVector.Rel<U> |
MutableDoubleVector.Abs.minus(DoubleVector.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
DoubleVector.Rel<U> |
DoubleVector.Abs.minus(DoubleVector.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Abs.minus(DoubleVector.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
DoubleVector.Rel<U> |
MutableDoubleVector.Rel.minus(DoubleVector.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.minus(DoubleVector.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
DoubleVector.Rel<U> |
DoubleVector.Rel.minus(DoubleVector.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
DoubleVectorData |
DoubleVectorData.minus(DoubleVectorData right)
Subtract two vectors on a cell-by-cell basis.
|
R |
TypedDoubleVectorRel.minus(R rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
A |
TypedDoubleVectorAbs.minus(R rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
R |
MutableTypedDoubleVectorRel.minus(R rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.multiplyBy(DoubleVector.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.multiplyBy(DoubleVector.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
void |
DoubleVectorDataSparse.multiplyBy(DoubleVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
void |
DoubleVectorDataDense.multiplyBy(DoubleVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
abstract void |
DoubleVectorData.multiplyBy(DoubleVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
void |
MutableDoubleVectorInterface.normalize()
Normalize the vector, i.e.
|
void |
MutableDoubleVector.normalize()
Normalize the vector, i.e.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Rel.plus(DoubleVector.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
DoubleVector.Abs<U> |
DoubleVector.Rel.plus(DoubleVector.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Abs.plus(DoubleVector.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
DoubleVector.Rel<U> |
MutableDoubleVector.Rel.plus(DoubleVector.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.plus(DoubleVector.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
DoubleVector.Rel<U> |
DoubleVector.Rel.plus(DoubleVector.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
DoubleVectorData |
DoubleVectorData.plus(DoubleVectorData right)
Add two vectors on a cell-by-cell basis.
|
R |
TypedDoubleVectorRel.plus(R rel)
Add a Relative value to this Relative value for a vector or matrix.
|
A |
TypedDoubleVectorAbs.plus(R rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
R |
MutableTypedDoubleVectorRel.plus(R rel)
Add a Relative value to this Relative value for a vector or matrix.
|
void |
MutableDoubleVectorInterface.set(int index,
DoubleScalar<U> value)
Replace the value at index by the supplied value which is in a compatible unit.
|
void |
MutableDoubleVector.set(int index,
DoubleScalar<U> value)
Replace the value at index by the supplied value which is in a compatible unit.
|
void |
MutableDoubleVectorInterface.setInUnit(int index,
double value,
U valueUnit)
Replace the value at index by the supplied value which is expressed in a supplied (compatible) unit.
|
void |
MutableDoubleVector.setInUnit(int index,
double value,
U valueUnit)
Replace the value at index by the supplied value which is expressed in a supplied (compatible) unit.
|
void |
MutableDoubleVectorInterface.setSI(int index,
double valueSI)
Replace the value at index by the supplied value which is expressed in the standard SI unit.
|
void |
MutableDoubleVector.setSI(int index,
double valueSI)
Replace the value at index by the supplied value which is expressed in the standard SI unit.
|
DoubleVector.Rel<U> |
MutableDoubleVector.Rel.times(DoubleVector.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
DoubleVector.Rel<U> |
DoubleVector.Rel.times(DoubleVector.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
DoubleVectorData |
DoubleVectorData.times(DoubleVectorData right)
Multiply two vector on a cell-by-cell basis.
|
R |
TypedDoubleVectorRel.times(R rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
R |
MutableTypedDoubleVectorRel.times(R rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
| Constructor and Description |
|---|
Abs(double[] values,
U unit,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Abs(double[] values,
U unit,
StorageType storageType)
Construct a new Absolute Immutable DoubleVector.
|
Abs(DoubleScalar.Abs<U>[] values,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Abs(DoubleScalar.Abs<U>[] values,
StorageType storageType)
Construct a new Absolute Immutable DoubleVector.
|
Abs(List<Double> values,
U unit,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Abs(List<Double> values,
U unit,
StorageType storageType)
Construct a new Absolute Immutable DoubleVector.
|
Abs(List<S> values,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Abs(List<S> values,
StorageType storageType)
Construct a new Absolute Immutable DoubleVector.
|
Abs(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
Abs(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
Abs(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
Abs(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
AbsoluteTemperatureVector(AbsoluteTemperature[] values,
StorageType storageType)
Construct a new Absolute Immutable Double AbsoluteTemperatureVector.
|
AbsoluteTemperatureVector(double[] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double AbsoluteTemperatureVector.
|
AbsoluteTemperatureVector(List<AbsoluteTemperature> values,
StorageType storageType)
Construct a new Absolute Immutable Double AbsoluteTemperatureVector.
|
AbsoluteTemperatureVector(List<Double> values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double AbsoluteTemperatureVector.
|
AbsoluteTemperatureVector(SortedMap<Integer,AbsoluteTemperature> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double AbsoluteTemperatureVector.
|
AbsoluteTemperatureVector(SortedMap<Integer,Double> values,
TemperatureUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double AbsoluteTemperatureVector.
|
AccelerationVector(Acceleration[] values,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
AccelerationVector(double[] values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
AccelerationVector(List<Acceleration> values,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
AccelerationVector(List<Double> values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
AccelerationVector(SortedMap<Integer,Acceleration> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
AccelerationVector(SortedMap<Integer,Double> values,
AccelerationUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
AngleSolidVector(AngleSolid[] values,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
AngleSolidVector(double[] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
AngleSolidVector(List<AngleSolid> values,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
AngleSolidVector(List<Double> values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
AngleSolidVector(SortedMap<Integer,AngleSolid> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
AngleSolidVector(SortedMap<Integer,Double> values,
AngleSolidUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
AngleVector(Angle[] values,
StorageType storageType)
Construct a new Relative Immutable Double AngleVector.
|
AngleVector(double[] values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleVector.
|
AngleVector(List<Angle> values,
StorageType storageType)
Construct a new Relative Immutable Double AngleVector.
|
AngleVector(List<Double> values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleVector.
|
AngleVector(SortedMap<Integer,Angle> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AngleVector.
|
AngleVector(SortedMap<Integer,Double> values,
AngleUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AngleVector.
|
AreaVector(Area[] values,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
AreaVector(double[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
AreaVector(List<Area> values,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
AreaVector(List<Double> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
AreaVector(SortedMap<Integer,Area> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
AreaVector(SortedMap<Integer,Double> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
DensityVector(Density[] values,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
DensityVector(double[] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
DensityVector(List<Density> values,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
DensityVector(List<Double> values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
DensityVector(SortedMap<Integer,Density> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
DensityVector(SortedMap<Integer,Double> values,
DensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
DimensionlessVector(Dimensionless[] values,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
DimensionlessVector(double[] values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
DimensionlessVector(List<Dimensionless> values,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
DimensionlessVector(List<Double> values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
DimensionlessVector(SortedMap<Integer,Dimensionless> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
DimensionlessVector(SortedMap<Integer,Double> values,
DimensionlessUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
DirectionVector(Direction[] values,
StorageType storageType)
Construct a new Absolute Immutable Double DirectionVector.
|
DirectionVector(double[] values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double DirectionVector.
|
DirectionVector(List<Direction> values,
StorageType storageType)
Construct a new Absolute Immutable Double DirectionVector.
|
DirectionVector(List<Double> values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double DirectionVector.
|
DirectionVector(SortedMap<Integer,Direction> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double DirectionVector.
|
DirectionVector(SortedMap<Integer,Double> values,
AngleUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double DirectionVector.
|
DurationVector(double[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DurationVector.
|
DurationVector(Duration[] values,
StorageType storageType)
Construct a new Relative Immutable Double DurationVector.
|
DurationVector(List<Double> values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DurationVector.
|
DurationVector(List<Duration> values,
StorageType storageType)
Construct a new Relative Immutable Double DurationVector.
|
DurationVector(SortedMap<Integer,Double> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DurationVector.
|
DurationVector(SortedMap<Integer,Duration> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DurationVector.
|
ElectricalChargeVector(double[] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
ElectricalChargeVector(ElectricalCharge[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
ElectricalChargeVector(List<Double> values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
ElectricalChargeVector(List<ElectricalCharge> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
ElectricalChargeVector(SortedMap<Integer,Double> values,
ElectricalChargeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
ElectricalChargeVector(SortedMap<Integer,ElectricalCharge> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
ElectricalCurrentVector(double[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(ElectricalCurrent[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(List<Double> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(List<ElectricalCurrent> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(SortedMap<Integer,Double> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(SortedMap<Integer,ElectricalCurrent> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalPotentialVector(double[] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(ElectricalPotential[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(List<Double> values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(List<ElectricalPotential> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(SortedMap<Integer,Double> values,
ElectricalPotentialUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(SortedMap<Integer,ElectricalPotential> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalResistanceVector(double[] values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
ElectricalResistanceVector(ElectricalResistance[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
ElectricalResistanceVector(List<Double> values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
ElectricalResistanceVector(List<ElectricalResistance> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
ElectricalResistanceVector(SortedMap<Integer,Double> values,
ElectricalResistanceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
ElectricalResistanceVector(SortedMap<Integer,ElectricalResistance> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
EnergyVector(double[] values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
EnergyVector(Energy[] values,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
EnergyVector(List<Double> values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
EnergyVector(List<Energy> values,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
EnergyVector(SortedMap<Integer,Double> values,
EnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
EnergyVector(SortedMap<Integer,Energy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
FlowMassVector(double[] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
FlowMassVector(FlowMass[] values,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
FlowMassVector(List<Double> values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
FlowMassVector(List<FlowMass> values,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
FlowMassVector(SortedMap<Integer,Double> values,
FlowMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
FlowMassVector(SortedMap<Integer,FlowMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
FlowVolumeVector(double[] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
FlowVolumeVector(FlowVolume[] values,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
FlowVolumeVector(List<Double> values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
FlowVolumeVector(List<FlowVolume> values,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
FlowVolumeVector(SortedMap<Integer,Double> values,
FlowVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
FlowVolumeVector(SortedMap<Integer,FlowVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
ForceVector(double[] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
ForceVector(Force[] values,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
ForceVector(List<Double> values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
ForceVector(List<Force> values,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
ForceVector(SortedMap<Integer,Double> values,
ForceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
ForceVector(SortedMap<Integer,Force> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
FrequencyVector(double[] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
FrequencyVector(Frequency[] values,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
FrequencyVector(List<Double> values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
FrequencyVector(List<Frequency> values,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
FrequencyVector(SortedMap<Integer,Double> values,
FrequencyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
FrequencyVector(SortedMap<Integer,Frequency> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
LengthVector(double[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LengthVector.
|
LengthVector(Length[] values,
StorageType storageType)
Construct a new Relative Immutable Double LengthVector.
|
LengthVector(List<Double> values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LengthVector.
|
LengthVector(List<Length> values,
StorageType storageType)
Construct a new Relative Immutable Double LengthVector.
|
LengthVector(SortedMap<Integer,Double> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double LengthVector.
|
LengthVector(SortedMap<Integer,Length> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double LengthVector.
|
LinearDensityVector(double[] values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
LinearDensityVector(LinearDensity[] values,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
LinearDensityVector(List<Double> values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
LinearDensityVector(List<LinearDensity> values,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
LinearDensityVector(SortedMap<Integer,Double> values,
LinearDensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
LinearDensityVector(SortedMap<Integer,LinearDensity> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
MassVector(double[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MassVector(List<Double> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MassVector(List<Mass> values,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MassVector(Mass[] values,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MassVector(SortedMap<Integer,Double> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MassVector(SortedMap<Integer,Mass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MoneyPerAreaVector(double[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerAreaVector(List<Double> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerAreaVector(List<MoneyPerArea> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerAreaVector(MoneyPerArea[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerAreaVector(SortedMap<Integer,Double> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerAreaVector(SortedMap<Integer,MoneyPerArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MoneyPerEnergyVector(double[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MoneyPerEnergyVector(List<Double> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MoneyPerEnergyVector(List<MoneyPerEnergy> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MoneyPerEnergyVector(MoneyPerEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MoneyPerEnergyVector(SortedMap<Integer,Double> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MoneyPerEnergyVector(SortedMap<Integer,MoneyPerEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MoneyPerLengthVector(double[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(List<Double> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(List<MoneyPerLength> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(MoneyPerLength[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(SortedMap<Integer,Double> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(SortedMap<Integer,MoneyPerLength> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerMassVector(double[] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MoneyPerMassVector(List<Double> values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MoneyPerMassVector(List<MoneyPerMass> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MoneyPerMassVector(MoneyPerMass[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MoneyPerMassVector(SortedMap<Integer,Double> values,
MoneyPerMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MoneyPerMassVector(SortedMap<Integer,MoneyPerMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MoneyPerTimeVector(double[] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MoneyPerTimeVector(List<Double> values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MoneyPerTimeVector(List<MoneyPerTime> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MoneyPerTimeVector(MoneyPerTime[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MoneyPerTimeVector(SortedMap<Integer,Double> values,
MoneyPerTimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MoneyPerTimeVector(SortedMap<Integer,MoneyPerTime> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MoneyPerVolumeVector(double[] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MoneyPerVolumeVector(List<Double> values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MoneyPerVolumeVector(List<MoneyPerVolume> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MoneyPerVolumeVector(MoneyPerVolume[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MoneyPerVolumeVector(SortedMap<Integer,Double> values,
MoneyPerVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MoneyPerVolumeVector(SortedMap<Integer,MoneyPerVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MoneyVector(double[] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MoneyVector(List<Double> values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MoneyVector(List<Money> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MoneyVector(Money[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MoneyVector(SortedMap<Integer,Double> values,
MoneyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MoneyVector(SortedMap<Integer,Money> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableAbsoluteTemperatureVector(AbsoluteTemperature[] values,
StorageType storageType)
Construct a new Absolute Mutable Double AbsoluteTemperatureVector.
|
MutableAbsoluteTemperatureVector(double[] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double AbsoluteTemperatureVector.
|
MutableAbsoluteTemperatureVector(List<AbsoluteTemperature> values,
StorageType storageType)
Construct a new Absolute Mutable Double AbsoluteTemperatureVector.
|
MutableAbsoluteTemperatureVector(List<Double> values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double AbsoluteTemperatureVector.
|
MutableAbsoluteTemperatureVector(SortedMap<Integer,AbsoluteTemperature> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double AbsoluteTemperatureVector.
|
MutableAbsoluteTemperatureVector(SortedMap<Integer,Double> values,
TemperatureUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double AbsoluteTemperatureVector.
|
MutableAccelerationVector(Acceleration[] values,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
MutableAccelerationVector(double[] values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
MutableAccelerationVector(List<Acceleration> values,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
MutableAccelerationVector(List<Double> values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
MutableAccelerationVector(SortedMap<Integer,Acceleration> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
MutableAccelerationVector(SortedMap<Integer,Double> values,
AccelerationUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AccelerationVector.
|
MutableAngleSolidVector(AngleSolid[] values,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleSolidVector(double[] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleSolidVector(List<AngleSolid> values,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleSolidVector(List<Double> values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleSolidVector(SortedMap<Integer,AngleSolid> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleSolidVector(SortedMap<Integer,Double> values,
AngleSolidUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AngleSolidVector.
|
MutableAngleVector(Angle[] values,
StorageType storageType)
Construct a new Relative Mutable Double AngleVector.
|
MutableAngleVector(double[] values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double AngleVector.
|
MutableAngleVector(List<Angle> values,
StorageType storageType)
Construct a new Relative Mutable Double AngleVector.
|
MutableAngleVector(List<Double> values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double AngleVector.
|
MutableAngleVector(SortedMap<Integer,Angle> values,
int length,
StorageType storageType)
Construct a new Relative Mutable Double AngleVector.
|
MutableAngleVector(SortedMap<Integer,Double> values,
AngleUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable Double AngleVector.
|
MutableAreaVector(Area[] values,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableAreaVector(double[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableAreaVector(List<Area> values,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableAreaVector(List<Double> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableAreaVector(SortedMap<Integer,Area> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableAreaVector(SortedMap<Integer,Double> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double AreaVector.
|
MutableDensityVector(Density[] values,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDensityVector(double[] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDensityVector(List<Density> values,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDensityVector(List<Double> values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDensityVector(SortedMap<Integer,Density> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDensityVector(SortedMap<Integer,Double> values,
DensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DensityVector.
|
MutableDimensionlessVector(Dimensionless[] values,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
MutableDimensionlessVector(double[] values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
MutableDimensionlessVector(List<Dimensionless> values,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
MutableDimensionlessVector(List<Double> values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
MutableDimensionlessVector(SortedMap<Integer,Dimensionless> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
MutableDimensionlessVector(SortedMap<Integer,Double> values,
DimensionlessUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double DimensionlessVector.
|
MutableDirectionVector(Direction[] values,
StorageType storageType)
Construct a new Absolute Mutable Double DirectionVector.
|
MutableDirectionVector(double[] values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double DirectionVector.
|
MutableDirectionVector(List<Direction> values,
StorageType storageType)
Construct a new Absolute Mutable Double DirectionVector.
|
MutableDirectionVector(List<Double> values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double DirectionVector.
|
MutableDirectionVector(SortedMap<Integer,Direction> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double DirectionVector.
|
MutableDirectionVector(SortedMap<Integer,Double> values,
AngleUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double DirectionVector.
|
MutableDurationVector(double[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double DurationVector.
|
MutableDurationVector(Duration[] values,
StorageType storageType)
Construct a new Relative Mutable Double DurationVector.
|
MutableDurationVector(List<Double> values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double DurationVector.
|
MutableDurationVector(List<Duration> values,
StorageType storageType)
Construct a new Relative Mutable Double DurationVector.
|
MutableDurationVector(SortedMap<Integer,Double> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable Double DurationVector.
|
MutableDurationVector(SortedMap<Integer,Duration> values,
int length,
StorageType storageType)
Construct a new Relative Mutable Double DurationVector.
|
MutableElectricalChargeVector(double[] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalChargeVector(ElectricalCharge[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalChargeVector(List<Double> values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalChargeVector(List<ElectricalCharge> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalChargeVector(SortedMap<Integer,Double> values,
ElectricalChargeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalChargeVector(SortedMap<Integer,ElectricalCharge> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalChargeVector.
|
MutableElectricalCurrentVector(double[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(ElectricalCurrent[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(List<Double> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(List<ElectricalCurrent> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(SortedMap<Integer,Double> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(SortedMap<Integer,ElectricalCurrent> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalPotentialVector(double[] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(ElectricalPotential[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(List<Double> values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(List<ElectricalPotential> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(SortedMap<Integer,Double> values,
ElectricalPotentialUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(SortedMap<Integer,ElectricalPotential> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalResistanceVector(double[] values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
MutableElectricalResistanceVector(ElectricalResistance[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
MutableElectricalResistanceVector(List<Double> values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
MutableElectricalResistanceVector(List<ElectricalResistance> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
MutableElectricalResistanceVector(SortedMap<Integer,Double> values,
ElectricalResistanceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
MutableElectricalResistanceVector(SortedMap<Integer,ElectricalResistance> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalResistanceVector.
|
MutableEnergyVector(double[] values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
MutableEnergyVector(Energy[] values,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
MutableEnergyVector(List<Double> values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
MutableEnergyVector(List<Energy> values,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
MutableEnergyVector(SortedMap<Integer,Double> values,
EnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
MutableEnergyVector(SortedMap<Integer,Energy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double EnergyVector.
|
MutableFlowMassVector(double[] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowMassVector(FlowMass[] values,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowMassVector(List<Double> values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowMassVector(List<FlowMass> values,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowMassVector(SortedMap<Integer,Double> values,
FlowMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowMassVector(SortedMap<Integer,FlowMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowMassVector.
|
MutableFlowVolumeVector(double[] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableFlowVolumeVector(FlowVolume[] values,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableFlowVolumeVector(List<Double> values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableFlowVolumeVector(List<FlowVolume> values,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableFlowVolumeVector(SortedMap<Integer,Double> values,
FlowVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableFlowVolumeVector(SortedMap<Integer,FlowVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FlowVolumeVector.
|
MutableForceVector(double[] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(Force[] values,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(List<Double> values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(List<Force> values,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(SortedMap<Integer,Double> values,
ForceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableForceVector(SortedMap<Integer,Force> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ForceVector.
|
MutableFrequencyVector(double[] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(Frequency[] values,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(List<Double> values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(List<Frequency> values,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(SortedMap<Integer,Double> values,
FrequencyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(SortedMap<Integer,Frequency> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableLengthVector(double[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(Length[] values,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(List<Double> values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(List<Length> values,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(SortedMap<Integer,Double> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(SortedMap<Integer,Length> values,
int length,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLinearDensityVector(double[] values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
MutableLinearDensityVector(LinearDensity[] values,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
MutableLinearDensityVector(List<Double> values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
MutableLinearDensityVector(List<LinearDensity> values,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
MutableLinearDensityVector(SortedMap<Integer,Double> values,
LinearDensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
MutableLinearDensityVector(SortedMap<Integer,LinearDensity> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double LinearDensityVector.
|
MutableMassVector(double[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMassVector(List<Double> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMassVector(List<Mass> values,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMassVector(Mass[] values,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMassVector(SortedMap<Integer,Double> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMassVector(SortedMap<Integer,Mass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MassVector.
|
MutableMoneyPerAreaVector(double[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(List<Double> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(List<MoneyPerArea> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(MoneyPerArea[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(SortedMap<Integer,Double> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(SortedMap<Integer,MoneyPerArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerEnergyVector(double[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerEnergyVector(List<Double> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerEnergyVector(List<MoneyPerEnergy> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerEnergyVector(MoneyPerEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerEnergyVector(SortedMap<Integer,Double> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerEnergyVector(SortedMap<Integer,MoneyPerEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerEnergyVector.
|
MutableMoneyPerLengthVector(double[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerLengthVector(List<Double> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerLengthVector(List<MoneyPerLength> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerLengthVector(MoneyPerLength[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerLengthVector(SortedMap<Integer,Double> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerLengthVector(SortedMap<Integer,MoneyPerLength> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MutableMoneyPerMassVector(double[] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerMassVector(List<Double> values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerMassVector(List<MoneyPerMass> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerMassVector(MoneyPerMass[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerMassVector(SortedMap<Integer,Double> values,
MoneyPerMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerMassVector(SortedMap<Integer,MoneyPerMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerMassVector.
|
MutableMoneyPerTimeVector(double[] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerTimeVector(List<Double> values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerTimeVector(List<MoneyPerTime> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerTimeVector(MoneyPerTime[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerTimeVector(SortedMap<Integer,Double> values,
MoneyPerTimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerTimeVector(SortedMap<Integer,MoneyPerTime> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerTimeVector.
|
MutableMoneyPerVolumeVector(double[] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyPerVolumeVector(List<Double> values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyPerVolumeVector(List<MoneyPerVolume> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyPerVolumeVector(MoneyPerVolume[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyPerVolumeVector(SortedMap<Integer,Double> values,
MoneyPerVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyPerVolumeVector(SortedMap<Integer,MoneyPerVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerVolumeVector.
|
MutableMoneyVector(double[] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableMoneyVector(List<Double> values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableMoneyVector(List<Money> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableMoneyVector(Money[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableMoneyVector(SortedMap<Integer,Double> values,
MoneyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutableMoneyVector(SortedMap<Integer,Money> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyVector.
|
MutablePositionVector(double[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double PositionVector.
|
MutablePositionVector(List<Double> values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double PositionVector.
|
MutablePositionVector(List<Position> values,
StorageType storageType)
Construct a new Absolute Mutable Double PositionVector.
|
MutablePositionVector(Position[] values,
StorageType storageType)
Construct a new Absolute Mutable Double PositionVector.
|
MutablePositionVector(SortedMap<Integer,Double> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double PositionVector.
|
MutablePositionVector(SortedMap<Integer,Position> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double PositionVector.
|
MutablePowerVector(double[] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
MutablePowerVector(List<Double> values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
MutablePowerVector(List<Power> values,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
MutablePowerVector(Power[] values,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
MutablePowerVector(SortedMap<Integer,Double> values,
PowerUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
MutablePowerVector(SortedMap<Integer,Power> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
MutablePressureVector(double[] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
MutablePressureVector(List<Double> values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
MutablePressureVector(List<Pressure> values,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
MutablePressureVector(Pressure[] values,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
MutablePressureVector(SortedMap<Integer,Double> values,
PressureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
MutablePressureVector(SortedMap<Integer,Pressure> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
MutableSpeedVector(double[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(List<Double> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(List<Speed> values,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(SortedMap<Integer,Double> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(SortedMap<Integer,Speed> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(Speed[] values,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableTemperatureVector(double[] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureVector.
|
MutableTemperatureVector(List<Double> values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureVector.
|
MutableTemperatureVector(List<Temperature> values,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureVector.
|
MutableTemperatureVector(SortedMap<Integer,Double> values,
TemperatureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureVector.
|
MutableTemperatureVector(SortedMap<Integer,Temperature> values,
int length,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureVector.
|
MutableTemperatureVector(Temperature[] values,
StorageType storageType)
Construct a new Relative Mutable Double TemperatureVector.
|
MutableTimeVector(double[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(List<Double> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(List<Time> values,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(SortedMap<Integer,Double> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(SortedMap<Integer,Time> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(Time[] values,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTorqueVector(double[] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
MutableTorqueVector(List<Double> values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
MutableTorqueVector(List<Torque> values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
MutableTorqueVector(SortedMap<Integer,Double> values,
TorqueUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
MutableTorqueVector(SortedMap<Integer,Torque> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
MutableTorqueVector(Torque[] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
MutableTypedDoubleVectorAbs(double[] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorAbs(List<Double> values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorAbs(List<S> values,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorAbs(S[] values,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorAbs(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorAbs(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorDimensionless(double[] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorDimensionless(List<Double> values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorDimensionless(List<S> values,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorDimensionless(S[] values,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorDimensionless(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorDimensionless(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorRel(double[] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorRel(List<Double> values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorRel(List<S> values,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorRel(S[] values,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorRel(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableTypedDoubleVectorRel(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
MutableVolumeVector(double[] values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
MutableVolumeVector(List<Double> values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
MutableVolumeVector(List<Volume> values,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
MutableVolumeVector(SortedMap<Integer,Double> values,
VolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
MutableVolumeVector(SortedMap<Integer,Volume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
MutableVolumeVector(Volume[] values,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
PositionVector(double[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double PositionVector.
|
PositionVector(List<Double> values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double PositionVector.
|
PositionVector(List<Position> values,
StorageType storageType)
Construct a new Absolute Immutable Double PositionVector.
|
PositionVector(Position[] values,
StorageType storageType)
Construct a new Absolute Immutable Double PositionVector.
|
PositionVector(SortedMap<Integer,Double> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double PositionVector.
|
PositionVector(SortedMap<Integer,Position> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double PositionVector.
|
PowerVector(double[] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PowerVector(List<Double> values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PowerVector(List<Power> values,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PowerVector(Power[] values,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PowerVector(SortedMap<Integer,Double> values,
PowerUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PowerVector(SortedMap<Integer,Power> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PressureVector(double[] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
PressureVector(List<Double> values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
PressureVector(List<Pressure> values,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
PressureVector(Pressure[] values,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
PressureVector(SortedMap<Integer,Double> values,
PressureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
PressureVector(SortedMap<Integer,Pressure> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PressureVector.
|
Rel(double[] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
Rel(double[] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
Rel(DoubleScalar.Rel<U>[] values,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
Rel(DoubleScalar.Rel<U>[] values,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
Rel(List<Double> values,
U unit,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
Rel(List<Double> values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
Rel(List<S> values,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
Rel(List<S> values,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
Rel(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
Rel(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
Rel(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable DoubleVector.
|
Rel(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
SpeedVector(double[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
SpeedVector(List<Double> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
SpeedVector(List<Speed> values,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
SpeedVector(SortedMap<Integer,Double> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
SpeedVector(SortedMap<Integer,Speed> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
SpeedVector(Speed[] values,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
TemperatureVector(double[] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureVector.
|
TemperatureVector(List<Double> values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureVector.
|
TemperatureVector(List<Temperature> values,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureVector.
|
TemperatureVector(SortedMap<Integer,Double> values,
TemperatureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureVector.
|
TemperatureVector(SortedMap<Integer,Temperature> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureVector.
|
TemperatureVector(Temperature[] values,
StorageType storageType)
Construct a new Relative Immutable Double TemperatureVector.
|
TimeVector(double[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(List<Double> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(List<Time> values,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(SortedMap<Integer,Double> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(SortedMap<Integer,Time> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(Time[] values,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TorqueVector(double[] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TorqueVector(List<Double> values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TorqueVector(List<Torque> values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TorqueVector(SortedMap<Integer,Double> values,
TorqueUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TorqueVector(SortedMap<Integer,Torque> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TorqueVector(Torque[] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueVector.
|
TypedDoubleVectorAbs(double[] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorAbs(List<Double> values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorAbs(List<S> values,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorAbs(S[] values,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorAbs(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorAbs(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorRel(double[] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorRel(List<Double> values,
U unit,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorRel(List<S> values,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorRel(S[] values,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorRel(SortedMap<Integer,Double> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
TypedDoubleVectorRel(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Immutable DoubleVector.
|
VolumeVector(double[] values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
VolumeVector(List<Double> values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
VolumeVector(List<Volume> values,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
VolumeVector(SortedMap<Integer,Double> values,
VolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
VolumeVector(SortedMap<Integer,Volume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
VolumeVector(Volume[] values,
StorageType storageType)
Construct a new Relative Immutable Double VolumeVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FloatMatrix.checkIndex(int row,
int column)
Check that provided row and column indices are valid.
|
protected void |
FloatMatrix.checkSize(float[][] other)
Centralized size equality check.
|
protected void |
FloatMatrix.checkSize(FloatMatrix<?> other)
Centralized size equality check.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.checkUnit(FloatScalar<U>[][] dsArray)
Check that a provided array can be used to create some descendant of a FloatMatrix, and return the Unit.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.decrementBy(FloatMatrix.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.decrementBy(FloatMatrix.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
void |
FloatMatrixDataSparse.decrementBy(FloatMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataDense.decrementBy(FloatMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
abstract void |
FloatMatrixData.decrementBy(FloatMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
float |
FloatMatrixInterface.determinant()
Compute the determinant of the matrix.
|
float |
FloatMatrix.determinant()
Compute the determinant of the matrix.
|
FloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.divide(FloatMatrix.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatMatrix.Rel<U> |
FloatMatrix.Rel.divide(FloatMatrix.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.divide(FloatMatrix.Rel<U> left,
FloatMatrix.Rel<U> right)
Divide the content of two matrices with a static method on a cell-by-cell basis; Rel / Rel = Rel.
|
FloatMatrixData |
FloatMatrixData.divide(FloatMatrixData right)
Divide two matrices on a cell-by-cell basis.
|
R |
TypedFloatMatrixRel.divide(R rel)
Divide this Relative value by a Relative value for a matrix or matrix.
|
R |
MutableTypedFloatMatrixRel.divide(R rel)
Divide this Relative value by a Relative value for a matrix or matrix.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.divideBy(FloatMatrix.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.divideBy(FloatMatrix.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
void |
FloatMatrixDataSparse.divideBy(FloatMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataDense.divideBy(FloatMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
abstract void |
FloatMatrixData.divideBy(FloatMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
protected static void |
FloatMatrix.ensureRectangularAndNonEmpty(float[][] values)
Check that a 2D array of float is not null and rectangular; i.e.
|
protected static void |
FloatMatrix.ensureRectangularAndNonEmpty(FloatScalar<?>[][] values)
Check that a 2D array of FloatScalar<?> is rectangular; i.e.
|
abstract S |
TypedFloatMatrixRel.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
abstract S |
TypedFloatMatrixAbs.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
abstract S |
MutableTypedFloatMatrixRel.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
abstract S |
MutableTypedFloatMatrixAbs.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatVolume |
MutableFloatVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatTorque |
MutableFloatTorqueMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatTime |
MutableFloatTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatTemperature |
MutableFloatTemperatureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatSpeed |
MutableFloatSpeedMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatPressure |
MutableFloatPressureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatPower |
MutableFloatPowerMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatPosition |
MutableFloatPositionMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerVolume |
MutableFloatMoneyPerVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerTime |
MutableFloatMoneyPerTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerMass |
MutableFloatMoneyPerMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerLength |
MutableFloatMoneyPerLengthMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerEnergy |
MutableFloatMoneyPerEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerArea |
MutableFloatMoneyPerAreaMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoney |
MutableFloatMoneyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatScalar.Abs<U> |
MutableFloatMatrix.Abs.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatScalar.Rel<U> |
MutableFloatMatrix.Rel.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMass |
MutableFloatMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatLinearDensity |
MutableFloatLinearDensityMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatLength |
MutableFloatLengthMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatFrequency |
MutableFloatFrequencyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatForce |
MutableFloatForceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatFlowVolume |
MutableFloatFlowVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatFlowMass |
MutableFloatFlowMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatEnergy |
MutableFloatEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatElectricalResistance |
MutableFloatElectricalResistanceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatElectricalPotential |
MutableFloatElectricalPotentialMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatElectricalCurrent |
MutableFloatElectricalCurrentMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatElectricalCharge |
MutableFloatElectricalChargeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatDuration |
MutableFloatDurationMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatDirection |
MutableFloatDirectionMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatDimensionless |
MutableFloatDimensionlessMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatDensity |
MutableFloatDensityMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatArea |
MutableFloatAreaMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAngleSolid |
MutableFloatAngleSolidMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAngle |
MutableFloatAngleMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAcceleration |
MutableFloatAccelerationMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAbsoluteTemperature |
MutableFloatAbsoluteTemperatureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatVolume |
FloatVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatTorque |
FloatTorqueMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatTime |
FloatTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatTemperature |
FloatTemperatureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatSpeed |
FloatSpeedMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatPressure |
FloatPressureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatPower |
FloatPowerMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatPosition |
FloatPositionMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerVolume |
FloatMoneyPerVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerTime |
FloatMoneyPerTimeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerMass |
FloatMoneyPerMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerLength |
FloatMoneyPerLengthMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerEnergy |
FloatMoneyPerEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoneyPerArea |
FloatMoneyPerAreaMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMoney |
FloatMoneyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatScalar<U> |
FloatMatrixInterface.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatScalar.Abs<U> |
FloatMatrix.Abs.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatScalar.Rel<U> |
FloatMatrix.Rel.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatMass |
FloatMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatLinearDensity |
FloatLinearDensityMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatLength |
FloatLengthMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatFrequency |
FloatFrequencyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatForce |
FloatForceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatFlowVolume |
FloatFlowVolumeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatFlowMass |
FloatFlowMassMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatEnergy |
FloatEnergyMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatElectricalResistance |
FloatElectricalResistanceMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatElectricalPotential |
FloatElectricalPotentialMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatElectricalCurrent |
FloatElectricalCurrentMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatElectricalCharge |
FloatElectricalChargeMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatDuration |
FloatDurationMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatDirection |
FloatDirectionMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatDimensionless |
FloatDimensionlessMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatDensity |
FloatDensityMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatArea |
FloatAreaMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAngleSolid |
FloatAngleSolidMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAngle |
FloatAngleMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAcceleration |
FloatAccelerationMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAbsoluteTemperature |
FloatAbsoluteTemperatureMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
float |
FloatMatrixInterface.getInUnit(int row,
int column)
Retrieve the value stored at a specified row and column in the original unit.
|
float |
FloatMatrix.getInUnit(int row,
int column)
Retrieve the value stored at a specified row and column in the original unit.
|
float |
FloatMatrixInterface.getInUnit(int row,
int column,
U targetUnit)
Retrieve the value stored at a specified row and column converted into a specified unit.
|
float |
FloatMatrix.getInUnit(int row,
int column,
U targetUnit)
Retrieve the value stored at a specified row and column converted into a specified unit.
|
float |
FloatMatrixInterface.getSI(int row,
int column)
Retrieve the value stored at a specified row and column in the standard SI unit.
|
float |
FloatMatrix.getSI(int row,
int column)
Retrieve the value stored at a specified row and column in the standard SI unit.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.incrementBy(FloatMatrix.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.incrementBy(FloatMatrix.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
void |
FloatMatrixDataSparse.incrementBy(FloatMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataDense.incrementBy(FloatMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
abstract void |
FloatMatrixData.incrementBy(FloatMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
static FloatMatrixDataSparse |
FloatMatrixDataSparse.instantiate(float[][] valuesSI)
Instantiate a FloatMatrixDataSparse from an array.
|
static FloatMatrixData |
FloatMatrixData.instantiate(float[][] values,
Scale scale,
StorageType storageType)
Instantiate a FloatMatrixData with the right data type.
|
static FloatMatrixData |
FloatMatrixData.instantiate(FloatScalar<?>[][] values,
StorageType storageType)
Instantiate a FloatMatrixData with the right data type.
|
R |
TypedFloatMatrixAbs.minus(A abs)
Subtract an Absolute value from this Relative value for a matrix or matrix.
|
FloatMatrix.Rel<U> |
MutableFloatMatrix.Abs.minus(FloatMatrix.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
FloatMatrix.Rel<U> |
FloatMatrix.Abs.minus(FloatMatrix.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.minus(FloatMatrix.Abs<U> left,
FloatMatrix.Abs<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Abs = Rel.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.minus(FloatMatrix.Abs<U> left,
FloatMatrix.Rel<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Abs - Rel = Abs.
|
FloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.minus(FloatMatrix.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.minus(FloatMatrix.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Abs.minus(FloatMatrix.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatMatrix.Rel<U> |
FloatMatrix.Rel.minus(FloatMatrix.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.minus(FloatMatrix.Rel<U> left,
FloatMatrix.Rel<U> right)
Subtract the content of two matrices with a static method on a cell-by-cell basis; Rel - Rel = Rel.
|
FloatMatrixData |
FloatMatrixData.minus(FloatMatrixData right)
Subtract two matrices on a cell-by-cell basis.
|
R |
TypedFloatMatrixRel.minus(R rel)
Subtract a Relative value from this Relative value for a matrix or matrix.
|
A |
TypedFloatMatrixAbs.minus(R rel)
Subtract a Relative value from this Absolute value for a matrix or matrix.
|
R |
MutableTypedFloatMatrixRel.minus(R rel)
Subtract a Relative value from this Relative value for a matrix or matrix.
|
MutableFloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.multiplyBy(FloatMatrix.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.multiplyBy(FloatMatrix.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
void |
FloatMatrixDataSparse.multiplyBy(FloatMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataDense.multiplyBy(FloatMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
abstract void |
FloatMatrixData.multiplyBy(FloatMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
void |
MutableFloatMatrixInterface.normalize()
Normalize the matrix, i.e.
|
void |
MutableFloatMatrix.normalize()
Normalize the matrix, i.e.
|
FloatMatrix.Abs<U> |
MutableFloatMatrix.Rel.plus(FloatMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Rel.plus(FloatMatrix.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.plus(FloatMatrix.Abs<U> left,
FloatMatrix.Rel<U> right)
Add the content of two matrices with a static method on a cell-by-cell basis; Abs + Rel = Abs.
|
FloatMatrix.Abs<U> |
MutableFloatMatrix.Abs.plus(FloatMatrix.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.plus(FloatMatrix.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatMatrix.Abs<U> |
FloatMatrix.Abs.plus(FloatMatrix.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatMatrix.Rel<U> |
FloatMatrix.Rel.plus(FloatMatrix.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.plus(FloatMatrix.Rel<U> left,
FloatMatrix.Rel<U> right)
Add the content of two matrices with a static method on a cell-by-cell basis; Rel + Rel = Rel.
|
FloatMatrixData |
FloatMatrixData.plus(FloatMatrixData right)
Add two matrices on a cell-by-cell basis.
|
R |
TypedFloatMatrixRel.plus(R rel)
Add a Relative value to this Relative value for a matrix or matrix.
|
A |
TypedFloatMatrixAbs.plus(R rel)
Add a Relative value to this Absolute value for a matrix or matrix.
|
R |
MutableTypedFloatMatrixRel.plus(R rel)
Add a Relative value to this Relative value for a matrix or matrix.
|
void |
MutableFloatMatrixInterface.set(int row,
int column,
FloatScalar<U> value)
Replace the value at row, column by the supplied value which is in a compatible unit.
|
void |
MutableFloatMatrix.set(int row,
int column,
FloatScalar<U> value)
Replace the value at row, column by the supplied value which is in a compatible unit.
|
void |
MutableFloatMatrixInterface.setInUnit(int row,
int column,
float value,
U valueUnit)
Replace the value at row, column by the supplied value which is expressed in a supplied (compatible) unit.
|
void |
MutableFloatMatrix.setInUnit(int row,
int column,
float value,
U valueUnit)
Replace the value at row, column by the supplied value which is expressed in a supplied (compatible) unit.
|
void |
MutableFloatMatrixInterface.setSI(int row,
int column,
float valueSI)
Replace the value at row, column by the supplied value which is expressed in the standard SI unit.
|
void |
MutableFloatMatrix.setSI(int row,
int column,
float valueSI)
Replace the value at row, column by the supplied value which is expressed in the standard SI unit.
|
FloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.times(FloatMatrix.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
FloatMatrix.Rel<U> |
FloatMatrix.Rel.times(FloatMatrix.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
(package private) static <U extends Unit<U>> |
FloatMatrix.times(FloatMatrix.Rel<U> left,
FloatMatrix.Rel<U> right)
Multiply the content of two matrices with a static method on a cell-by-cell basis; Rel * Rel = Rel.
|
FloatMatrixData |
FloatMatrixData.times(FloatMatrixData right)
Multiply two matrix on a cell-by-cell basis.
|
R |
TypedFloatMatrixRel.times(R rel)
Multiply a Relative value with this Relative value for a matrix or matrix.
|
R |
MutableTypedFloatMatrixRel.times(R rel)
Multiply a Relative value with this Relative value for a matrix or matrix.
|
| Constructor and Description |
|---|
Abs(float[][] values,
U unit,
StorageType storageType)
Construct a new Absolute Mutable FloatMatrix.
|
Abs(float[][] values,
U unit,
StorageType storageType)
Construct a new Absolute Immutable FloatMatrix.
|
Abs(FloatScalar.Abs<U>[][] values,
StorageType storageType)
Construct a new Absolute Mutable FloatMatrix.
|
Abs(FloatScalar.Abs<U>[][] values,
StorageType storageType)
Construct a new Absolute Immutable FloatMatrix.
|
FloatAbsoluteTemperatureMatrix(float[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatAbsoluteTemperatureMatrix.
|
FloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][] values,
StorageType storageType)
Construct a new Absolute Immutable FloatAbsoluteTemperatureMatrix.
|
FloatAccelerationMatrix(float[][] values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationMatrix.
|
FloatAccelerationMatrix(FloatAcceleration[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationMatrix.
|
FloatAngleMatrix(float[][] values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleMatrix.
|
FloatAngleMatrix(FloatAngle[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleMatrix.
|
FloatAngleSolidMatrix(float[][] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidMatrix.
|
FloatAngleSolidMatrix(FloatAngleSolid[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidMatrix.
|
FloatAreaMatrix(float[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
FloatAreaMatrix(FloatArea[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
FloatDensityMatrix(float[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDensityMatrix.
|
FloatDensityMatrix(FloatDensity[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatDensityMatrix.
|
FloatDimensionlessMatrix(float[][] values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessMatrix.
|
FloatDimensionlessMatrix(FloatDimensionless[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessMatrix.
|
FloatDirectionMatrix(float[][] values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatDirectionMatrix.
|
FloatDirectionMatrix(FloatDirection[][] values,
StorageType storageType)
Construct a new Absolute Immutable FloatDirectionMatrix.
|
FloatDurationMatrix(float[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDurationMatrix.
|
FloatDurationMatrix(FloatDuration[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatDurationMatrix.
|
FloatElectricalChargeMatrix(float[][] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeMatrix.
|
FloatElectricalChargeMatrix(FloatElectricalCharge[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeMatrix.
|
FloatElectricalCurrentMatrix(float[][] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentMatrix.
|
FloatElectricalCurrentMatrix(FloatElectricalCurrent[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentMatrix.
|
FloatElectricalPotentialMatrix(float[][] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialMatrix.
|
FloatElectricalPotentialMatrix(FloatElectricalPotential[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialMatrix.
|
FloatElectricalResistanceMatrix(float[][] values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceMatrix.
|
FloatElectricalResistanceMatrix(FloatElectricalResistance[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceMatrix.
|
FloatEnergyMatrix(float[][] values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyMatrix.
|
FloatEnergyMatrix(FloatEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyMatrix.
|
FloatFlowMassMatrix(float[][] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassMatrix.
|
FloatFlowMassMatrix(FloatFlowMass[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassMatrix.
|
FloatFlowVolumeMatrix(float[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeMatrix.
|
FloatFlowVolumeMatrix(FloatFlowVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeMatrix.
|
FloatForceMatrix(float[][] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatForceMatrix.
|
FloatForceMatrix(FloatForce[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatForceMatrix.
|
FloatFrequencyMatrix(float[][] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyMatrix.
|
FloatFrequencyMatrix(FloatFrequency[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyMatrix.
|
FloatLengthMatrix(float[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLengthMatrix.
|
FloatLengthMatrix(FloatLength[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatLengthMatrix.
|
FloatLinearDensityMatrix(float[][] values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityMatrix.
|
FloatLinearDensityMatrix(FloatLinearDensity[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityMatrix.
|
FloatMassMatrix(float[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassMatrix.
|
FloatMassMatrix(FloatMass[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMassMatrix.
|
FloatMatrixDataDense(float[][] matrixSI)
Create a matrix with dense data.
|
FloatMatrixDataDense(float[] matrixSI,
int rows,
int cols)
Create a matrix with dense data.
|
FloatMatrixDataSparse(float[][] dataSI)
Create a vector with sparse data.
|
FloatMatrixDataSparse(float[] denseSI,
int rows,
int cols)
Create a vector with sparse data from an internal vector with dense data.
|
FloatMoneyMatrix(float[][] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyMatrix.
|
FloatMoneyMatrix(FloatMoney[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyMatrix.
|
FloatMoneyPerAreaMatrix(float[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaMatrix.
|
FloatMoneyPerAreaMatrix(FloatMoneyPerArea[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaMatrix.
|
FloatMoneyPerEnergyMatrix(float[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyMatrix.
|
FloatMoneyPerEnergyMatrix(FloatMoneyPerEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyMatrix.
|
FloatMoneyPerLengthMatrix(float[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthMatrix.
|
FloatMoneyPerLengthMatrix(FloatMoneyPerLength[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthMatrix.
|
FloatMoneyPerMassMatrix(float[][] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassMatrix.
|
FloatMoneyPerMassMatrix(FloatMoneyPerMass[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassMatrix.
|
FloatMoneyPerTimeMatrix(float[][] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeMatrix.
|
FloatMoneyPerTimeMatrix(FloatMoneyPerTime[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeMatrix.
|
FloatMoneyPerVolumeMatrix(float[][] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeMatrix.
|
FloatMoneyPerVolumeMatrix(FloatMoneyPerVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeMatrix.
|
FloatPositionMatrix(float[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatPositionMatrix.
|
FloatPositionMatrix(FloatPosition[][] values,
StorageType storageType)
Construct a new Absolute Immutable FloatPositionMatrix.
|
FloatPowerMatrix(float[][] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPowerMatrix.
|
FloatPowerMatrix(FloatPower[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatPowerMatrix.
|
FloatPressureMatrix(float[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
FloatPressureMatrix(FloatPressure[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
FloatSpeedMatrix(float[][] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedMatrix.
|
FloatSpeedMatrix(FloatSpeed[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedMatrix.
|
FloatTemperatureMatrix(float[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureMatrix.
|
FloatTemperatureMatrix(FloatTemperature[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureMatrix.
|
FloatTimeMatrix(float[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeMatrix.
|
FloatTimeMatrix(FloatTime[][] values,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeMatrix.
|
FloatTorqueMatrix(float[][] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueMatrix.
|
FloatTorqueMatrix(FloatTorque[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueMatrix.
|
FloatVolumeMatrix(float[][] values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeMatrix.
|
FloatVolumeMatrix(FloatVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeMatrix.
|
MutableFloatAbsoluteTemperatureMatrix(float[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatAbsoluteTemperatureMatrix.
|
MutableFloatAbsoluteTemperatureMatrix(FloatAbsoluteTemperature[][] values,
StorageType storageType)
Construct a new Absolute Mutable FloatAbsoluteTemperatureMatrix.
|
MutableFloatAccelerationMatrix(float[][] values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationMatrix.
|
MutableFloatAccelerationMatrix(FloatAcceleration[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationMatrix.
|
MutableFloatAngleMatrix(float[][] values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatAngleMatrix.
|
MutableFloatAngleMatrix(FloatAngle[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatAngleMatrix.
|
MutableFloatAngleSolidMatrix(float[][] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidMatrix.
|
MutableFloatAngleSolidMatrix(FloatAngleSolid[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidMatrix.
|
MutableFloatAreaMatrix(float[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
MutableFloatAreaMatrix(FloatArea[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
MutableFloatDensityMatrix(float[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDensityMatrix.
|
MutableFloatDensityMatrix(FloatDensity[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatDensityMatrix.
|
MutableFloatDimensionlessMatrix(float[][] values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessMatrix.
|
MutableFloatDimensionlessMatrix(FloatDimensionless[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessMatrix.
|
MutableFloatDirectionMatrix(float[][] values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatDirectionMatrix.
|
MutableFloatDirectionMatrix(FloatDirection[][] values,
StorageType storageType)
Construct a new Absolute Mutable FloatDirectionMatrix.
|
MutableFloatDurationMatrix(float[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatDurationMatrix.
|
MutableFloatDurationMatrix(FloatDuration[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatDurationMatrix.
|
MutableFloatElectricalChargeMatrix(float[][] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeMatrix.
|
MutableFloatElectricalChargeMatrix(FloatElectricalCharge[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeMatrix.
|
MutableFloatElectricalCurrentMatrix(float[][] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentMatrix.
|
MutableFloatElectricalCurrentMatrix(FloatElectricalCurrent[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentMatrix.
|
MutableFloatElectricalPotentialMatrix(float[][] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialMatrix.
|
MutableFloatElectricalPotentialMatrix(FloatElectricalPotential[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialMatrix.
|
MutableFloatElectricalResistanceMatrix(float[][] values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceMatrix.
|
MutableFloatElectricalResistanceMatrix(FloatElectricalResistance[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceMatrix.
|
MutableFloatEnergyMatrix(float[][] values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyMatrix.
|
MutableFloatEnergyMatrix(FloatEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyMatrix.
|
MutableFloatFlowMassMatrix(float[][] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassMatrix.
|
MutableFloatFlowMassMatrix(FloatFlowMass[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassMatrix.
|
MutableFloatFlowVolumeMatrix(float[][] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeMatrix.
|
MutableFloatFlowVolumeMatrix(FloatFlowVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeMatrix.
|
MutableFloatForceMatrix(float[][] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatForceMatrix.
|
MutableFloatForceMatrix(FloatForce[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatForceMatrix.
|
MutableFloatFrequencyMatrix(float[][] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyMatrix.
|
MutableFloatFrequencyMatrix(FloatFrequency[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyMatrix.
|
MutableFloatLengthMatrix(float[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatLengthMatrix.
|
MutableFloatLengthMatrix(FloatLength[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatLengthMatrix.
|
MutableFloatLinearDensityMatrix(float[][] values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityMatrix.
|
MutableFloatLinearDensityMatrix(FloatLinearDensity[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityMatrix.
|
MutableFloatMassMatrix(float[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassMatrix.
|
MutableFloatMassMatrix(FloatMass[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMassMatrix.
|
MutableFloatMoneyMatrix(float[][] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyMatrix.
|
MutableFloatMoneyMatrix(FloatMoney[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyMatrix.
|
MutableFloatMoneyPerAreaMatrix(float[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaMatrix.
|
MutableFloatMoneyPerAreaMatrix(FloatMoneyPerArea[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaMatrix.
|
MutableFloatMoneyPerEnergyMatrix(float[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyMatrix.
|
MutableFloatMoneyPerEnergyMatrix(FloatMoneyPerEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyMatrix.
|
MutableFloatMoneyPerLengthMatrix(float[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthMatrix.
|
MutableFloatMoneyPerLengthMatrix(FloatMoneyPerLength[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthMatrix.
|
MutableFloatMoneyPerMassMatrix(float[][] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassMatrix.
|
MutableFloatMoneyPerMassMatrix(FloatMoneyPerMass[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassMatrix.
|
MutableFloatMoneyPerTimeMatrix(float[][] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeMatrix.
|
MutableFloatMoneyPerTimeMatrix(FloatMoneyPerTime[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeMatrix.
|
MutableFloatMoneyPerVolumeMatrix(float[][] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeMatrix.
|
MutableFloatMoneyPerVolumeMatrix(FloatMoneyPerVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeMatrix.
|
MutableFloatPositionMatrix(float[][] values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatPositionMatrix.
|
MutableFloatPositionMatrix(FloatPosition[][] values,
StorageType storageType)
Construct a new Absolute Mutable FloatPositionMatrix.
|
MutableFloatPowerMatrix(float[][] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPowerMatrix.
|
MutableFloatPowerMatrix(FloatPower[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatPowerMatrix.
|
MutableFloatPressureMatrix(float[][] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
MutableFloatPressureMatrix(FloatPressure[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureMatrix.
|
MutableFloatSpeedMatrix(float[][] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedMatrix.
|
MutableFloatSpeedMatrix(FloatSpeed[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedMatrix.
|
MutableFloatTemperatureMatrix(float[][] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureMatrix.
|
MutableFloatTemperatureMatrix(FloatTemperature[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureMatrix.
|
MutableFloatTimeMatrix(float[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeMatrix.
|
MutableFloatTimeMatrix(FloatTime[][] values,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeMatrix.
|
MutableFloatTorqueMatrix(float[][] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueMatrix.
|
MutableFloatTorqueMatrix(FloatTorque[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueMatrix.
|
MutableFloatVolumeMatrix(float[][] values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeMatrix.
|
MutableFloatVolumeMatrix(FloatVolume[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeMatrix.
|
MutableTypedFloatMatrixAbs(float[][] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatMatrix.
|
MutableTypedFloatMatrixAbs(S[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatMatrix.
|
MutableTypedFloatMatrixDimensionless(float[][] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatMatrix.
|
MutableTypedFloatMatrixDimensionless(S[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatMatrix.
|
MutableTypedFloatMatrixRel(float[][] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatMatrix.
|
MutableTypedFloatMatrixRel(S[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatMatrix.
|
Rel(float[][] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatMatrix.
|
Rel(float[][] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatMatrix.
|
Rel(FloatScalar.Rel<U>[][] values,
StorageType storageType)
Construct a new Relative Mutable FloatMatrix.
|
Rel(FloatScalar.Rel<U>[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMatrix.
|
TypedFloatMatrixAbs(float[][] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatMatrix.
|
TypedFloatMatrixAbs(S[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMatrix.
|
TypedFloatMatrixRel(float[][] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatMatrix.
|
TypedFloatMatrixRel(S[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FloatVector.checkIndex(int index)
Check that a provided index is valid.
|
protected void |
FloatVector.checkSize(float[] other)
Centralized size equality check.
|
protected void |
FloatVector.checkSize(FloatVector<?> other)
Centralized size equality check.
|
(package private) static <U extends Unit<U>> |
FloatVector.checkUnit(FloatScalar<U>[] dsArray)
Check that a provided array can be used to create some descendant of a FloatVector, and return the Unit.
|
(package private) static <U extends Unit<U>,S extends FloatScalar<U>> |
FloatVector.checkUnit(List<S> dsList)
Check that a provided list can be used to create some descendant of a FloatVector, and return the Unit.
|
(package private) static <U extends Unit<U>,S extends FloatScalar<U>> |
FloatVector.checkUnit(SortedMap<Integer,S> dsMap)
Check that a provided Map can be used to create some descendant of a FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.decrementBy(FloatVector.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.decrementBy(FloatVector.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
void |
FloatVectorDataSparse.decrementBy(FloatVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
void |
FloatVectorDataDense.decrementBy(FloatVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
abstract void |
FloatVectorData.decrementBy(FloatVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.divide(FloatVector.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.divide(FloatVector.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatVectorData |
FloatVectorData.divide(FloatVectorData right)
Divide two vectors on a cell-by-cell basis.
|
R |
TypedFloatVectorRel.divide(R rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
R |
MutableTypedFloatVectorRel.divide(R rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.divideBy(FloatVector.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.divideBy(FloatVector.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
void |
FloatVectorDataSparse.divideBy(FloatVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
void |
FloatVectorDataDense.divideBy(FloatVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
abstract void |
FloatVectorData.divideBy(FloatVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
abstract S |
TypedFloatVectorRel.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
abstract S |
TypedFloatVectorAbs.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
abstract S |
MutableTypedFloatVectorRel.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
abstract S |
MutableTypedFloatVectorAbs.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatVolume |
MutableFloatVolumeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatScalar.Abs<U> |
MutableFloatVector.Abs.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatScalar.Rel<U> |
MutableFloatVector.Rel.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatTorque |
MutableFloatTorqueVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatTime |
MutableFloatTimeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatTemperature |
MutableFloatTemperatureVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatSpeed |
MutableFloatSpeedVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatPressure |
MutableFloatPressureVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatPower |
MutableFloatPowerVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatPosition |
MutableFloatPositionVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoney |
MutableFloatMoneyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerVolume |
MutableFloatMoneyPerVolumeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerTime |
MutableFloatMoneyPerTimeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerMass |
MutableFloatMoneyPerMassVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerLength |
MutableFloatMoneyPerLengthVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerEnergy |
MutableFloatMoneyPerEnergyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerArea |
MutableFloatMoneyPerAreaVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMass |
MutableFloatMassVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatLinearDensity |
MutableFloatLinearDensityVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatLength |
MutableFloatLengthVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatFrequency |
MutableFloatFrequencyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatForce |
MutableFloatForceVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatFlowVolume |
MutableFloatFlowVolumeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatFlowMass |
MutableFloatFlowMassVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatEnergy |
MutableFloatEnergyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatElectricalResistance |
MutableFloatElectricalResistanceVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatElectricalPotential |
MutableFloatElectricalPotentialVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatElectricalCurrent |
MutableFloatElectricalCurrentVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatElectricalCharge |
MutableFloatElectricalChargeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatDuration |
MutableFloatDurationVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatDirection |
MutableFloatDirectionVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatDimensionless |
MutableFloatDimensionlessVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatDensity |
MutableFloatDensityVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatArea |
MutableFloatAreaVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAngle |
MutableFloatAngleVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAngleSolid |
MutableFloatAngleSolidVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAcceleration |
MutableFloatAccelerationVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAbsoluteTemperature |
MutableFloatAbsoluteTemperatureVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatVolume |
FloatVolumeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatScalar<U> |
FloatVectorInterface.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatScalar.Abs<U> |
FloatVector.Abs.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatScalar.Rel<U> |
FloatVector.Rel.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatTorque |
FloatTorqueVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatTime |
FloatTimeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatTemperature |
FloatTemperatureVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatSpeed |
FloatSpeedVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatPressure |
FloatPressureVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatPower |
FloatPowerVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatPosition |
FloatPositionVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoney |
FloatMoneyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerVolume |
FloatMoneyPerVolumeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerTime |
FloatMoneyPerTimeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerMass |
FloatMoneyPerMassVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerLength |
FloatMoneyPerLengthVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerEnergy |
FloatMoneyPerEnergyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMoneyPerArea |
FloatMoneyPerAreaVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatMass |
FloatMassVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatLinearDensity |
FloatLinearDensityVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatLength |
FloatLengthVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatFrequency |
FloatFrequencyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatForce |
FloatForceVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatFlowVolume |
FloatFlowVolumeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatFlowMass |
FloatFlowMassVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatEnergy |
FloatEnergyVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatElectricalResistance |
FloatElectricalResistanceVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatElectricalPotential |
FloatElectricalPotentialVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatElectricalCurrent |
FloatElectricalCurrentVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatElectricalCharge |
FloatElectricalChargeVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatDuration |
FloatDurationVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatDirection |
FloatDirectionVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatDimensionless |
FloatDimensionlessVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatDensity |
FloatDensityVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatArea |
FloatAreaVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAngle |
FloatAngleVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAngleSolid |
FloatAngleSolidVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAcceleration |
FloatAccelerationVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAbsoluteTemperature |
FloatAbsoluteTemperatureVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
float |
FloatVectorInterface.getInUnit(int index)
Retrieve the value stored at a specified position in the original unit.
|
float |
FloatVector.getInUnit(int index)
Retrieve the value stored at a specified position in the original unit.
|
float |
FloatVectorInterface.getInUnit(int index,
U targetUnit)
Retrieve the value stored at a specified position converted into a specified unit.
|
float |
FloatVector.getInUnit(int index,
U targetUnit)
Retrieve the value stored at a specified position converted into a specified unit.
|
float |
FloatVectorInterface.getSI(int index)
Retrieve the value stored at a specified position in the standard SI unit.
|
float |
FloatVector.getSI(int index)
Retrieve the value stored at a specified position in the standard SI unit.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.incrementBy(FloatVector.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.incrementBy(FloatVector.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
void |
FloatVectorDataSparse.incrementBy(FloatVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
void |
FloatVectorDataDense.incrementBy(FloatVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
abstract void |
FloatVectorData.incrementBy(FloatVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
static FloatVectorData |
FloatVectorData.instantiate(float[] values,
Scale scale,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static FloatVectorData |
FloatVectorData.instantiate(FloatScalar<?>[] values,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static FloatVectorData |
FloatVectorData.instantiate(List<Float> values,
Scale scale,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static FloatVectorData |
FloatVectorData.instantiate(SortedMap<Integer,Float> values,
int length,
Scale scale,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static FloatVectorData |
FloatVectorData.instantiateLD(List<? extends FloatScalar<?>> values,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static <S extends FloatScalar<?>> |
FloatVectorData.instantiateMD(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
R |
TypedFloatVectorAbs.minus(A abs)
Subtract an Absolute value from this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Abs.minus(FloatVector.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Abs.minus(FloatVector.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
FloatVector.Abs<U> |
MutableFloatVector.Abs.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatVector.Abs<U> |
FloatVector.Abs.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatVectorData |
FloatVectorData.minus(FloatVectorData right)
Subtract two vectors on a cell-by-cell basis.
|
R |
TypedFloatVectorRel.minus(R rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
A |
TypedFloatVectorAbs.minus(R rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
R |
MutableTypedFloatVectorRel.minus(R rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.multiplyBy(FloatVector.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.multiplyBy(FloatVector.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
void |
FloatVectorDataSparse.multiplyBy(FloatVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
void |
FloatVectorDataDense.multiplyBy(FloatVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
abstract void |
FloatVectorData.multiplyBy(FloatVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
void |
MutableFloatVectorInterface.normalize()
Normalize the vector, i.e.
|
void |
MutableFloatVector.normalize()
Normalize the vector, i.e.
|
FloatVector.Abs<U> |
MutableFloatVector.Rel.plus(FloatVector.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
FloatVector.Abs<U> |
FloatVector.Rel.plus(FloatVector.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
FloatVector.Abs<U> |
MutableFloatVector.Abs.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatVector.Abs<U> |
FloatVector.Abs.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatVectorData |
FloatVectorData.plus(FloatVectorData right)
Add two vectors on a cell-by-cell basis.
|
R |
TypedFloatVectorRel.plus(R rel)
Add a Relative value to this Relative value for a vector or matrix.
|
A |
TypedFloatVectorAbs.plus(R rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
R |
MutableTypedFloatVectorRel.plus(R rel)
Add a Relative value to this Relative value for a vector or matrix.
|
void |
MutableFloatVectorInterface.set(int index,
FloatScalar<U> value)
Replace the value at index by the supplied value which is in a compatible unit.
|
void |
MutableFloatVector.set(int index,
FloatScalar<U> value)
Replace the value at index by the supplied value which is in a compatible unit.
|
void |
MutableFloatVectorInterface.setInUnit(int index,
float value,
U valueUnit)
Replace the value at index by the supplied value which is expressed in a supplied (compatible) unit.
|
void |
MutableFloatVector.setInUnit(int index,
float value,
U valueUnit)
Replace the value at index by the supplied value which is expressed in a supplied (compatible) unit.
|
void |
MutableFloatVectorInterface.setSI(int index,
float valueSI)
Replace the value at index by the supplied value which is expressed in the standard SI unit.
|
void |
MutableFloatVector.setSI(int index,
float valueSI)
Replace the value at index by the supplied value which is expressed in the standard SI unit.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.times(FloatVector.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.times(FloatVector.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
FloatVectorData |
FloatVectorData.times(FloatVectorData right)
Multiply two vector on a cell-by-cell basis.
|
R |
TypedFloatVectorRel.times(R rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
R |
MutableTypedFloatVectorRel.times(R rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
| Constructor and Description |
|---|
Abs(float[] values,
U unit,
StorageType storageType)
Construct a new Absolute Mutable FloatVector.
|
Abs(float[] values,
U unit,
StorageType storageType)
Construct a new Absolute Immutable FloatVector.
|
Abs(FloatScalar.Abs<U>[] values,
StorageType storageType)
Construct a new Absolute Mutable FloatVector.
|
Abs(FloatScalar.Abs<U>[] values,
StorageType storageType)
Construct a new Absolute Immutable FloatVector.
|
Abs(List<Float> values,
U unit,
StorageType storageType)
Construct a new Absolute Mutable FloatVector.
|
Abs(List<Float> values,
U unit,
StorageType storageType)
Construct a new Absolute Immutable FloatVector.
|
Abs(List<S> values,
StorageType storageType)
Construct a new Absolute Mutable FloatVector.
|
Abs(List<S> values,
StorageType storageType)
Construct a new Absolute Immutable FloatVector.
|
Abs(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Abs(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
Abs(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Abs(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
FloatAbsoluteTemperatureVector(float[] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatAbsoluteTemperatureVector.
|
FloatAbsoluteTemperatureVector(FloatAbsoluteTemperature[] values,
StorageType storageType)
Construct a new Absolute Immutable FloatAbsoluteTemperatureVector.
|
FloatAbsoluteTemperatureVector(List<Float> values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatAbsoluteTemperatureVector.
|
FloatAbsoluteTemperatureVector(List<FloatAbsoluteTemperature> values,
StorageType storageType)
Construct a new Absolute Immutable FloatAbsoluteTemperatureVector.
|
FloatAbsoluteTemperatureVector(SortedMap<Integer,Float> values,
TemperatureUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatAbsoluteTemperatureVector.
|
FloatAbsoluteTemperatureVector(SortedMap<Integer,FloatAbsoluteTemperature> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatAbsoluteTemperatureVector.
|
FloatAccelerationVector(float[] values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
FloatAccelerationVector(FloatAcceleration[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
FloatAccelerationVector(List<Float> values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
FloatAccelerationVector(List<FloatAcceleration> values,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
FloatAccelerationVector(SortedMap<Integer,Float> values,
AccelerationUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
FloatAccelerationVector(SortedMap<Integer,FloatAcceleration> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
FloatAngleSolidVector(float[] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
FloatAngleSolidVector(FloatAngleSolid[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
FloatAngleSolidVector(List<Float> values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
FloatAngleSolidVector(List<FloatAngleSolid> values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
FloatAngleSolidVector(SortedMap<Integer,Float> values,
AngleSolidUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
FloatAngleSolidVector(SortedMap<Integer,FloatAngleSolid> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
FloatAngleVector(float[] values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
FloatAngleVector(FloatAngle[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
FloatAngleVector(List<Float> values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
FloatAngleVector(List<FloatAngle> values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
FloatAngleVector(SortedMap<Integer,Float> values,
AngleUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
FloatAngleVector(SortedMap<Integer,FloatAngle> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleVector.
|
FloatAreaVector(float[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
FloatAreaVector(FloatArea[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
FloatAreaVector(List<Float> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
FloatAreaVector(List<FloatArea> values,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
FloatAreaVector(SortedMap<Integer,Float> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
FloatAreaVector(SortedMap<Integer,FloatArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
FloatDensityVector(float[] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
FloatDensityVector(FloatDensity[] values,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
FloatDensityVector(List<Float> values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
FloatDensityVector(List<FloatDensity> values,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
FloatDensityVector(SortedMap<Integer,Float> values,
DensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
FloatDensityVector(SortedMap<Integer,FloatDensity> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
FloatDimensionlessVector(float[] values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
FloatDimensionlessVector(FloatDimensionless[] values,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
FloatDimensionlessVector(List<Float> values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
FloatDimensionlessVector(List<FloatDimensionless> values,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
FloatDimensionlessVector(SortedMap<Integer,Float> values,
DimensionlessUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
FloatDimensionlessVector(SortedMap<Integer,FloatDimensionless> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
FloatDirectionVector(float[] values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatDirectionVector.
|
FloatDirectionVector(FloatDirection[] values,
StorageType storageType)
Construct a new Absolute Immutable FloatDirectionVector.
|
FloatDirectionVector(List<Float> values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatDirectionVector.
|
FloatDirectionVector(List<FloatDirection> values,
StorageType storageType)
Construct a new Absolute Immutable FloatDirectionVector.
|
FloatDirectionVector(SortedMap<Integer,Float> values,
AngleUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatDirectionVector.
|
FloatDirectionVector(SortedMap<Integer,FloatDirection> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatDirectionVector.
|
FloatDurationVector(float[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDurationVector.
|
FloatDurationVector(FloatDuration[] values,
StorageType storageType)
Construct a new Relative Immutable FloatDurationVector.
|
FloatDurationVector(List<Float> values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDurationVector.
|
FloatDurationVector(List<FloatDuration> values,
StorageType storageType)
Construct a new Relative Immutable FloatDurationVector.
|
FloatDurationVector(SortedMap<Integer,Float> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDurationVector.
|
FloatDurationVector(SortedMap<Integer,FloatDuration> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDurationVector.
|
FloatElectricalChargeVector(float[] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
FloatElectricalChargeVector(FloatElectricalCharge[] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
FloatElectricalChargeVector(List<Float> values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
FloatElectricalChargeVector(List<FloatElectricalCharge> values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
FloatElectricalChargeVector(SortedMap<Integer,Float> values,
ElectricalChargeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
FloatElectricalChargeVector(SortedMap<Integer,FloatElectricalCharge> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
FloatElectricalCurrentVector(float[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
FloatElectricalCurrentVector(FloatElectricalCurrent[] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
FloatElectricalCurrentVector(List<Float> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
FloatElectricalCurrentVector(List<FloatElectricalCurrent> values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
FloatElectricalCurrentVector(SortedMap<Integer,Float> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
FloatElectricalCurrentVector(SortedMap<Integer,FloatElectricalCurrent> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
FloatElectricalPotentialVector(float[] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
FloatElectricalPotentialVector(FloatElectricalPotential[] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
FloatElectricalPotentialVector(List<Float> values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
FloatElectricalPotentialVector(List<FloatElectricalPotential> values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
FloatElectricalPotentialVector(SortedMap<Integer,Float> values,
ElectricalPotentialUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
FloatElectricalPotentialVector(SortedMap<Integer,FloatElectricalPotential> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
FloatElectricalResistanceVector(float[] values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
FloatElectricalResistanceVector(FloatElectricalResistance[] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
FloatElectricalResistanceVector(List<Float> values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
FloatElectricalResistanceVector(List<FloatElectricalResistance> values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
FloatElectricalResistanceVector(SortedMap<Integer,Float> values,
ElectricalResistanceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
FloatElectricalResistanceVector(SortedMap<Integer,FloatElectricalResistance> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
FloatEnergyVector(float[] values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
FloatEnergyVector(FloatEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
FloatEnergyVector(List<Float> values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
FloatEnergyVector(List<FloatEnergy> values,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
FloatEnergyVector(SortedMap<Integer,Float> values,
EnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
FloatEnergyVector(SortedMap<Integer,FloatEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
FloatFlowMassVector(float[] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
FloatFlowMassVector(FloatFlowMass[] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
FloatFlowMassVector(List<Float> values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
FloatFlowMassVector(List<FloatFlowMass> values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
FloatFlowMassVector(SortedMap<Integer,Float> values,
FlowMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
FloatFlowMassVector(SortedMap<Integer,FloatFlowMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
FloatFlowVolumeVector(float[] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
FloatFlowVolumeVector(FloatFlowVolume[] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
FloatFlowVolumeVector(List<Float> values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
FloatFlowVolumeVector(List<FloatFlowVolume> values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
FloatFlowVolumeVector(SortedMap<Integer,Float> values,
FlowVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
FloatFlowVolumeVector(SortedMap<Integer,FloatFlowVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
FloatForceVector(float[] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
FloatForceVector(FloatForce[] values,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
FloatForceVector(List<Float> values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
FloatForceVector(List<FloatForce> values,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
FloatForceVector(SortedMap<Integer,Float> values,
ForceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
FloatForceVector(SortedMap<Integer,FloatForce> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
FloatFrequencyVector(float[] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
FloatFrequencyVector(FloatFrequency[] values,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
FloatFrequencyVector(List<Float> values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
FloatFrequencyVector(List<FloatFrequency> values,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
FloatFrequencyVector(SortedMap<Integer,Float> values,
FrequencyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
FloatFrequencyVector(SortedMap<Integer,FloatFrequency> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
FloatLengthVector(float[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLengthVector.
|
FloatLengthVector(FloatLength[] values,
StorageType storageType)
Construct a new Relative Immutable FloatLengthVector.
|
FloatLengthVector(List<Float> values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLengthVector.
|
FloatLengthVector(List<FloatLength> values,
StorageType storageType)
Construct a new Relative Immutable FloatLengthVector.
|
FloatLengthVector(SortedMap<Integer,Float> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatLengthVector.
|
FloatLengthVector(SortedMap<Integer,FloatLength> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatLengthVector.
|
FloatLinearDensityVector(float[] values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
FloatLinearDensityVector(FloatLinearDensity[] values,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
FloatLinearDensityVector(List<Float> values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
FloatLinearDensityVector(List<FloatLinearDensity> values,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
FloatLinearDensityVector(SortedMap<Integer,Float> values,
LinearDensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
FloatLinearDensityVector(SortedMap<Integer,FloatLinearDensity> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
FloatMassVector(float[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
FloatMassVector(FloatMass[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
FloatMassVector(List<Float> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
FloatMassVector(List<FloatMass> values,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
FloatMassVector(SortedMap<Integer,Float> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
FloatMassVector(SortedMap<Integer,FloatMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
FloatMoneyPerAreaVector(float[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
FloatMoneyPerAreaVector(FloatMoneyPerArea[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
FloatMoneyPerAreaVector(List<Float> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
FloatMoneyPerAreaVector(List<FloatMoneyPerArea> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
FloatMoneyPerAreaVector(SortedMap<Integer,Float> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
FloatMoneyPerAreaVector(SortedMap<Integer,FloatMoneyPerArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
FloatMoneyPerEnergyVector(float[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(FloatMoneyPerEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(List<Float> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(List<FloatMoneyPerEnergy> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(SortedMap<Integer,Float> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(SortedMap<Integer,FloatMoneyPerEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
FloatMoneyPerLengthVector(float[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
FloatMoneyPerLengthVector(FloatMoneyPerLength[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
FloatMoneyPerLengthVector(List<Float> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
FloatMoneyPerLengthVector(List<FloatMoneyPerLength> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
FloatMoneyPerLengthVector(SortedMap<Integer,Float> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
FloatMoneyPerLengthVector(SortedMap<Integer,FloatMoneyPerLength> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
FloatMoneyPerMassVector(float[] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
FloatMoneyPerMassVector(FloatMoneyPerMass[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
FloatMoneyPerMassVector(List<Float> values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
FloatMoneyPerMassVector(List<FloatMoneyPerMass> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
FloatMoneyPerMassVector(SortedMap<Integer,Float> values,
MoneyPerMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
FloatMoneyPerMassVector(SortedMap<Integer,FloatMoneyPerMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
FloatMoneyPerTimeVector(float[] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerTimeVector(FloatMoneyPerTime[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerTimeVector(List<Float> values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerTimeVector(List<FloatMoneyPerTime> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerTimeVector(SortedMap<Integer,Float> values,
MoneyPerTimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerTimeVector(SortedMap<Integer,FloatMoneyPerTime> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
FloatMoneyPerVolumeVector(float[] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
FloatMoneyPerVolumeVector(FloatMoneyPerVolume[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
FloatMoneyPerVolumeVector(List<Float> values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
FloatMoneyPerVolumeVector(List<FloatMoneyPerVolume> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
FloatMoneyPerVolumeVector(SortedMap<Integer,Float> values,
MoneyPerVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
FloatMoneyPerVolumeVector(SortedMap<Integer,FloatMoneyPerVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
FloatMoneyVector(float[] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
FloatMoneyVector(FloatMoney[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
FloatMoneyVector(List<Float> values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
FloatMoneyVector(List<FloatMoney> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
FloatMoneyVector(SortedMap<Integer,Float> values,
MoneyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
FloatMoneyVector(SortedMap<Integer,FloatMoney> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
FloatPositionVector(float[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatPositionVector.
|
FloatPositionVector(FloatPosition[] values,
StorageType storageType)
Construct a new Absolute Immutable FloatPositionVector.
|
FloatPositionVector(List<Float> values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatPositionVector.
|
FloatPositionVector(List<FloatPosition> values,
StorageType storageType)
Construct a new Absolute Immutable FloatPositionVector.
|
FloatPositionVector(SortedMap<Integer,Float> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatPositionVector.
|
FloatPositionVector(SortedMap<Integer,FloatPosition> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatPositionVector.
|
FloatPowerVector(float[] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
FloatPowerVector(FloatPower[] values,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
FloatPowerVector(List<Float> values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
FloatPowerVector(List<FloatPower> values,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
FloatPowerVector(SortedMap<Integer,Float> values,
PowerUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
FloatPowerVector(SortedMap<Integer,FloatPower> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
FloatPressureVector(float[] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
FloatPressureVector(FloatPressure[] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
FloatPressureVector(List<Float> values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
FloatPressureVector(List<FloatPressure> values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
FloatPressureVector(SortedMap<Integer,Float> values,
PressureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
FloatPressureVector(SortedMap<Integer,FloatPressure> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
FloatSpeedVector(float[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
FloatSpeedVector(FloatSpeed[] values,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
FloatSpeedVector(List<Float> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
FloatSpeedVector(List<FloatSpeed> values,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
FloatSpeedVector(SortedMap<Integer,Float> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
FloatSpeedVector(SortedMap<Integer,FloatSpeed> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
FloatTemperatureVector(float[] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureVector.
|
FloatTemperatureVector(FloatTemperature[] values,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureVector.
|
FloatTemperatureVector(List<Float> values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureVector.
|
FloatTemperatureVector(List<FloatTemperature> values,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureVector.
|
FloatTemperatureVector(SortedMap<Integer,Float> values,
TemperatureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureVector.
|
FloatTemperatureVector(SortedMap<Integer,FloatTemperature> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatTemperatureVector.
|
FloatTimeVector(float[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(FloatTime[] values,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(List<Float> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(List<FloatTime> values,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(SortedMap<Integer,Float> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(SortedMap<Integer,FloatTime> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTorqueVector(float[] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
FloatTorqueVector(FloatTorque[] values,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
FloatTorqueVector(List<Float> values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
FloatTorqueVector(List<FloatTorque> values,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
FloatTorqueVector(SortedMap<Integer,Float> values,
TorqueUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
FloatTorqueVector(SortedMap<Integer,FloatTorque> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
FloatVolumeVector(float[] values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
FloatVolumeVector(FloatVolume[] values,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
FloatVolumeVector(List<Float> values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
FloatVolumeVector(List<FloatVolume> values,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
FloatVolumeVector(SortedMap<Integer,Float> values,
VolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
FloatVolumeVector(SortedMap<Integer,FloatVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
MutableFloatAbsoluteTemperatureVector(float[] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatAbsoluteTemperatureVector.
|
MutableFloatAbsoluteTemperatureVector(FloatAbsoluteTemperature[] values,
StorageType storageType)
Construct a new Absolute Mutable FloatAbsoluteTemperatureVector.
|
MutableFloatAbsoluteTemperatureVector(List<Float> values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatAbsoluteTemperatureVector.
|
MutableFloatAbsoluteTemperatureVector(List<FloatAbsoluteTemperature> values,
StorageType storageType)
Construct a new Absolute Mutable FloatAbsoluteTemperatureVector.
|
MutableFloatAbsoluteTemperatureVector(SortedMap<Integer,Float> values,
TemperatureUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatAbsoluteTemperatureVector.
|
MutableFloatAbsoluteTemperatureVector(SortedMap<Integer,FloatAbsoluteTemperature> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatAbsoluteTemperatureVector.
|
MutableFloatAccelerationVector(float[] values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
MutableFloatAccelerationVector(FloatAcceleration[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
MutableFloatAccelerationVector(List<Float> values,
AccelerationUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
MutableFloatAccelerationVector(List<FloatAcceleration> values,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
MutableFloatAccelerationVector(SortedMap<Integer,Float> values,
AccelerationUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
MutableFloatAccelerationVector(SortedMap<Integer,FloatAcceleration> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAccelerationVector.
|
MutableFloatAngleSolidVector(float[] values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(FloatAngleSolid[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(List<Float> values,
AngleSolidUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(List<FloatAngleSolid> values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(SortedMap<Integer,Float> values,
AngleSolidUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(SortedMap<Integer,FloatAngleSolid> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleVector(float[] values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
MutableFloatAngleVector(FloatAngle[] values,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
MutableFloatAngleVector(List<Float> values,
AngleUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
MutableFloatAngleVector(List<FloatAngle> values,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
MutableFloatAngleVector(SortedMap<Integer,Float> values,
AngleUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
MutableFloatAngleVector(SortedMap<Integer,FloatAngle> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatAngleVector.
|
MutableFloatAreaVector(float[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
MutableFloatAreaVector(FloatArea[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
MutableFloatAreaVector(List<Float> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
MutableFloatAreaVector(List<FloatArea> values,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
MutableFloatAreaVector(SortedMap<Integer,Float> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
MutableFloatAreaVector(SortedMap<Integer,FloatArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAreaVector.
|
MutableFloatDensityVector(float[] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
MutableFloatDensityVector(FloatDensity[] values,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
MutableFloatDensityVector(List<Float> values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
MutableFloatDensityVector(List<FloatDensity> values,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
MutableFloatDensityVector(SortedMap<Integer,Float> values,
DensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
MutableFloatDensityVector(SortedMap<Integer,FloatDensity> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDensityVector.
|
MutableFloatDimensionlessVector(float[] values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
MutableFloatDimensionlessVector(FloatDimensionless[] values,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
MutableFloatDimensionlessVector(List<Float> values,
DimensionlessUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
MutableFloatDimensionlessVector(List<FloatDimensionless> values,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
MutableFloatDimensionlessVector(SortedMap<Integer,Float> values,
DimensionlessUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
MutableFloatDimensionlessVector(SortedMap<Integer,FloatDimensionless> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatDimensionlessVector.
|
MutableFloatDirectionVector(float[] values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatDirectionVector.
|
MutableFloatDirectionVector(FloatDirection[] values,
StorageType storageType)
Construct a new Absolute Mutable FloatDirectionVector.
|
MutableFloatDirectionVector(List<Float> values,
AngleUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatDirectionVector.
|
MutableFloatDirectionVector(List<FloatDirection> values,
StorageType storageType)
Construct a new Absolute Mutable FloatDirectionVector.
|
MutableFloatDirectionVector(SortedMap<Integer,Float> values,
AngleUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatDirectionVector.
|
MutableFloatDirectionVector(SortedMap<Integer,FloatDirection> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatDirectionVector.
|
MutableFloatDurationVector(float[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(FloatDuration[] values,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(List<Float> values,
TimeUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(List<FloatDuration> values,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(SortedMap<Integer,Float> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(SortedMap<Integer,FloatDuration> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatElectricalChargeVector(float[] values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
MutableFloatElectricalChargeVector(FloatElectricalCharge[] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
MutableFloatElectricalChargeVector(List<Float> values,
ElectricalChargeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
MutableFloatElectricalChargeVector(List<FloatElectricalCharge> values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
MutableFloatElectricalChargeVector(SortedMap<Integer,Float> values,
ElectricalChargeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
MutableFloatElectricalChargeVector(SortedMap<Integer,FloatElectricalCharge> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeVector.
|
MutableFloatElectricalCurrentVector(float[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
MutableFloatElectricalCurrentVector(FloatElectricalCurrent[] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
MutableFloatElectricalCurrentVector(List<Float> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
MutableFloatElectricalCurrentVector(List<FloatElectricalCurrent> values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
MutableFloatElectricalCurrentVector(SortedMap<Integer,Float> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
MutableFloatElectricalCurrentVector(SortedMap<Integer,FloatElectricalCurrent> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalCurrentVector.
|
MutableFloatElectricalPotentialVector(float[] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
MutableFloatElectricalPotentialVector(FloatElectricalPotential[] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
MutableFloatElectricalPotentialVector(List<Float> values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
MutableFloatElectricalPotentialVector(List<FloatElectricalPotential> values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
MutableFloatElectricalPotentialVector(SortedMap<Integer,Float> values,
ElectricalPotentialUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
MutableFloatElectricalPotentialVector(SortedMap<Integer,FloatElectricalPotential> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalPotentialVector.
|
MutableFloatElectricalResistanceVector(float[] values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
MutableFloatElectricalResistanceVector(FloatElectricalResistance[] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
MutableFloatElectricalResistanceVector(List<Float> values,
ElectricalResistanceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
MutableFloatElectricalResistanceVector(List<FloatElectricalResistance> values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
MutableFloatElectricalResistanceVector(SortedMap<Integer,Float> values,
ElectricalResistanceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
MutableFloatElectricalResistanceVector(SortedMap<Integer,FloatElectricalResistance> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalResistanceVector.
|
MutableFloatEnergyVector(float[] values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
MutableFloatEnergyVector(FloatEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
MutableFloatEnergyVector(List<Float> values,
EnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
MutableFloatEnergyVector(List<FloatEnergy> values,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
MutableFloatEnergyVector(SortedMap<Integer,Float> values,
EnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
MutableFloatEnergyVector(SortedMap<Integer,FloatEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatEnergyVector.
|
MutableFloatFlowMassVector(float[] values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
MutableFloatFlowMassVector(FloatFlowMass[] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
MutableFloatFlowMassVector(List<Float> values,
FlowMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
MutableFloatFlowMassVector(List<FloatFlowMass> values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
MutableFloatFlowMassVector(SortedMap<Integer,Float> values,
FlowMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
MutableFloatFlowMassVector(SortedMap<Integer,FloatFlowMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFlowMassVector.
|
MutableFloatFlowVolumeVector(float[] values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
MutableFloatFlowVolumeVector(FloatFlowVolume[] values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
MutableFloatFlowVolumeVector(List<Float> values,
FlowVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
MutableFloatFlowVolumeVector(List<FloatFlowVolume> values,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
MutableFloatFlowVolumeVector(SortedMap<Integer,Float> values,
FlowVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
MutableFloatFlowVolumeVector(SortedMap<Integer,FloatFlowVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFlowVolumeVector.
|
MutableFloatForceVector(float[] values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
MutableFloatForceVector(FloatForce[] values,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
MutableFloatForceVector(List<Float> values,
ForceUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
MutableFloatForceVector(List<FloatForce> values,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
MutableFloatForceVector(SortedMap<Integer,Float> values,
ForceUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
MutableFloatForceVector(SortedMap<Integer,FloatForce> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatForceVector.
|
MutableFloatFrequencyVector(float[] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
MutableFloatFrequencyVector(FloatFrequency[] values,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
MutableFloatFrequencyVector(List<Float> values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
MutableFloatFrequencyVector(List<FloatFrequency> values,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
MutableFloatFrequencyVector(SortedMap<Integer,Float> values,
FrequencyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
MutableFloatFrequencyVector(SortedMap<Integer,FloatFrequency> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatFrequencyVector.
|
MutableFloatLengthVector(float[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatLengthVector.
|
MutableFloatLengthVector(FloatLength[] values,
StorageType storageType)
Construct a new Relative Mutable FloatLengthVector.
|
MutableFloatLengthVector(List<Float> values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatLengthVector.
|
MutableFloatLengthVector(List<FloatLength> values,
StorageType storageType)
Construct a new Relative Mutable FloatLengthVector.
|
MutableFloatLengthVector(SortedMap<Integer,Float> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatLengthVector.
|
MutableFloatLengthVector(SortedMap<Integer,FloatLength> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatLengthVector.
|
MutableFloatLinearDensityVector(float[] values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
MutableFloatLinearDensityVector(FloatLinearDensity[] values,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
MutableFloatLinearDensityVector(List<Float> values,
LinearDensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
MutableFloatLinearDensityVector(List<FloatLinearDensity> values,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
MutableFloatLinearDensityVector(SortedMap<Integer,Float> values,
LinearDensityUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
MutableFloatLinearDensityVector(SortedMap<Integer,FloatLinearDensity> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatLinearDensityVector.
|
MutableFloatMassVector(float[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
MutableFloatMassVector(FloatMass[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
MutableFloatMassVector(List<Float> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
MutableFloatMassVector(List<FloatMass> values,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
MutableFloatMassVector(SortedMap<Integer,Float> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
MutableFloatMassVector(SortedMap<Integer,FloatMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMassVector.
|
MutableFloatMoneyPerAreaVector(float[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
MutableFloatMoneyPerAreaVector(FloatMoneyPerArea[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
MutableFloatMoneyPerAreaVector(List<Float> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
MutableFloatMoneyPerAreaVector(List<FloatMoneyPerArea> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
MutableFloatMoneyPerAreaVector(SortedMap<Integer,Float> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
MutableFloatMoneyPerAreaVector(SortedMap<Integer,FloatMoneyPerArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerAreaVector.
|
MutableFloatMoneyPerEnergyVector(float[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(FloatMoneyPerEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(List<Float> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(List<FloatMoneyPerEnergy> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(SortedMap<Integer,Float> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(SortedMap<Integer,FloatMoneyPerEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyVector.
|
MutableFloatMoneyPerLengthVector(float[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
MutableFloatMoneyPerLengthVector(FloatMoneyPerLength[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
MutableFloatMoneyPerLengthVector(List<Float> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
MutableFloatMoneyPerLengthVector(List<FloatMoneyPerLength> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
MutableFloatMoneyPerLengthVector(SortedMap<Integer,Float> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
MutableFloatMoneyPerLengthVector(SortedMap<Integer,FloatMoneyPerLength> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthVector.
|
MutableFloatMoneyPerMassVector(float[] values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
MutableFloatMoneyPerMassVector(FloatMoneyPerMass[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
MutableFloatMoneyPerMassVector(List<Float> values,
MoneyPerMassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
MutableFloatMoneyPerMassVector(List<FloatMoneyPerMass> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
MutableFloatMoneyPerMassVector(SortedMap<Integer,Float> values,
MoneyPerMassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
MutableFloatMoneyPerMassVector(SortedMap<Integer,FloatMoneyPerMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerMassVector.
|
MutableFloatMoneyPerTimeVector(float[] values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(FloatMoneyPerTime[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(List<Float> values,
MoneyPerTimeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(List<FloatMoneyPerTime> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(SortedMap<Integer,Float> values,
MoneyPerTimeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerTimeVector(SortedMap<Integer,FloatMoneyPerTime> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerTimeVector.
|
MutableFloatMoneyPerVolumeVector(float[] values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
MutableFloatMoneyPerVolumeVector(FloatMoneyPerVolume[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
MutableFloatMoneyPerVolumeVector(List<Float> values,
MoneyPerVolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
MutableFloatMoneyPerVolumeVector(List<FloatMoneyPerVolume> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
MutableFloatMoneyPerVolumeVector(SortedMap<Integer,Float> values,
MoneyPerVolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
MutableFloatMoneyPerVolumeVector(SortedMap<Integer,FloatMoneyPerVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerVolumeVector.
|
MutableFloatMoneyVector(float[] values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatMoneyVector(FloatMoney[] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatMoneyVector(List<Float> values,
MoneyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatMoneyVector(List<FloatMoney> values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatMoneyVector(SortedMap<Integer,Float> values,
MoneyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatMoneyVector(SortedMap<Integer,FloatMoney> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyVector.
|
MutableFloatPositionVector(float[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatPositionVector.
|
MutableFloatPositionVector(FloatPosition[] values,
StorageType storageType)
Construct a new Absolute Mutable FloatPositionVector.
|
MutableFloatPositionVector(List<Float> values,
LengthUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatPositionVector.
|
MutableFloatPositionVector(List<FloatPosition> values,
StorageType storageType)
Construct a new Absolute Mutable FloatPositionVector.
|
MutableFloatPositionVector(SortedMap<Integer,Float> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatPositionVector.
|
MutableFloatPositionVector(SortedMap<Integer,FloatPosition> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatPositionVector.
|
MutableFloatPowerVector(float[] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
MutableFloatPowerVector(FloatPower[] values,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
MutableFloatPowerVector(List<Float> values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
MutableFloatPowerVector(List<FloatPower> values,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
MutableFloatPowerVector(SortedMap<Integer,Float> values,
PowerUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
MutableFloatPowerVector(SortedMap<Integer,FloatPower> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPowerVector.
|
MutableFloatPressureVector(float[] values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatPressureVector(FloatPressure[] values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatPressureVector(List<Float> values,
PressureUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatPressureVector(List<FloatPressure> values,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatPressureVector(SortedMap<Integer,Float> values,
PressureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatPressureVector(SortedMap<Integer,FloatPressure> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatPressureVector.
|
MutableFloatSpeedVector(float[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
MutableFloatSpeedVector(FloatSpeed[] values,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
MutableFloatSpeedVector(List<Float> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
MutableFloatSpeedVector(List<FloatSpeed> values,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
MutableFloatSpeedVector(SortedMap<Integer,Float> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
MutableFloatSpeedVector(SortedMap<Integer,FloatSpeed> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatSpeedVector.
|
MutableFloatTemperatureVector(float[] values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureVector.
|
MutableFloatTemperatureVector(FloatTemperature[] values,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureVector.
|
MutableFloatTemperatureVector(List<Float> values,
TemperatureUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureVector.
|
MutableFloatTemperatureVector(List<FloatTemperature> values,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureVector.
|
MutableFloatTemperatureVector(SortedMap<Integer,Float> values,
TemperatureUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureVector.
|
MutableFloatTemperatureVector(SortedMap<Integer,FloatTemperature> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatTemperatureVector.
|
MutableFloatTimeVector(float[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(FloatTime[] values,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(List<Float> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(List<FloatTime> values,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(SortedMap<Integer,Float> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(SortedMap<Integer,FloatTime> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTorqueVector(float[] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
MutableFloatTorqueVector(FloatTorque[] values,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
MutableFloatTorqueVector(List<Float> values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
MutableFloatTorqueVector(List<FloatTorque> values,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
MutableFloatTorqueVector(SortedMap<Integer,Float> values,
TorqueUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
MutableFloatTorqueVector(SortedMap<Integer,FloatTorque> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueVector.
|
MutableFloatVolumeVector(float[] values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
MutableFloatVolumeVector(FloatVolume[] values,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
MutableFloatVolumeVector(List<Float> values,
VolumeUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
MutableFloatVolumeVector(List<FloatVolume> values,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
MutableFloatVolumeVector(SortedMap<Integer,Float> values,
VolumeUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
MutableFloatVolumeVector(SortedMap<Integer,FloatVolume> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVolumeVector.
|
MutableTypedFloatVectorAbs(float[] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorAbs(List<Float> values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorAbs(List<S> values,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorAbs(S[] values,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorAbs(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorAbs(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorDimensionless(float[] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorDimensionless(List<Float> values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorDimensionless(List<S> values,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorDimensionless(S[] values,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorDimensionless(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorDimensionless(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorRel(float[] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorRel(List<Float> values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorRel(List<S> values,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorRel(S[] values,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorRel(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
MutableTypedFloatVectorRel(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Rel(float[] values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Rel(float[] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
Rel(FloatScalar.Rel<U>[] values,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Rel(FloatScalar.Rel<U>[] values,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
Rel(List<Float> values,
U unit,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Rel(List<Float> values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
Rel(List<S> values,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Rel(List<S> values,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
Rel(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Rel(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
Rel(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatVector.
|
Rel(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorAbs(float[] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorAbs(List<Float> values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorAbs(List<S> values,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorAbs(S[] values,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorAbs(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorAbs(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorRel(float[] values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorRel(List<Float> values,
U unit,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorRel(List<S> values,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorRel(S[] values,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorRel(SortedMap<Integer,Float> values,
U unit,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
TypedFloatVectorRel(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.