dmlfw (Daniyal Machine Learning Framework)
dmlfw_vector.h File Reference

Core vector types and utilities for double and string data. More...

#include <dmlfw_types.h>
#include <vector/dmlfw_vec_string.h>
#include <vector/dmlfw_vec_double.h>
Include dependency graph for dmlfw_vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Core vector types and utilities for double and string data.

Author
Mohammed Daniyal
Version
1.0
Date
2025-09-26

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: