dmlfw (Daniyal Machine Learning Framework)
|
Core vector types and utilities for double and string data. More...
Go to the source code of this file.
Core vector types and utilities for double and string data.
This umbrella header consolidates the vector types for double and string elements, providing access to core functionalities such as:
The module supports both row and column vector types for each data specialization, allowing flexible handling of linear arrays. Operations specific to each vector orientation are defined in their respective headers.
Each vector type is specialized for its element type, offering tailored operations for numeric or textual data.
The vector module forms a foundation for managing linear collections within the framework and is widely reused in higher-level components.
See also the specialized headers for detailed APIs: