dmlfw (Daniyal Machine Learning Framework)
dmlfw_matrix.h
Go to the documentation of this file.
1#ifndef __DMLFW__MATRIX__
2#define __DMLFW__MATRIX__
32#include <dmlfw_types.h> // core typedefs
33
34#include <dmlfw_vector.h> // include vector module (row/col vectors)
35
36#include <matrix/dmlfw_mat_double.h> // double matrix specialized API
37#include <matrix/dmlfw_mat_string.h> // string matrix specialized API
38
41#endif // __DMLFW__MATRIX__
Core double precision matrix types and utilities.
Core string matrix types and utilities.
Fundamental scalar typedefs used across the framework.
Core vector types and utilities for double and string data.