dmlfw (Daniyal Machine Learning Framework)
|
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>
Go to the source code of this file.
Core matrix types and utilities for double and string data.
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: