FLAMES 0.1.0
Matrix-Empowered HLS Library
flames.hpp
Go to the documentation of this file.
1
14#ifndef _FLAMES_FLAMES_HPP_
15#define _FLAMES_FLAMES_HPP_
16
17// include all headers of the FLAMES library
18#include "core.hpp"
19#include "sort.hpp"
20#include "tensor.hpp"
21#include "type.hpp"
22
23// use the flames namespace
24using namespace flames;
25
26#endif
Core Utilities for FLAMES.
Namespace for the FLAMES library.
Definition: core.hpp:166
Sorting for FLAMES.
Tensor (3D Array) for FLAMES.