Uses of Class
org.goplanit.utils.od.OdPrimitiveMatrix
-
Packages that use OdPrimitiveMatrix Package Description org.goplanit.od.demand Contains the definitions of the Origin-Destination Demand classesorg.goplanit.od.skim This package holds the origin-destination Skim Matrix objects.org.goplanit.utils.od Top-level abstract interfaces to handle Origin-Destination Data -
-
Uses of OdPrimitiveMatrix in org.goplanit.od.demand
Subclasses of OdPrimitiveMatrix in org.goplanit.od.demand Modifier and Type Class Description class
OdDemandMatrix
This class handles the OD demand matrix. -
Uses of OdPrimitiveMatrix in org.goplanit.od.skim
Subclasses of OdPrimitiveMatrix in org.goplanit.od.skim Modifier and Type Class Description class
OdSkimMatrix
This class stores an OD Skim matrix. -
Uses of OdPrimitiveMatrix in org.goplanit.utils.od
Methods in org.goplanit.utils.od that return OdPrimitiveMatrix Modifier and Type Method Description OdPrimitiveMatrix<T>
OdPrimitiveMatrix. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.abstract OdPrimitiveMatrix<T>
OdPrimitiveMatrix. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.utils.od with parameters of type OdPrimitiveMatrix Constructor Description OdPrimitiveMatrix(OdPrimitiveMatrix<T> other, org.ojalgo.array.Array2D.Factory<T> contentFactory)
Copy Constructor
-