#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 "vector_impl.hpp"
Data Structures | |
struct | VectorView< T, stride > |
Vector view. More... | |
struct | VectorView< T, DYNAMIC > |
Vector view with dynamic stride (not known at build time) More... | |
Namespaces | |
namespace | arm_cmsis_dsp |