dmlfw (Daniyal Machine Learning Framework)

Fundamental vector and matrix arithmetic. More...

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

Go to the source code of this file.

Detailed Description

Fundamental vector and matrix arithmetic.

Author
Mohammed Daniyal
Version
1.0
Date
2025-09-26

This umbrella header consolidates core arithmetic and matrix operations supporting double precision vectors and matrices. Included operations encompass:

These operations underpin numerical computations in ML workflows and provide reusable, optimized primitives.

See also: