Class AbstractFloatMatrix<U extends Unit<U>,​S extends AbstractFloatScalar<U,​S>,​V extends AbstractFloatVector<U,​S,​V>,​M extends AbstractFloatMatrix<U,​S,​V,​M>>

java.lang.Object
org.djunits.value.AbstractValue<U,​T>
org.djunits.value.AbstractIndexedValue<U,​S,​M,​FloatMatrixData>
org.djunits.value.vfloat.matrix.base.AbstractFloatMatrix<U,​S,​V,​M>
Type Parameters:
U - the unit
S - the scalar with unit U
V - the vector type belonging to the matrix type
M - the generic matrix type
All Implemented Interfaces:
Serializable, Cloneable, Matrix<U,​S,​V,​M>, ValueFunctions<U,​M>, IndexedValue<U,​S,​M>, Value<U,​M>, FloatMatrixInterface<U,​S,​V,​M>
Direct Known Subclasses:
AbstractFloatMatrixAbs, AbstractFloatMatrixRel

public abstract class AbstractFloatMatrix<U extends Unit<U>,​S extends AbstractFloatScalar<U,​S>,​V extends AbstractFloatVector<U,​S,​V>,​M extends AbstractFloatMatrix<U,​S,​V,​M>>
extends AbstractIndexedValue<U,​S,​M,​FloatMatrixData>
implements FloatMatrixInterface<U,​S,​V,​M>
The most basic abstract class for the FloatMatrix.

Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
Serialized Form