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

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

#include <dmlfw_types.h>
#include <dmlfw_vector.h>
#include <matrix/dmlfw_mat_double.h>
#include <matrix/dmlfw_mat_string.h>
Include dependency graph for dmlfw_matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Core matrix types and utilities for double and string data.

Author
Mohammed Daniyal
Version
1.0
Date
2025-09-26

This umbrella header consolidates matrix types for double and string elements, providing access to core functionalities such as:

The module supports matrices of different data types and layouts, with operations defined in their respective specialized headers.

This modular design facilitates extensibility and reuse across the framework.

See also: