#include <memory>
#include <cstring>
#include <algorithm>
#include <iostream>
#include "common.hpp"
#include "arch.hpp"
#include <type_traits>
#include "number.hpp"
#include "forward.hpp"
#include "fusion.hpp"
#include "unroll.hpp"
#include "algorithms.hpp"
#include "Scalar/basic.hpp"
#include "DSP/basic.hpp"
#include "Helium/basic.hpp"
#include "Neon/basic.hpp"
Data Structures | |
struct | Vector_Base< P > |
Storage for a vector. More... | |
struct | Vector< P, L, Allocator > |
Vector template for size knonw at build time. More... | |
struct | Vector< P, DYNAMIC, Allocator > |
Vector template for dynamic vector (size known at runtime) More... | |
Namespaces | |
namespace | arm_cmsis_dsp |