#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 "vec.hpp"
#include "matrix_impl.hpp"
#include "matrix_view.hpp"
Data Structures | |
struct | _Outer< LHS, RHS, DerivedOp > |
Outer product operator for expressions. More... | |
Namespaces | |
namespace | arm_cmsis_dsp |
Functions | |
template<typename VA , typename VB , typename std::enable_if< vector_idx_pair< VA, VB >(), bool >::type = true> | |
auto | outer (const VA &a, const VB &b) |
Outer product. | |