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

Core list types and utilities for double precision data. More...

#include <dmlfw_types.h>
#include <list/dmlfw_list_double.h>
Include dependency graph for dmlfw_list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Core list types and utilities for double precision data.

Author
Mohammed Daniyal
Version
1.0
Date
2025-09-26

This umbrella header consolidates list types, providing access to core functionalities such as:

The module currently supports double precision forward list types, with their operations defined in respective headers.

The list module offers lightweight, dynamic linear collections suitable for various numerical and data handling tasks within the framework.

See also the specialized headers for detailed APIs: