diff --git a/main/Helium_2basic_8hpp.html b/main/Helium_2basic_8hpp.html index 0e258acd..b52c6508 100644 --- a/main/Helium_2basic_8hpp.html +++ b/main/Helium_2basic_8hpp.html @@ -139,19 +139,19 @@ - + - + - + - + @@ -163,11 +163,11 @@ - - - - - + + + + + diff --git a/main/Helium_2complex__float_8hpp.html b/main/Helium_2complex__float_8hpp.html new file mode 100644 index 00000000..1e5e731e --- /dev/null +++ b/main/Helium_2complex__float_8hpp.html @@ -0,0 +1,234 @@ + + + + + + + +CMSIS-DSP: complex_float.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Functions

template<typename T , typename DST , typename std::enable_if< has_vector_inst< DST >() &&IsVector< DST >::value &&SameElementType< DST, T >::value, bool >::type = true>
template<typename T , typename DST , typename std::enable_if< has_vector_inst< DST >() &&IsVector< DST >::value &&compatible_element< DST, T >() &&has_predicate< DST >(), bool >::type = true>
void _Fill (DST &v, const T val, const vector_length_t l, const Helium *=nullptr)
 Fill evaluator for Helium.
 
template<typename T , typename DST , typename std::enable_if< has_vector_inst< DST >() &&must_use_matrix_idx< DST >() &&SameElementType< DST, T >::value, bool >::type = true>
template<typename T , typename DST , typename std::enable_if< has_vector_inst< DST >() &&must_use_matrix_idx< DST >() &&compatible_element< DST, T >() &&has_predicate< DST >(), bool >::type = true>
void _Fill2D (DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Helium *=nullptr)
 Fill2D evaluator for Helium.
 
template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&vector_idx_pair< DA, DB >(), bool >::type = true>
template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&has_vector_inst< DB >() &&vector_idx_pair< DA, DB >() &&same_nb_lanes< DA, DB >() &&has_predicate< DA >(), bool >::type = true>
void eval (DA &v, const DB &other, const vector_length_t l, const Helium *=nullptr)
 Eval function for Helium.
 
template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&must_use_matrix_idx_pair< DA, DB >(), bool >::type = true>
template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&has_vector_inst< DB >() &&must_use_matrix_idx_pair< DA, DB >() &&same_nb_lanes< DA, DB >() &&(has_predicate< DA >() &&has_predicate< DB >()), bool >::type = true>
void eval2D (DA &v, const DB &other, const vector_length_t rows, const vector_length_t cols, const Helium *=nullptr)
 Eval2D function for Helium.
 
void printt (const std::tuple< T... > &_tup)
 Print tuple.
 
template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&vector_idx_pair< DA, DB >(), bool >::type = true>
DotResult< DA > _dot (const DA &a, const DB &b, const vector_length_t l, const Helium *=nullptr)
 Dor product for Helium.
 
template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&vector_idx_pair< DA, DB >(), bool >::type = true>
template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&has_vector_inst< DB >() &&vector_idx_pair< DA, DB >() &&same_nb_lanes< DA, DB >() &&has_predicate< DotFieldResult< DA, DB > >(), bool >::type = true>
DotResult< DotFieldResult< DA, DB > > _dot (const DA &a, const DB &b, const vector_length_t l, const Helium *=nullptr)
 Dor product for Helium.
 
template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&has_vector_inst< DB >() &&vector_idx_pair< DA, DB >() &&has_predicate< DA >(), bool >::type = true>
void _swap (DA &&a, DB &&b, const vector_length_t l, const Helium *=nullptr)
 Swap operator for Helium.
 
+ + + + + + + + +
+
CMSIS-DSP +   + +
+
CMSIS DSP Software Library
+
+ +   + + + + +
+
+ + +
+ +
+ + + +
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
Helium/complex_float.hpp File Reference
+
+
+ + + + + + + + + + + +

+Data Structures

struct  vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
 Vector datatype for Helium. More...
 
struct  vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >
 Load with generalized stride specialized for <0,1,2,3> More...
 
struct  vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >
 Generalized store with stride (Specialized for <0,1,2,3>) More...
 
+ + + +

+Namespaces

namespace  inner
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

ComplexVector< float32x4_t > vconst (const std::complex< float > v)
 Vector constant.
 
ComplexVector< float32x4_t > vneg (const ComplexVector< float32x4_t > &a)
 Vector negate.
 
ComplexVector< float32x4_t > vconjugate (const ComplexVector< float32x4_t > &a)
 Vector conjugate.
 
ComplexVector< float32x4_t > vadd (const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)
 Vector + Vector.
 
ComplexVector< float32x4_t > vadd (const ComplexVector< float32x4_t > &a, const std::complex< float > &b)
 Vector + Scalar.
 
ComplexVector< float32x4_t > vadd (const std::complex< float > &a, const ComplexVector< float32x4_t > &b)
 Scalar + Vector.
 
ComplexVector< float32x4_t > vsub (const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)
 Vector - Vector.
 
ComplexVector< float32x4_t > vsub (const ComplexVector< float32x4_t > &a, const std::complex< float > &b)
 Vector - Scalar.
 
ComplexVector< float32x4_t > vsub (const std::complex< float > &a, const ComplexVector< float32x4_t > &b)
 Scalar - Vector.
 
ComplexVector< float32x4_t > vmul (const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)
 Vector * Vector.
 
ComplexVector< float32x4_t > vmul (const ComplexVector< float32x4_t > &a, const std::complex< float > &b)
 Vector * Scalar.
 
ComplexVector< float32x4_t > vmul (const std::complex< float > &a, const ComplexVector< float32x4_t > &b)
 Scalar * Vector.
 
ComplexVector< float32x4_t > vmacc (const ComplexVector< float32x4_t > &acc, const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)
 Multiply accumulate (Vector * Vector)
 
ComplexVector< float32x4_t > vmacc (const ComplexVector< float32x4_t > &acc, const ComplexVector< float32x4_t > &a, const std::complex< float > &b)
 Multiply accumulate (Vector * Scalar)
 
std::complex< float > vreduce (const ComplexVector< float32x4_t > &in)
 Vector reduce.
 
template<int S, typename std::enable_if< S==1, bool >::type = true>
ComplexVector< float32x4_t > vload1 (const std::complex< float32_t > *p)
 Vector load with stride.
 
ComplexVector< float32x4_t > vload1 (const std::complex< float32_t > *p, const index_t stride)
 Vector load with dynamic stride.
 
template<int S, typename std::enable_if< S==1, bool >::type = true>
void vstore1 (std::complex< float32_t > *p, const ComplexVector< float32x4_t > &val)
 Store with stride.
 
void vstore1 (std::complex< float32_t > *p, const index_t stride, const ComplexVector< float32x4_t > &val)
 Store with dynamic stride.
 
+
+
+ + + + diff --git a/main/Helium_2complex__half_8hpp.html b/main/Helium_2complex__half_8hpp.html new file mode 100644 index 00000000..2a4968a1 --- /dev/null +++ b/main/Helium_2complex__half_8hpp.html @@ -0,0 +1,234 @@ + + + + + + + +CMSIS-DSP: complex_half.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
CMSIS-DSP +   + +
+
CMSIS DSP Software Library
+
+ +   + + + + +
+
+
+ +
+ +
+ + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
Helium/complex_half.hpp File Reference
+
+
+ + + + + + + + + + + +

+Data Structures

struct  vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
 Vector datatype for Helium. More...
 
struct  vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >
 Load with generalized stride specialized for <0,1,2,3,4,5,6,7> More...
 
struct  vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >
 Generalized store with stride (Specialized for <0,1,2,3>) More...
 
+ + + +

+Namespaces

namespace  inner
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Functions

ComplexVector< float16x8_t > vconst (const std::complex< float16_t > v)
 Vector constant.
 
ComplexVector< float16x8_t > vneg (const ComplexVector< float16x8_t > &a)
 Vector negate.
 
ComplexVector< float16x8_t > vconjugate (const ComplexVector< float16x8_t > &a)
 Vector conjugate.
 
ComplexVector< float16x8_t > vadd (const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)
 Vector + Vector.
 
ComplexVector< float16x8_t > vadd (const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)
 Vector + Scalar.
 
ComplexVector< float16x8_t > vadd (const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)
 Scalar + Vector.
 
ComplexVector< float16x8_t > vsub (const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)
 Vector - Vector.
 
ComplexVector< float16x8_t > vsub (const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)
 Vector - Scalar.
 
ComplexVector< float16x8_t > vsub (const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)
 Scalar - Vector.
 
ComplexVector< float16x8_t > vmul (const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)
 Vector * Vector.
 
ComplexVector< float16x8_t > vmul (const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)
 Vector * Scalar.
 
ComplexVector< float16x8_t > vmul (const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)
 Scalar * Vector.
 
ComplexVector< float16x8_t > vmacc (const ComplexVector< float16x8_t > &acc, const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)
 Multiply accumulate (Vector * Vector)
 
ComplexVector< float16x8_t > vmacc (const ComplexVector< float16x8_t > &acc, const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)
 Multiply accumulate (Vector * Scalar)
 
std::complex< float16_t > vreduce (const ComplexVector< float16x8_t > &in)
 Vector reduce.
 
template<int S, typename std::enable_if< S==1, bool >::type = true>
ComplexVector< float16x8_t > vload1 (const std::complex< float16_t > *p)
 Vector load with stride.
 
ComplexVector< float16x8_t > vload1 (const std::complex< float16_t > *p, const index_t stride)
 Vector load with dynamic stride.
 
template<int S, typename std::enable_if< S==1, bool >::type = true>
void vstore1 (std::complex< float16_t > *p, const ComplexVector< float16x8_t > &val)
 Store with stride.
 
void vstore1 (std::complex< float16_t > *p, const index_t stride, const ComplexVector< float16x8_t > &val)
 Store with dynamic stride.
 
+
+
+ + + + diff --git a/main/Helium_2complex__q15_8hpp.html b/main/Helium_2complex__q15_8hpp.html new file mode 100644 index 00000000..d6703911 --- /dev/null +++ b/main/Helium_2complex__q15_8hpp.html @@ -0,0 +1,158 @@ + + + + + + + +CMSIS-DSP: complex_q15.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
CMSIS-DSP +   + +
+
CMSIS DSP Software Library
+
+ +   + + + + +
+
+
+ +
+ +
+ + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
Helium/complex_q15.hpp File Reference
+
+
+ + + + +

+Namespaces

namespace  inner
 
+
+
+ + + + diff --git a/main/Helium_2complex__q31_8hpp.html b/main/Helium_2complex__q31_8hpp.html new file mode 100644 index 00000000..adadd6c2 --- /dev/null +++ b/main/Helium_2complex__q31_8hpp.html @@ -0,0 +1,158 @@ + + + + + + + +CMSIS-DSP: complex_q31.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
CMSIS-DSP +   + +
+
CMSIS DSP Software Library
+
+ +   + + + + +
+
+
+ +
+ +
+ + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
Helium/complex_q31.hpp File Reference
+
+
+ + + + +

+Namespaces

namespace  inner
 
+
+
+ + + + diff --git a/main/Helium_2float_8hpp.html b/main/Helium_2float_8hpp.html index bd7e4fd2..b7f25912 100644 --- a/main/Helium_2float_8hpp.html +++ b/main/Helium_2float_8hpp.html @@ -144,30 +144,18 @@ struct  vctpq< float >  vctpq for this datatype More...
  -struct  vload1_gen_stride< S > - Load with generalized stride (gather load) More...
-  -struct  vload1_gen_stride< 0, 1, 2, 3 > - Load with generalized stride specialized for <0,1,2,3> More...
-  -struct  vload1_gen_stride_z< S > - Load with generalized stride (gather load) and tail predicate. More...
-  -struct  vload1_gen_stride_z< 0, 1, 2, 3 > - Load with generalized stride (gather load) and tail predicate specialized for <0,1,2,3> More...
-  -struct  vstore1_gen_stride< S > - Generalized store with strides. More...
-  -struct  vstore1_gen_stride< 0, 1, 2, 3 > - Generalized store with stride (Specialized for <0,1,2,3>) More...
-  -struct  vstore1_gen_stride_z< S > - Store with generalized strides and tail predicate. More...
-  -struct  vstore1_gen_stride_z< 0, 1, 2, 3 > - Scatter store with tail predicate (specialized for <0,1,2,3>) More...
-  +struct  vload1_gen_stride< float32_t, 0, 1, 2, 3 > + Load with generalized stride specialized for <0,1,2,3> More...
+  +struct  vload1_gen_stride_z< float32_t, 0, 1, 2, 3 > + Load with generalized stride (gather load) and tail predicate specialized for <0,1,2,3> More...
+  +struct  vstore1_gen_stride< float32_t, 0, 1, 2, 3 > + Generalized store with stride (Specialized for <0,1,2,3>) More...
+  +struct  vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 > + Scatter store with tail predicate (specialized for <0,1,2,3>) More...
+  @@ -188,6 +176,12 @@ + + + + + + diff --git a/main/Helium_2half_8hpp.html b/main/Helium_2half_8hpp.html index aead80e9..eb88a8ac 100644 --- a/main/Helium_2half_8hpp.html +++ b/main/Helium_2half_8hpp.html @@ -164,6 +164,12 @@ + + + + + + diff --git a/main/Helium_2num__features_8hpp.html b/main/Helium_2num__features_8hpp.html index 932427a0..0f1d8369 100644 --- a/main/Helium_2num__features_8hpp.html +++ b/main/Helium_2num__features_8hpp.html @@ -128,15 +128,27 @@
+
+Namespaces
Helium/num_features.hpp File Reference
#include "float.hpp"
+#include "complex_float.hpp"
#include "half.hpp"
+#include "complex_half.hpp"
#include "q31.hpp"
+#include "complex_q31.hpp"
#include "q15.hpp"
+#include "complex_q15.hpp"
#include "q7.hpp"
-
+

Namespaces

float32x4_t vneg (const float32x4_t a, const mve_pred16_t p0)
 Vector negate with tail.
 
float32x4_t vconjugate (const float32x4_t a)
 Vector conjugate.
 
float32x4_t vconjugate (const float32x4_t a, const mve_pred16_t p0)
 Vector conjugate with tail.
 
float32x4_t vadd (const float32x4_t a, const float32x4_t b)
 Vector + Vector.
 
float16x8_t vneg (const float16x8_t a, const mve_pred16_t p0)
 Vector negate with tail predicate.
 
float16x8_t vconjugate (const float16x8_t a)
 Vector conjugate.
 
float16x8_t vconjugate (const float16x8_t a, const mve_pred16_t p0)
 Vector conjugate with tail predicate.
 
float16x8_t vadd (const float16x8_t a, const float16x8_t b)
 Vector + Vector.
 
+ + + +

+Namespaces

namespace  inner
 
+ diff --git a/main/annotated_dup.js b/main/annotated_dup.js index f4d890db..074111a4 100644 --- a/main/annotated_dup.js +++ b/main/annotated_dup.js @@ -10,8 +10,10 @@ var annotated_dup = [ "_Unary", "group__FUSION.html#structarm__cmsis__dsp_1_1__Unary", null ], [ "Accumulate", "group__FIXED.html#structarm__cmsis__dsp_1_1Accumulate", null ], [ "Accumulate< MD, MS, F, S, true >", "group__FIXED.html#structarm__cmsis__dsp_1_1Accumulate_3_01MD_00_01MS_00_01F_00_01S_00_01true_01_4", null ], + [ "ComplexVector", "group__NUMBER.html#structarm__cmsis__dsp_1_1ComplexVector", null ], [ "default_user_allocator_malloc_free", "group__MEMORY.html#structarm__cmsis__dsp_1_1default__user__allocator__malloc__free", null ], [ "DSP", "group__ARCH.html#classarm__cmsis__dsp_1_1DSP", null ], + [ "Dual", "group__NUMBER.html#structarm__cmsis__dsp_1_1Dual", null ], [ "fixed_storage_type", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type", null ], [ "fixed_storage_type< M, F, false, test16(M, F, 0)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4", "group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4" ], [ "fixed_storage_type< M, F, false, test32(M, F, 0)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4", "group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4" ], @@ -23,6 +25,8 @@ var annotated_dup = [ "fixed_storage_type< M, F, true, test8(M, F, 1)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4", "group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4" ], [ "FixedCastShift< M, FD, FS, S,(FD >FS)>", "group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_01_4FS_08_4", null ], [ "FixedCastShift< M, FD, FS, S,(FD< FS)>", "group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_3_01FS_08_4", null ], + [ "FloatType", "group__FUSION.html#structarm__cmsis__dsp_1_1FloatType", null ], + [ "HalfComplexVector", "group__NUMBER.html#structarm__cmsis__dsp_1_1HalfComplexVector", null ], [ "Helium", "group__ARCH.html#classarm__cmsis__dsp_1_1Helium", null ], [ "Helium82", "group__ARCH.html#classarm__cmsis__dsp_1_1Helium82", null ], [ "ListElem", "group__MEMORY.html#structarm__cmsis__dsp_1_1ListElem", null ], @@ -57,17 +61,18 @@ var annotated_dup = [ "inner", "namespaceinner.html", [ [ "vctpq< float >", "group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4", null ], [ "vctpq< float16_t >", "group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4", null ], - [ "vload1_gen_stride", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride", null ], - [ "vload1_gen_stride< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_010_00_011_00_012_00_013_01_4", null ], - [ "vload1_gen_stride_z", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z", null ], - [ "vload1_gen_stride_z< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_010_00_011_00_012_00_013_01_4", null ], - [ "vstore1_gen_stride", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride", null ], - [ "vstore1_gen_stride< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_010_00_011_00_012_00_013_01_4", null ], - [ "vstore1_gen_stride_z", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z", null ], - [ "vstore1_gen_stride_z< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_010_00_011_00_012_00_013_01_4", null ] + [ "vload1_gen_stride< float32_t, 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4", null ], + [ "vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >", "group__HeliumComplexFloatNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float_01_4_00_010_00_011_00_012_00_013_01_4", null ], + [ "vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >", "group__HeliumComplexHalfNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_0f3764e0778e22e08a979438f422bbfe5", null ], + [ "vload1_gen_stride_z< float32_t, 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4", null ], + [ "vstore1_gen_stride< float32_t, 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4", null ], + [ "vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >", "group__HeliumComplexHalfNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_5e642801addc2951256c14a74a86944f", null ], + [ "vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >", "group__HeliumComplexFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float32__t_01_4_00_010_00_011_00_012_00_013_01_4", null ], + [ "vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4", null ] ] ], [ "_AddOp", "group__FUSION.html#struct__AddOp", null ], [ "_BinaryOperator", "group__FUSION.html#struct__BinaryOperator", null ], + [ "_ConjugateOp", "group__FUSION.html#struct__ConjugateOp", null ], [ "_MulOp", "group__FUSION.html#struct__MulOp", null ], [ "_NegOp", "group__FUSION.html#struct__NegOp", null ], [ "_NoOp", "group__FUSION.html#struct__NoOp", null ], @@ -173,6 +178,12 @@ var annotated_dup = [ "number_traits< Q15 >", "group__GenericQ15Number.html#structnumber__traits_3_01Q15_01_4", "group__GenericQ15Number_structnumber__traits_3_01Q15_01_4" ], [ "number_traits< Q31 >", "group__GenericQ31Number.html#structnumber__traits_3_01Q31_01_4", "group__GenericQ31Number_structnumber__traits_3_01Q31_01_4" ], [ "number_traits< Q7 >", "group__GenericQ7Number.html#structnumber__traits_3_01Q7_01_4", "group__GenericQ7Number_structnumber__traits_3_01Q7_01_4" ], + [ "number_traits< std::complex< double > >", "group__GenericComplexDoubleNumber.html#structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4", "group__GenericComplexDoubleNumber_structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4" ], + [ "number_traits< std::complex< float > >", "group__GenericComplexFloatNumber.html#structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4", "group__GenericComplexFloatNumber_structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4" ], + [ "number_traits< std::complex< float16_t > >", "group__GenericComplexHalfNumber.html#structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4", "group__GenericComplexHalfNumber_structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4" ], + [ "number_traits< std::complex< Q15 > >", "group__GenericComplexQ15Number.html#structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4", "group__GenericComplexQ15Number_structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4" ], + [ "number_traits< std::complex< Q31 > >", "group__GenericComplexQ31Number.html#structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4", "group__GenericComplexQ31Number_structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4" ], + [ "number_traits< std::complex< Q7 > >", "group__GenericComplexQ7Number.html#structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4", "group__GenericComplexQ7Number_structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4" ], [ "number_traits< std::tuple< E... > >", "group__GenericTUPLENumber.html#structnumber__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_01_4", "group__GenericTUPLENumber_structnumber__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_01_4" ], [ "Q15DSPVector", "group__DSPQ15Number.html#structQ15DSPVector", "group__DSPQ15Number_structQ15DSPVector" ], [ "vector_traits< double, arch, void >", "group__GenericDoubleNumber.html#structvector__traits_3_01double_00_01arch_00_01void_01_4", "group__GenericDoubleNumber_structvector__traits_3_01double_00_01arch_00_01void_01_4" ], @@ -185,5 +196,13 @@ var annotated_dup = [ "vector_traits< Q15, DSP, typename std::enable_if< true >::type >", "group__DSPQ15Number.html#structvector__traits_3_01Q15_00_01DSP_00_01typename_01std_1_1enable__if_3_01true_01_4_1_1type_01_4", "group__DSPQ15Number_structvector__traits_3_01Q15_00_01DSP_00_01typename_01std_1_1enable__if_3_01true_01_4_1_1type_01_4" ], [ "vector_traits< Q31, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericQ31Number.html#structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f", "group__GenericQ31Number_structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f" ], [ "vector_traits< Q7, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >", "group__GenericQ7Number.html#structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5", "group__GenericQ7Number_structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5" ], + [ "vector_traits< std::complex< double >, arch, void >", "group__GenericComplexDoubleNumber.html#structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4", "group__GenericComplexDoubleNumber_structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4" ], + [ "vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >", "group__HeliumComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3", "group__HeliumComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3" ], + [ "vector_traits< std::complex< float >, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1", "group__GenericComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1" ], + [ "vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >", "group__HeliumComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db", "group__HeliumComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db" ], + [ "vector_traits< std::complex< float16_t >, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1", "group__GenericComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1" ], + [ "vector_traits< std::complex< Q15 >, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericComplexQ15Number.html#structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3", "group__GenericComplexQ15Number_structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3" ], + [ "vector_traits< std::complex< Q31 >, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericComplexQ31Number.html#structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70", "group__GenericComplexQ31Number_structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70" ], + [ "vector_traits< std::complex< Q7 >, arch, void >", "group__GenericComplexQ7Number.html#structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4", "group__GenericComplexQ7Number_structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4" ], [ "vector_traits< std::tuple< E... >, arch >", "group__GenericTUPLENumber.html#structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4", "group__GenericTUPLENumber_structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4" ] ]; \ No newline at end of file diff --git a/main/classes.html b/main/classes.html index bd2ad5f5..e407552f 100644 --- a/main/classes.html +++ b/main/classes.html @@ -141,19 +141,19 @@
arm_bilinear_interp_instance_f16
arm_bilinear_interp_instance_f32
arm_bilinear_interp_instance_q15
arm_bilinear_interp_instance_q31
arm_bilinear_interp_instance_q7
arm_biquad_cas_df1_32x64_ins_q31
arm_biquad_cascade_df2T_instance_f16
arm_biquad_cascade_df2T_instance_f32
arm_biquad_cascade_df2T_instance_f64
arm_biquad_cascade_stereo_df2T_instance_f16
arm_biquad_cascade_stereo_df2T_instance_f32
arm_biquad_casd_df1_inst_f16
arm_biquad_casd_df1_inst_f32
arm_biquad_casd_df1_inst_q15
arm_biquad_casd_df1_inst_q31
C
-
arm_cfft_instance_f16
arm_cfft_instance_f32
arm_cfft_instance_f64
arm_cfft_instance_q15
arm_cfft_instance_q31
arm_cfft_radix2_instance_f16
arm_cfft_radix2_instance_f32
arm_cfft_radix2_instance_q15
arm_cfft_radix2_instance_q31
arm_cfft_radix4_instance_f16
arm_cfft_radix4_instance_f32
arm_cfft_radix4_instance_q15
arm_cfft_radix4_instance_q31
+
arm_cfft_instance_f16
arm_cfft_instance_f32
arm_cfft_instance_f64
arm_cfft_instance_q15
arm_cfft_instance_q31
arm_cfft_radix2_instance_f16
arm_cfft_radix2_instance_f32
arm_cfft_radix2_instance_q15
arm_cfft_radix2_instance_q31
arm_cfft_radix4_instance_f16
arm_cfft_radix4_instance_f32
arm_cfft_radix4_instance_q15
arm_cfft_radix4_instance_q31
ComplexVector (arm_cmsis_dsp)
D
-
arm_dct4_instance_f32
arm_dct4_instance_q15
arm_dct4_instance_q31
default_user_allocator_malloc_free (arm_cmsis_dsp)
DSP (arm_cmsis_dsp)
+
arm_dct4_instance_f32
arm_dct4_instance_q15
arm_dct4_instance_q31
default_user_allocator_malloc_free (arm_cmsis_dsp)
DSP (arm_cmsis_dsp)
Dual (arm_cmsis_dsp)
F
-
arm_fir_decimate_instance_f32
arm_fir_decimate_instance_f64
arm_fir_decimate_instance_q15
arm_fir_decimate_instance_q31
arm_fir_instance_f16
arm_fir_instance_f32
arm_fir_instance_f64
arm_fir_instance_q15
arm_fir_instance_q31
arm_fir_instance_q7
arm_fir_interpolate_instance_f32
arm_fir_interpolate_instance_q15
arm_fir_interpolate_instance_q31
arm_fir_lattice_instance_f32
arm_fir_lattice_instance_q15
arm_fir_lattice_instance_q31
arm_fir_sparse_instance_f32
arm_fir_sparse_instance_q15
arm_fir_sparse_instance_q31
arm_fir_sparse_instance_q7
fixed_storage_type (arm_cmsis_dsp)
fixed_storage_type< M, F, false, test16(M, F, 0)> (arm_cmsis_dsp)
fixed_storage_type< M, F, false, test32(M, F, 0)> (arm_cmsis_dsp)
fixed_storage_type< M, F, false, test64(M, F, 0)> (arm_cmsis_dsp)
fixed_storage_type< M, F, false, test8(M, F, 0)> (arm_cmsis_dsp)
fixed_storage_type< M, F, true, test16(M, F, 1)> (arm_cmsis_dsp)
fixed_storage_type< M, F, true, test32(M, F, 1)> (arm_cmsis_dsp)
fixed_storage_type< M, F, true, test64(M, F, 1)> (arm_cmsis_dsp)
fixed_storage_type< M, F, true, test8(M, F, 1)> (arm_cmsis_dsp)
FixedCastShift< M, FD, FS, S,(FD >FS)> (arm_cmsis_dsp)
FixedCastShift< M, FD, FS, S,(FD< FS)> (arm_cmsis_dsp)
+
arm_fir_decimate_instance_f32
arm_fir_decimate_instance_f64
arm_fir_decimate_instance_q15
arm_fir_decimate_instance_q31
arm_fir_instance_f16
arm_fir_instance_f32
arm_fir_instance_f64
arm_fir_instance_q15
arm_fir_instance_q31
arm_fir_instance_q7
arm_fir_interpolate_instance_f32
arm_fir_interpolate_instance_q15
arm_fir_interpolate_instance_q31
arm_fir_lattice_instance_f32
arm_fir_lattice_instance_q15
arm_fir_lattice_instance_q31
arm_fir_sparse_instance_f32
arm_fir_sparse_instance_q15
arm_fir_sparse_instance_q31
arm_fir_sparse_instance_q7
fixed_storage_type (arm_cmsis_dsp)
fixed_storage_type< M, F, false, test16(M, F, 0)> (arm_cmsis_dsp)
fixed_storage_type< M, F, false, test32(M, F, 0)> (arm_cmsis_dsp)
fixed_storage_type< M, F, false, test64(M, F, 0)> (arm_cmsis_dsp)
fixed_storage_type< M, F, false, test8(M, F, 0)> (arm_cmsis_dsp)
fixed_storage_type< M, F, true, test16(M, F, 1)> (arm_cmsis_dsp)
fixed_storage_type< M, F, true, test32(M, F, 1)> (arm_cmsis_dsp)
fixed_storage_type< M, F, true, test64(M, F, 1)> (arm_cmsis_dsp)
fixed_storage_type< M, F, true, test8(M, F, 1)> (arm_cmsis_dsp)
FixedCastShift< M, FD, FS, S,(FD >FS)> (arm_cmsis_dsp)
FixedCastShift< M, FD, FS, S,(FD< FS)> (arm_cmsis_dsp)
FloatType (arm_cmsis_dsp)
G
arm_gaussian_naive_bayes_instance_f16
arm_gaussian_naive_bayes_instance_f32
H
-
Helium (arm_cmsis_dsp)
Helium82 (arm_cmsis_dsp)
+
HalfComplexVector (arm_cmsis_dsp)
Helium (arm_cmsis_dsp)
Helium82 (arm_cmsis_dsp)
I
arm_iir_lattice_instance_f32
arm_iir_lattice_instance_q15
arm_iir_lattice_instance_q31
@@ -165,7 +165,7 @@
malloc_allocator (arm_cmsis_dsp)
Matrix (arm_cmsis_dsp)
Matrix< P, DYNAMIC, DYNAMIC, Allocator > (arm_cmsis_dsp)
arm_matrix_instance_f16
arm_matrix_instance_f32
arm_matrix_instance_f64
arm_matrix_instance_q15
arm_matrix_instance_q31
arm_matrix_instance_q7
MatrixView (arm_cmsis_dsp)
MatrixView< T, CONSTRAINED_DYNAMIC > (arm_cmsis_dsp)
MatrixView< T, DYNAMIC > (arm_cmsis_dsp)
MemoryPool (arm_cmsis_dsp)
arm_merge_sort_instance_f32
arm_mfcc_instance_f16
arm_mfcc_instance_f32
arm_mfcc_instance_q15
arm_mfcc_instance_q31
N
-
Neon (arm_cmsis_dsp)
number_traits (arm_cmsis_dsp)
number_traits< double >
number_traits< float >
number_traits< float16_t >
number_traits< Q15 >
number_traits< Q31 >
number_traits< Q7 >
number_traits< std::tuple< E... > >
+
Neon (arm_cmsis_dsp)
number_traits (arm_cmsis_dsp)
number_traits< double >
number_traits< float >
number_traits< float16_t >
number_traits< Q15 >
number_traits< Q31 >
number_traits< Q7 >
number_traits< std::complex< double > >
number_traits< std::complex< float > >
number_traits< std::complex< float16_t > >
number_traits< std::complex< Q15 > >
number_traits< std::complex< Q31 > >
number_traits< std::complex< Q7 > >
number_traits< std::tuple< E... > >
P
arm_pid_instance_f32
arm_pid_instance_q15
arm_pid_instance_q31
@@ -183,10 +183,10 @@
user_allocator_aligned_malloc (arm_cmsis_dsp)
V
-
vctpq (arm_cmsis_dsp::inner)
vctpq< float > (inner)
vctpq< float16_t > (inner)
Vector (arm_cmsis_dsp)
Vector< P, DYNAMIC, Allocator > (arm_cmsis_dsp)
Vector_Base (arm_cmsis_dsp)
vector_traits (arm_cmsis_dsp)
vector_traits< double, arch, void >
vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
vector_traits< float16_t >
vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >
vector_traits< Q15, DSP, typename std::enable_if< true >::type >
vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >
vector_traits< std::tuple< E... >, arch >
VectorView (arm_cmsis_dsp)
VectorView< T, DYNAMIC > (arm_cmsis_dsp)
vload1_gen_stride (inner)
vload1_gen_stride< 0, 1, 2, 3 > (inner)
vload1_gen_stride_z (inner)
vload1_gen_stride_z< 0, 1, 2, 3 > (inner)
vstore1_gen_stride (inner)
vstore1_gen_stride< 0, 1, 2, 3 > (inner)
vstore1_gen_stride_z (inner)
vstore1_gen_stride_z< 0, 1, 2, 3 > (inner)
+
vctpq (arm_cmsis_dsp::inner)
vctpq< float > (inner)
vctpq< float16_t > (inner)
Vector (arm_cmsis_dsp)
Vector< P, DYNAMIC, Allocator > (arm_cmsis_dsp)
Vector_Base (arm_cmsis_dsp)
vector_traits (arm_cmsis_dsp)
vector_traits< double, arch, void >
vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
vector_traits< float16_t >
vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >
vector_traits< Q15, DSP, typename std::enable_if< true >::type >
vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >
vector_traits< std::complex< double >, arch, void >
vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
vector_traits< std::complex< Q7 >, arch, void >
vector_traits< std::tuple< E... >, arch >
VectorView (arm_cmsis_dsp)
VectorView< T, DYNAMIC > (arm_cmsis_dsp)
vload1_gen_stride< float32_t, 0, 1, 2, 3 > (inner)
vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 > (inner)
vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 > (inner)
vload1_gen_stride_z< float32_t, 0, 1, 2, 3 > (inner)
vstore1_gen_stride< float32_t, 0, 1, 2, 3 > (inner)
vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 > (inner)
vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 > (inner)
vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 > (inner)
_
-
_AddOp
_Binary (arm_cmsis_dsp)
_BinaryOperator
_Expr (arm_cmsis_dsp)
_MulOp
_NegOp
_NoOp
_Outer (arm_cmsis_dsp)
_SubOp
_Unary (arm_cmsis_dsp)
_UnaryOperator
+
_AddOp
_Binary (arm_cmsis_dsp)
_BinaryOperator
_ConjugateOp
_Expr (arm_cmsis_dsp)
_MulOp
_NegOp
_NoOp
_Outer (arm_cmsis_dsp)
_SubOp
_Unary (arm_cmsis_dsp)
_UnaryOperator
diff --git a/main/complex__double_8hpp.html b/main/complex__double_8hpp.html new file mode 100644 index 00000000..0de64842 --- /dev/null +++ b/main/complex__double_8hpp.html @@ -0,0 +1,184 @@ + + + + + + + +CMSIS-DSP: complex_double.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
CMSIS-DSP +   + +
+
CMSIS DSP Software Library
+
+ +   + + + + +
+
+
+ +
+ +
+ + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
complex_double.hpp File Reference
+
+
+ + + + + + + + +

+Data Structures

struct  number_traits< std::complex< double > >
 Features for complex double. More...
 
struct  vector_traits< std::complex< double >, arch, void >
 Default vector datatype description for this scalar datatype. More...
 
+ + + +

+Namespaces

namespace  inner
 
+ + + + + + + + + + + + + +

+Functions

std::complex< double > from_accumulator (const std::complex< double > &a)
 Convert from accumulator representation.
 
std::complex< double > mac (const std::complex< double > &acc, const std::complex< double > &a, const std::complex< double > &b)
 Multiply and accumulate for this datatype.
 
void accumulate (std::complex< double > &a, const std::complex< double > &b)
 Accumulate.
 
std::complex< double > mult (const std::complex< double > &a, const std::complex< double > &b)
 Multiply.
 
+
+
+ + + + diff --git a/main/complex__q7_8hpp.html b/main/complex__q7_8hpp.html new file mode 100644 index 00000000..97c3b050 --- /dev/null +++ b/main/complex__q7_8hpp.html @@ -0,0 +1,178 @@ + + + + + + + +CMSIS-DSP: complex_q7.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
CMSIS-DSP +   + +
+
CMSIS DSP Software Library
+
+ +   + + + + +
+
+
+ +
+ +
+ + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
complex_q7.hpp File Reference
+
+
+ + + + + + + + +

+Data Structures

struct  number_traits< std::complex< Q7 > >
 Features for Complex Q7. More...
 
struct  vector_traits< std::complex< Q7 >, arch, void >
 Vector descrition when no vector architecture. More...
 
+ + + +

+Namespaces

namespace  inner
 
+ + + + + + + +

+Functions

std::complex< Q7 > from_accumulator (const std::complex< Q< 17, 14 > > &a)
 Convert from accumulator with saturation.
 
std::complex< Q< 17, 14 > > mac (const std::complex< Q< 17, 14 > > acc, const std::complex< Q7 > a, const std::complex< Q7 > b)
 Multiply and accumulate.
 
+
+
+ + + + diff --git a/main/dir_1afd0fa4bc3a56d6a22edef9c6cdb5d9.html b/main/dir_1afd0fa4bc3a56d6a22edef9c6cdb5d9.html index 89c07ddd..1e1d41ae 100644 --- a/main/dir_1afd0fa4bc3a56d6a22edef9c6cdb5d9.html +++ b/main/dir_1afd0fa4bc3a56d6a22edef9c6cdb5d9.html @@ -134,6 +134,18 @@ + + + + + + + + + + + + diff --git a/main/dir_2557f24e2d31d3253d343dc4d67826e8.html b/main/dir_2557f24e2d31d3253d343dc4d67826e8.html index f336af4a..a98402ce 100644 --- a/main/dir_2557f24e2d31d3253d343dc4d67826e8.html +++ b/main/dir_2557f24e2d31d3253d343dc4d67826e8.html @@ -136,6 +136,14 @@ Files + + + + + + + + diff --git a/main/double_8hpp.html b/main/double_8hpp.html index f6bb9d76..c0ac32f5 100644 --- a/main/double_8hpp.html +++ b/main/double_8hpp.html @@ -161,9 +161,9 @@ - - - + + +

Files

file  complex_double.hpp
 
file  num_features/complex_float.hpp
 
file  num_features/complex_half.hpp
 
file  num_features/complex_q15.hpp
 
file  num_features/complex_q31.hpp
 
file  complex_q7.hpp
 
file  double.hpp
 
file  num_features/float.hpp
file  Helium/basic.hpp
 
file  Helium/complex_float.hpp
 
file  Helium/complex_half.hpp
 
file  Helium/complex_q15.hpp
 
file  Helium/complex_q31.hpp
 
file  Helium/float.hpp
 
file  Helium/half.hpp
void accumulate (double &a, const double &b)
 Accumulate.
 
double mult (double &a, const double &b)
 Multiply.
 
double mult (const double &a, const double &b)
 Multiply.
 
diff --git a/main/dsppp_complex.html b/main/dsppp_complex.html new file mode 100644 index 00000000..64befdf1 --- /dev/null +++ b/main/dsppp_complex.html @@ -0,0 +1,166 @@ + + + + + + + +CMSIS-DSP: Complex numbers + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
CMSIS-DSP +   + +
+
CMSIS DSP Software Library
+
+ +   + + + + +
+
+
+ +
+ +
+ + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
Complex numbers
+
+
+

Complex numbers are supported. They benefit from vector instructions only with Helium. When only DSP extensions are available, a scalar version of the algorithm is used.

+

To use them, you just need to use the std::complex datatype.

+

For instance, you can use:

+
std::complex<float32_t>
+
std::complex<float16_t>
+
std::complex<Q31>
+
std::complex<Q15>
+

Q7 complex numbers have not been implemented because there is no equivalent function in the C CMSIS-DSP to compare with.

+

With std::complex, you can declare a vector with:

+
Vector<std::complex<Q31>,10> a
+

Operator conjugate is available.

+

If you want an hermitian product, you can just write:

+
auto result = dot(a,conjugate(b));
+

Mixed complex / real arithmetic is supported but may not yet be very efficient. In some cases, it may be faster to convert the real object to complex before doing the computation.

+

It is a temporary limitation.

+

Note that there is not yet any function to get the real or imaginary part of a vector or matrix. You'll need to loop on the elements and use the std::complex functions. As consequence, those operations cannot yet participate into the fusion mechanism.

+
+
+
+ + + + diff --git a/main/dsppp_main.html b/main/dsppp_main.html index ee53a32c..29c1f573 100644 --- a/main/dsppp_main.html +++ b/main/dsppp_main.html @@ -144,7 +144,8 @@
  • Vector operators
  • Matrix operators
  • Building and running examples
  • -
  • Usage guidelines
  • +
  • Usage guidelines
  • +
  • Complex numbers
  • diff --git a/main/dsppp_main.js b/main/dsppp_main.js index c1c7c3ee..ac5b9594 100644 --- a/main/dsppp_main.js +++ b/main/dsppp_main.js @@ -44,5 +44,6 @@ var dsppp_main = [ "To build", "dsppp_building.html#autotoc_md32", null ], [ "To run", "dsppp_building.html#autotoc_md33", null ] ] ], - [ "Guidelines", "dsppp_guidelines.html", null ] + [ "Guidelines", "dsppp_guidelines.html", null ], + [ "Complex numbers", "dsppp_complex.html", null ] ]; \ No newline at end of file diff --git a/main/files.html b/main/files.html index 385489cf..e002f9ca 100644 --- a/main/files.html +++ b/main/files.html @@ -145,24 +145,34 @@  DSP/q7.hpp   Helium  Helium/basic.hpp - Helium/float.hpp - Helium/half.hpp - Helium/matrix_multiply.hpp - matrix_multiply_f16.hpp - matrix_multiply_f32.hpp - Helium/matrix_multiply_fixed.hpp - Helium/num_features.hpp - Helium/q15.hpp - Helium/q31.hpp - Helium/q7.hpp + Helium/complex_float.hpp + Helium/complex_half.hpp + Helium/complex_q15.hpp + Helium/complex_q31.hpp + Helium/float.hpp + Helium/half.hpp + Helium/matrix_multiply.hpp + matrix_multiply_f16.hpp + matrix_multiply_f32.hpp + Helium/matrix_multiply_fixed.hpp + Helium/num_features.hpp + Helium/q15.hpp + Helium/q31.hpp + Helium/q7.hpp   num_features - double.hpp - num_features/float.hpp - group.hpp - num_features/half.hpp - num_features/q15.hpp - num_features/q31.hpp - num_features/q7.hpp + complex_double.hpp + num_features/complex_float.hpp + num_features/complex_half.hpp + num_features/complex_q15.hpp + num_features/complex_q31.hpp + complex_q7.hpp + double.hpp + num_features/float.hpp + group.hpp + num_features/half.hpp + num_features/q15.hpp + num_features/q31.hpp + num_features/q7.hpp   Scalar  Scalar/basic.hpp  Scalar/matrix_multiply.hpp diff --git a/main/fixed__point_8hpp.html b/main/fixed__point_8hpp.html index 703fd312..8b57f387 100644 --- a/main/fixed__point_8hpp.html +++ b/main/fixed__point_8hpp.html @@ -138,9 +138,10 @@
    #include <cstdint>
    #include "arch.hpp"
    +#include <complex>
    +#include <cmath>
    #include <cstdlib>
    #include <type_traits>
    -#include <iostream>
    diff --git a/main/footer.js b/main/footer.js index df0a3bb9..44eaafae 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.16.3-dev2'); + document.write('Version 1.16.3-dev3'); }; function writeFooter() { - document.write('Generated on Mon Sep 2 2024 12:30:17 for CMSIS-DSP 1.16.3-dev2+gfd9ec53. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Fri Sep 13 2024 09:46:35 for CMSIS-DSP 1.16.3-dev3+g03c78a9. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/functions.html b/main/functions.html index c323fa34..5d4dd152 100644 --- a/main/functions.html +++ b/main/functions.html @@ -131,7 +131,7 @@
    Here is a list of all documented struct and union fields with links to the struct/union documentation for each field:

    - _ -

    diff --git a/main/functions_a.html b/main/functions_a.html index 49e92a8e..72af33e4 100644 --- a/main/functions_a.html +++ b/main/functions_a.html @@ -135,7 +135,7 @@

    - a -

    diff --git a/main/functions_c.html b/main/functions_c.html index 25d62a06..86c5bbca 100644 --- a/main/functions_c.html +++ b/main/functions_c.html @@ -135,12 +135,12 @@

    - c -

    diff --git a/main/functions_d.html b/main/functions_d.html index 4b5cd164..3c9dd5e5 100644 --- a/main/functions_d.html +++ b/main/functions_d.html @@ -137,6 +137,7 @@

    - d -

    diff --git a/main/functions_f.html b/main/functions_f.html index 7263c99c..b9686529 100644 --- a/main/functions_f.html +++ b/main/functions_f.html @@ -131,7 +131,7 @@
    Here is a list of all documented struct and union fields with links to the struct/union documentation for each field:

    - f -

    Data Structures

    + + + @@ -160,6 +163,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -174,7 +201,7 @@ - + @@ -192,10 +219,10 @@ - - - - + + + + diff --git a/main/fusion__ops_8hpp.html b/main/fusion__ops_8hpp.html index 601ff22c..2b0b6e5a 100644 --- a/main/fusion__ops_8hpp.html +++ b/main/fusion__ops_8hpp.html @@ -139,16 +139,16 @@ - + - + - + - + @@ -157,6 +157,9 @@ + + +

    Data Structures

    struct  FloatType< E >
     Check if datatype are compatible and accept mixed arithmetic complex with real. More...
     
    struct  _Expr< T >
     Expression template. More...
     
    constexpr bool has_vector_inst ()
     Determines if vector datatype supports vector instruction on a current architecture.
     
    template<typename DA >
    constexpr bool has_predicate ()
     Check if predicated instructions are supported.
     
    template<typename DA >
    constexpr bool is_mixed ()
     Check if expression contains a mix of complex / real operations.
     
    template<typename A , typename B >
    constexpr bool same_nb_lanes ()
     Check same number of lanes is used.
     
    template<typename A >
    constexpr bool is_complex ()
     Check if vector / matrix contains complex numbers.
     
    template<typename A >
    constexpr bool is_float ()
     Determines if datatype is a float (double, float, complex ...).
     
    template<typename A >
    constexpr bool is_fixed ()
     Determines if datatype is fixed (Q31,Q15, complex<Q15> ...).
     
    template<typename DA >
    constexpr bool has_predicate_inst ()
     Determines if datatype has predicated loop for current architecture.
     
    template<typename DA , typename DB >
    constexpr bool vector_idx_pair ()
     Check if both datatype have vector indexing are same scalar datatype.
     Check if both datatype have vector indexing and are same scalar datatype.
     
    template<typename DA >
    constexpr bool is_only_vector ()
    constexpr bool same_static_length ()
     Check compatibility of length.
     
    template<typename VA , typename VB , typename std::enable_if< vector_idx_pair< VA, VB >() &&is_only_vector< VA >() &&is_only_vector< VB >() &&(!IsDynamic< VA >::value||!IsDynamic< VB >::value), bool >::type = true>
    DotResult< VA > dot (const VA &a, const VB &b)
     Dot product.
     
    template<typename VA , typename VB , typename std::enable_if< vector_idx_pair< VA, VB >() &&is_only_vector< VA >() &&is_only_vector< VB >() &&(!IsDynamic< VA >::value||!IsDynamic< VB >::value), bool >::type = true>
    DotResult< DotFieldResult< VA, VB > > dot (const VA &a, const VB &b)
     Dot product.
     
    template<typename VA , typename VB , typename std::enable_if< vector_idx_pair< VA, VB >() &&(!IsDynamic< VA >::value||!IsDynamic< VB >::value), bool >::type = true>
    void swap (VA &&a, VB &&b)
     Swap vectors.
    struct  _UnaryOperator< Scalar, Derived >
     Unary operator. More...
     
    struct  _BinaryOperator< Scalar, Derived >
    struct  _BinaryOperator< ScalarLHS, ScalarRHS, Derived >
     Unary operator. More...
     
    struct  _AddOp< Scalar >
    struct  _AddOp< ScalarLHS, ScalarRHS >
     Add operator. More...
     
    struct  _SubOp< Scalar >
    struct  _SubOp< ScalarLHS, ScalarRHS >
     Sub operator. More...
     
    struct  _MulOp< Scalar >
    struct  _MulOp< ScalarLHS, ScalarRHS >
     Mul operator. More...
     
    struct  _NegOp< Scalar >
    struct  _NoOp< Scalar >
     No operator. More...
     
    struct  _ConjugateOp< Scalar >
     Conjugate operator. More...
     
    diff --git a/main/globals.html b/main/globals.html index 40300628..bb37eaeb 100644 --- a/main/globals.html +++ b/main/globals.html @@ -130,7 +130,7 @@
    Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:
    diff --git a/main/group__ALGO.html b/main/group__ALGO.html index aff17a94..a5016148 100644 --- a/main/group__ALGO.html +++ b/main/group__ALGO.html @@ -144,11 +144,11 @@ OutputVector< M, V >::type dot (const M &m, const V &v)  Matrix x Vector product.
      -template<typename MA , typename MB , typename std::enable_if< CompatibleStaticMatMatProduct< MA, MB >::value &&number_traits< typename traits< MA >::Scalar >::is_fixed, bool >::type = true> +template<typename MA , typename MB , typename std::enable_if< CompatibleStaticMatMatProduct< MA, MB >::value &&number_traits< typename traits< MA >::Scalar >::is_fixed, bool >::type = true> OutputMatrix< MA, MB >::type dot (const MA &ma, const MB &mb)  Matrix x Matrix product.
      -template<typename MA , typename MB , typename RES , typename std::enable_if< CompatibleDynamicMatMatProduct< MA, MB >::value &&number_traits< typename traits< MA >::Scalar >::is_float, bool >::type = true> +template<typename MA , typename MB , typename RES , typename std::enable_if< CompatibleDynamicMatMatProduct< MA, MB >::value &&number_traits< typename traits< MA >::Scalar >::is_float, bool >::type = true> void dot (RES &&res, const MA &ma, const MB &mb)  Matrix x Matrix product.
      diff --git a/main/group__DSPNumber.html b/main/group__DSPNumber.html index 9d8eae1d..6d4a7648 100644 --- a/main/group__DSPNumber.html +++ b/main/group__DSPNumber.html @@ -129,8 +129,7 @@
    -Content | -Namespaces
    +Content
    DSP extension specific number definitions
    @@ -141,11 +140,6 @@    Q7   - - - -

    -Namespaces

    namespace  inner
     

    Description

    diff --git a/main/group__DSPNumber.js b/main/group__DSPNumber.js index aa0753e5..75ca959a 100644 --- a/main/group__DSPNumber.js +++ b/main/group__DSPNumber.js @@ -1,6 +1,5 @@ var group__DSPNumber = [ [ "Q15", "group__DSPQ15Number.html", "group__DSPQ15Number" ], - [ "Q7", "group__DSPQ7Number.html", "group__DSPQ7Number" ], - [ "inner", "namespaceinner.html", null ] + [ "Q7", "group__DSPQ7Number.html", "group__DSPQ7Number" ] ]; \ No newline at end of file diff --git a/main/group__FIXED.html b/main/group__FIXED.html index ee44225f..ebc2b25b 100644 --- a/main/group__FIXED.html +++ b/main/group__FIXED.html @@ -131,7 +131,8 @@
    Data Structures | Typedefs | -Functions
    +Functions | +Variables
    Fixed point datatypes
    @@ -207,6 +208,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -238,6 +399,338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -339,6 +832,185 @@ +

    Typedefs

    +typedef int64_t value_type
     Storage for the fixed point number.
     
    +typedef int64_t wider_type
     Storage for the widening of this fixed point number datatype.
     
    +typedef int32_t narrow_type
     Storage for the narrowing of this fixed point number datatype.
     
    +typedef uint64_t value_type
     Storage for the fixed point number.
     
    +typedef uint64_t wider_type
     Storage for the widening of this fixed point number datatype.
     
    +typedef uint32_t narrow_type
     Storage for the narrowing of this fixed point number datatype.
     
    +typedef int32_t value_type
     Storage for the fixed point number.
     
    +typedef int64_t wider_type
     Storage for the widening of this fixed point number datatype.
     
    +typedef int16_t narrow_type
     Storage for the narrowing of this fixed point number datatype.
     
    +typedef uint32_t value_type
     Storage for the fixed point number.
     
    +typedef uint64_t wider_type
     Storage for the widening of this fixed point number datatype.
     
    +typedef uint16_t narrow_type
     Storage for the narrowing of this fixed point number datatype.
     
    +typedef int16_t value_type
     Storage for the fixed point number.
     
    +typedef int32_t wider_type
     Storage for the widening of this fixed point number datatype.
     
    +typedef int8_t narrow_type
     Storage for the narrowing of this fixed point number datatype.
     
    +typedef uint16_t value_type
     Storage for the fixed point number.
     
    +typedef uint32_t wider_type
     Storage for the widening of this fixed point number datatype.
     
    +typedef uint8_t narrow_type
     Storage for the narrowing of this fixed point number datatype.
     
    +typedef int8_t value_type
     Storage for the fixed point number.
     
    +typedef int16_t wider_type
     Storage for the widening of this fixed point number datatype.
     
    +typedef int8_t narrow_type
     Storage for the narrowing of this fixed point number datatype.
     
    +typedef uint8_t value_type
     Storage for the fixed point number.
     
    +typedef uint16_t wider_type
     Storage for the widening of this fixed point number datatype.
     
    +typedef uint8_t narrow_type
     Storage for the narrowing of this fixed point number datatype.
     
    +using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     
    +using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     
    +using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     
    +using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     
    +using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     
    +using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     
    +using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     
    +using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     
    using Q63 = Q< 0, 63 >
     Q63 datatype.
    constexpr bool test8 (const int M, const int F, const int S)
     Function to identify the template for fixed number representable on 8 bits.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point.
     
    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point.
     
    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     
    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     
    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     
    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    constexpr Q63 operator""_q63 (long double x)
     q63 literal
     
    Q< M, F, S > operator+ (const Q< M, F, S > &a)
     No op operator.
     
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Variables

    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = true
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0x7FFFFFFFFFFFFFFFLL
     Maximum representable positive value.
     
    +static constexpr value_type minVal = 0x8000000000000000LL
     Minimum representable negative value.
     
    +value_type v
     Storage value.
     
    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = false
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0xFFFFFFFFFFFFFFFFLL
     Maximum representable positive value.
     
    +value_type v
     Storage value.
     
    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = true
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0x7FFFFFFFL
     Maximum representable positive value.
     
    +static constexpr value_type minVal = 0x80000000L
     Minimum representable negative value.
     
    +value_type v
     Storage value.
     
    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = false
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0xFFFFFFFFL
     Maximum representable positive value.
     
    +value_type v
     Storage value.
     
    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = true
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0x7FFF
     Maximum representable positive value.
     
    +static constexpr value_type minVal = 0x8000
     Minimum representable negative value.
     
    +value_type v
     Storage value.
     
    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = false
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0xFFFF
     Maximum representable positive value.
     
    +value_type v
     Storage value.
     
    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = true
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0x7F
     Maximum representable positive value.
     
    +static constexpr value_type minVal = 0x80
     Minimum representable negative value.
     
    +value_type v
     Storage value.
     
    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = false
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0xFF
     Maximum representable positive value.
     
    +value_type v
     Storage value.
     

    Description


    Data Structure Documentation

    @@ -388,18 +1060,18 @@

    Public Types

    -
    + typedef int64_t value_type - Storage for the fixed point number.
    -  - + Storage for the fixed point number.
    +  + typedef int64_t wider_type - Storage for the widening of this fixed point number datatype.
    -  - + Storage for the widening of this fixed point number datatype.
    +  + typedef int32_t narrow_type - Storage for the narrowing of this fixed point number datatype.
    -  + Storage for the narrowing of this fixed point number datatype.

    @@ -426,18 +1098,18 @@

    Public Types

    -
    + typedef uint64_t value_type - Storage for the fixed point number.
    -  - + Storage for the fixed point number.
    +  + typedef uint64_t wider_type - Storage for the widening of this fixed point number datatype.
    -  - + Storage for the widening of this fixed point number datatype.
    +  + typedef uint32_t narrow_type - Storage for the narrowing of this fixed point number datatype.
    -  + Storage for the narrowing of this fixed point number datatype.
    +  @@ -464,18 +1136,18 @@

    Public Types

    -
    + typedef int32_t value_type - Storage for the fixed point number.
    -  - + Storage for the fixed point number.
    +  + typedef int64_t wider_type - Storage for the widening of this fixed point number datatype.
    -  - + Storage for the widening of this fixed point number datatype.
    +  + typedef int16_t narrow_type - Storage for the narrowing of this fixed point number datatype.
    -  + Storage for the narrowing of this fixed point number datatype.
    +  @@ -502,18 +1174,18 @@

    Public Types

    -
    + typedef uint32_t value_type - Storage for the fixed point number.
    -  - + Storage for the fixed point number.
    +  + typedef uint64_t wider_type - Storage for the widening of this fixed point number datatype.
    -  - + Storage for the widening of this fixed point number datatype.
    +  + typedef uint16_t narrow_type - Storage for the narrowing of this fixed point number datatype.
    -  + Storage for the narrowing of this fixed point number datatype.
    +  @@ -540,18 +1212,18 @@

    Public Types

    -
    + typedef int16_t value_type - Storage for the fixed point number.
    -  - + Storage for the fixed point number.
    +  + typedef int32_t wider_type - Storage for the widening of this fixed point number datatype.
    -  - + Storage for the widening of this fixed point number datatype.
    +  + typedef int8_t narrow_type - Storage for the narrowing of this fixed point number datatype.
    -  + Storage for the narrowing of this fixed point number datatype.
    +  @@ -578,18 +1250,18 @@

    Public Types

    -
    + typedef uint16_t value_type - Storage for the fixed point number.
    -  - + Storage for the fixed point number.
    +  + typedef uint32_t wider_type - Storage for the widening of this fixed point number datatype.
    -  - + Storage for the widening of this fixed point number datatype.
    +  + typedef uint8_t narrow_type - Storage for the narrowing of this fixed point number datatype.
    -  + Storage for the narrowing of this fixed point number datatype.
    +  @@ -616,18 +1288,18 @@

    Public Types

    -
    + typedef int8_t value_type - Storage for the fixed point number.
    -  - + Storage for the fixed point number.
    +  + typedef int16_t wider_type - Storage for the widening of this fixed point number datatype.
    -  - + Storage for the widening of this fixed point number datatype.
    +  + typedef int8_t narrow_type - Storage for the narrowing of this fixed point number datatype.
    -  + Storage for the narrowing of this fixed point number datatype.
    +  @@ -654,18 +1326,18 @@

    Public Types

    -
    + typedef uint8_t value_type - Storage for the fixed point number.
    -  - + Storage for the fixed point number.
    +  + typedef uint16_t wider_type - Storage for the widening of this fixed point number datatype.
    -  - + Storage for the widening of this fixed point number datatype.
    +  + typedef uint8_t narrow_type - Storage for the narrowing of this fixed point number datatype.
    -  + Storage for the narrowing of this fixed point number datatype.
    +  @@ -717,397 +1389,918 @@

    Public Types

    -
    + using value_type = typename fixed_storage_type< M, F, true >::value_type - Storage type for the value.
    -  - + Storage type for the value.
    +  + using wider_type = typename fixed_storage_type< M, F, true >::wider_type - Storage type for the widening of the value.
    -  + Storage type for the widening of the value.

    Public Member Functions

    - + constexpr Q () - Create a new zero fixed point.
    -  -constexpr Q (const value_type x) - Create a new fixed point from a raw integer.
    -  -constexpr Q (const Q< M, F, false > &other) - Convert an unsigned fixed point to this fixed point.
    -  -bool operator== (const Q &b) const - this == b
    -  -bool operator!= (const Q &b) const - this != b
    -  -bool operator< (const Q &b) const - this < b
    -  -bool operator> (const Q &b) const - this > b
    -  -bool operator<= (const Q &b) const - this <= b
    -  -bool operator>= (const Q &b) const - this >= b
    -  -Qoperator+= (const Q other) - this += other
    -  -Qoperator-= (const Q other) - this -= other
    -  + Create a new zero fixed point.
    +  +constexpr Q (const value_type x) + Create a new fixed point from a raw integer.
    +  +constexpr Q (const Q< M, F, false > &other) + Convert an unsigned fixed point to this fixed point.
    +  +bool operator== (const Q &b) const + this == b
    +  +bool operator!= (const Q &b) const + this != b
    +  +bool operator< (const Q &b) const + this < b
    +  +bool operator> (const Q &b) const + this > b
    +  +bool operator<= (const Q &b) const + this <= b
    +  +bool operator>= (const Q &b) const + this >= b
    +  +Qoperator+= (const Q other) + this += other
    +  +Qoperator-= (const Q other) + this -= other

    Static Public Member Functions

    -static constexpr value_type convert (const float f) - Convert a float to fixed point.
    -  -static constexpr Q f (const float x) - Create a new fixed point from a float.
    -  -static constexpr Q one () - Fixed point number representing 1.
    -  +static constexpr value_type convert (const float f) + Convert a float to fixed point.
    +  +static constexpr Q f (const float x) + Create a new fixed point from a float.
    +  +static constexpr Q one () + Fixed point number representing 1.

    Data Fields

    - -value_type v - Storage value.
    -  + +value_type v + Storage value.

    Static Public Attributes

    - + static constexpr int fracBits = F - Number of fractional bits.
    -  - + Number of fractional bits.
    +  + static constexpr int mantissaBits = M - Number of mantissa bits (without sign bit)
    -  - + Number of mantissa bits (without sign bit)
    +  + static constexpr bool isSigned = true - Is this number representation signed.
    -  - -static constexpr value_type maxVal = 0x7FFFFFFFFFFFFFFFLL - Maximum representable positive value.
    -  - -static constexpr value_type minVal = 0x8000000000000000LL - Minimum representable negative value.
    -  + Is this number representation signed.
    +  + +static constexpr value_type maxVal = 0x7FFFFFFFFFFFFFFFLL + Maximum representable positive value.
    +  + +static constexpr value_type minVal = 0x8000000000000000LL + Minimum representable negative value.
    +  -

    Constructor & Destructor Documentation

    - -

    ◆ Q() [1/2]

    + + + + +

    ◆ arm_cmsis_dsp::Q< M, F, false, uint64_t >

    - - - - - -
    - - - - - +
    constexpr Q (const value_type x)struct arm_cmsis_dsp::Q< M, F, false, uint64_t >
    -
    -inlineexplicitconstexpr
    - -

    Create a new fixed point from a raw integer.

    -
    Parameters
    - - +
    template<int M, int F>
    +struct arm_cmsis_dsp::Q< M, F, false, uint64_t >

    Unsigned fixed point datatypes on 64 bits.

    +
    Template Parameters
    +
    xthe raw integer
    + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     

    Static Public Member Functions

    static constexpr value_type convert (const float f)
     Convert a float to fixed point.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    +value_type v
     Storage value.
     

    Static Public Attributes

    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = false
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0xFFFFFFFFFFFFFFFFLL
     Maximum representable positive value.
     
    - -

    ◆ Q() [2/2]

    + +

    ◆ arm_cmsis_dsp::Q< M, F, true, int32_t >

    - - - - - -
    - - - - - +
    constexpr Q (const Q< M, F, false > & other)struct arm_cmsis_dsp::Q< M, F, true, int32_t >
    -
    -inlineexplicitconstexpr
    - -

    Convert an unsigned fixed point to this fixed point.

    -
    Parameters
    - - +
    template<int M, int F>
    +struct arm_cmsis_dsp::Q< M, F, true, int32_t >

    Signed fixed point datatypes on 32 bits.

    +
    Template Parameters
    +
    otherThe unsigned fixed point number
    + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    -

    Some problem may occur since the unsigned may not be representable with the less bits required for the sign representation. This convertion is not saturating.

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    +value_type v
     Storage value.
     

    Static Public Attributes

    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = true
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0x7FFFFFFFL
     Maximum representable positive value.
     
    +static constexpr value_type minVal = 0x80000000L
     Minimum representable negative value.
     
    -

    Member Function Documentation

    - -

    ◆ convert()

    + +

    ◆ arm_cmsis_dsp::Q< M, F, false, uint32_t >

    - - - - - -
    - - - - - +
    static constexpr value_type convert (const float f)struct arm_cmsis_dsp::Q< M, F, false, uint32_t >
    -
    -inlinestaticconstexpr
    - -

    Convert a float to fixed point.

    -
    Parameters
    - - +
    template<int M, int F>
    +struct arm_cmsis_dsp::Q< M, F, false, uint32_t >

    Unsigned fixed point datatypes on 32 bits.

    +
    Template Parameters
    +
    ffloat value
    + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    -
    Returns
    the fixed point value in the storage type
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    +value_type v
     Storage value.
     

    Static Public Attributes

    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = false
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0xFFFFFFFFL
     Maximum representable positive value.
     
    - -

    ◆ f()

    + +

    ◆ arm_cmsis_dsp::Q< M, F, true, int16_t >

    - - - - - -
    - - - - - +
    static constexpr Q f (const float x)struct arm_cmsis_dsp::Q< M, F, true, int16_t >
    -
    -inlinestaticconstexpr
    - -

    Create a new fixed point from a float.

    -
    Parameters
    - - +
    template<int M, int F>
    +struct arm_cmsis_dsp::Q< M, F, true, int16_t >

    Signed fixed point datatypes on 16 bits.

    +
    Template Parameters
    +
    xthe float
    + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    -
    Returns
    The fixed point representing the float value with saturation
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    +value_type v
     Storage value.
     

    Static Public Attributes

    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = true
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0x7FFF
     Maximum representable positive value.
     
    +static constexpr value_type minVal = 0x8000
     Minimum representable negative value.
     
    - -

    ◆ one()

    + +

    ◆ arm_cmsis_dsp::Q< M, F, false, uint16_t >

    - - - - - -
    - - - - +
    static constexpr Q one ()struct arm_cmsis_dsp::Q< M, F, false, uint16_t >
    -
    -inlinestaticconstexpr
    - -

    Fixed point number representing 1.

    -
    Returns
    Fixed point representing 1
    +
    template<int M, int F>
    +struct arm_cmsis_dsp::Q< M, F, false, uint16_t >

    Unsigned fixed point datatypes on 16 bits.

    +
    Template Parameters
    + + + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    +value_type v
     Storage value.
     

    Static Public Attributes

    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = false
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0xFFFF
     Maximum representable positive value.
     
    - -

    ◆ operator!=()

    + +

    ◆ arm_cmsis_dsp::Q< M, F, true, int8_t >

    - - - - - -
    - - - - - +
    bool operator!= (const Q< M, F, true, int64_t > & b) conststruct arm_cmsis_dsp::Q< M, F, true, int8_t >
    -
    -inline
    - -

    this != b

    -
    Parameters
    - - +
    template<int M, int F>
    +struct arm_cmsis_dsp::Q< M, F, true, int8_t >

    Signed fixed point datatypes on 8 bits.

    +
    Template Parameters
    +
    bthe other fixed point
    + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    -
    Returns
    true if this != b
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    +value_type v
     Storage value.
     

    Static Public Attributes

    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = true
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0x7F
     Maximum representable positive value.
     
    +static constexpr value_type minVal = 0x80
     Minimum representable negative value.
     
    - -

    ◆ operator+=()

    + +

    ◆ arm_cmsis_dsp::Q< M, F, false, uint8_t >

    - - - - - -
    - - - - - +
    Q & operator+= (const Q< M, F, true, int64_t > other)struct arm_cmsis_dsp::Q< M, F, false, uint8_t >
    -
    -inline
    - -

    this += other

    -
    Parameters
    - - +
    template<int M, int F>
    +struct arm_cmsis_dsp::Q< M, F, false, uint8_t >

    Unsigned fixed point datatypes on 8 bits.

    +
    Template Parameters
    +
    otherthe other fixed point
    + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    -
    Returns
    true if this += other
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    +using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    +constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    +value_type v
     Storage value.
     

    Static Public Attributes

    +static constexpr int fracBits = F
     Number of fractional bits.
     
    +static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    +static constexpr bool isSigned = false
     Is this number representation signed.
     
    +static constexpr value_type maxVal = 0xFF
     Maximum representable positive value.
     
    - -

    ◆ operator-=()

    + +

    ◆ arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD >FS)>

    - - - - - -
    - - - - - +
    Q & operator-= (const Q< M, F, true, int64_t > other)struct arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD >FS)>
    -
    -inline
    - -

    this -= other

    +
    template<int M, int FD, int FS, bool S>
    +struct arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD >FS)>

    Changed fractional representation of a fixed point number using a shift.

    +
    Template Parameters
    + + + + + +
    MNumber of mantissa bits for the fixed point number
    FDNumber of fractional bits for the destination fixed point number
    FSNumber of fractional bits for the source fixed point number
    SIs the fixed point number using a signed representation
    +
    +
    Parameters
    - +
    otherthe other fixed point
    srcThe fixed point number
    -
    Returns
    true if this += other
    - +
    Returns
    return the fixed point number with different fractional part format
    +

    Only applies if FD > FS

    - -

    ◆ operator<()

    +
    + +

    ◆ arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD< FS)>

    - - - - - -
    - - - - - +
    bool operator< (const Q< M, F, true, int64_t > & b) conststruct arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD< FS)>
    -
    -inline
    - -

    this < b

    +
    template<int M, int FD, int FS, bool S>
    +struct arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD< FS)>

    Changed fractional representation of a fixed point number using a shift.

    +
    Template Parameters
    + + + + + +
    MNumber of mantissa bits for the fixed point number
    FDNumber of fractional bits for the destination fixed point number
    FSNumber of fractional bits for the source fixed point number
    SIs the fixed point number using a signed representation
    +
    +
    Parameters
    - +
    bthe other fixed point
    srcThe fixed point number
    -
    Returns
    true if this < b
    +
    Returns
    return the fixed point number with different fractional part format
    +

    Only applies if FD < FS

    +
    +
    +
    + +

    ◆ arm_cmsis_dsp::Accumulate

    +
    +
    + + + + +
    struct arm_cmsis_dsp::Accumulate
    +
    +
    template<int MD, int MS, int F, bool S, bool = true>
    +struct arm_cmsis_dsp::Accumulate< MD, MS, F, S, bool >

    Accumulation without saturation.

    +
    Template Parameters
    + + + + + +
    MDNumber of mantissa bits for the destination fixed point number
    MSNumber of mantissa bits for the source fixed point number
    FNumber of fractional bits for fixed point number
    SIs the fixed point number using a signed representation
    +
    +
    - -

    ◆ operator<=()

    +
    + +

    ◆ arm_cmsis_dsp::Accumulate< MD, MS, F, S, true >

    + +
    +
    + + + + +
    struct arm_cmsis_dsp::Accumulate< MD, MS, F, S, true >
    +
    +
    template<int MD, int MS, int F, bool S>
    +struct arm_cmsis_dsp::Accumulate< MD, MS, F, S, true >

    Accumulation without saturation.

    +
    Template Parameters
    + + + + + +
    MDNumber of mantissa bits for the destination fixed point number
    MSNumber of mantissa bits for the source fixed point number
    FNumber of fractional bits for fixed point number
    SIs the fixed point number using a signed representation
    +
    +
    +
    + + + + +

    Static Public Member Functions

    static Q< MD, F, S > acc (const Q< MD, F, S > &a, const Q< MS, F, S > &b)
     Accumulation without saturation.
     
    +

    Member Function Documentation

    + +

    ◆ acc()

    - -

    ◆ operator==()

    + +
    +
    +

    Function Documentation

    + +

    ◆ accumulate()

    @@ -1151,11 +2359,21 @@

    - + - - - + + + + + + + + + + + + +
    bool operator== Q< MD, F, S > accumulate (const Q< M, F, true, int64_t > & b) constconst Q< MD, F, S > & a,
    const Q< MS, F, S > & b 
    )
    @@ -1165,19 +2383,29 @@

    -

    this == b

    +

    Accumulate without saturation.

    Parameters
    - + + +
    bthe other fixed point
    [in]aFirst fixed point number
    [in]bSecond fixed point number
    +
    +
    +
    Template Parameters
    + + + + +
    MDNumber of mantissa bits for destination
    MSNumber of mantissa bits fro source
    FNumber of fractional bits
    SIs the representation signed
    -
    Returns
    true if this == b
    +
    Returns
    Sum of two numbers without saturation and using the destination number of mantissa bits

    - -

    ◆ operator>()

    + +

    ◆ add()

    - -

    ◆ operator>=()

    + +

    ◆ convert() [1/8]

    +
    Returns
    the fixed point value in the storage type
    -
    -

    ◆ arm_cmsis_dsp::Q< M, F, false, uint64_t >

    - -
    -
    - - - - -
    struct arm_cmsis_dsp::Q< M, F, false, uint64_t >
    -
    -
    template<int M, int F>
    -struct arm_cmsis_dsp::Q< M, F, false, uint64_t >

    Unsigned fixed point datatypes on 64 bits.

    -
    Template Parameters
    - - - -
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Public Types

    -using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    -using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    -constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     

    Static Public Member Functions

    static constexpr value_type convert (const float f)
     Convert a float to fixed point.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    -value_type v
     Storage value.
     

    Static Public Attributes

    -static constexpr int fracBits = F
     Number of fractional bits.
     
    -static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    -static constexpr bool isSigned = false
     Is this number representation signed.
     
    -static constexpr value_type maxVal = 0xFFFFFFFFFFFFFFFFLL
     Maximum representable positive value.
     
    -

    Constructor & Destructor Documentation

    - -

    ◆ Q()

    + +

    ◆ convert() [2/8]

    -

    Member Function Documentation

    -
    -

    ◆ convert()

    + +

    ◆ convert() [3/8]

    - -

    ◆ one()

    + +

    ◆ convert() [5/8]

    - -

    ◆ operator!=()

    + +

    ◆ convert() [6/8]

    - -

    ◆ operator<()

    + +

    ◆ convert() [7/8]

    - -

    ◆ operator<=()

    + +

    ◆ convert() [8/8]

    - -

    ◆ operator==()

    + +

    ◆ f() [1/8]

    - -

    ◆ operator>()

    + +

    ◆ f() [2/8]

    - -

    ◆ operator>=()

    + +

    ◆ f() [3/8]

    +
    Returns
    The fixed point representing the float value with saturation
    - -

    ◆ arm_cmsis_dsp::Q< M, F, true, int32_t >

    - -
    -
    - - - - -
    struct arm_cmsis_dsp::Q< M, F, true, int32_t >
    -
    -
    template<int M, int F>
    -struct arm_cmsis_dsp::Q< M, F, true, int32_t >

    Signed fixed point datatypes on 32 bits.

    -
    Template Parameters
    - - - -
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Public Types

    -using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    -using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    -constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    -value_type v
     Storage value.
     

    Static Public Attributes

    -static constexpr int fracBits = F
     Number of fractional bits.
     
    -static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    -static constexpr bool isSigned = true
     Is this number representation signed.
     
    -static constexpr value_type maxVal = 0x7FFFFFFFL
     Maximum representable positive value.
     
    -static constexpr value_type minVal = 0x80000000L
     Minimum representable negative value.
     
    -

    Constructor & Destructor Documentation

    - -

    ◆ Q() [1/2]

    + +

    ◆ f() [4/8]

    - -

    ◆ Q() [2/2]

    + +

    ◆ f() [5/8]

    -

    Member Function Documentation

    -
    -

    ◆ convert()

    + +

    ◆ f() [6/8]

    - -

    ◆ f()

    + +

    ◆ f() [7/8]

    @@ -1931,8 +2983,8 @@

    -

    ◆ one()

    + +

    ◆ f() [8/8]

    - -

    ◆ operator!=()

    + +

    ◆ mult()

    - -

    ◆ operator+=()

    + +

    ◆ one() [1/8]

    - -

    ◆ operator-=()

    + +

    ◆ one() [2/8]

    - -

    ◆ operator<()

    + +

    ◆ one() [3/8]

    - -

    ◆ operator<=()

    + +

    ◆ one() [4/8]

    - -

    ◆ operator==()

    + +

    ◆ one() [5/8]

    - -

    ◆ operator>()

    + +

    ◆ one() [6/8]

    - -

    ◆ operator>=()

    + +

    ◆ one() [7/8]

    - -

    ◆ sat()

    + +

    ◆ one() [8/8]

    +

    Fixed point number representing 1.

    +
    Returns
    Fixed point representing 1

    - -

    ◆ arm_cmsis_dsp::Q< M, F, false, uint32_t >

    + +

    ◆ operator!=() [1/9]

    + + + + + +
    - + + + + +
    struct arm_cmsis_dsp::Q< M, F, false, uint32_t >bool operator!= (const Q< M, F, true, int64_t > & b) const
    +
    +inline
    -
    template<int M, int F>
    -struct arm_cmsis_dsp::Q< M, F, false, uint32_t >

    Unsigned fixed point datatypes on 32 bits.

    -
    Template Parameters
    - - - + +

    this != b

    +
    Parameters
    +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    +
    bthe other fixed point
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Public Types

    -using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    -using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    -constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    -value_type v
     Storage value.
     

    Static Public Attributes

    -static constexpr int fracBits = F
     Number of fractional bits.
     
    -static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    -static constexpr bool isSigned = false
     Is this number representation signed.
     
    -static constexpr value_type maxVal = 0xFFFFFFFFL
     Maximum representable positive value.
     
    -

    Constructor & Destructor Documentation

    - -

    ◆ Q()

    +
    Returns
    true if this != b
    + +
    +
    + +

    ◆ operator!=() [2/9]

    -

    Member Function Documentation

    -
    -

    ◆ convert()

    + +

    ◆ operator!=() [3/9]

    - -

    ◆ f()

    + +

    ◆ operator!=() [4/9]

    - -

    ◆ one()

    + +

    ◆ operator!=() [5/9]

    - -

    ◆ operator!=()

    + +

    ◆ operator!=() [6/9]

    @@ -2515,7 +3486,7 @@

    bool operator!= ( - const Q< M, F, false, uint32_t > &  + const Q< M, F, false, uint16_t > &  b) const @@ -2538,8 +3509,8 @@

    -

    ◆ operator<()

    + +

    ◆ operator!=() [7/9]

    - -

    ◆ operator<=()

    + +

    ◆ operator!=() [8/9]

    - -

    ◆ operator==()

    + +

    ◆ operator!=() [9/9]

    - -

    ◆ operator>()

    + +

    ◆ operator""_q15()

    - -

    ◆ operator>=()

    + +

    ◆ operator""_q31()

    - -

    ◆ sat()

    + +

    ◆ operator""_q63()

    + +

    ◆ operator""_q7()

    + +
    +
    + + + + + +
    + + + + + + + + +
    constexpr Q7 operator""_q7 (long double x)
    +
    +constexpr
    +
    + +

    q7 literal

    +
    Parameters
    + + +
    xlong double value
    +
    +
    +
    Returns
    Q7 value
    +

    You can write

    Q7 b = 0.4_q7;
    +

    The float is converted to Q7 at build time.

    - -

    ◆ arm_cmsis_dsp::Q< M, F, true, int16_t >

    + +

    ◆ operator*() [1/3]

    + + + +inline
    - + + + + + + + + + + + + + + +
    struct arm_cmsis_dsp::Q< M, F, true, int16_t >Q15 operator* (const Q15a,
    const Q15b 
    )
    -
    -
    template<int M, int F>
    -struct arm_cmsis_dsp::Q< M, F, true, int16_t >

    Signed fixed point datatypes on 16 bits.

    -
    Template Parameters
    - - - + + + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    +inline
    +
    + +

    Multiplication operator.

    +
    Parameters
    + + +
    [in]aFirst value
    [in]bSecond value
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Public Types

    -using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    -using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    -constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    -value_type v
     Storage value.
     

    Static Public Attributes

    -static constexpr int fracBits = F
     Number of fractional bits.
     
    -static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    -static constexpr bool isSigned = true
     Is this number representation signed.
     
    -static constexpr value_type maxVal = 0x7FFF
     Maximum representable positive value.
     
    -static constexpr value_type minVal = 0x8000
     Minimum representable negative value.
     
    -

    Constructor & Destructor Documentation

    - -

    ◆ Q() [1/2]

    +
    Returns
    The result of the multiplication with saturation
    + +
    + + +

    ◆ operator*() [2/3]

    -inlineexplicitconstexpr
    -

    Create a new fixed point from a raw integer.

    +

    Multiplication operator.

    Parameters
    - + +
    xthe raw integer
    [in]aFirst value
    [in]bSecond value
    +
    Returns
    The result of the multiplication with saturation
    - -

    ◆ Q() [2/2]

    + +

    ◆ operator*() [3/3]

    -

    Member Function Documentation

    -
    -

    ◆ convert()

    + +

    ◆ operator+() [1/2]

    - -

    ◆ f()

    + +

    ◆ operator+() [2/2]

    - -

    ◆ one()

    + +

    ◆ operator+=() [1/6]

    - -

    ◆ operator!=()

    + +

    ◆ operator+=() [2/6]

    - -

    ◆ operator+=()

    + +

    ◆ operator+=() [3/6]

    @@ -3095,8 +4120,8 @@

    -

    ◆ operator-=()

    + +

    ◆ operator+=() [4/6]

    - -

    ◆ operator<=()

    + +

    ◆ operator+=() [6/6]

    - -

    ◆ operator==()

    + +

    ◆ operator-() [1/2]

    - -

    ◆ operator>()

    + +

    ◆ operator-() [2/2]

    - -

    ◆ operator>=()

    + +

    ◆ operator-=() [1/4]

    - -

    ◆ sat()

    + +

    ◆ operator-=() [2/4]

    +
    Returns
    true if this += other

    - -

    ◆ arm_cmsis_dsp::Q< M, F, false, uint16_t >

    - -
    -
    - - - - -
    struct arm_cmsis_dsp::Q< M, F, false, uint16_t >
    -
    -
    template<int M, int F>
    -struct arm_cmsis_dsp::Q< M, F, false, uint16_t >

    Unsigned fixed point datatypes on 16 bits.

    -
    Template Parameters
    - - - -
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Public Types

    -using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    -using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    -constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    -value_type v
     Storage value.
     

    Static Public Attributes

    -static constexpr int fracBits = F
     Number of fractional bits.
     
    -static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    -static constexpr bool isSigned = false
     Is this number representation signed.
     
    -static constexpr value_type maxVal = 0xFFFF
     Maximum representable positive value.
     
    -

    Constructor & Destructor Documentation

    - -

    ◆ Q()

    + +

    ◆ operator-=() [3/4]

    -

    Member Function Documentation

    -
    -

    ◆ convert()

    + +

    ◆ operator-=() [4/4]

    - -

    ◆ f()

    + +

    ◆ operator/()

    - -

    ◆ one()

    + +

    ◆ operator<() [1/9]

    - -

    ◆ operator!=()

    + +

    ◆ operator<() [2/9]

    - -

    ◆ operator+=()

    + +

    ◆ operator<() [3/9]

    - -

    ◆ operator<()

    + +

    ◆ operator<() [4/9]

    @@ -3654,7 +4633,7 @@

    bool operator< ( - const Q< M, F, false, uint16_t > &  + const Q< M, F, false, uint32_t > &  b) const @@ -3677,8 +4656,8 @@

    -

    ◆ operator<=()

    + +

    ◆ operator<() [5/9]

    - -

    ◆ operator==()

    + +

    ◆ operator<() [6/9]

    - -

    ◆ operator>()

    + +

    ◆ operator<() [7/9]

    - -

    ◆ operator>=()

    + +

    ◆ operator<() [8/9]

    - -

    ◆ sat()

    + +

    ◆ operator<() [9/9]

    +
    Template Parameters
    + + + +
    MNumber of mantissa bits
    FNumber of fractional bits
    +
    +
    +
    Returns
    The result of the less-than comparison

    - -

    ◆ arm_cmsis_dsp::Q< M, F, true, int8_t >

    + +

    ◆ operator<<()

    + + + + + +
    - + + + + + + + + + + + + + + +
    struct arm_cmsis_dsp::Q< M, F, true, int8_t >Q< M+N, F, S > operator<< (const Q< M, F, S > & a,
    std::integral_constant< int, N >  
    )
    +
    +inlinenoexcept
    -
    template<int M, int F>
    -struct arm_cmsis_dsp::Q< M, F, true, int8_t >

    Signed fixed point datatypes on 8 bits.

    + +

    Shift left a fixed point number with a shift known at build time.

    Template Parameters
    - - + + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    MNumber of mantissa bits for the fixed point number
    FNumber of fractional bits for the fixed point number
    SIs the fixed point number using a signed representation
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Public Types

    -using value_type = typename fixed_storage_type< M, F, true >::value_type
     Storage type for the value.
     
    -using wider_type = typename fixed_storage_type< M, F, true >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    -constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    constexpr Q (const Q< M, F, false > &other)
     Convert an unsigned fixed point to this fixed point.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     
    Qoperator-= (const Q other)
     this -= other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    -value_type v
     Storage value.
     

    Static Public Attributes

    -static constexpr int fracBits = F
     Number of fractional bits.
     
    -static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    -static constexpr bool isSigned = true
     Is this number representation signed.
     
    -static constexpr value_type maxVal = 0x7F
     Maximum representable positive value.
     
    -static constexpr value_type minVal = 0x80
     Minimum representable negative value.
     
    -

    Constructor & Destructor Documentation

    - -

    ◆ Q() [1/2]

    +
    Parameters
    + + +
    aFirst fixed point number
    +
    +
    +
    Returns
    return the shifted fixed point number
    + +
    +
    + +

    ◆ operator<=() [1/9]

    - -

    ◆ Q() [2/2]

    + +

    ◆ operator<=() [2/9]

    -

    Member Function Documentation

    -
    -

    ◆ convert()

    + +

    ◆ operator<=() [3/9]

    - -

    ◆ f()

    + +

    ◆ operator<=() [4/9]

    - -

    ◆ one()

    + +

    ◆ operator<=() [5/9]

    - -

    ◆ operator!=()

    + +

    ◆ operator<=() [6/9]

    - -

    ◆ operator+=()

    + +

    ◆ operator<=() [7/9]

    - -

    ◆ operator-=()

    + +

    ◆ operator<=() [8/9]

    - -

    ◆ operator<()

    + +

    ◆ operator<=() [9/9]

    - -

    ◆ operator<=()

    + +

    ◆ operator==() [1/9]

    - -

    ◆ operator==()

    + +

    ◆ operator==() [2/9]

    - -

    ◆ arm_cmsis_dsp::Q< M, F, false, uint8_t >

    + +

    ◆ operator==() [6/9]

    + + + +inline
    - + + + + +
    struct arm_cmsis_dsp::Q< M, F, false, uint8_t >bool operator== (const Q< M, F, false, uint16_t > & b) const
    -
    -
    template<int M, int F>
    -struct arm_cmsis_dsp::Q< M, F, false, uint8_t >

    Unsigned fixed point datatypes on 8 bits.

    -
    Template Parameters
    - - - + + + +
    MNumber of bits for mantissa (without sign bit)
    FNumber of bits for fractional part
    +inline
    +
    + +

    this == b

    +
    Parameters
    + +
    bthe other fixed point
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Public Types

    -using value_type = typename fixed_storage_type< M, F, false >::value_type
     Storage type for the value.
     
    -using wider_type = typename fixed_storage_type< M, F, false >::wider_type
     Storage type for the widening of the value.
     

    Public Member Functions

    -constexpr Q ()
     Create a new zero fixed point.
     
    constexpr Q (const value_type x)
     Create a new fixed point from a raw integer.
     
    bool operator== (const Q &b) const
     this == b
     
    bool operator!= (const Q &b) const
     this != b
     
    bool operator< (const Q &b) const
     this < b
     
    bool operator> (const Q &b) const
     this > b
     
    bool operator<= (const Q &b) const
     this <= b
     
    bool operator>= (const Q &b) const
     this >= b
     
    Qoperator+= (const Q other)
     this += other
     

    Static Public Member Functions

    static constexpr value_type sat (const wider_type i)
     Saturate a wider type to the current type.
     
    static constexpr value_type convert (const float f)
     Convert a float to fixed point with saturation.
     
    static constexpr Q f (const float x)
     Create a new fixed point from a float.
     
    static constexpr Q one ()
     Fixed point number representing 1.
     

    Data Fields

    -value_type v
     Storage value.
     

    Static Public Attributes

    -static constexpr int fracBits = F
     Number of fractional bits.
     
    -static constexpr int mantissaBits = M
     Number of mantissa bits (without sign bit)
     
    -static constexpr bool isSigned = false
     Is this number representation signed.
     
    -static constexpr value_type maxVal = 0xFF
     Maximum representable positive value.
     
    -

    Constructor & Destructor Documentation

    - -

    ◆ Q()

    +
    Returns
    true if this == b
    + +
    + + +

    ◆ operator==() [7/9]

    -inlineexplicitconstexpr
    -

    Create a new fixed point from a raw integer.

    +

    this == b

    Parameters
    - +
    xthe raw integer
    bthe other fixed point
    +
    Returns
    true if this == b
    -

    Member Function Documentation

    - -

    ◆ convert()

    + +

    ◆ operator==() [8/9]

    - -

    ◆ f()

    + +

    ◆ operator==() [9/9]

    - -

    ◆ one()

    + +

    ◆ operator>() [1/9]

    - -

    ◆ operator!=()

    + +

    ◆ operator>() [2/9]

    - -

    ◆ operator+=()

    + +

    ◆ operator>() [3/9]

    - -

    ◆ operator<()

    + +

    ◆ operator>() [4/9]

    - -

    ◆ operator<=()

    + +

    ◆ operator>() [5/9]

    - -

    ◆ operator==()

    + +

    ◆ operator>() [6/9]

    - -

    ◆ operator>()

    + +

    ◆ operator>() [7/9]

    - -

    ◆ arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD >FS)>

    + +

    ◆ operator>=() [1/9]

    + + + + + +
    - + + + + +
    struct arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD >FS)>bool operator>= (const Q< M, F, true, int64_t > & b) const
    +
    +inline
    -
    template<int M, int FD, int FS, bool S>
    -struct arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD >FS)>

    Changed fractional representation of a fixed point number using a shift.

    -
    Template Parameters
    - - - - - -
    MNumber of mantissa bits for the fixed point number
    FDNumber of fractional bits for the destination fixed point number
    FSNumber of fractional bits for the source fixed point number
    SIs the fixed point number using a signed representation
    -
    -
    + +

    this >= b

    Parameters
    - +
    srcThe fixed point number
    bthe other fixed point
    -
    Returns
    return the fixed point number with different fractional part format
    -

    Only applies if FD > FS

    -
    +
    Returns
    true if this >= b
    +
    - -

    ◆ arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD< FS)>

    + +

    ◆ operator>=() [2/9]

    + + + + + +
    - + + + + +
    struct arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD< FS)>bool operator>= (const Q< M, F, false, uint64_t > & b) const
    -
    -
    template<int M, int FD, int FS, bool S>
    -struct arm_cmsis_dsp::FixedCastShift< M, FD, FS, S,(FD< FS)>

    Changed fractional representation of a fixed point number using a shift.

    -
    Template Parameters
    - - - - - -
    MNumber of mantissa bits for the fixed point number
    FDNumber of fractional bits for the destination fixed point number
    FSNumber of fractional bits for the source fixed point number
    SIs the fixed point number using a signed representation
    -
    -
    +
    +inline
    +
    + +

    this >= b

    Parameters
    - +
    srcThe fixed point number
    bthe other fixed point
    -
    Returns
    return the fixed point number with different fractional part format
    -

    Only applies if FD < FS

    -
    +
    Returns
    true if this >= b
    +
    - -

    ◆ arm_cmsis_dsp::Accumulate

    + +

    ◆ operator>=() [3/9]

    + + + + + +
    - + + + + +
    struct arm_cmsis_dsp::Accumulatebool operator>= (const Q< M, F, true, int32_t > & b) const
    +
    +inline
    -
    template<int MD, int MS, int F, bool S, bool = true>
    -struct arm_cmsis_dsp::Accumulate< MD, MS, F, S, bool >

    Accumulation without saturation.

    -
    Template Parameters
    - - - - - + +

    this >= b

    +
    Parameters
    +
    MDNumber of mantissa bits for the destination fixed point number
    MSNumber of mantissa bits for the source fixed point number
    FNumber of fractional bits for fixed point number
    SIs the fixed point number using a signed representation
    +
    bthe other fixed point
    +
    Returns
    true if this >= b
    +
    -
    - -

    ◆ arm_cmsis_dsp::Accumulate< MD, MS, F, S, true >

    + +

    ◆ operator>=() [4/9]

    + + + + + +
    - + + + + +
    struct arm_cmsis_dsp::Accumulate< MD, MS, F, S, true >bool operator>= (const Q< M, F, false, uint32_t > & b) const
    +
    +inline
    -
    template<int MD, int MS, int F, bool S>
    -struct arm_cmsis_dsp::Accumulate< MD, MS, F, S, true >

    Accumulation without saturation.

    -
    Template Parameters
    - - - - - + +

    this >= b

    +
    Parameters
    +
    MDNumber of mantissa bits for the destination fixed point number
    MSNumber of mantissa bits for the source fixed point number
    FNumber of fractional bits for fixed point number
    SIs the fixed point number using a signed representation
    +
    bthe other fixed point
    -
    - - - - -

    Static Public Member Functions

    static Q< MD, F, S > acc (const Q< MD, F, S > &a, const Q< MS, F, S > &b)
     Accumulation without saturation.
     
    -

    Member Function Documentation

    - -

    ◆ acc()

    +
    Returns
    true if this >= b
    + +
    +
    + +

    ◆ operator>=() [5/9]

    +
    Returns
    true if this >= b

    -

    Function Documentation

    -
    -

    ◆ accumulate()

    + +

    ◆ operator>=() [6/9]

    @@ -5139,21 +6086,11 @@

    - + - - - - - - - - - - - - - + + +
    Q< MD, F, S > accumulate bool operator>= (const Q< MD, F, S > & a,
    const Q< MS, F, S > & b 
    )const Q< M, F, false, uint16_t > & b) const
    @@ -5163,29 +6100,19 @@

    -

    Accumulate without saturation.

    +

    this >= b

    Parameters
    - - -
    [in]aFirst fixed point number
    [in]bSecond fixed point number
    -
    -
    -
    Template Parameters
    - - - - - +
    MDNumber of mantissa bits for destination
    MSNumber of mantissa bits fro source
    FNumber of fractional bits
    SIs the representation signed
    bthe other fixed point
    -
    Returns
    Sum of two numbers without saturation and using the destination number of mantissa bits
    +
    Returns
    true if this >= b

    - -

    ◆ add()

    + +

    ◆ operator>=() [7/9]

    - -

    ◆ mult()

    + +

    ◆ operator>=() [8/9]

    - -

    ◆ operator!=()

    + +

    ◆ operator>=() [9/9]

    - -

    ◆ operator""_q31()

    + +

    ◆ Q() [1/12]

    -

    q31 literal

    +

    Convert an unsigned fixed point to this fixed point.

    Parameters
    - +
    xlong double value
    otherThe unsigned fixed point number
    -
    Returns
    Q31 value
    -

    You can write

    Q31 b = 0.4_q31;
    -

    The float is converted to Q31 at build time.

    +

    Some problem may occur since the unsigned may not be representable with the less bits required for the sign representation. This convertion is not saturating.

    - -

    ◆ operator""_q63()

    + +

    ◆ Q() [2/12]

    -

    q63 literal

    +

    Convert an unsigned fixed point to this fixed point.

    Parameters
    - +
    xlong double value
    otherThe unsigned fixed point number
    -
    Returns
    Q63 value
    -

    You can write

    Q63 b = 0.4_q63;
    -

    The float is converted to Q63 at build time.

    +

    Some problem may occur since the unsigned may not be representable with the less bits required for the sign representation. This convertion is not saturating.

    - -

    ◆ operator""_q7()

    + +

    ◆ Q() [3/12]

    -

    q7 literal

    +

    Convert an unsigned fixed point to this fixed point.

    Parameters
    - +
    xlong double value
    otherThe unsigned fixed point number
    -
    Returns
    Q7 value
    -

    You can write

    Q7 b = 0.4_q7;
    -

    The float is converted to Q7 at build time.

    +

    Some problem may occur since the unsigned may not be representable with the less bits required for the sign representation. This convertion is not saturating.

    - -

    ◆ operator*() [1/3]

    + +

    ◆ Q() [4/12]

    - -

    ◆ operator*() [2/3]

    + +

    ◆ Q() [5/12]

    - -

    ◆ operator*() [3/3]

    + +

    ◆ Q() [6/12]

    - -

    ◆ operator+() [1/2]

    + +

    ◆ Q() [7/12]

    - -

    ◆ operator+() [2/2]

    + +

    ◆ Q() [8/12]

    - -

    ◆ operator-() [1/2]

    + +

    ◆ Q() [9/12]

    - -

    ◆ operator-() [2/2]

    + +

    ◆ Q() [10/12]

    - -

    ◆ operator/()

    + +

    ◆ Q() [11/12]

    - -

    ◆ operator<()

    + +

    ◆ Q() [12/12]

    - -

    ◆ operator<<()

    + +

    ◆ sat() [1/6]

    - -

    ◆ operator<=()

    + +

    ◆ sat() [2/6]

    - -

    ◆ operator==()

    + +

    ◆ sat() [3/6]

    - -

    ◆ operator>()

    + +

    ◆ sat() [4/6]

    - -

    ◆ operator>=()

    + +

    ◆ sat() [5/6]

    - -

    ◆ operator>>()

    + +

    ◆ sat() [6/6]

    diff --git a/main/group__FIXED.js b/main/group__FIXED.js index ad0099ac..438157cf 100644 --- a/main/group__FIXED.js +++ b/main/group__FIXED.js @@ -2,183 +2,255 @@ var group__FIXED = [ [ "fixed_storage_type< M, F, s, bool >", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type", null ], [ "fixed_storage_type< M, F, true, test64(M, F, 1)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4", [ - [ "narrow_type", "group__FIXED.html#a5963fd4cd2c67a9090c4ce2455d847dd", null ], - [ "value_type", "group__FIXED.html#a9762a47a5bb47d23e70575b1e3c2c0a6", null ], - [ "wider_type", "group__FIXED.html#a97baeea683b4be57269774d0485d11ab", null ] + [ "narrow_type", "group__FIXED.html#ga5963fd4cd2c67a9090c4ce2455d847dd", null ], + [ "value_type", "group__FIXED.html#ga9762a47a5bb47d23e70575b1e3c2c0a6", null ], + [ "wider_type", "group__FIXED.html#ga97baeea683b4be57269774d0485d11ab", null ] ] ], [ "fixed_storage_type< M, F, false, test64(M, F, 0)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test64_07M_00_01F_00_010_08_4", [ - [ "narrow_type", "group__FIXED.html#a8cb3c5dac106a0ad1c6c9a30fe07ee8b", null ], - [ "value_type", "group__FIXED.html#a334467121b703df4737919be4ddf5ab6", null ], - [ "wider_type", "group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d", null ] + [ "narrow_type", "group__FIXED.html#ga8cb3c5dac106a0ad1c6c9a30fe07ee8b", null ], + [ "value_type", "group__FIXED.html#ga334467121b703df4737919be4ddf5ab6", null ], + [ "wider_type", "group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d", null ] ] ], [ "fixed_storage_type< M, F, true, test32(M, F, 1)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test32_07M_00_01F_00_011_08_4", [ - [ "narrow_type", "group__FIXED.html#a7ffc338938e520fd66808215955ff493", null ], - [ "value_type", "group__FIXED.html#acf448b0c979f51eb0ed528723bb8741e", null ], - [ "wider_type", "group__FIXED.html#a97baeea683b4be57269774d0485d11ab", null ] + [ "narrow_type", "group__FIXED.html#ga7ffc338938e520fd66808215955ff493", null ], + [ "value_type", "group__FIXED.html#gacf448b0c979f51eb0ed528723bb8741e", null ], + [ "wider_type", "group__FIXED.html#ga97baeea683b4be57269774d0485d11ab", null ] ] ], [ "fixed_storage_type< M, F, false, test32(M, F, 0)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4", [ - [ "narrow_type", "group__FIXED.html#a0ce5940174a9394578b544a6e30d53c4", null ], - [ "value_type", "group__FIXED.html#a5330a25089bcc989068baf0f475f8288", null ], - [ "wider_type", "group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d", null ] + [ "narrow_type", "group__FIXED.html#ga0ce5940174a9394578b544a6e30d53c4", null ], + [ "value_type", "group__FIXED.html#ga5330a25089bcc989068baf0f475f8288", null ], + [ "wider_type", "group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d", null ] ] ], [ "fixed_storage_type< M, F, true, test16(M, F, 1)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test16_07M_00_01F_00_011_08_4", [ - [ "narrow_type", "group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc", null ], - [ "value_type", "group__FIXED.html#a01ff1590236123181364f4f60e0612c1", null ], - [ "wider_type", "group__FIXED.html#a651aa0bb6eccbdebdfc06ab9391bef00", null ] + [ "narrow_type", "group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc", null ], + [ "value_type", "group__FIXED.html#ga01ff1590236123181364f4f60e0612c1", null ], + [ "wider_type", "group__FIXED.html#ga651aa0bb6eccbdebdfc06ab9391bef00", null ] ] ], [ "fixed_storage_type< M, F, false, test16(M, F, 0)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4", [ - [ "narrow_type", "group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb", null ], - [ "value_type", "group__FIXED.html#a7999bfbf0aeb8968d9e650ae9a4cfb64", null ], - [ "wider_type", "group__FIXED.html#a557f81ce640773012edda158e39bbc6b", null ] + [ "narrow_type", "group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb", null ], + [ "value_type", "group__FIXED.html#ga7999bfbf0aeb8968d9e650ae9a4cfb64", null ], + [ "wider_type", "group__FIXED.html#ga557f81ce640773012edda158e39bbc6b", null ] ] ], [ "fixed_storage_type< M, F, true, test8(M, F, 1)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4", [ - [ "narrow_type", "group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc", null ], - [ "value_type", "group__FIXED.html#a44566a2275a84a317842a12fc16a2ab5", null ], - [ "wider_type", "group__FIXED.html#add70f98e7103309ae6d6d70bb41e52f8", null ] + [ "narrow_type", "group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc", null ], + [ "value_type", "group__FIXED.html#ga44566a2275a84a317842a12fc16a2ab5", null ], + [ "wider_type", "group__FIXED.html#gadd70f98e7103309ae6d6d70bb41e52f8", null ] ] ], [ "fixed_storage_type< M, F, false, test8(M, F, 0)>", "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test8_07M_00_01F_00_010_08_4", [ - [ "narrow_type", "group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb", null ], - [ "value_type", "group__FIXED.html#a4bbdd41bfc847213cc17df2150f2d36f", null ], - [ "wider_type", "group__FIXED.html#a4c50ac10bfe807e90da32cd3fcc420c5", null ] + [ "narrow_type", "group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb", null ], + [ "value_type", "group__FIXED.html#ga4bbdd41bfc847213cc17df2150f2d36f", null ], + [ "wider_type", "group__FIXED.html#ga4c50ac10bfe807e90da32cd3fcc420c5", null ] ] ], [ "Q< M, F, S, T >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q", null ], [ "Q< M, F, true, int64_t >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int64__t_01_4", [ - [ "value_type", "group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d", null ], - [ "wider_type", "group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "Q", "group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator-=", "group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ] ], [ "Q< M, F, false, uint64_t >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint64__t_01_4", [ - [ "value_type", "group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30", null ], - [ "wider_type", "group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ] ], [ "Q< M, F, true, int32_t >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int32__t_01_4", [ - [ "value_type", "group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d", null ], - [ "wider_type", "group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "Q", "group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator-=", "group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ] ], [ "Q< M, F, false, uint32_t >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint32__t_01_4", [ - [ "value_type", "group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30", null ], - [ "wider_type", "group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ] ], [ "Q< M, F, true, int16_t >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int16__t_01_4", [ - [ "value_type", "group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d", null ], - [ "wider_type", "group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "Q", "group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator-=", "group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ] ], [ "Q< M, F, false, uint16_t >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint16__t_01_4", [ - [ "value_type", "group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30", null ], - [ "wider_type", "group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ] ], [ "Q< M, F, true, int8_t >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int8__t_01_4", [ - [ "value_type", "group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d", null ], - [ "wider_type", "group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "Q", "group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator-=", "group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ] ], [ "Q< M, F, false, uint8_t >", "group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint8__t_01_4", [ - [ "value_type", "group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30", null ], - [ "wider_type", "group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ] ], [ "FixedCastShift< M, FD, FS, S,(FD >FS)>", "group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_01_4FS_08_4", null ], [ "FixedCastShift< M, FD, FS, S,(FD< FS)>", "group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_3_01FS_08_4", null ], [ "Accumulate< MD, MS, F, S, bool >", "group__FIXED.html#structarm__cmsis__dsp_1_1Accumulate", null ], [ "Accumulate< MD, MS, F, S, true >", "group__FIXED.html#structarm__cmsis__dsp_1_1Accumulate_3_01MD_00_01MS_00_01F_00_01S_00_01true_01_4", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::narrow_type", "group__FIXED.html#ga5963fd4cd2c67a9090c4ce2455d847dd", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::narrow_type", "group__FIXED.html#ga8cb3c5dac106a0ad1c6c9a30fe07ee8b", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::narrow_type", "group__FIXED.html#ga7ffc338938e520fd66808215955ff493", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::narrow_type", "group__FIXED.html#ga0ce5940174a9394578b544a6e30d53c4", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::narrow_type", "group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::narrow_type", "group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::narrow_type", "group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::narrow_type", "group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb", null ], [ "arm_cmsis_dsp::Q15", "group__FIXED.html#ga51955f28b22fcdc84593909693a99e81", null ], [ "arm_cmsis_dsp::Q31", "group__FIXED.html#ga4e46b06c2ab0f1dfd4bce590f2d86678", null ], [ "arm_cmsis_dsp::Q63", "group__FIXED.html#ga2ab11417fdc15929fd908c719982ad53", null ], [ "arm_cmsis_dsp::Q7", "group__FIXED.html#ga4974322f2e1fa028ac118085279682b1", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::value_type", "group__FIXED.html#ga9762a47a5bb47d23e70575b1e3c2c0a6", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::value_type", "group__FIXED.html#ga334467121b703df4737919be4ddf5ab6", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::value_type", "group__FIXED.html#gacf448b0c979f51eb0ed528723bb8741e", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::value_type", "group__FIXED.html#ga5330a25089bcc989068baf0f475f8288", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::value_type", "group__FIXED.html#ga01ff1590236123181364f4f60e0612c1", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::value_type", "group__FIXED.html#ga7999bfbf0aeb8968d9e650ae9a4cfb64", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::value_type", "group__FIXED.html#ga44566a2275a84a317842a12fc16a2ab5", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::value_type", "group__FIXED.html#ga4bbdd41bfc847213cc17df2150f2d36f", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::wider_type", "group__FIXED.html#ga97baeea683b4be57269774d0485d11ab", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::wider_type", "group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::wider_type", "group__FIXED.html#ga97baeea683b4be57269774d0485d11ab", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::wider_type", "group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::wider_type", "group__FIXED.html#ga651aa0bb6eccbdebdfc06ab9391bef00", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::wider_type", "group__FIXED.html#ga557f81ce640773012edda158e39bbc6b", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::wider_type", "group__FIXED.html#gadd70f98e7103309ae6d6d70bb41e52f8", null ], + [ "arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::wider_type", "group__FIXED.html#ga4c50ac10bfe807e90da32cd3fcc420c5", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], [ "arm_cmsis_dsp::accumulate", "group__FIXED.html#ga1bffba044bb76b8457477d74a91e59f6", null ], [ "arm_cmsis_dsp::add", "group__FIXED.html#ga83b4352119780463d8192a1086c3cc13", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::convert", "group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::convert", "group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::convert", "group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::convert", "group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::convert", "group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::convert", "group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::convert", "group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::convert", "group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::f", "group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::f", "group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::f", "group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::f", "group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::f", "group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::f", "group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::f", "group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::f", "group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6", null ], [ "arm_cmsis_dsp::mult", "group__FIXED.html#gae54236b92fff9b3f0690ec1445cf1fa2", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::one", "group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::one", "group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::one", "group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::one", "group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::one", "group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::one", "group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::one", "group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::one", "group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], [ "arm_cmsis_dsp::operator!=", "group__FIXED.html#ga37206591dd7725ecb9163ef29a9c5e5c", null ], [ "arm_cmsis_dsp::operator\"\"_q15", "group__FIXED.html#ga93999921405c691cb525a7c951ebcc06", null ], [ "arm_cmsis_dsp::operator\"\"_q31", "group__FIXED.html#ga5fb05a730354b1b8d145432cc372c909", null ], @@ -189,16 +261,92 @@ var group__FIXED = [ "arm_cmsis_dsp::operator*", "group__FIXED.html#ga71b6661d7647463a1bdca5881f1e12bf", null ], [ "arm_cmsis_dsp::operator+", "group__FIXED.html#ga2c8f0e4576c959b21a3b4241291199c5", null ], [ "arm_cmsis_dsp::operator+", "group__FIXED.html#gaba2c791a1d3935b3b52d64b9043d76eb", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], [ "arm_cmsis_dsp::operator-", "group__FIXED.html#gaf3893e804abe8616e04946fb8b00d2fe", null ], [ "arm_cmsis_dsp::operator-", "group__FIXED.html#ga8cf57cd14f97fad49fd53fd1afbec319", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], [ "arm_cmsis_dsp::operator/", "group__FIXED.html#ga0385cca6ea4f1a0443b4918d234f99fb", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], [ "arm_cmsis_dsp::operator<", "group__FIXED.html#ga1347d2c68f4090b8bc3b2e4757a106a2", null ], [ "arm_cmsis_dsp::operator<<", "group__FIXED.html#ga0aa752f033eb2a4ec72d4ede35e25ff0", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], [ "arm_cmsis_dsp::operator<=", "group__FIXED.html#gaae6cfd9d58ded1c0583eef3f6d7eb6af", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], [ "arm_cmsis_dsp::operator==", "group__FIXED.html#ga9920fa7eb3da1ec38ab63c8be771cd61", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], [ "arm_cmsis_dsp::operator>", "group__FIXED.html#ga27217ada53c40424a1f02485b4037d45", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], [ "arm_cmsis_dsp::operator>=", "group__FIXED.html#gaf86ea70d98836c9722a5712d22375a97", null ], [ "arm_cmsis_dsp::operator>>", "group__FIXED.html#ga2366c883e1ae9dd74e38b7d1797bde87", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::sat", "group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::sat", "group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::sat", "group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::sat", "group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::sat", "group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::sat", "group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b", null ], [ "arm_cmsis_dsp::saturate", "group__FIXED.html#gace6ec77975f52ad598ab4c70e0ab2bdc", null ], [ "arm_cmsis_dsp::saturate", "group__FIXED.html#gaae413a52cf3b2d641ad8121b807eafaf", null ], [ "arm_cmsis_dsp::sub", "group__FIXED.html#gad75a6726a85f54f54d606a746d93ee3e", null ], @@ -206,5 +354,57 @@ var group__FIXED = [ "arm_cmsis_dsp::test32", "group__FIXED.html#ga6718751b99b39522bd3922845a8ac615", null ], [ "arm_cmsis_dsp::test64", "group__FIXED.html#ga95a6d03c8204a5b55923ff90d850c476", null ], [ "arm_cmsis_dsp::test8", "group__FIXED.html#ga9be6e20798da3a17a4b5179b55bfb465", null ], - [ "arm_cmsis_dsp::toFrac", "group__FIXED.html#ga149f07ea91b6d0eee7b3bae6c7d80d99", null ] + [ "arm_cmsis_dsp::toFrac", "group__FIXED.html#ga149f07ea91b6d0eee7b3bae6c7d80d99", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::fracBits", "group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::fracBits", "group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::fracBits", "group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::fracBits", "group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::fracBits", "group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::fracBits", "group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::fracBits", "group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::fracBits", "group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::isSigned", "group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::isSigned", "group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::isSigned", "group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::isSigned", "group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::isSigned", "group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::isSigned", "group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::isSigned", "group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::isSigned", "group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::mantissaBits", "group__FIXED.html#gac81551d81064880d496fa063a419a2a2", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::mantissaBits", "group__FIXED.html#gac81551d81064880d496fa063a419a2a2", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::mantissaBits", "group__FIXED.html#gac81551d81064880d496fa063a419a2a2", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::mantissaBits", "group__FIXED.html#gac81551d81064880d496fa063a419a2a2", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::mantissaBits", "group__FIXED.html#gac81551d81064880d496fa063a419a2a2", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::mantissaBits", "group__FIXED.html#gac81551d81064880d496fa063a419a2a2", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::mantissaBits", "group__FIXED.html#gac81551d81064880d496fa063a419a2a2", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::mantissaBits", "group__FIXED.html#gac81551d81064880d496fa063a419a2a2", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::maxVal", "group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::maxVal", "group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::maxVal", "group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::maxVal", "group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::maxVal", "group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::maxVal", "group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::maxVal", "group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::maxVal", "group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::minVal", "group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::minVal", "group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::minVal", "group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::minVal", "group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint16__t_01_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint16__t_01_4.js index 444e822e..19bd3fe7 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint16__t_01_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint16__t_01_4.js @@ -1,16 +1,16 @@ var group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint16__t_01_4 = [ - [ "value_type", "group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30", null ], - [ "wider_type", "group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint32__t_01_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint32__t_01_4.js index f0024d48..cd299e6d 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint32__t_01_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint32__t_01_4.js @@ -1,15 +1,15 @@ var group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint32__t_01_4 = [ - [ "value_type", "group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30", null ], - [ "wider_type", "group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint64__t_01_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint64__t_01_4.js index 60143ba4..e2049f86 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint64__t_01_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint64__t_01_4.js @@ -1,15 +1,15 @@ var group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint64__t_01_4 = [ - [ "value_type", "group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30", null ], - [ "wider_type", "group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint8__t_01_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint8__t_01_4.js index 400bb58c..5c77ab89 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint8__t_01_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint8__t_01_4.js @@ -1,16 +1,16 @@ var group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint8__t_01_4 = [ - [ "value_type", "group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30", null ], - [ "wider_type", "group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30", null ], + [ "wider_type", "group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int16__t_01_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int16__t_01_4.js index 0f5cdf30..c88dbd02 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int16__t_01_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int16__t_01_4.js @@ -1,18 +1,18 @@ var group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int16__t_01_4 = [ - [ "value_type", "group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d", null ], - [ "wider_type", "group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "Q", "group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator-=", "group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int32__t_01_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int32__t_01_4.js index 8ddf2873..3f30bbd2 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int32__t_01_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int32__t_01_4.js @@ -1,18 +1,18 @@ var group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int32__t_01_4 = [ - [ "value_type", "group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d", null ], - [ "wider_type", "group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "Q", "group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator-=", "group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int64__t_01_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int64__t_01_4.js index 5cae7d6f..35d3bcf4 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int64__t_01_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int64__t_01_4.js @@ -1,18 +1,18 @@ var group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int64__t_01_4 = [ - [ "value_type", "group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d", null ], - [ "wider_type", "group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "Q", "group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator-=", "group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int8__t_01_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int8__t_01_4.js index 0d2e8aa9..7a891733 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int8__t_01_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int8__t_01_4.js @@ -1,18 +1,18 @@ var group__FIXED_structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int8__t_01_4 = [ - [ "value_type", "group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d", null ], - [ "wider_type", "group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb", null ], - [ "Q", "group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c", null ], - [ "Q", "group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9", null ], - [ "Q", "group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87", null ], - [ "operator!=", "group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e", null ], - [ "operator+=", "group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c", null ], - [ "operator-=", "group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd", null ], - [ "operator<", "group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8", null ], - [ "operator<=", "group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0", null ], - [ "operator==", "group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d", null ], - [ "operator>", "group__FIXED.html#a82489093089b2a79bcd10151947d6ea0", null ], - [ "operator>=", "group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", null ], - [ "operator<<", "group__FIXED.html#a8702762da9c5e87aec64585fbd394026", null ], - [ "v", "group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce", null ] + [ "value_type", "group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d", null ], + [ "wider_type", "group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb", null ], + [ "Q", "group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c", null ], + [ "Q", "group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9", null ], + [ "Q", "group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87", null ], + [ "operator!=", "group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e", null ], + [ "operator+=", "group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c", null ], + [ "operator-=", "group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd", null ], + [ "operator<", "group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8", null ], + [ "operator<=", "group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0", null ], + [ "operator==", "group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d", null ], + [ "operator>", "group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0", null ], + [ "operator>=", "group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf", null ], + [ "operator<<", "group__FIXED.html#ga8702762da9c5e87aec64585fbd394026", null ], + [ "v", "group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4.js index ee297e83..069db8d8 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4.js @@ -1,6 +1,6 @@ var group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4 = [ - [ "narrow_type", "group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb", null ], - [ "value_type", "group__FIXED.html#a7999bfbf0aeb8968d9e650ae9a4cfb64", null ], - [ "wider_type", "group__FIXED.html#a557f81ce640773012edda158e39bbc6b", null ] + [ "narrow_type", "group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb", null ], + [ "value_type", "group__FIXED.html#ga7999bfbf0aeb8968d9e650ae9a4cfb64", null ], + [ "wider_type", "group__FIXED.html#ga557f81ce640773012edda158e39bbc6b", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4.js index 979fd70d..3aed2e1d 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4.js @@ -1,6 +1,6 @@ var group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4 = [ - [ "narrow_type", "group__FIXED.html#a0ce5940174a9394578b544a6e30d53c4", null ], - [ "value_type", "group__FIXED.html#a5330a25089bcc989068baf0f475f8288", null ], - [ "wider_type", "group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d", null ] + [ "narrow_type", "group__FIXED.html#ga0ce5940174a9394578b544a6e30d53c4", null ], + [ "value_type", "group__FIXED.html#ga5330a25089bcc989068baf0f475f8288", null ], + [ "wider_type", "group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test64_07M_00_01F_00_010_08_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test64_07M_00_01F_00_010_08_4.js index e3f36a86..474515f2 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test64_07M_00_01F_00_010_08_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test64_07M_00_01F_00_010_08_4.js @@ -1,6 +1,6 @@ var group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test64_07M_00_01F_00_010_08_4 = [ - [ "narrow_type", "group__FIXED.html#a8cb3c5dac106a0ad1c6c9a30fe07ee8b", null ], - [ "value_type", "group__FIXED.html#a334467121b703df4737919be4ddf5ab6", null ], - [ "wider_type", "group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d", null ] + [ "narrow_type", "group__FIXED.html#ga8cb3c5dac106a0ad1c6c9a30fe07ee8b", null ], + [ "value_type", "group__FIXED.html#ga334467121b703df4737919be4ddf5ab6", null ], + [ "wider_type", "group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test8_07M_00_01F_00_010_08_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test8_07M_00_01F_00_010_08_4.js index 786d55c9..9038b7a4 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test8_07M_00_01F_00_010_08_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test8_07M_00_01F_00_010_08_4.js @@ -1,6 +1,6 @@ var group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test8_07M_00_01F_00_010_08_4 = [ - [ "narrow_type", "group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb", null ], - [ "value_type", "group__FIXED.html#a4bbdd41bfc847213cc17df2150f2d36f", null ], - [ "wider_type", "group__FIXED.html#a4c50ac10bfe807e90da32cd3fcc420c5", null ] + [ "narrow_type", "group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb", null ], + [ "value_type", "group__FIXED.html#ga4bbdd41bfc847213cc17df2150f2d36f", null ], + [ "wider_type", "group__FIXED.html#ga4c50ac10bfe807e90da32cd3fcc420c5", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test16_07M_00_01F_00_011_08_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test16_07M_00_01F_00_011_08_4.js index 58246120..7f021581 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test16_07M_00_01F_00_011_08_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test16_07M_00_01F_00_011_08_4.js @@ -1,6 +1,6 @@ var group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test16_07M_00_01F_00_011_08_4 = [ - [ "narrow_type", "group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc", null ], - [ "value_type", "group__FIXED.html#a01ff1590236123181364f4f60e0612c1", null ], - [ "wider_type", "group__FIXED.html#a651aa0bb6eccbdebdfc06ab9391bef00", null ] + [ "narrow_type", "group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc", null ], + [ "value_type", "group__FIXED.html#ga01ff1590236123181364f4f60e0612c1", null ], + [ "wider_type", "group__FIXED.html#ga651aa0bb6eccbdebdfc06ab9391bef00", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test32_07M_00_01F_00_011_08_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test32_07M_00_01F_00_011_08_4.js index 7c5cb54d..d76f8baa 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test32_07M_00_01F_00_011_08_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test32_07M_00_01F_00_011_08_4.js @@ -1,6 +1,6 @@ var group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test32_07M_00_01F_00_011_08_4 = [ - [ "narrow_type", "group__FIXED.html#a7ffc338938e520fd66808215955ff493", null ], - [ "value_type", "group__FIXED.html#acf448b0c979f51eb0ed528723bb8741e", null ], - [ "wider_type", "group__FIXED.html#a97baeea683b4be57269774d0485d11ab", null ] + [ "narrow_type", "group__FIXED.html#ga7ffc338938e520fd66808215955ff493", null ], + [ "value_type", "group__FIXED.html#gacf448b0c979f51eb0ed528723bb8741e", null ], + [ "wider_type", "group__FIXED.html#ga97baeea683b4be57269774d0485d11ab", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4.js index 548e999a..577f4bc0 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4.js @@ -1,6 +1,6 @@ var group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4 = [ - [ "narrow_type", "group__FIXED.html#a5963fd4cd2c67a9090c4ce2455d847dd", null ], - [ "value_type", "group__FIXED.html#a9762a47a5bb47d23e70575b1e3c2c0a6", null ], - [ "wider_type", "group__FIXED.html#a97baeea683b4be57269774d0485d11ab", null ] + [ "narrow_type", "group__FIXED.html#ga5963fd4cd2c67a9090c4ce2455d847dd", null ], + [ "value_type", "group__FIXED.html#ga9762a47a5bb47d23e70575b1e3c2c0a6", null ], + [ "wider_type", "group__FIXED.html#ga97baeea683b4be57269774d0485d11ab", null ] ]; \ No newline at end of file diff --git a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4.js b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4.js index cb19a064..a2f928c8 100644 --- a/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4.js +++ b/main/group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4.js @@ -1,6 +1,6 @@ var group__FIXED_structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4 = [ - [ "narrow_type", "group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc", null ], - [ "value_type", "group__FIXED.html#a44566a2275a84a317842a12fc16a2ab5", null ], - [ "wider_type", "group__FIXED.html#add70f98e7103309ae6d6d70bb41e52f8", null ] + [ "narrow_type", "group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc", null ], + [ "value_type", "group__FIXED.html#ga44566a2275a84a317842a12fc16a2ab5", null ], + [ "wider_type", "group__FIXED.html#gadd70f98e7103309ae6d6d70bb41e52f8", null ] ]; \ No newline at end of file diff --git a/main/group__FUSION.html b/main/group__FUSION.html index 3d36348f..ca6ebb4e 100644 --- a/main/group__FUSION.html +++ b/main/group__FUSION.html @@ -137,6 +137,9 @@ + + + @@ -149,16 +152,16 @@ - + - + - + - + @@ -167,6 +170,9 @@ + + +

    Data Structures

    struct  FloatType< E >
     Check if datatype are compatible and accept mixed arithmetic complex with real. More...
     
    struct  _Expr< T >
     Expression template. More...
     
    struct  _UnaryOperator< Scalar, Derived >
     Unary operator. More...
     
    struct  _BinaryOperator< Scalar, Derived >
    struct  _BinaryOperator< ScalarLHS, ScalarRHS, Derived >
     Unary operator. More...
     
    struct  _AddOp< Scalar >
    struct  _AddOp< ScalarLHS, ScalarRHS >
     Add operator. More...
     
    struct  _SubOp< Scalar >
    struct  _SubOp< ScalarLHS, ScalarRHS >
     Sub operator. More...
     
    struct  _MulOp< Scalar >
    struct  _MulOp< ScalarLHS, ScalarRHS >
     Mul operator. More...
     
    struct  _NegOp< Scalar >
    struct  _NoOp< Scalar >
     No operator. More...
     
    struct  _ConjugateOp< Scalar >
     Conjugate operator. More...
     
    @@ -174,6 +180,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -188,7 +218,7 @@ - + @@ -206,10 +236,10 @@ - - - - + + + + @@ -217,6 +247,30 @@

    Functions

    constexpr bool has_vector_inst ()
     Determines if vector datatype supports vector instruction on a current architecture.
     
    template<typename DA >
    constexpr bool has_predicate ()
     Check if predicated instructions are supported.
     
    template<typename DA >
    constexpr bool is_mixed ()
     Check if expression contains a mix of complex / real operations.
     
    template<typename A , typename B >
    constexpr bool same_nb_lanes ()
     Check same number of lanes is used.
     
    template<typename A >
    constexpr bool is_complex ()
     Check if vector / matrix contains complex numbers.
     
    template<typename A >
    constexpr bool is_float ()
     Determines if datatype is a float (double, float, complex ...).
     
    template<typename A >
    constexpr bool is_fixed ()
     Determines if datatype is fixed (Q31,Q15, complex<Q15> ...).
     
    template<typename DA >
    constexpr bool has_predicate_inst ()
     Determines if datatype has predicated loop for current architecture.
     
    template<typename DA , typename DB >
    constexpr bool vector_idx_pair ()
     Check if both datatype have vector indexing are same scalar datatype.
     Check if both datatype have vector indexing and are same scalar datatype.
     
    template<typename DA >
    constexpr bool is_only_vector ()
    constexpr bool same_static_length ()
     Check compatibility of length.
     
    template<typename VA , typename VB , typename std::enable_if< vector_idx_pair< VA, VB >() &&is_only_vector< VA >() &&is_only_vector< VB >() &&(!IsDynamic< VA >::value||!IsDynamic< VB >::value), bool >::type = true>
    DotResult< VA > dot (const VA &a, const VB &b)
     Dot product.
     
    template<typename VA , typename VB , typename std::enable_if< vector_idx_pair< VA, VB >() &&is_only_vector< VA >() &&is_only_vector< VB >() &&(!IsDynamic< VA >::value||!IsDynamic< VB >::value), bool >::type = true>
    DotResult< DotFieldResult< VA, VB > > dot (const VA &a, const VB &b)
     Dot product.
     
    template<typename VA , typename VB , typename std::enable_if< vector_idx_pair< VA, VB >() &&(!IsDynamic< VA >::value||!IsDynamic< VB >::value), bool >::type = true>
    void swap (VA &&a, VB &&b)
     Swap vectors.

    Description


    Data Structure Documentation

    + +

    ◆ arm_cmsis_dsp::FloatType

    + +
    +
    + + + + +
    struct arm_cmsis_dsp::FloatType
    +
    +
    template<typename E>
    +struct arm_cmsis_dsp::FloatType< E >

    Check if datatype are compatible and accept mixed arithmetic complex with real.

    +
    Template Parameters
    + + + +
    ALHS datatype
    BRHS datatype
    +
    +
    +
    Returns
    True if types are compatible
    +
    +
    +

    ◆ arm_cmsis_dsp::_Expr

    @@ -834,8 +888,8 @@

    &

    -
    template<typename Scalar, typename Derived>
    -struct _BinaryOperator< Scalar, Derived >

    Unary operator.

    +
    template<typename ScalarLHS, typename ScalarRHS, typename Derived>
    +struct _BinaryOperator< ScalarLHS, ScalarRHS, Derived >

    Unary operator.

    Template Parameters
    @@ -857,8 +911,8 @@

    ◆

    ScalarDatatype for scalar
    -
    template<typename Scalar>
    -struct _AddOp< Scalar >

    Add operator.

    +
    template<typename ScalarLHS, typename ScalarRHS>
    +struct _AddOp< ScalarLHS, ScalarRHS >

    Add operator.

    Template Parameters
    @@ -879,8 +933,8 @@

    ◆

    ScalarDatatype for scalar
    - + +

    ◆ is_complex()

    + +
    +
    + + + + + +
    + + + + + + + +
    constexpr bool is_complex ()
    +
    +constexpr
    +
    + +

    Check if vector / matrix contains complex numbers.

    +
    Template Parameters
    + + +
    ADatatype
    +
    +
    +
    Returns
    True if complex, False otherwise.
    + +
    +
    + +

    ◆ is_fixed()

    + +
    +
    + + + + + +
    + + + + + + + +
    constexpr bool is_fixed ()
    +
    +constexpr
    +
    + +

    Determines if datatype is fixed (Q31,Q15, complex<Q15> ...).

    +
    Template Parameters
    + + +
    AThe datatype
    +
    +
    +
    Returns
    True if fixed, False otherwise.
    + +
    +
    + +

    ◆ is_float()

    + +
    +
    + + + + + +
    + + + + + + + +
    constexpr bool is_float ()
    +
    +constexpr
    +
    + +

    Determines if datatype is a float (double, float, complex ...).

    +
    Template Parameters
    + + +
    ADatatype
    +
    +
    +
    Returns
    True if float, False otherwise.
    + +
    +
    + +

    ◆ is_mixed()

    + +
    +
    + + + + + +
    + + + + + + + +
    constexpr bool is_mixed ()
    +
    +constexpr
    +
    + +

    Check if expression contains a mix of complex / real operations.

    +
    Template Parameters
    + + +
    DAExpression datatype
    +
    +
    +
    Returns
    True if mixed, False otherwise.
    +
    @@ -1214,6 +1460,41 @@

    Returns
    True if datatypes have same scalar datatype and no vector indexing
    +

    +
    + +

    ◆ same_nb_lanes()

    + +
    +
    + + + + + +
    + + + + + + + +
    constexpr bool same_nb_lanes ()
    +
    +constexpr
    +
    + +

    Check same number of lanes is used.

    +
    Template Parameters
    + + + +
    ADatatype
    BDatatype
    +
    +
    +
    Returns
    True is same number of lanes for A and B
    +
    @@ -1363,7 +1644,7 @@

    -

    Check if both datatype have vector indexing are same scalar datatype.

    +

    Check if both datatype have vector indexing and are same scalar datatype.

    Template Parameters
    @@ -1371,7 +1652,7 @@

    Returns
    True if both datatype have vectro indexing and same scalar type
    +
    Returns
    True if both datatype have vector indexing and same scalar type
    diff --git a/main/group__FUSION.js b/main/group__FUSION.js index 39490a0b..79acfc87 100644 --- a/main/group__FUSION.js +++ b/main/group__FUSION.js @@ -1,5 +1,6 @@ var group__FUSION = [ + [ "FloatType< E >", "group__FUSION.html#structarm__cmsis__dsp_1_1FloatType", null ], [ "_Expr< T >", "group__FUSION.html#structarm__cmsis__dsp_1_1__Expr", [ [ "columns", "group__FUSION.html#a2407bc5c02d16073944b9eab16179c5a", null ], [ "derived", "group__FUSION.html#a14eb873a3c94c910d97d7d5dc469a85c", null ], @@ -16,19 +17,26 @@ var group__FUSION = [ "_Binary< LHS, RHS, DerivedOp >", "group__FUSION.html#structarm__cmsis__dsp_1_1__Binary", null ], [ "_Unary< LHS, DerivedOp >", "group__FUSION.html#structarm__cmsis__dsp_1_1__Unary", null ], [ "_UnaryOperator< Scalar, Derived >", "group__FUSION.html#struct__UnaryOperator", null ], - [ "_BinaryOperator< Scalar, Derived >", "group__FUSION.html#struct__BinaryOperator", null ], - [ "_AddOp< Scalar >", "group__FUSION.html#struct__AddOp", null ], - [ "_SubOp< Scalar >", "group__FUSION.html#struct__SubOp", null ], - [ "_MulOp< Scalar >", "group__FUSION.html#struct__MulOp", null ], + [ "_BinaryOperator< ScalarLHS, ScalarRHS, Derived >", "group__FUSION.html#struct__BinaryOperator", null ], + [ "_AddOp< ScalarLHS, ScalarRHS >", "group__FUSION.html#struct__AddOp", null ], + [ "_SubOp< ScalarLHS, ScalarRHS >", "group__FUSION.html#struct__SubOp", null ], + [ "_MulOp< ScalarLHS, ScalarRHS >", "group__FUSION.html#struct__MulOp", null ], [ "_NegOp< Scalar >", "group__FUSION.html#struct__NegOp", null ], [ "_NoOp< Scalar >", "group__FUSION.html#struct__NoOp", null ], - [ "arm_cmsis_dsp::dot", "group__FUSION.html#ga33724358c41f7bf00015fb1297232b31", null ], + [ "_ConjugateOp< Scalar >", "group__FUSION.html#struct__ConjugateOp", null ], + [ "arm_cmsis_dsp::dot", "group__FUSION.html#gafce937761484296b656518840d9e7b72", null ], + [ "arm_cmsis_dsp::has_predicate", "group__FUSION.html#ga36c13882f29abdf00846e5437ee0057e", null ], [ "arm_cmsis_dsp::has_predicate_inst", "group__FUSION.html#ga5cbfe80069a65eebf82f8b1b8e9ae86e", null ], [ "arm_cmsis_dsp::has_vector_inst", "group__FUSION.html#ga29fc0caca6b223e2b108fd18f696b276", null ], + [ "arm_cmsis_dsp::is_complex", "group__FUSION.html#ga1bd960439b8f3e0eeb5069d3d47457aa", null ], + [ "arm_cmsis_dsp::is_fixed", "group__FUSION.html#gacea8d6d85638c8b0a14726eedee25128", null ], + [ "arm_cmsis_dsp::is_float", "group__FUSION.html#ga623d69c13dcec6b1b10432550d31c184", null ], + [ "arm_cmsis_dsp::is_mixed", "group__FUSION.html#gadaf89cc3b2046a99f2da37073ce60780", null ], [ "arm_cmsis_dsp::is_only_vector", "group__FUSION.html#gad3bbb6d52dc030dd2adcf61f232689a7", null ], [ "arm_cmsis_dsp::is_scalar", "group__FUSION.html#ga0e33c869f88a709094c90f6f9f0bcd5a", null ], [ "arm_cmsis_dsp::must_use_matrix_idx", "group__FUSION.html#ga5cde8a194003dbc98c300f76989492aa", null ], [ "arm_cmsis_dsp::must_use_matrix_idx_pair", "group__FUSION.html#gabd6c4626892c6496eb44f2111d71ddf5", null ], + [ "arm_cmsis_dsp::same_nb_lanes", "group__FUSION.html#ga38ba2ef20d9d28ef5e3ce091988aff60", null ], [ "arm_cmsis_dsp::same_static_length", "group__FUSION.html#ga0d7636d950aa0638b9a6532e4814b22d", null ], [ "arm_cmsis_dsp::static_length", "group__FUSION.html#ga5e94654d3f1f670867fb8957577396dc", null ], [ "arm_cmsis_dsp::swap", "group__FUSION.html#ga6075eb8ee82582f275e7e166f9293fb9", null ], diff --git a/main/group__GenericComplexDoubleNumber.html b/main/group__GenericComplexDoubleNumber.html new file mode 100644 index 00000000..21dc6368 --- /dev/null +++ b/main/group__GenericComplexDoubleNumber.html @@ -0,0 +1,391 @@ + + + + + + + +CMSIS-DSP: Complex Double + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +

    DAFirst datatype
    + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +

    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    + + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< double > >
     Features for complex double. More...
     
    struct  vector_traits< std::complex< double >, arch, void >
     Default vector datatype description for this scalar datatype. More...
     
    +

    Description

    +

    Data Structure Documentation

    + +

    ◆ number_traits< std::complex< double > >

    + +
    +
    + + + + +
    struct number_traits< std::complex< double > >
    +
    +

    Features for complex double.

    +
    + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< double > accumulator
     Accumulator datatype for this scalar datatype.
     
    +typedef std::complex< double > compute_type
     Compute datatype for this scalar datatype.
     

    Static Public Member Functions

    static constexpr std::complex< double > one ()
     One for this datatype.
     

    Static Public Attributes

    +static constexpr bool is_float = true
     It is a float number.
     
    +static constexpr bool is_fixed = false
     It is not a fixed point.
     
    +

    Member Function Documentation

    + +

    ◆ one()

    + +
    +
    + + + + + +
    + + + + + + + +
    static constexpr std::complex< double > one ()
    +
    +inlinestaticconstexpr
    +
    + +

    One for this datatype.

    +
    Returns
    Return 1 representation for this datatype
    + +
    +
    + +
    +
    + +

    ◆ vector_traits< std::complex< double >, arch, void >

    + +
    +
    + + + + +
    struct vector_traits< std::complex< double >, arch, void >
    +
    +
    template<typename arch>
    +struct vector_traits< std::complex< double >, arch, void >

    Default vector datatype description for this scalar datatype.

    +
    Template Parameters
    + + +
    archCurrent architecture
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    typedef std::complex< double > type
     
    typedef std::complex< double > storage_type
     
    typedef bool vector
     
    typedef bool temp_accumulator
     
    typedef uint32_t predicate_t
     

    Static Public Attributes

    static constexpr bool has_vector = false
     
    +static constexpr bool is_float = true
     It is a float.
     
    +static constexpr bool is_fixed = false
     Not a fixed point.
     
    +static constexpr bool has_predicate = false
     No predicated loops.
     
    +static constexpr int nb_lanes = 1
     Number of lanes.
     
    +

    Member Typedef Documentation

    + +

    ◆ predicate_t

    + +
    +
    + + + + +
    typedef uint32_t predicate_t
    +
    +

    Dummy datatype. Must be present for building but not used since by default there is no vector architecture assumed

    + +
    +
    + +

    ◆ storage_type

    + +
    +
    + + + + +
    typedef std::complex<double> storage_type
    +
    +

    Storage datatype

    + +
    +
    + +

    ◆ temp_accumulator

    + +
    +
    + + + + +
    typedef bool temp_accumulator
    +
    +

    Dummy datatype. Must be present for building but not used since by default there is no vector architecture assumed

    + +
    +
    + +

    ◆ type

    + +
    +
    + + + + +
    typedef std::complex<double> type
    +
    +

    Scalar datatype

    + +
    +
    + +

    ◆ vector

    + +
    +
    + + + + +
    typedef bool vector
    +
    +

    Dummy datatype. Must be present for building but not used since by default there is no vector architecture assumed

    + +
    +
    +

    Field Documentation

    + +

    ◆ has_vector

    + +
    +
    + + + + + +
    + + + + +
    constexpr bool has_vector = false
    +
    +staticconstexpr
    +
    +

    By default : no vector architecture assumed

    + +
    +
    + +
    +
    +
    +
    + + + + diff --git a/main/group__GenericComplexDoubleNumber.js b/main/group__GenericComplexDoubleNumber.js new file mode 100644 index 00000000..0966c706 --- /dev/null +++ b/main/group__GenericComplexDoubleNumber.js @@ -0,0 +1,15 @@ +var group__GenericComplexDoubleNumber = +[ + [ "inner", "namespaceinner.html", null ], + [ "number_traits< std::complex< double > >", "group__GenericComplexDoubleNumber.html#structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4", [ + [ "accumulator", "group__GenericComplexDoubleNumber.html#a6edd73504114644d1e89141bffbba705", null ], + [ "compute_type", "group__GenericComplexDoubleNumber.html#af22ffe9626c863a31144cf3e115ce8c5", null ] + ] ], + [ "vector_traits< std::complex< double >, arch, void >", "group__GenericComplexDoubleNumber.html#structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4", [ + [ "predicate_t", "group__GenericComplexDoubleNumber.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexDoubleNumber.html#ad6f689f5352dfaf9ff6b6cacc496f324", null ], + [ "temp_accumulator", "group__GenericComplexDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexDoubleNumber.html#a5dcaa7d60eb986563767774404fcee7a", null ], + [ "vector", "group__GenericComplexDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf", null ] + ] ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexDoubleNumber_structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4.js b/main/group__GenericComplexDoubleNumber_structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4.js new file mode 100644 index 00000000..617d19b3 --- /dev/null +++ b/main/group__GenericComplexDoubleNumber_structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4.js @@ -0,0 +1,5 @@ +var group__GenericComplexDoubleNumber_structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4 = +[ + [ "accumulator", "group__GenericComplexDoubleNumber.html#a6edd73504114644d1e89141bffbba705", null ], + [ "compute_type", "group__GenericComplexDoubleNumber.html#af22ffe9626c863a31144cf3e115ce8c5", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexDoubleNumber_structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4.js b/main/group__GenericComplexDoubleNumber_structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4.js new file mode 100644 index 00000000..745fee9e --- /dev/null +++ b/main/group__GenericComplexDoubleNumber_structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4.js @@ -0,0 +1,8 @@ +var group__GenericComplexDoubleNumber_structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4 = +[ + [ "predicate_t", "group__GenericComplexDoubleNumber.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexDoubleNumber.html#ad6f689f5352dfaf9ff6b6cacc496f324", null ], + [ "temp_accumulator", "group__GenericComplexDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexDoubleNumber.html#a5dcaa7d60eb986563767774404fcee7a", null ], + [ "vector", "group__GenericComplexDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexFloatNumber.html b/main/group__GenericComplexFloatNumber.html new file mode 100644 index 00000000..606d8209 --- /dev/null +++ b/main/group__GenericComplexFloatNumber.html @@ -0,0 +1,307 @@ + + + + + + + +CMSIS-DSP: Complex Float + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + + +
    + + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< float > >
     Features for complex float. More...
     
    struct  vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
     Vector instructions for complex float when no Helium or Neon. More...
     
    +

    Description

    +

    Data Structure Documentation

    + +

    ◆ number_traits< std::complex< float > >

    + +
    +
    + + + + +
    struct number_traits< std::complex< float > >
    +
    +

    Features for complex float.

    +
    + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< float > accumulator
     Accumulator datatype for this scalar datatype.
     
    +typedef std::complex< float > compute_type
     Compute datatype for this scalar datatype.
     
    +typedef std::complex< float > display_type
     Display type for printf.
     

    Static Public Member Functions

    static constexpr std::complex< float > one ()
     One for this datatype.
     

    Static Public Attributes

    +static constexpr bool is_float = true
     It is a float number.
     
    +static constexpr bool is_fixed = false
     It is not a fixed point.
     
    +

    Member Function Documentation

    + +

    ◆ one()

    + +
    +
    + + + + + +
    + + + + + + + +
    static constexpr std::complex< float > one ()
    +
    +inlinestaticconstexpr
    +
    + +

    One for this datatype.

    +
    Returns
    Return 1 representation for this datatype
    + +
    +
    + +
    +
    + +

    ◆ vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >

    + +
    +
    + + + + +
    struct vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
    +
    +
    template<typename arch>
    +struct vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >

    Vector instructions for complex float when no Helium or Neon.

    +
    Template Parameters
    + + +
    archCurrent architecture
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< float > type
     Current type.
     
    +typedef std::complex< float > storage_type
     Current storage type.
     
    +typedef bool vector
     Dummy type. Not used when no vector instructions.
     
    +typedef bool temp_accumulator
     Dummy type. Not used when no vector instructions.
     
    +typedef uint32_t predicate_t
     Dummy type. Not used when no vector instructions.
     

    Static Public Attributes

    +static constexpr bool has_vector = false
     No vector instructions for this datatype.
     
    +static constexpr bool is_float = true
     Is float.
     
    +static constexpr bool is_fixed = false
     Is fixed.
     
    +static constexpr bool has_predicate = false
     No predicated loop.
     
    +static constexpr int nb_lanes = 1
     Number of lanes.
     
    + +
    +
    +
    +
    + + + + diff --git a/main/group__GenericComplexFloatNumber.js b/main/group__GenericComplexFloatNumber.js new file mode 100644 index 00000000..c6629ea3 --- /dev/null +++ b/main/group__GenericComplexFloatNumber.js @@ -0,0 +1,16 @@ +var group__GenericComplexFloatNumber = +[ + [ "inner", "namespaceinner.html", null ], + [ "number_traits< std::complex< float > >", "group__GenericComplexFloatNumber.html#structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4", [ + [ "accumulator", "group__GenericComplexFloatNumber.html#a2af971cbb51868d0d4ed8edb29275e95", null ], + [ "compute_type", "group__GenericComplexFloatNumber.html#a9bcd032c271b04ad90978b0bfb9d6320", null ], + [ "display_type", "group__GenericComplexFloatNumber.html#ad904597fc89e3a4885bdb0c4400ba87e", null ] + ] ], + [ "vector_traits< std::complex< float >, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1", [ + [ "predicate_t", "group__GenericComplexFloatNumber.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd", null ], + [ "temp_accumulator", "group__GenericComplexFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02", null ], + [ "vector", "group__GenericComplexFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf", null ] + ] ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexFloatNumber_structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4.js b/main/group__GenericComplexFloatNumber_structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4.js new file mode 100644 index 00000000..e24b0234 --- /dev/null +++ b/main/group__GenericComplexFloatNumber_structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4.js @@ -0,0 +1,6 @@ +var group__GenericComplexFloatNumber_structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4 = +[ + [ "accumulator", "group__GenericComplexFloatNumber.html#a2af971cbb51868d0d4ed8edb29275e95", null ], + [ "compute_type", "group__GenericComplexFloatNumber.html#a9bcd032c271b04ad90978b0bfb9d6320", null ], + [ "display_type", "group__GenericComplexFloatNumber.html#ad904597fc89e3a4885bdb0c4400ba87e", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1.js b/main/group__GenericComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1.js new file mode 100644 index 00000000..bbd04ba8 --- /dev/null +++ b/main/group__GenericComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1.js @@ -0,0 +1,8 @@ +var group__GenericComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1 = +[ + [ "predicate_t", "group__GenericComplexFloatNumber.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd", null ], + [ "temp_accumulator", "group__GenericComplexFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02", null ], + [ "vector", "group__GenericComplexFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexHalfNumber.html b/main/group__GenericComplexHalfNumber.html new file mode 100644 index 00000000..84e48b74 --- /dev/null +++ b/main/group__GenericComplexHalfNumber.html @@ -0,0 +1,301 @@ + + + + + + + +CMSIS-DSP: Complex Half + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + + +
    + + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< float16_t > >
     Feature for complex float16. More...
     
    struct  vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
     float16 vector descrition when no vector architecture More...
     
    +

    Description

    +

    Data Structure Documentation

    + +

    ◆ number_traits< std::complex< float16_t > >

    + +
    +
    + + + + +
    struct number_traits< std::complex< float16_t > >
    +
    +

    Feature for complex float16.

    +
    + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< float16_t > accumulator
     Accumulator datatype.
     
    +typedef std::complex< float16_t > compute_type
     Compute datatype (Less efficient than _Float16 but some C++ std lib is causing issues with _Float16)
     
    +typedef std::complex< float16_t > display_type
     Display type for printf.
     

    Static Public Member Functions

    static constexpr std::complex< float16_t > one ()
     One value.
     

    Static Public Attributes

    +static constexpr bool is_float = true
     It is a float number.
     
    +static constexpr bool is_fixed = false
     It is not a fixed point number.
     
    +

    Member Function Documentation

    + +

    ◆ one()

    + +
    +
    + + + + + +
    + + + + + + + +
    static constexpr std::complex< float16_t > one ()
    +
    +inlinestaticconstexpr
    +
    + +

    One value.

    +
    Returns
    One value in f16
    + +
    +
    + +
    +
    + +

    ◆ vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >

    + +
    +
    + + + + +
    struct vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
    +
    +
    template<typename arch>
    +struct vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >

    float16 vector descrition when no vector architecture

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< float16_t > type
     Float16 datatype.
     
    +typedef std::complex< float16_t > storage_type
     Float16 storage type.
     
    +typedef bool vector
     Dummy type when no vector instruction is supported.
     
    +typedef bool temp_accumulator
     Dummy type when no vector instruction is supported.
     
    +typedef uint32_t predicate_t
     Dummy type when no vector instruction is supported.
     

    Static Public Attributes

    +static constexpr bool has_vector = false
     No vector instruction.
     
    +static constexpr bool is_float = true
     Is float.
     
    +static constexpr bool is_fixed = false
     Not fixed point.
     
    +static constexpr bool has_predicate = false
     Has predicated loop.
     
    +static constexpr int nb_lanes = 1
     Number of lanes.
     
    + +
    +
    +
    +
    + + + + diff --git a/main/group__GenericComplexHalfNumber.js b/main/group__GenericComplexHalfNumber.js new file mode 100644 index 00000000..e5d7e394 --- /dev/null +++ b/main/group__GenericComplexHalfNumber.js @@ -0,0 +1,16 @@ +var group__GenericComplexHalfNumber = +[ + [ "inner", "namespaceinner.html", null ], + [ "number_traits< std::complex< float16_t > >", "group__GenericComplexHalfNumber.html#structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4", [ + [ "accumulator", "group__GenericComplexHalfNumber.html#ac271daae8dfa0fc762d3ce195a183081", null ], + [ "compute_type", "group__GenericComplexHalfNumber.html#a17cd769118d7ce52d9b63c9fc03d1f34", null ], + [ "display_type", "group__GenericComplexHalfNumber.html#a5d85fcb3c86e3d3716f7f6a4766f7e6c", null ] + ] ], + [ "vector_traits< std::complex< float16_t >, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1", [ + [ "predicate_t", "group__GenericComplexHalfNumber.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4", null ], + [ "temp_accumulator", "group__GenericComplexHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff", null ], + [ "vector", "group__GenericComplexHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf", null ] + ] ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexHalfNumber_structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4.js b/main/group__GenericComplexHalfNumber_structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4.js new file mode 100644 index 00000000..e16b63c2 --- /dev/null +++ b/main/group__GenericComplexHalfNumber_structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4.js @@ -0,0 +1,6 @@ +var group__GenericComplexHalfNumber_structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4 = +[ + [ "accumulator", "group__GenericComplexHalfNumber.html#ac271daae8dfa0fc762d3ce195a183081", null ], + [ "compute_type", "group__GenericComplexHalfNumber.html#a17cd769118d7ce52d9b63c9fc03d1f34", null ], + [ "display_type", "group__GenericComplexHalfNumber.html#a5d85fcb3c86e3d3716f7f6a4766f7e6c", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1.js b/main/group__GenericComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1.js new file mode 100644 index 00000000..24a715af --- /dev/null +++ b/main/group__GenericComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1.js @@ -0,0 +1,8 @@ +var group__GenericComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1 = +[ + [ "predicate_t", "group__GenericComplexHalfNumber.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4", null ], + [ "temp_accumulator", "group__GenericComplexHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff", null ], + [ "vector", "group__GenericComplexHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ15Number.html b/main/group__GenericComplexQ15Number.html new file mode 100644 index 00000000..444733ae --- /dev/null +++ b/main/group__GenericComplexQ15Number.html @@ -0,0 +1,307 @@ + + + + + + + +CMSIS-DSP: Complex Q15 + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + + +
    + + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< Q15 > >
     Features for complex Q15. More...
     
    struct  vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
     Vector features for Q15 when no vector architecture. More...
     
    +

    Description

    +

    Data Structure Documentation

    + +

    ◆ number_traits< std::complex< Q15 > >

    + +
    +
    + + + + +
    struct number_traits< std::complex< Q15 > >
    +
    +

    Features for complex Q15.

    +
    + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< Q< 33, 30 > > accumulator
     Accumulator datatype.
     
    +typedef std::complex< Q15 > compute_type
     Compute type.
     
    +typedef std::complex< Q15 > display_type
     Display type for printf.
     

    Static Public Member Functions

    static constexpr std::complex< Q15 > one ()
     One value.
     

    Static Public Attributes

    +static constexpr bool is_float = false
     Is not float.
     
    +static constexpr bool is_fixed = true
     Is fixed point.
     
    +

    Member Function Documentation

    + +

    ◆ one()

    + +
    +
    + + + + + +
    + + + + + + + +
    static constexpr std::complex< Q15 > one ()
    +
    +inlinestaticconstexpr
    +
    + +

    One value.

    +
    Returns
    One value in std::complex<Q15>
    + +
    +
    + +
    +
    + +

    ◆ vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >

    + +
    +
    + + + + +
    struct vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
    +
    +
    template<typename arch>
    +struct vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >

    Vector features for Q15 when no vector architecture.

    +
    Template Parameters
    + + +
    archCurrent architecture
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< Q15 > type
     Compute type.
     
    +typedef type::value_type storage_type
     Storage datatype (int16_t)
     
    +typedef bool vector
     Dummy type when no vector instructions.
     
    +typedef bool temp_accumulator
     Dummy type when no vector instructions.
     
    +typedef uint32_t predicate_t
     Dummy type when no vector instructions.
     

    Static Public Attributes

    +static constexpr bool has_vector = false
     Has no vector instructions.
     
    +static constexpr bool is_float = false
     Is not float.
     
    +static constexpr bool is_fixed = true
     Is fixed point.
     
    +static constexpr bool has_predicate = false
     Has no predicated loop.
     
    +static constexpr int nb_lanes = 1
     Number of lanes.
     
    + +
    +
    +
    +
    + + + + diff --git a/main/group__GenericComplexQ15Number.js b/main/group__GenericComplexQ15Number.js new file mode 100644 index 00000000..2af142de --- /dev/null +++ b/main/group__GenericComplexQ15Number.js @@ -0,0 +1,16 @@ +var group__GenericComplexQ15Number = +[ + [ "inner", "namespaceinner.html", null ], + [ "number_traits< std::complex< Q15 > >", "group__GenericComplexQ15Number.html#structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4", [ + [ "accumulator", "group__GenericComplexQ15Number.html#a61612a4cb56e1d9697b6bba5ba37d414", null ], + [ "compute_type", "group__GenericComplexQ15Number.html#a4b2fb328797b24e7fb9d206cd4e6bb51", null ], + [ "display_type", "group__GenericComplexQ15Number.html#a1cfad11eab721592908caef73ac1a32f", null ] + ] ], + [ "vector_traits< std::complex< Q15 >, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericComplexQ15Number.html#structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3", [ + [ "predicate_t", "group__GenericComplexQ15Number.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexQ15Number.html#ab37bf31182f95866b4675c3be4b7d136", null ], + [ "temp_accumulator", "group__GenericComplexQ15Number.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexQ15Number.html#ac165450586fe2b3a686fd7f13332fe0f", null ], + [ "vector", "group__GenericComplexQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf", null ] + ] ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ15Number_structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4.js b/main/group__GenericComplexQ15Number_structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4.js new file mode 100644 index 00000000..366f8b94 --- /dev/null +++ b/main/group__GenericComplexQ15Number_structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4.js @@ -0,0 +1,6 @@ +var group__GenericComplexQ15Number_structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4 = +[ + [ "accumulator", "group__GenericComplexQ15Number.html#a61612a4cb56e1d9697b6bba5ba37d414", null ], + [ "compute_type", "group__GenericComplexQ15Number.html#a4b2fb328797b24e7fb9d206cd4e6bb51", null ], + [ "display_type", "group__GenericComplexQ15Number.html#a1cfad11eab721592908caef73ac1a32f", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ15Number_structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3.js b/main/group__GenericComplexQ15Number_structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3.js new file mode 100644 index 00000000..5ca6b6aa --- /dev/null +++ b/main/group__GenericComplexQ15Number_structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3.js @@ -0,0 +1,8 @@ +var group__GenericComplexQ15Number_structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3 = +[ + [ "predicate_t", "group__GenericComplexQ15Number.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexQ15Number.html#ab37bf31182f95866b4675c3be4b7d136", null ], + [ "temp_accumulator", "group__GenericComplexQ15Number.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexQ15Number.html#ac165450586fe2b3a686fd7f13332fe0f", null ], + [ "vector", "group__GenericComplexQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ31Number.html b/main/group__GenericComplexQ31Number.html new file mode 100644 index 00000000..66c2db2d --- /dev/null +++ b/main/group__GenericComplexQ31Number.html @@ -0,0 +1,307 @@ + + + + + + + +CMSIS-DSP: Complex Q31 + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + + +
    + + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< Q31 > >
     Features for complex Q31. More...
     
    struct  vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
     Vector features for std::complex<Q31> when no vector instructions. More...
     
    +

    Description

    +

    Data Structure Documentation

    + +

    ◆ number_traits< std::complex< Q31 > >

    + +
    +
    + + + + +
    struct number_traits< std::complex< Q31 > >
    +
    +

    Features for complex Q31.

    +
    + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< Q< 15, 48 > > accumulator
     Accumulator datatype.
     
    +typedef std::complex< Q31 > compute_type
     Compute type.
     
    +typedef std::complex< Q31 > display_type
     Display type for printf.
     

    Static Public Member Functions

    static constexpr std::complex< Q31 > one ()
     One value.
     

    Static Public Attributes

    +static constexpr bool is_float = false
     Is not a float.
     
    +static constexpr bool is_fixed = true
     Is fixed point.
     
    +

    Member Function Documentation

    + +

    ◆ one()

    + +
    +
    + + + + + +
    + + + + + + + +
    static constexpr std::complex< Q31 > one ()
    +
    +inlinestaticconstexpr
    +
    + +

    One value.

    +
    Returns
    One value
    + +
    +
    + +
    +
    + +

    ◆ vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >

    + +
    +
    + + + + +
    struct vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
    +
    +
    template<typename arch>
    +struct vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >

    Vector features for std::complex<Q31> when no vector instructions.

    +
    Template Parameters
    + + +
    archCurrent architecture
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< Q31 > type
     Datatype.
     
    +typedef type::value_type storage_type
     Storage tpe (int32_t)
     
    +typedef bool vector
     Dummy type when no vector instructions are supported.
     
    +typedef bool temp_accumulator
     Dummy type when no vector instructions are supported.
     
    +typedef uint32_t predicate_t
     Dummy type when no vector instructions are supported.
     

    Static Public Attributes

    +static constexpr bool has_vector = false
     No vector instruction.
     
    +static constexpr bool is_float = false
     Is not float.
     
    +static constexpr bool is_fixed = true
     Is fixed.
     
    +static constexpr bool has_predicate = false
     No predicated loop.
     
    +static constexpr int nb_lanes = 1
     Number of lanes.
     
    + +
    +
    +
    +
    + + + + diff --git a/main/group__GenericComplexQ31Number.js b/main/group__GenericComplexQ31Number.js new file mode 100644 index 00000000..ecd0559a --- /dev/null +++ b/main/group__GenericComplexQ31Number.js @@ -0,0 +1,16 @@ +var group__GenericComplexQ31Number = +[ + [ "inner", "namespaceinner.html", null ], + [ "number_traits< std::complex< Q31 > >", "group__GenericComplexQ31Number.html#structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4", [ + [ "accumulator", "group__GenericComplexQ31Number.html#a65d5b0ccd8fdd20632d0c0afbb9575f6", null ], + [ "compute_type", "group__GenericComplexQ31Number.html#a70e704db7e078338d19c6399d9c4cff2", null ], + [ "display_type", "group__GenericComplexQ31Number.html#a2e11513ca30a9d79ea214ed1a5b45bcb", null ] + ] ], + [ "vector_traits< std::complex< Q31 >, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericComplexQ31Number.html#structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70", [ + [ "predicate_t", "group__GenericComplexQ31Number.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexQ31Number.html#ab37bf31182f95866b4675c3be4b7d136", null ], + [ "temp_accumulator", "group__GenericComplexQ31Number.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexQ31Number.html#a431a3793964b0ccb95c834d6c0ea27d0", null ], + [ "vector", "group__GenericComplexQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf", null ] + ] ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ31Number_structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4.js b/main/group__GenericComplexQ31Number_structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4.js new file mode 100644 index 00000000..d0ca2b45 --- /dev/null +++ b/main/group__GenericComplexQ31Number_structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4.js @@ -0,0 +1,6 @@ +var group__GenericComplexQ31Number_structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4 = +[ + [ "accumulator", "group__GenericComplexQ31Number.html#a65d5b0ccd8fdd20632d0c0afbb9575f6", null ], + [ "compute_type", "group__GenericComplexQ31Number.html#a70e704db7e078338d19c6399d9c4cff2", null ], + [ "display_type", "group__GenericComplexQ31Number.html#a2e11513ca30a9d79ea214ed1a5b45bcb", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ31Number_structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70.js b/main/group__GenericComplexQ31Number_structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70.js new file mode 100644 index 00000000..4f87a856 --- /dev/null +++ b/main/group__GenericComplexQ31Number_structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70.js @@ -0,0 +1,8 @@ +var group__GenericComplexQ31Number_structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70 = +[ + [ "predicate_t", "group__GenericComplexQ31Number.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexQ31Number.html#ab37bf31182f95866b4675c3be4b7d136", null ], + [ "temp_accumulator", "group__GenericComplexQ31Number.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexQ31Number.html#a431a3793964b0ccb95c834d6c0ea27d0", null ], + [ "vector", "group__GenericComplexQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ7Number.html b/main/group__GenericComplexQ7Number.html new file mode 100644 index 00000000..47174658 --- /dev/null +++ b/main/group__GenericComplexQ7Number.html @@ -0,0 +1,307 @@ + + + + + + + +CMSIS-DSP: Complex Q7 + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + + +
    + + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< Q7 > >
     Features for Complex Q7. More...
     
    struct  vector_traits< std::complex< Q7 >, arch, void >
     Vector descrition when no vector architecture. More...
     
    +

    Description

    +

    Data Structure Documentation

    + +

    ◆ number_traits< std::complex< Q7 > >

    + +
    +
    + + + + +
    struct number_traits< std::complex< Q7 > >
    +
    +

    Features for Complex Q7.

    +
    + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< Q< 17, 14 > > accumulator
     Accumulator datatype.
     
    +typedef std::complex< Q7 > compute_type
     Compute type.
     
    +typedef std::complex< Q7 > display_type
     Display type for printf.
     

    Static Public Member Functions

    static constexpr std::complex< Q7 > one ()
     One value.
     

    Static Public Attributes

    +static constexpr bool is_float = false
     Is not float.
     
    +static constexpr bool is_fixed = true
     Is fixed point.
     
    +

    Member Function Documentation

    + +

    ◆ one()

    + +
    +
    + + + + + +
    + + + + + + + +
    static constexpr std::complex< Q7 > one ()
    +
    +inlinestaticconstexpr
    +
    + +

    One value.

    +
    Returns
    One value in std::complex<Q7>
    + +
    +
    + +
    +
    + +

    ◆ vector_traits< std::complex< Q7 >, arch, void >

    + +
    +
    + + + + +
    struct vector_traits< std::complex< Q7 >, arch, void >
    +
    +
    template<typename arch>
    +struct vector_traits< std::complex< Q7 >, arch, void >

    Vector descrition when no vector architecture.

    +
    Template Parameters
    + + +
    archCurrent architecture
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< Q7 > type
     Current datatype.
     
    +typedef type::value_type storage_type
     Storage datatype (int8_t)
     
    +typedef bool vector
     Dummy datatype when no vector instructions.
     
    +typedef bool temp_accumulator
     Dummy datatype when no vector instructions.
     
    +typedef uint32_t predicate_t
     Dummy datatype when no vector instructions.
     

    Static Public Attributes

    +static constexpr bool has_vector = false
     No vector instructions.
     
    +static constexpr bool is_float = false
     Is not float.
     
    +static constexpr bool is_fixed = true
     Is fixed point.
     
    +static constexpr bool has_predicate = false
     No predicated loop.
     
    +static constexpr int nb_lanes = 1
     Number of lanes.
     
    + +
    +
    +
    +
    + + + + diff --git a/main/group__GenericComplexQ7Number.js b/main/group__GenericComplexQ7Number.js new file mode 100644 index 00000000..cc246291 --- /dev/null +++ b/main/group__GenericComplexQ7Number.js @@ -0,0 +1,16 @@ +var group__GenericComplexQ7Number = +[ + [ "inner", "namespaceinner.html", null ], + [ "number_traits< std::complex< Q7 > >", "group__GenericComplexQ7Number.html#structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4", [ + [ "accumulator", "group__GenericComplexQ7Number.html#a886d762b936ed8bd88ecdf115c889d9e", null ], + [ "compute_type", "group__GenericComplexQ7Number.html#af6f31bf0552209f36fd433ceff55024c", null ], + [ "display_type", "group__GenericComplexQ7Number.html#a7dbc4d3fc1492d971a3fb8754b9a096f", null ] + ] ], + [ "vector_traits< std::complex< Q7 >, arch, void >", "group__GenericComplexQ7Number.html#structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4", [ + [ "predicate_t", "group__GenericComplexQ7Number.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexQ7Number.html#ab37bf31182f95866b4675c3be4b7d136", null ], + [ "temp_accumulator", "group__GenericComplexQ7Number.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexQ7Number.html#a19f674ae62f8ddd2ab659c85aed7a71c", null ], + [ "vector", "group__GenericComplexQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf", null ] + ] ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ7Number_structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4.js b/main/group__GenericComplexQ7Number_structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4.js new file mode 100644 index 00000000..76cb8444 --- /dev/null +++ b/main/group__GenericComplexQ7Number_structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4.js @@ -0,0 +1,6 @@ +var group__GenericComplexQ7Number_structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4 = +[ + [ "accumulator", "group__GenericComplexQ7Number.html#a886d762b936ed8bd88ecdf115c889d9e", null ], + [ "compute_type", "group__GenericComplexQ7Number.html#af6f31bf0552209f36fd433ceff55024c", null ], + [ "display_type", "group__GenericComplexQ7Number.html#a7dbc4d3fc1492d971a3fb8754b9a096f", null ] +]; \ No newline at end of file diff --git a/main/group__GenericComplexQ7Number_structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4.js b/main/group__GenericComplexQ7Number_structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4.js new file mode 100644 index 00000000..de77f3d5 --- /dev/null +++ b/main/group__GenericComplexQ7Number_structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4.js @@ -0,0 +1,8 @@ +var group__GenericComplexQ7Number_structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4 = +[ + [ "predicate_t", "group__GenericComplexQ7Number.html#a43936fffbd629b832c214366ab886489", null ], + [ "storage_type", "group__GenericComplexQ7Number.html#ab37bf31182f95866b4675c3be4b7d136", null ], + [ "temp_accumulator", "group__GenericComplexQ7Number.html#a452485e9e084d2fa01f195e133d1eb34", null ], + [ "type", "group__GenericComplexQ7Number.html#a19f674ae62f8ddd2ab659c85aed7a71c", null ], + [ "vector", "group__GenericComplexQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf", null ] +]; \ No newline at end of file diff --git a/main/group__GenericDoubleNumber.html b/main/group__GenericDoubleNumber.html index ee67a015..dbf26264 100644 --- a/main/group__GenericDoubleNumber.html +++ b/main/group__GenericDoubleNumber.html @@ -173,6 +173,10 @@

    compute_type  Compute datatype for this scalar datatype.
      +
    +typedef double display_type + Display type for printf.

    Static Public Member Functions

    static constexpr double one ()  One for this datatype.
    @@ -265,6 +269,10 @@

    has_predicate = false  No predicated loops.
      +
    +static constexpr int nb_lanes = 1 + Number of lanes.

    Member Typedef Documentation

    diff --git a/main/group__GenericDoubleNumber.js b/main/group__GenericDoubleNumber.js index 30a58fa2..e99eab47 100644 --- a/main/group__GenericDoubleNumber.js +++ b/main/group__GenericDoubleNumber.js @@ -3,7 +3,8 @@ var group__GenericDoubleNumber = [ "inner", "namespaceinner.html", null ], [ "number_traits< double >", "group__GenericDoubleNumber.html#structnumber__traits_3_01double_01_4", [ [ "accumulator", "group__GenericDoubleNumber.html#a0bbe27ede4e373cb8dbe97fae9ea9db0", null ], - [ "compute_type", "group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f", null ] + [ "compute_type", "group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f", null ], + [ "display_type", "group__GenericDoubleNumber.html#a062f06d3634a219afa279325c6b6c167", null ] ] ], [ "vector_traits< double, arch, void >", "group__GenericDoubleNumber.html#structvector__traits_3_01double_00_01arch_00_01void_01_4", [ [ "predicate_t", "group__GenericDoubleNumber.html#a43936fffbd629b832c214366ab886489", null ], diff --git a/main/group__GenericDoubleNumber_structnumber__traits_3_01double_01_4.js b/main/group__GenericDoubleNumber_structnumber__traits_3_01double_01_4.js index 5516b9ae..04f552b1 100644 --- a/main/group__GenericDoubleNumber_structnumber__traits_3_01double_01_4.js +++ b/main/group__GenericDoubleNumber_structnumber__traits_3_01double_01_4.js @@ -1,5 +1,6 @@ var group__GenericDoubleNumber_structnumber__traits_3_01double_01_4 = [ [ "accumulator", "group__GenericDoubleNumber.html#a0bbe27ede4e373cb8dbe97fae9ea9db0", null ], - [ "compute_type", "group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f", null ] + [ "compute_type", "group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f", null ], + [ "display_type", "group__GenericDoubleNumber.html#a062f06d3634a219afa279325c6b6c167", null ] ]; \ No newline at end of file diff --git a/main/group__GenericFloatNumber.html b/main/group__GenericFloatNumber.html index 048b4460..453be42e 100644 --- a/main/group__GenericFloatNumber.html +++ b/main/group__GenericFloatNumber.html @@ -173,6 +173,10 @@

    compute_type  Compute datatype for this scalar datatype.
      +
    +typedef float display_type + Display type for printf.

    Static Public Member Functions

    static constexpr float one ()  One for this datatype.
    @@ -277,6 +281,10 @@

    has_predicate = false  No predicated loop.
      +
    +static constexpr int nb_lanes = 1 + Number of lanes.

    diff --git a/main/group__GenericFloatNumber.js b/main/group__GenericFloatNumber.js index 693b9d71..d0bd58ee 100644 --- a/main/group__GenericFloatNumber.js +++ b/main/group__GenericFloatNumber.js @@ -3,7 +3,8 @@ var group__GenericFloatNumber = [ "inner", "namespaceinner.html", null ], [ "number_traits< float >", "group__GenericFloatNumber.html#structnumber__traits_3_01float_01_4", [ [ "accumulator", "group__GenericFloatNumber.html#a7975ef80ce1e2a471e5a59129dcc705a", null ], - [ "compute_type", "group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114", null ] + [ "compute_type", "group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114", null ], + [ "display_type", "group__GenericFloatNumber.html#a79ed57cabeb9f78779679be212960882", null ] ] ], [ "vector_traits< float, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__o90f4a252693d6998222af60019971d09", [ [ "predicate_t", "group__GenericFloatNumber.html#a43936fffbd629b832c214366ab886489", null ], diff --git a/main/group__GenericFloatNumber_structnumber__traits_3_01float_01_4.js b/main/group__GenericFloatNumber_structnumber__traits_3_01float_01_4.js index eddbc6df..69784bad 100644 --- a/main/group__GenericFloatNumber_structnumber__traits_3_01float_01_4.js +++ b/main/group__GenericFloatNumber_structnumber__traits_3_01float_01_4.js @@ -1,5 +1,6 @@ var group__GenericFloatNumber_structnumber__traits_3_01float_01_4 = [ [ "accumulator", "group__GenericFloatNumber.html#a7975ef80ce1e2a471e5a59129dcc705a", null ], - [ "compute_type", "group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114", null ] + [ "compute_type", "group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114", null ], + [ "display_type", "group__GenericFloatNumber.html#a79ed57cabeb9f78779679be212960882", null ] ]; \ No newline at end of file diff --git a/main/group__GenericHalfNumber.html b/main/group__GenericHalfNumber.html index 88745897..84ffd2f8 100644 --- a/main/group__GenericHalfNumber.html +++ b/main/group__GenericHalfNumber.html @@ -173,6 +173,10 @@

    compute_type  Compute datatype.
      +
    +typedef float display_type + Display type for printf.

    Static Public Member Functions

    static constexpr float16_t one ()  One value.
    @@ -270,6 +274,10 @@

    has_predicate = false  Has predicated loop.
      +
    +static constexpr int nb_lanes = 1 + Number of lanes.

    diff --git a/main/group__GenericHalfNumber.js b/main/group__GenericHalfNumber.js index 24da7037..2191e9cd 100644 --- a/main/group__GenericHalfNumber.js +++ b/main/group__GenericHalfNumber.js @@ -3,7 +3,8 @@ var group__GenericHalfNumber = [ "inner", "namespaceinner.html", null ], [ "number_traits< float16_t >", "group__GenericHalfNumber.html#structnumber__traits_3_01float16__t_01_4", [ [ "accumulator", "group__GenericHalfNumber.html#abcdb1f86d2e9c500c8203cc607766b00", null ], - [ "compute_type", "group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811", null ] + [ "compute_type", "group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811", null ], + [ "display_type", "group__GenericHalfNumber.html#a79ed57cabeb9f78779679be212960882", null ] ] ], [ "vector_traits< float16_t >", "group__GenericHalfNumber.html#structvector__traits_3_01float16__t_01_4", [ [ "predicate_t", "group__GenericHalfNumber.html#a43936fffbd629b832c214366ab886489", null ], diff --git a/main/group__GenericHalfNumber_structnumber__traits_3_01float16__t_01_4.js b/main/group__GenericHalfNumber_structnumber__traits_3_01float16__t_01_4.js index 58ac874e..0c3d7219 100644 --- a/main/group__GenericHalfNumber_structnumber__traits_3_01float16__t_01_4.js +++ b/main/group__GenericHalfNumber_structnumber__traits_3_01float16__t_01_4.js @@ -1,5 +1,6 @@ var group__GenericHalfNumber_structnumber__traits_3_01float16__t_01_4 = [ [ "accumulator", "group__GenericHalfNumber.html#abcdb1f86d2e9c500c8203cc607766b00", null ], - [ "compute_type", "group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811", null ] + [ "compute_type", "group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811", null ], + [ "display_type", "group__GenericHalfNumber.html#a79ed57cabeb9f78779679be212960882", null ] ]; \ No newline at end of file diff --git a/main/group__GenericNumber.html b/main/group__GenericNumber.html index 008d95b6..56d1083d 100644 --- a/main/group__GenericNumber.html +++ b/main/group__GenericNumber.html @@ -129,14 +129,25 @@
    Scalar number definitions
    + + + + + + + + + + + + @@ -151,11 +162,6 @@ -

    Content

     Complex Double
     
     Complex Float
     
     Complex Half
     
     Complex Q15
     
     Complex Q31
     
     Complex Q7
     
     Double
     
     Float
     
     Q7
     
    - - -

    -Namespaces

    namespace  inner
     

    Description

    diff --git a/main/group__GenericNumber.js b/main/group__GenericNumber.js index db944b4c..129a9c76 100644 --- a/main/group__GenericNumber.js +++ b/main/group__GenericNumber.js @@ -1,11 +1,16 @@ var group__GenericNumber = [ + [ "Complex Double", "group__GenericComplexDoubleNumber.html", "group__GenericComplexDoubleNumber" ], + [ "Complex Float", "group__GenericComplexFloatNumber.html", "group__GenericComplexFloatNumber" ], + [ "Complex Half", "group__GenericComplexHalfNumber.html", "group__GenericComplexHalfNumber" ], + [ "Complex Q15", "group__GenericComplexQ15Number.html", "group__GenericComplexQ15Number" ], + [ "Complex Q31", "group__GenericComplexQ31Number.html", "group__GenericComplexQ31Number" ], + [ "Complex Q7", "group__GenericComplexQ7Number.html", "group__GenericComplexQ7Number" ], [ "Double", "group__GenericDoubleNumber.html", "group__GenericDoubleNumber" ], [ "Float", "group__GenericFloatNumber.html", "group__GenericFloatNumber" ], [ "Tuple", "group__GenericTUPLENumber.html", "group__GenericTUPLENumber" ], [ "Half", "group__GenericHalfNumber.html", "group__GenericHalfNumber" ], [ "Q15", "group__GenericQ15Number.html", "group__GenericQ15Number" ], [ "Q31", "group__GenericQ31Number.html", "group__GenericQ31Number" ], - [ "Q7", "group__GenericQ7Number.html", "group__GenericQ7Number" ], - [ "inner", "namespaceinner.html", null ] + [ "Q7", "group__GenericQ7Number.html", "group__GenericQ7Number" ] ]; \ No newline at end of file diff --git a/main/group__GenericQ15Number.html b/main/group__GenericQ15Number.html index 72ed547a..50e0b0d2 100644 --- a/main/group__GenericQ15Number.html +++ b/main/group__GenericQ15Number.html @@ -173,6 +173,10 @@

    compute_type  Compute type.
      +
    +typedef Q15 display_type + Display type for printf.

    Static Public Member Functions

    static constexpr Q15 one ()  One value.
    @@ -277,6 +281,10 @@

    has_predicate = false  Has no predicated loop.
      +
    +static constexpr int nb_lanes = 1 + Number of lanes.
    +  diff --git a/main/group__GenericQ15Number.js b/main/group__GenericQ15Number.js index facf776e..3ca4efdf 100644 --- a/main/group__GenericQ15Number.js +++ b/main/group__GenericQ15Number.js @@ -3,7 +3,8 @@ var group__GenericQ15Number = [ "inner", "namespaceinner.html", null ], [ "number_traits< Q15 >", "group__GenericQ15Number.html#structnumber__traits_3_01Q15_01_4", [ [ "accumulator", "group__GenericQ15Number.html#a08c5ca411f83dd18746260721f1782eb", null ], - [ "compute_type", "group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c", null ] + [ "compute_type", "group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c", null ], + [ "display_type", "group__GenericQ15Number.html#a4e616cf3b997fe051f31e9eb7885b440", null ] ] ], [ "vector_traits< Q15, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >", "group__GenericQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_736401966ad6c7e96bbc91e818be4c30", [ [ "predicate_t", "group__GenericQ15Number.html#a43936fffbd629b832c214366ab886489", null ], diff --git a/main/group__GenericQ15Number_structnumber__traits_3_01Q15_01_4.js b/main/group__GenericQ15Number_structnumber__traits_3_01Q15_01_4.js index 232075c2..ca18f794 100644 --- a/main/group__GenericQ15Number_structnumber__traits_3_01Q15_01_4.js +++ b/main/group__GenericQ15Number_structnumber__traits_3_01Q15_01_4.js @@ -1,5 +1,6 @@ var group__GenericQ15Number_structnumber__traits_3_01Q15_01_4 = [ [ "accumulator", "group__GenericQ15Number.html#a08c5ca411f83dd18746260721f1782eb", null ], - [ "compute_type", "group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c", null ] + [ "compute_type", "group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c", null ], + [ "display_type", "group__GenericQ15Number.html#a4e616cf3b997fe051f31e9eb7885b440", null ] ]; \ No newline at end of file diff --git a/main/group__GenericQ31Number.html b/main/group__GenericQ31Number.html index f62c1303..c4ed3049 100644 --- a/main/group__GenericQ31Number.html +++ b/main/group__GenericQ31Number.html @@ -173,6 +173,10 @@

    compute_type  Compute type.
      +
    +typedef Q31 display_type + Display type for printf.

    Static Public Member Functions

    static constexpr Q31 one ()  One value.
    @@ -277,6 +281,10 @@

    has_predicate = false  No predicated loop.
      +
    +static constexpr int nb_lanes = 1 + Number of lanes.
    +  diff --git a/main/group__GenericQ31Number.js b/main/group__GenericQ31Number.js index d565dada..23d37014 100644 --- a/main/group__GenericQ31Number.js +++ b/main/group__GenericQ31Number.js @@ -3,7 +3,8 @@ var group__GenericQ31Number = [ "inner", "namespaceinner.html", null ], [ "number_traits< Q31 >", "group__GenericQ31Number.html#structnumber__traits_3_01Q31_01_4", [ [ "accumulator", "group__GenericQ31Number.html#ad9fbed5d4f41babc7698af277ddff4ca", null ], - [ "compute_type", "group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86", null ] + [ "compute_type", "group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86", null ], + [ "display_type", "group__GenericQ31Number.html#a3cb3d6494bd19033b03a4a9f7c891000", null ] ] ], [ "vector_traits< Q31, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value >::type >", "group__GenericQ31Number.html#structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f", [ [ "predicate_t", "group__GenericQ31Number.html#a43936fffbd629b832c214366ab886489", null ], diff --git a/main/group__GenericQ31Number_structnumber__traits_3_01Q31_01_4.js b/main/group__GenericQ31Number_structnumber__traits_3_01Q31_01_4.js index 62ee1e76..07c845bf 100644 --- a/main/group__GenericQ31Number_structnumber__traits_3_01Q31_01_4.js +++ b/main/group__GenericQ31Number_structnumber__traits_3_01Q31_01_4.js @@ -1,5 +1,6 @@ var group__GenericQ31Number_structnumber__traits_3_01Q31_01_4 = [ [ "accumulator", "group__GenericQ31Number.html#ad9fbed5d4f41babc7698af277ddff4ca", null ], - [ "compute_type", "group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86", null ] + [ "compute_type", "group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86", null ], + [ "display_type", "group__GenericQ31Number.html#a3cb3d6494bd19033b03a4a9f7c891000", null ] ]; \ No newline at end of file diff --git a/main/group__GenericQ7Number.html b/main/group__GenericQ7Number.html index 0284e709..7ded7d9f 100644 --- a/main/group__GenericQ7Number.html +++ b/main/group__GenericQ7Number.html @@ -173,6 +173,10 @@

    compute_type  Compute type.
      +
    +typedef Q7 display_type + Display type for printf.

    Static Public Member Functions

    static constexpr Q7 one ()  One value.
    @@ -277,6 +281,10 @@

    has_predicate = false  No predicated loop.
      +
    +static constexpr int nb_lanes = 1 + Number of lanes.
    +  diff --git a/main/group__GenericQ7Number.js b/main/group__GenericQ7Number.js index 12375add..773e9648 100644 --- a/main/group__GenericQ7Number.js +++ b/main/group__GenericQ7Number.js @@ -3,7 +3,8 @@ var group__GenericQ7Number = [ "inner", "namespaceinner.html", null ], [ "number_traits< Q7 >", "group__GenericQ7Number.html#structnumber__traits_3_01Q7_01_4", [ [ "accumulator", "group__GenericQ7Number.html#a11afc18b08766b3e9348591798333164", null ], - [ "compute_type", "group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827", null ] + [ "compute_type", "group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827", null ], + [ "display_type", "group__GenericQ7Number.html#a0e11385c6d349a4e19eaf8e849e331e1", null ] ] ], [ "vector_traits< Q7, arch, typename std::enable_if::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >", "group__GenericQ7Number.html#structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5", [ [ "predicate_t", "group__GenericQ7Number.html#a43936fffbd629b832c214366ab886489", null ], diff --git a/main/group__GenericQ7Number_structnumber__traits_3_01Q7_01_4.js b/main/group__GenericQ7Number_structnumber__traits_3_01Q7_01_4.js index 58962bb5..98d0b83a 100644 --- a/main/group__GenericQ7Number_structnumber__traits_3_01Q7_01_4.js +++ b/main/group__GenericQ7Number_structnumber__traits_3_01Q7_01_4.js @@ -1,5 +1,6 @@ var group__GenericQ7Number_structnumber__traits_3_01Q7_01_4 = [ [ "accumulator", "group__GenericQ7Number.html#a11afc18b08766b3e9348591798333164", null ], - [ "compute_type", "group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827", null ] + [ "compute_type", "group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827", null ], + [ "display_type", "group__GenericQ7Number.html#a0e11385c6d349a4e19eaf8e849e331e1", null ] ]; \ No newline at end of file diff --git a/main/group__GenericTUPLENumber.html b/main/group__GenericTUPLENumber.html index 50f4cb64..30e8769e 100644 --- a/main/group__GenericTUPLENumber.html +++ b/main/group__GenericTUPLENumber.html @@ -262,6 +262,10 @@

    vector  Vector datatype.
      +
    +typedef std::tuple< typename vector_traits< E, arch >::real_vector... > real_vector + Real vector datatype.
    typedef std::tuple< typename vector_traits< E, arch >::predicate_t... > predicate_t  Predicate datatype.
    diff --git a/main/group__GenericTUPLENumber.js b/main/group__GenericTUPLENumber.js index 2d998191..fc0cee65 100644 --- a/main/group__GenericTUPLENumber.js +++ b/main/group__GenericTUPLENumber.js @@ -7,6 +7,7 @@ var group__GenericTUPLENumber = ] ], [ "vector_traits< std::tuple< E... >, arch >", "group__GenericTUPLENumber.html#structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4", [ [ "predicate_t", "group__GenericTUPLENumber.html#a8938573d3fc13e4d64dccf51839d9b7f", null ], + [ "real_vector", "group__GenericTUPLENumber.html#a44368d26d467915b5fd73a55f40fe80c", null ], [ "RefScalar", "group__GenericTUPLENumber.html#a778709132bba78a67ec4a2f266aed099", null ], [ "temp_accumulator", "group__GenericTUPLENumber.html#a3111dcd2e50f203ff8bc2dbfcb11db41", null ], [ "vector", "group__GenericTUPLENumber.html#a7324a5b8982417230f50776a48c69d8f", null ] diff --git a/main/group__GenericTUPLENumber_structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4.js b/main/group__GenericTUPLENumber_structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4.js index 3a90561f..4a214b17 100644 --- a/main/group__GenericTUPLENumber_structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4.js +++ b/main/group__GenericTUPLENumber_structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4.js @@ -1,6 +1,7 @@ var group__GenericTUPLENumber_structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4 = [ [ "predicate_t", "group__GenericTUPLENumber.html#a8938573d3fc13e4d64dccf51839d9b7f", null ], + [ "real_vector", "group__GenericTUPLENumber.html#a44368d26d467915b5fd73a55f40fe80c", null ], [ "RefScalar", "group__GenericTUPLENumber.html#a778709132bba78a67ec4a2f266aed099", null ], [ "temp_accumulator", "group__GenericTUPLENumber.html#a3111dcd2e50f203ff8bc2dbfcb11db41", null ], [ "vector", "group__GenericTUPLENumber.html#a7324a5b8982417230f50776a48c69d8f", null ] diff --git a/main/group__HELIUMALG.html b/main/group__HELIUMALG.html index 521cc1c9..608e51f0 100644 --- a/main/group__HELIUMALG.html +++ b/main/group__HELIUMALG.html @@ -136,19 +136,19 @@ - + - + - + - + @@ -160,19 +160,19 @@ - - - - - + + + + +

    Functions

    template<typename T , typename DST , typename std::enable_if< has_vector_inst< DST >() &&IsVector< DST >::value &&SameElementType< DST, T >::value, bool >::type = true>
    template<typename T , typename DST , typename std::enable_if< has_vector_inst< DST >() &&IsVector< DST >::value &&compatible_element< DST, T >() &&has_predicate< DST >(), bool >::type = true>
    void _Fill (DST &v, const T val, const vector_length_t l, const Helium *=nullptr)
     Fill evaluator for Helium.
     
    template<typename T , typename DST , typename std::enable_if< has_vector_inst< DST >() &&must_use_matrix_idx< DST >() &&SameElementType< DST, T >::value, bool >::type = true>
    template<typename T , typename DST , typename std::enable_if< has_vector_inst< DST >() &&must_use_matrix_idx< DST >() &&compatible_element< DST, T >() &&has_predicate< DST >(), bool >::type = true>
    void _Fill2D (DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Helium *=nullptr)
     Fill2D evaluator for Helium.
     
    template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&vector_idx_pair< DA, DB >(), bool >::type = true>
    template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&has_vector_inst< DB >() &&vector_idx_pair< DA, DB >() &&same_nb_lanes< DA, DB >() &&has_predicate< DA >(), bool >::type = true>
    void eval (DA &v, const DB &other, const vector_length_t l, const Helium *=nullptr)
     Eval function for Helium.
     
    template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&must_use_matrix_idx_pair< DA, DB >(), bool >::type = true>
    template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&has_vector_inst< DB >() &&must_use_matrix_idx_pair< DA, DB >() &&same_nb_lanes< DA, DB >() &&(has_predicate< DA >() &&has_predicate< DB >()), bool >::type = true>
    void eval2D (DA &v, const DB &other, const vector_length_t rows, const vector_length_t cols, const Helium *=nullptr)
     Eval2D function for Helium.
     
    void printt (const std::tuple< T... > &_tup)
     Print tuple.
     
    template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&vector_idx_pair< DA, DB >(), bool >::type = true>
    DotResult< DA > _dot (const DA &a, const DB &b, const vector_length_t l, const Helium *=nullptr)
     Dor product for Helium.
     
    template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&vector_idx_pair< DA, DB >(), bool >::type = true>
    template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&has_vector_inst< DB >() &&vector_idx_pair< DA, DB >() &&same_nb_lanes< DA, DB >() &&has_predicate< DotFieldResult< DA, DB > >(), bool >::type = true>
    DotResult< DotFieldResult< DA, DB > > _dot (const DA &a, const DB &b, const vector_length_t l, const Helium *=nullptr)
     Dor product for Helium.
     
    template<typename DA , typename DB , typename std::enable_if< has_vector_inst< DA >() &&has_vector_inst< DB >() &&vector_idx_pair< DA, DB >() &&has_predicate< DA >(), bool >::type = true>
    void _swap (DA &&a, DB &&b, const vector_length_t l, const Helium *=nullptr)
     Swap operator for Helium.
     

    Description

    Function Documentation

    - -

    ◆ _dot()

    + +

    ◆ _dot()

    @@ -181,7 +181,7 @@

    - + diff --git a/main/group__HELIUMALG.js b/main/group__HELIUMALG.js index 37f9d709..2a4bfdb8 100644 --- a/main/group__HELIUMALG.js +++ b/main/group__HELIUMALG.js @@ -1,6 +1,6 @@ var group__HELIUMALG = [ - [ "_dot", "group__HELIUMALG.html#ga6e93f3782669bf2f1870ea177c536d7e", null ], + [ "_dot", "group__HELIUMALG.html#ga8b3315347db8969ec7d77c8277fdc692", null ], [ "_Fill", "group__HELIUMALG.html#ga86891b1c2eb658a9f15746434e30fdd5", null ], [ "_Fill2D", "group__HELIUMALG.html#ga2acf49f8cba5a245ed8a3d30b8300c3b", null ], [ "_swap", "group__HELIUMALG.html#gaf769d651b0aa9c7cbc026beefc8257ba", null ], diff --git a/main/group__HeliumComplexFloatNumber.html b/main/group__HeliumComplexFloatNumber.html new file mode 100644 index 00000000..14127a8c --- /dev/null +++ b/main/group__HeliumComplexFloatNumber.html @@ -0,0 +1,407 @@ + + + + + + + +CMSIS-DSP: Complex Float + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    DotResult< DA > _dot DotResult< DotFieldResult< DA, DB > > _dot ( const DA &  a,
    + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +

    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    + + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + + + + +

    +Data Structures

    struct  vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
     Vector datatype for Helium. More...
     
    struct  vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >
     Load with generalized stride specialized for <0,1,2,3> More...
     
    struct  vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >
     Generalized store with stride (Specialized for <0,1,2,3>) More...
     
    +

    Description

    +

    Data Structure Documentation

    + +

    ◆ vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >

    + +
    +
    + + + + +
    struct vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
    +
    +
    template<typename arch>
    +struct vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >

    Vector datatype for Helium.

    +
    Template Parameters
    + + +
    archCurrent architecture
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< float > type
     Scalar datatype.
     
    +typedef std::complex< float > storage_type
     Storage datatype.
     
    +typedef ComplexVector< float32x4_t > vector
     Vector datatype.
     
    +typedef HalfComplexVector< float32x4_t > half_vector
     Half vector datatype.
     
    +typedef float32x4_t real_vector
     Real vector datatype.
     
    +typedef ComplexVector< float32x4_t > temp_accumulator
     Temp accumulator datatype (must be reduced to final scalar datatype)
     
    +typedef bool predicate_t
     Predicate datatype (not used)
     

    Static Public Member Functions

    static ComplexVector< float32x4_t > temp_acc_zero ()
     Temp accumulator initialized to 0.
     

    Static Public Attributes

    +static constexpr bool has_vector = true
     Has vector instruction.
     
    +static constexpr bool is_float = true
     Is float.
     
    +static constexpr bool is_fixed = false
     Is not fixed point.
     
    +static constexpr bool has_predicate = false
     Has predicated loops.
     
    +static constexpr int nb_lanes = 4
     Number of lanes (each lane being two floats)
     
    +static constexpr bool support_mixed = true
     If support mixed arithmetic.
     
    +

    Member Function Documentation

    + +

    ◆ temp_acc_zero()

    + +
    +
    + + + + + +
    + + + + + + + +
    static ComplexVector< float32x4_t > temp_acc_zero ()
    +
    +inlinestatic
    +
    + +

    Temp accumulator initialized to 0.

    +
    Returns
    Temp accumulator initialized to 0
    + +
    +
    + +
    +
    + +

    ◆ inner::vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >

    + +
    +
    + + + + +
    struct inner::vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >
    +
    +

    Load with generalized stride specialized for <0,1,2,3>

    +
    + + + + +

    Static Public Member Functions

    static ComplexVector< float32x4_t > run (const std::complex< float32_t > *p)
     Load with generalized stride.
     
    +

    Member Function Documentation

    + +

    ◆ run()

    + +
    +
    + + + + + +
    + + + + + + + + +
    static ComplexVector< float32x4_t > run (const std::complex< float32_t > * p)
    +
    +inlinestatic
    +
    + +

    Load with generalized stride.

    +
    Parameters
    + + +
    [in]pLoad address
    +
    +
    +
    Returns
    Loaded vector
    + +
    +
    + +
    +
    + +

    ◆ inner::vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >

    + +
    +
    + + + + +
    struct inner::vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >
    +
    +

    Generalized store with stride (Specialized for <0,1,2,3>)

    +
    + + + + +

    Static Public Member Functions

    static void run (std::complex< float32_t > *p, const ComplexVector< float32x4_t > &val)
     Scatter store.
     
    +

    Member Function Documentation

    + +

    ◆ run()

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    static void run (std::complex< float32_t > * p,
    const ComplexVector< float32x4_t > & val 
    )
    +
    +inlinestatic
    +
    + +

    Scatter store.

    +
    Parameters
    + + + +
    pStore address
    [in]valValue to store
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + diff --git a/main/group__HeliumComplexFloatNumber.js b/main/group__HeliumComplexFloatNumber.js new file mode 100644 index 00000000..470ab74e --- /dev/null +++ b/main/group__HeliumComplexFloatNumber.js @@ -0,0 +1,15 @@ +var group__HeliumComplexFloatNumber = +[ + [ "inner", "namespaceinner.html", null ], + [ "vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >", "group__HeliumComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3", [ + [ "half_vector", "group__HeliumComplexFloatNumber.html#a7f273faaf9bffa861f5c157e4bb339a7", null ], + [ "predicate_t", "group__HeliumComplexFloatNumber.html#a3777de34f2324cc76ea8e00520102243", null ], + [ "real_vector", "group__HeliumComplexFloatNumber.html#a7643201f518ac18e1cefe885f5330128", null ], + [ "storage_type", "group__HeliumComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd", null ], + [ "temp_accumulator", "group__HeliumComplexFloatNumber.html#a0c4b26611359840ae77a3b6947421c07", null ], + [ "type", "group__HeliumComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02", null ], + [ "vector", "group__HeliumComplexFloatNumber.html#a2c67b52bb4d2bfd4a88059e1372280f0", null ] + ] ], + [ "vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >", "group__HeliumComplexFloatNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float_01_4_00_010_00_011_00_012_00_013_01_4", null ], + [ "vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >", "group__HeliumComplexFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float32__t_01_4_00_010_00_011_00_012_00_013_01_4", null ] +]; \ No newline at end of file diff --git a/main/group__HeliumComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3.js b/main/group__HeliumComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3.js new file mode 100644 index 00000000..758ae29d --- /dev/null +++ b/main/group__HeliumComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3.js @@ -0,0 +1,10 @@ +var group__HeliumComplexFloatNumber_structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3 = +[ + [ "half_vector", "group__HeliumComplexFloatNumber.html#a7f273faaf9bffa861f5c157e4bb339a7", null ], + [ "predicate_t", "group__HeliumComplexFloatNumber.html#a3777de34f2324cc76ea8e00520102243", null ], + [ "real_vector", "group__HeliumComplexFloatNumber.html#a7643201f518ac18e1cefe885f5330128", null ], + [ "storage_type", "group__HeliumComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd", null ], + [ "temp_accumulator", "group__HeliumComplexFloatNumber.html#a0c4b26611359840ae77a3b6947421c07", null ], + [ "type", "group__HeliumComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02", null ], + [ "vector", "group__HeliumComplexFloatNumber.html#a2c67b52bb4d2bfd4a88059e1372280f0", null ] +]; \ No newline at end of file diff --git a/main/group__HeliumComplexHalfNumber.html b/main/group__HeliumComplexHalfNumber.html new file mode 100644 index 00000000..d3b9ac70 --- /dev/null +++ b/main/group__HeliumComplexHalfNumber.html @@ -0,0 +1,407 @@ + + + + + + + +CMSIS-DSP: Complex Half + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + + +
    + + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + + + + +

    +Data Structures

    struct  vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
     Vector datatype for Helium. More...
     
    struct  vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >
     Load with generalized stride specialized for <0,1,2,3,4,5,6,7> More...
     
    struct  vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >
     Generalized store with stride (Specialized for <0,1,2,3>) More...
     
    +

    Description

    +

    Data Structure Documentation

    + +

    ◆ vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >

    + +
    +
    + + + + +
    struct vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >
    +
    +
    template<typename arch>
    +struct vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >

    Vector datatype for Helium.

    +
    Template Parameters
    + + +
    archCurrent architecture
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    Public Types

    +typedef std::complex< float16_t > type
     Scalar datatype.
     
    +typedef std::complex< float16_t > storage_type
     Storage datatype.
     
    +typedef ComplexVector< float16x8_t > vector
     Vector datatype.
     
    +typedef HalfComplexVector< float16x8_t > half_vector
     Half vector datatype.
     
    +typedef float16x8_t real_vector
     Real vector datatype.
     
    +typedef ComplexVector< float16x8_t > temp_accumulator
     Temp accumulator datatype (must be reduced to final scalar datatype)
     
    +typedef bool predicate_t
     Predicate datatype (not used for complex)
     

    Static Public Member Functions

    static ComplexVector< float16x8_t > temp_acc_zero ()
     Temp accumulator initialized to 0.
     

    Static Public Attributes

    +static constexpr bool has_vector = true
     Has vector instruction.
     
    +static constexpr bool is_float = true
     Is float.
     
    +static constexpr bool is_fixed = false
     Is not fixed point.
     
    +static constexpr bool has_predicate = false
     Has predicated loops (not used for complex)
     
    +static constexpr int nb_lanes = 8
     Number of lanes (each lane being two floats)
     
    +static constexpr bool support_mixed = true
     If support mixed arithmetic.
     
    +

    Member Function Documentation

    + +

    ◆ temp_acc_zero()

    + +
    +
    + + + + + +
    + + + + + + + +
    static ComplexVector< float16x8_t > temp_acc_zero ()
    +
    +inlinestatic
    +
    + +

    Temp accumulator initialized to 0.

    +
    Returns
    Temp accumulator initialized to 0
    + +
    +
    + +
    +
    + +

    ◆ inner::vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >

    + +
    +
    + + + + +
    struct inner::vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >
    +
    +

    Load with generalized stride specialized for <0,1,2,3,4,5,6,7>

    +
    + + + + +

    Static Public Member Functions

    static ComplexVector< float16x8_t > run (const std::complex< float16_t > *p)
     Load with generalized stride.
     
    +

    Member Function Documentation

    + +

    ◆ run()

    + +
    +
    + + + + + +
    + + + + + + + + +
    static ComplexVector< float16x8_t > run (const std::complex< float16_t > * p)
    +
    +inlinestatic
    +
    + +

    Load with generalized stride.

    +
    Parameters
    + + +
    [in]pLoad address
    +
    +
    +
    Returns
    Loaded vector
    + +
    +
    + +
    +
    + +

    ◆ inner::vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >

    + +
    +
    + + + + +
    struct inner::vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >
    +
    +

    Generalized store with stride (Specialized for <0,1,2,3>)

    +
    + + + + +

    Static Public Member Functions

    static void run (std::complex< float16_t > *p, const ComplexVector< float16x8_t > &val)
     Scatter store.
     
    +

    Member Function Documentation

    + +

    ◆ run()

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    static void run (std::complex< float16_t > * p,
    const ComplexVector< float16x8_t > & val 
    )
    +
    +inlinestatic
    +
    + +

    Scatter store.

    +
    Parameters
    + + + +
    pStore address
    [in]valValue to store
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + diff --git a/main/group__HeliumComplexHalfNumber.js b/main/group__HeliumComplexHalfNumber.js new file mode 100644 index 00000000..5e904ecd --- /dev/null +++ b/main/group__HeliumComplexHalfNumber.js @@ -0,0 +1,15 @@ +var group__HeliumComplexHalfNumber = +[ + [ "inner", "namespaceinner.html", null ], + [ "vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >", "group__HeliumComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db", [ + [ "half_vector", "group__HeliumComplexHalfNumber.html#ae85f8b9083217e6e07ed8ac85267a576", null ], + [ "predicate_t", "group__HeliumComplexHalfNumber.html#a3777de34f2324cc76ea8e00520102243", null ], + [ "real_vector", "group__HeliumComplexHalfNumber.html#a76c25894268d892709cb9d354a7a62a6", null ], + [ "storage_type", "group__HeliumComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4", null ], + [ "temp_accumulator", "group__HeliumComplexHalfNumber.html#a56c566b930f094dde07cc68c9d0db9ad", null ], + [ "type", "group__HeliumComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff", null ], + [ "vector", "group__HeliumComplexHalfNumber.html#aa66a68dbd092697845ad1fdc8abbb0ee", null ] + ] ], + [ "vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >", "group__HeliumComplexHalfNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_0f3764e0778e22e08a979438f422bbfe5", null ], + [ "vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >", "group__HeliumComplexHalfNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_5e642801addc2951256c14a74a86944f", null ] +]; \ No newline at end of file diff --git a/main/group__HeliumComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db.js b/main/group__HeliumComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db.js new file mode 100644 index 00000000..50126ead --- /dev/null +++ b/main/group__HeliumComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db.js @@ -0,0 +1,10 @@ +var group__HeliumComplexHalfNumber_structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db = +[ + [ "half_vector", "group__HeliumComplexHalfNumber.html#ae85f8b9083217e6e07ed8ac85267a576", null ], + [ "predicate_t", "group__HeliumComplexHalfNumber.html#a3777de34f2324cc76ea8e00520102243", null ], + [ "real_vector", "group__HeliumComplexHalfNumber.html#a76c25894268d892709cb9d354a7a62a6", null ], + [ "storage_type", "group__HeliumComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4", null ], + [ "temp_accumulator", "group__HeliumComplexHalfNumber.html#a56c566b930f094dde07cc68c9d0db9ad", null ], + [ "type", "group__HeliumComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff", null ], + [ "vector", "group__HeliumComplexHalfNumber.html#aa66a68dbd092697845ad1fdc8abbb0ee", null ] +]; \ No newline at end of file diff --git a/main/group__HeliumComplexQ15Number.html b/main/group__HeliumComplexQ15Number.html new file mode 100644 index 00000000..04f8a6c6 --- /dev/null +++ b/main/group__HeliumComplexQ15Number.html @@ -0,0 +1,158 @@ + + + + + + + +CMSIS-DSP: Complex Q15 + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + + +
    + + + + +

    +Namespaces

    namespace  inner
     
    +

    Description

    +
    +
    + + + + diff --git a/main/group__HeliumComplexQ15Number.js b/main/group__HeliumComplexQ15Number.js new file mode 100644 index 00000000..ad5e5ca2 --- /dev/null +++ b/main/group__HeliumComplexQ15Number.js @@ -0,0 +1,4 @@ +var group__HeliumComplexQ15Number = +[ + [ "inner", "namespaceinner.html", null ] +]; \ No newline at end of file diff --git a/main/group__HeliumComplexQ31Number.html b/main/group__HeliumComplexQ31Number.html new file mode 100644 index 00000000..ea98af0e --- /dev/null +++ b/main/group__HeliumComplexQ31Number.html @@ -0,0 +1,158 @@ + + + + + + + +CMSIS-DSP: Complex Q31 + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + + +
    + + + + +

    +Namespaces

    namespace  inner
     
    +

    Description

    +
    +
    + + + + diff --git a/main/group__HeliumComplexQ31Number.js b/main/group__HeliumComplexQ31Number.js new file mode 100644 index 00000000..48867a03 --- /dev/null +++ b/main/group__HeliumComplexQ31Number.js @@ -0,0 +1,4 @@ +var group__HeliumComplexQ31Number = +[ + [ "inner", "namespaceinner.html", null ] +]; \ No newline at end of file diff --git a/main/group__HeliumFloatNumber.html b/main/group__HeliumFloatNumber.html index 3e983f22..0f781fdf 100644 --- a/main/group__HeliumFloatNumber.html +++ b/main/group__HeliumFloatNumber.html @@ -148,30 +148,18 @@ struct  vctpq< float >  vctpq for this datatype More...
      -struct  vload1_gen_stride< S > - Load with generalized stride (gather load) More...
    -  -struct  vload1_gen_stride< 0, 1, 2, 3 > - Load with generalized stride specialized for <0,1,2,3> More...
    -  -struct  vload1_gen_stride_z< S > - Load with generalized stride (gather load) and tail predicate. More...
    -  -struct  vload1_gen_stride_z< 0, 1, 2, 3 > - Load with generalized stride (gather load) and tail predicate specialized for <0,1,2,3> More...
    -  -struct  vstore1_gen_stride< S > - Generalized store with strides. More...
    -  -struct  vstore1_gen_stride< 0, 1, 2, 3 > - Generalized store with stride (Specialized for <0,1,2,3>) More...
    -  -struct  vstore1_gen_stride_z< S > - Store with generalized strides and tail predicate. More...
    -  -struct  vstore1_gen_stride_z< 0, 1, 2, 3 > - Scatter store with tail predicate (specialized for <0,1,2,3>) More...
    -  +struct  vload1_gen_stride< float32_t, 0, 1, 2, 3 > + Load with generalized stride specialized for <0,1,2,3> More...
    +  +struct  vload1_gen_stride_z< float32_t, 0, 1, 2, 3 > + Load with generalized stride (gather load) and tail predicate specialized for <0,1,2,3> More...
    +  +struct  vstore1_gen_stride< float32_t, 0, 1, 2, 3 > + Generalized store with stride (Specialized for <0,1,2,3>) More...
    +  +struct  vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 > + Scatter store with tail predicate (specialized for <0,1,2,3>) More...

    Description


    Data Structure Documentation

    @@ -400,78 +388,14 @@

    -

    ◆ inner::vload1_gen_stride

    + +

    ◆ inner::vload1_gen_stride< float32_t, 0, 1, 2, 3 >

    - - -
    struct inner::vload1_gen_stride
    -
    -
    template<int ... S>
    -struct inner::vload1_gen_stride< S >

    Load with generalized stride (gather load)

    -
    Template Parameters
    - - -
    SList of offsets known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static float32x4_t run (const float32_t *p)
     Load with generalized stride.
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - -
    static float32x4_t run (const float32_tp)
    -
    -inlinestatic
    -
    - -

    Load with generalized stride.

    -
    Parameters
    - - -
    [in]pLoad address
    -
    -
    -
    Returns
    Gather load
    - -
    -
    - -
    -
    - -

    ◆ inner::vload1_gen_stride< 0, 1, 2, 3 >

    - -
    -
    - - - +
    struct inner::vload1_gen_stride< 0, 1, 2, 3 >struct inner::vload1_gen_stride< float32_t, 0, 1, 2, 3 >
    @@ -521,96 +445,14 @@

    -

    ◆ inner::vload1_gen_stride_z

    - -
    -
    - - - - -
    struct inner::vload1_gen_stride_z
    -
    -
    template<int ... S>
    -struct inner::vload1_gen_stride_z< S >

    Load with generalized stride (gather load) and tail predicate.

    -
    Template Parameters
    - - -
    SList of offsets known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static float32x4_t run (const float32_t *p, const std::size_t nb, const mve_pred16_t p0)
     Load.
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    static float32x4_t run (const float32_tp,
    const std::size_t nb,
    const mve_pred16_t p0 
    )
    -
    -inlinestatic
    -
    - -

    Load.

    -
    Parameters
    - - - - -
    [in]pLoad address
    [in]nbNumber of remaining samples in loop
    [in]p0Predicate for remaining samples
    -
    -
    -
    Returns
    Gather load with predicate
    - -
    -
    - -
    -
    - -

    ◆ inner::vload1_gen_stride_z< 0, 1, 2, 3 >

    + +

    ◆ inner::vload1_gen_stride_z< float32_t, 0, 1, 2, 3 >

    - +
    struct inner::vload1_gen_stride_z< 0, 1, 2, 3 >struct inner::vload1_gen_stride_z< float32_t, 0, 1, 2, 3 >
    @@ -684,88 +526,14 @@

    -

    ◆ inner::vstore1_gen_stride

    + +

    ◆ inner::vstore1_gen_stride< float32_t, 0, 1, 2, 3 >

    - - -
    struct inner::vstore1_gen_stride
    -
    -
    template<int ... S>
    -struct inner::vstore1_gen_stride< S >

    Generalized store with strides.

    -
    Template Parameters
    - - -
    SStride values known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static void run (float32_t *p, const float32x4_t val)
     Scatter store.
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - -
    static void run (float32_tp,
    const float32x4_t val 
    )
    -
    -inlinestatic
    -
    - -

    Scatter store.

    -
    Parameters
    - - - -
    pStore address
    [in]valVAlue to store
    -
    -
    - -
    -
    - -
    -
    - -

    ◆ inner::vstore1_gen_stride< 0, 1, 2, 3 >

    - -
    -
    - - - +
    struct inner::vstore1_gen_stride< 0, 1, 2, 3 >struct inner::vstore1_gen_stride< float32_t, 0, 1, 2, 3 >
    @@ -825,102 +593,14 @@

    -

    ◆ inner::vstore1_gen_stride_z

    - -
    -
    - - - - -
    struct inner::vstore1_gen_stride_z
    -
    -
    template<int ... S>
    -struct inner::vstore1_gen_stride_z< S >

    Store with generalized strides and tail predicate.

    -
    Template Parameters
    - - -
    SStrides values known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static void vstore1_z (float32_t *p, const float32x4_t val, const std::size_t nb, const mve_pred16_t p0)
     Scatter store with tail predicate.
     
    -

    Member Function Documentation

    - -

    ◆ vstore1_z()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static void vstore1_z (float32_tp,
    const float32x4_t val,
    const std::size_t nb,
    const mve_pred16_t p0 
    )
    -
    -inlinestatic
    -
    - -

    Scatter store with tail predicate.

    -
    Parameters
    - - - - - -
    pStore address
    [in]valValue to store
    [in]nbRemaining number of loops
    [in]p0Loop predicate
    -
    -
    - -
    -
    - -
    -
    - -

    ◆ inner::vstore1_gen_stride_z< 0, 1, 2, 3 >

    + +

    ◆ inner::vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >

    - +
    struct inner::vstore1_gen_stride_z< 0, 1, 2, 3 >struct inner::vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >
    diff --git a/main/group__HeliumFloatNumber.js b/main/group__HeliumFloatNumber.js index 45b81e16..bff68e92 100644 --- a/main/group__HeliumFloatNumber.js +++ b/main/group__HeliumFloatNumber.js @@ -9,12 +9,8 @@ var group__HeliumFloatNumber = [ "vector", "group__HeliumFloatNumber.html#a80c09e97407d5640a99667e3ea61d293", null ] ] ], [ "vctpq< float >", "group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4", null ], - [ "vload1_gen_stride< S >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride", null ], - [ "vload1_gen_stride< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_010_00_011_00_012_00_013_01_4", null ], - [ "vload1_gen_stride_z< S >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z", null ], - [ "vload1_gen_stride_z< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_010_00_011_00_012_00_013_01_4", null ], - [ "vstore1_gen_stride< S >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride", null ], - [ "vstore1_gen_stride< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_010_00_011_00_012_00_013_01_4", null ], - [ "vstore1_gen_stride_z< S >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z", null ], - [ "vstore1_gen_stride_z< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_010_00_011_00_012_00_013_01_4", null ] + [ "vload1_gen_stride< float32_t, 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4", null ], + [ "vload1_gen_stride_z< float32_t, 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4", null ], + [ "vstore1_gen_stride< float32_t, 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4", null ], + [ "vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4", null ] ]; \ No newline at end of file diff --git a/main/group__HeliumNumber.html b/main/group__HeliumNumber.html index 7419ab15..17599a3b 100644 --- a/main/group__HeliumNumber.html +++ b/main/group__HeliumNumber.html @@ -129,15 +129,21 @@
    Helium specific number definitions
    + + + + + + + + @@ -148,755 +154,8 @@ -

    Content

     Complex Float
     
     Complex Half
     
     Complex Q15
     
     Complex Q31
     
     Float
     
     Half
     
     Q7
     
    - - - -

    -Namespaces

    namespace  inner
     
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -Data Structures

    struct  vctpq< float >
     vctpq for this datatype More...
     
    struct  vload1_gen_stride< S >
     Load with generalized stride (gather load) More...
     
    struct  vload1_gen_stride< 0, 1, 2, 3 >
     Load with generalized stride specialized for <0,1,2,3> More...
     
    struct  vload1_gen_stride_z< S >
     Load with generalized stride (gather load) and tail predicate. More...
     
    struct  vload1_gen_stride_z< 0, 1, 2, 3 >
     Load with generalized stride (gather load) and tail predicate specialized for <0,1,2,3> More...
     
    struct  vstore1_gen_stride< S >
     Generalized store with strides. More...
     
    struct  vstore1_gen_stride< 0, 1, 2, 3 >
     Generalized store with stride (Specialized for <0,1,2,3>) More...
     
    struct  vstore1_gen_stride_z< S >
     Store with generalized strides and tail predicate. More...
     
    struct  vstore1_gen_stride_z< 0, 1, 2, 3 >
     Scatter store with tail predicate (specialized for <0,1,2,3>) More...
     
    struct  vctpq< float16_t >
     vctpq for Helium and f16 More...
     

    Description

    -

    Data Structure Documentation

    - -

    ◆ inner::vctpq< float >

    - -
    -
    - - - - -
    struct inner::vctpq< float >
    -
    -

    vctpq for this datatype

    -
    - - - - -

    Static Public Member Functions

    static mve_pred16_t mk (uint32_t v)
     Make a predicate.
     
    -

    Member Function Documentation

    - -

    ◆ mk()

    - -
    -
    - - - - - -
    - - - - - - - - -
    static mve_pred16_t mk (uint32_t v)
    -
    -inlinestatic
    -
    - -

    Make a predicate.

    -
    Parameters
    - - -
    [in]vNumber of iterations
    -
    -
    -
    Returns
    Predicate
    - -
    -
    - -
    -
    - -

    ◆ inner::vload1_gen_stride

    - -
    -
    - - - - -
    struct inner::vload1_gen_stride
    -
    -
    template<int ... S>
    -struct inner::vload1_gen_stride< S >

    Load with generalized stride (gather load)

    -
    Template Parameters
    - - -
    SList of offsets known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static float32x4_t run (const float32_t *p)
     Load with generalized stride.
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - -
    static float32x4_t run (const float32_tp)
    -
    -inlinestatic
    -
    - -

    Load with generalized stride.

    -
    Parameters
    - - -
    [in]pLoad address
    -
    -
    -
    Returns
    Gather load
    - -
    -
    - -
    -
    - -

    ◆ inner::vload1_gen_stride< 0, 1, 2, 3 >

    - -
    -
    - - - - -
    struct inner::vload1_gen_stride< 0, 1, 2, 3 >
    -
    -

    Load with generalized stride specialized for <0,1,2,3>

    -
    - - - - -

    Static Public Member Functions

    static float32x4_t run (const float32_t *p)
     Load with generalized stride.
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - -
    static float32x4_t run (const float32_tp)
    -
    -inlinestatic
    -
    - -

    Load with generalized stride.

    -
    Parameters
    - - -
    [in]pLoad address
    -
    -
    -
    Returns
    Loaded vector
    - -
    -
    - -
    -
    - -

    ◆ inner::vload1_gen_stride_z

    - -
    -
    - - - - -
    struct inner::vload1_gen_stride_z
    -
    -
    template<int ... S>
    -struct inner::vload1_gen_stride_z< S >

    Load with generalized stride (gather load) and tail predicate.

    -
    Template Parameters
    - - -
    SList of offsets known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static float32x4_t run (const float32_t *p, const std::size_t nb, const mve_pred16_t p0)
     Load.
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    static float32x4_t run (const float32_tp,
    const std::size_t nb,
    const mve_pred16_t p0 
    )
    -
    -inlinestatic
    -
    - -

    Load.

    -
    Parameters
    - - - - -
    [in]pLoad address
    [in]nbNumber of remaining samples in loop
    [in]p0Predicate for remaining samples
    -
    -
    -
    Returns
    Gather load with predicate
    - -
    -
    - -
    -
    - -

    ◆ inner::vload1_gen_stride_z< 0, 1, 2, 3 >

    - -
    -
    - - - - -
    struct inner::vload1_gen_stride_z< 0, 1, 2, 3 >
    -
    -

    Load with generalized stride (gather load) and tail predicate specialized for <0,1,2,3>

    -
    Template Parameters
    - - -
    SList of offsets known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static float32x4_t run (const float32_t *p, const std::size_t nb, const mve_pred16_t p0)
     Gather load with predicated specialized for <0,1,2,3>
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    static float32x4_t run (const float32_tp,
    const std::size_t nb,
    const mve_pred16_t p0 
    )
    -
    -inlinestatic
    -
    - -

    Gather load with predicated specialized for <0,1,2,3>

    -
    Parameters
    - - - - -
    [in]pLoad address
    [in]nbNumber of remaining samples in the loop
    [in]p0Predicate for samples in the loop
    -
    -
    -
    Returns
    Gather load
    - -
    -
    - -
    -
    - -

    ◆ inner::vstore1_gen_stride

    - -
    -
    - - - - -
    struct inner::vstore1_gen_stride
    -
    -
    template<int ... S>
    -struct inner::vstore1_gen_stride< S >

    Generalized store with strides.

    -
    Template Parameters
    - - -
    SStride values known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static void run (float32_t *p, const float32x4_t val)
     Scatter store.
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - -
    static void run (float32_tp,
    const float32x4_t val 
    )
    -
    -inlinestatic
    -
    - -

    Scatter store.

    -
    Parameters
    - - - -
    pStore address
    [in]valVAlue to store
    -
    -
    - -
    -
    - -
    -
    - -

    ◆ inner::vstore1_gen_stride< 0, 1, 2, 3 >

    - -
    -
    - - - - -
    struct inner::vstore1_gen_stride< 0, 1, 2, 3 >
    -
    -

    Generalized store with stride (Specialized for <0,1,2,3>)

    -
    - - - - -

    Static Public Member Functions

    static void run (float32_t *p, const float32x4_t val)
     Scatter store.
     
    -

    Member Function Documentation

    - -

    ◆ run()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - -
    static void run (float32_tp,
    const float32x4_t val 
    )
    -
    -inlinestatic
    -
    - -

    Scatter store.

    -
    Parameters
    - - - -
    pStore address
    [in]valValue to store
    -
    -
    - -
    -
    - -
    -
    - -

    ◆ inner::vstore1_gen_stride_z

    - -
    -
    - - - - -
    struct inner::vstore1_gen_stride_z
    -
    -
    template<int ... S>
    -struct inner::vstore1_gen_stride_z< S >

    Store with generalized strides and tail predicate.

    -
    Template Parameters
    - - -
    SStrides values known at built time
    -
    -
    -
    - - - - -

    Static Public Member Functions

    static void vstore1_z (float32_t *p, const float32x4_t val, const std::size_t nb, const mve_pred16_t p0)
     Scatter store with tail predicate.
     
    -

    Member Function Documentation

    - -

    ◆ vstore1_z()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static void vstore1_z (float32_tp,
    const float32x4_t val,
    const std::size_t nb,
    const mve_pred16_t p0 
    )
    -
    -inlinestatic
    -
    - -

    Scatter store with tail predicate.

    -
    Parameters
    - - - - - -
    pStore address
    [in]valValue to store
    [in]nbRemaining number of loops
    [in]p0Loop predicate
    -
    -
    - -
    -
    - -
    -
    - -

    ◆ inner::vstore1_gen_stride_z< 0, 1, 2, 3 >

    - -
    -
    - - - - -
    struct inner::vstore1_gen_stride_z< 0, 1, 2, 3 >
    -
    -

    Scatter store with tail predicate (specialized for <0,1,2,3>)

    -
    - - - - -

    Static Public Member Functions

    static void vstore1_z (float32_t *p, const float32x4_t val, const std::size_t nb, const mve_pred16_t p0)
     Scatter store with tail predicate.
     
    -

    Member Function Documentation

    - -

    ◆ vstore1_z()

    - -
    -
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    static void vstore1_z (float32_tp,
    const float32x4_t val,
    const std::size_t nb,
    const mve_pred16_t p0 
    )
    -
    -inlinestatic
    -
    - -

    Scatter store with tail predicate.

    -
    Parameters
    - - - - - -
    pStore address
    [in]valValue to store
    [in]nbNumber of remaining loops
    [in]p0Loop predicate
    -
    -
    - -
    -
    - -
    -
    - -

    ◆ inner::vctpq< float16_t >

    - -
    -
    - - - - -
    struct inner::vctpq< float16_t >
    -
    -

    vctpq for Helium and f16

    -
    - - - - -

    Static Public Member Functions

    static mve_pred16_t mk (uint32_t v)
     Make predicate.
     
    -

    Member Function Documentation

    - -

    ◆ mk()

    - -
    -
    - - - - - -
    - - - - - - - - -
    static mve_pred16_t mk (uint32_t v)
    -
    -inlinestatic
    -
    - -

    Make predicate.

    -
    Parameters
    - - -
    [in]vRemaining iterations
    -
    -
    -
    Returns
    Predicate
    - -
    -
    - -
    -
    diff --git a/main/group__HeliumNumber.js b/main/group__HeliumNumber.js index 6a2782d3..014887da 100644 --- a/main/group__HeliumNumber.js +++ b/main/group__HeliumNumber.js @@ -1,19 +1,12 @@ var group__HeliumNumber = [ + [ "Complex Float", "group__HeliumComplexFloatNumber.html", "group__HeliumComplexFloatNumber" ], + [ "Complex Half", "group__HeliumComplexHalfNumber.html", "group__HeliumComplexHalfNumber" ], + [ "Complex Q15", "group__HeliumComplexQ15Number.html", "group__HeliumComplexQ15Number" ], + [ "Complex Q31", "group__HeliumComplexQ31Number.html", "group__HeliumComplexQ31Number" ], [ "Float", "group__HeliumFloatNumber.html", "group__HeliumFloatNumber" ], [ "Half", "group__HeliumHalfNumber.html", "group__HeliumHalfNumber" ], [ "Q15", "group__HeliumQ15Number.html", "group__HeliumQ15Number" ], [ "Q31", "group__HeliumQ31Number.html", "group__HeliumQ31Number" ], - [ "Q7", "group__HeliumQ7Number.html", "group__HeliumQ7Number" ], - [ "inner", "namespaceinner.html", null ], - [ "vctpq< float >", "group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4", null ], - [ "vload1_gen_stride< S >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride", null ], - [ "vload1_gen_stride< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_010_00_011_00_012_00_013_01_4", null ], - [ "vload1_gen_stride_z< S >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z", null ], - [ "vload1_gen_stride_z< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_010_00_011_00_012_00_013_01_4", null ], - [ "vstore1_gen_stride< S >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride", null ], - [ "vstore1_gen_stride< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_010_00_011_00_012_00_013_01_4", null ], - [ "vstore1_gen_stride_z< S >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z", null ], - [ "vstore1_gen_stride_z< 0, 1, 2, 3 >", "group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_010_00_011_00_012_00_013_01_4", null ], - [ "vctpq< float16_t >", "group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4", null ] + [ "Q7", "group__HeliumQ7Number.html", "group__HeliumQ7Number" ] ]; \ No newline at end of file diff --git a/main/group__Matrix.html b/main/group__Matrix.html index 5d837f41..2da24688 100644 --- a/main/group__Matrix.html +++ b/main/group__Matrix.html @@ -192,18 +192,18 @@

    Public Types

    -
    -using Scalar = typename traits< LHS >::Scalar - Type of vector elements.
    -  - -using Vector = typename traits< LHS >::Vector - Type of vector in the architecture.
    -  + +using ScalarLHS = typename traits< LHS >::Scalar + Type of vector elements.
    +  + +using VectorLHS = typename traits< LHS >::Vector + Type of vector in the architecture.

    Public Member Functions

    _Outer (const LHS &lhs, const RHS &rhs, const _BinaryOperator< Scalar, DerivedOp > &op) - Create an Outer operator.
    -  + _Outer (const LHS &lhs, const RHS &rhs, const _BinaryOperator< ScalarLHS, ScalarRHS, DerivedOp > &op) + Create an Outer operator.
    +   _Outer (const _Outer &other)  Create an Outer operator from another operator of same type.
      @@ -222,18 +222,18 @@

    vector_length_t columns () const  Columns of the matrix.
      -template<typename R = RHS, typename L = LHS, typename std::enable_if< IsVector< L >::value &&IsVector< R >::value, bool >::type = true> -Scalar const operator() (const index_t r, const index_t c) const - Expression value at given position.
    -  -template<typename R = RHS, typename L = LHS, typename std::enable_if< IsVector< L >::value &&IsVector< R >::value, bool >::type = true> -Vector const matrix_op (const index_t r, const index_t c) const - Expression vector value at given position.
    -  -template<typename R = RHS, typename L = LHS, typename std::enable_if< IsVector< L >::value &&IsVector< R >::value, bool >::type = true> -Vector const matrix_op_tail (const index_t r, const index_t c, const vector_length_t remaining) const - Expression vector value at given position with tail predication.
    -  +template<typename R = RHS, typename L = LHS, typename std::enable_if< IsVector< L >::value &&IsVector< R >::value, bool >::type = true> +auto operator() (const index_t r, const index_t c) const + Expression value at given position.
    +  +template<typename R = RHS, typename L = LHS, typename std::enable_if< IsVector< L >::value &&IsVector< R >::value, bool >::type = true> +auto matrix_op (const index_t r, const index_t c) const + Expression vector value at given position.
    +  +template<typename R = RHS, typename L = LHS, typename std::enable_if< IsVector< L >::value &&IsVector< R >::value, bool >::type = true> +auto matrix_op_tail (const index_t r, const index_t c, const vector_length_t remaining) const + Expression vector value at given position with tail predication.
    - Public Member Functions inherited from _Expr< _Outer< LHS, RHS, DerivedOp > > _Outer< LHS, RHS, DerivedOp > & derived ()  Derived datatype.
    @@ -270,8 +270,8 @@

     

    Constructor & Destructor Documentation

    -
    -

    ◆ _Outer() [1/3]

    + +

    ◆ _Outer() [1/3]

    @@ -294,7 +294,7 @@

    - const _BinaryOperator< Scalar, DerivedOp > &  + const _BinaryOperator< ScalarLHS, ScalarRHS, DerivedOp > &  op  @@ -461,8 +461,8 @@

    -

    ◆ matrix_op()

    + +

    ◆ matrix_op()

    @@ -471,7 +471,7 @@

    - + @@ -515,8 +515,8 @@

    -

    ◆ matrix_op_tail()

    + +

    ◆ matrix_op_tail()

    @@ -525,7 +525,7 @@

    Vector const matrix_op auto matrix_op ( const index_t  r,
    - + @@ -576,8 +576,8 @@

    -

    ◆ operator()()

    + +

    ◆ operator()()

    @@ -586,7 +586,7 @@

    Vector const matrix_op_tail auto matrix_op_tail ( const index_t  r,
    - + @@ -874,7 +874,7 @@

    - + @@ -992,17 +992,19 @@

    - - - - - - + + + + + + + + - + @@ -2638,7 +2640,7 @@

    - + @@ -2817,17 +2819,19 @@

    - - - - - - + + + + + + + + - + @@ -4744,7 +4748,7 @@

    - + @@ -6366,7 +6370,7 @@

    - + @@ -8008,7 +8012,7 @@

    - + diff --git a/main/group__Matrix.js b/main/group__Matrix.js index 22502bc8..41a37336 100644 --- a/main/group__Matrix.js +++ b/main/group__Matrix.js @@ -1,16 +1,16 @@ var group__Matrix = [ [ "_Outer< LHS, RHS, DerivedOp >", "group__Matrix.html#structarm__cmsis__dsp_1_1__Outer", [ - [ "Scalar", "group__Matrix.html#a92d556ad09113e9ed985e7636995413b", null ], - [ "Vector", "group__Matrix.html#ac36ac26d54b3c30816c5d59a37242d22", null ], - [ "_Outer", "group__Matrix.html#a39ac7c6f90f1e1add6e5b4a2fc20f222", null ], + [ "ScalarLHS", "group__Matrix.html#ae5a5ec66969419aacb382cbb1120e989", null ], + [ "VectorLHS", "group__Matrix.html#a402a40d59c3350d926139ece2fd282b4", null ], + [ "_Outer", "group__Matrix.html#a40f017d8971c7a125d4e0e026a82e75e", null ], [ "_Outer", "group__Matrix.html#a92940fa16ed7a72448f710d0655cdb27", null ], [ "_Outer", "group__Matrix.html#ad66af455b861f9e03c1166e5b3c20f6c", null ], [ "columns", "group__Matrix.html#ab00a60bfa54e851d42f81f216c240a69", null ], [ "length", "group__Matrix.html#ae67c6eab2c1a37744a6fa619329f1cca", null ], - [ "matrix_op", "group__Matrix.html#a2a0db0db3652e250eb2d0780441c0c89", null ], - [ "matrix_op_tail", "group__Matrix.html#a2b07d557d906e244524ca72a204aefdc", null ], - [ "operator()", "group__Matrix.html#a91d09c9b9950d9bf0e089ed691430cef", null ], + [ "matrix_op", "group__Matrix.html#a3f2a974f390acf7a5a25ba5e17c05714", null ], + [ "matrix_op_tail", "group__Matrix.html#abc541f5ba42db2c3d6d9f8d839bc842f", null ], + [ "operator()", "group__Matrix.html#a22555b357253147f5acf53cf92b316fc", null ], [ "rows", "group__Matrix.html#a0fb228c4ace4a06bc2d993f8ff4dd002", null ] ] ], [ "Slice", "group__Matrix.html#structarm__cmsis__dsp_1_1Slice", [ diff --git a/main/group__Matrix_structarm__cmsis__dsp_1_1__Outer.js b/main/group__Matrix_structarm__cmsis__dsp_1_1__Outer.js index 79d59916..c1dec50a 100644 --- a/main/group__Matrix_structarm__cmsis__dsp_1_1__Outer.js +++ b/main/group__Matrix_structarm__cmsis__dsp_1_1__Outer.js @@ -1,14 +1,14 @@ var group__Matrix_structarm__cmsis__dsp_1_1__Outer = [ - [ "Scalar", "group__Matrix.html#a92d556ad09113e9ed985e7636995413b", null ], - [ "Vector", "group__Matrix.html#ac36ac26d54b3c30816c5d59a37242d22", null ], - [ "_Outer", "group__Matrix.html#a39ac7c6f90f1e1add6e5b4a2fc20f222", null ], + [ "ScalarLHS", "group__Matrix.html#ae5a5ec66969419aacb382cbb1120e989", null ], + [ "VectorLHS", "group__Matrix.html#a402a40d59c3350d926139ece2fd282b4", null ], + [ "_Outer", "group__Matrix.html#a40f017d8971c7a125d4e0e026a82e75e", null ], [ "_Outer", "group__Matrix.html#a92940fa16ed7a72448f710d0655cdb27", null ], [ "_Outer", "group__Matrix.html#ad66af455b861f9e03c1166e5b3c20f6c", null ], [ "columns", "group__Matrix.html#ab00a60bfa54e851d42f81f216c240a69", null ], [ "length", "group__Matrix.html#ae67c6eab2c1a37744a6fa619329f1cca", null ], - [ "matrix_op", "group__Matrix.html#a2a0db0db3652e250eb2d0780441c0c89", null ], - [ "matrix_op_tail", "group__Matrix.html#a2b07d557d906e244524ca72a204aefdc", null ], - [ "operator()", "group__Matrix.html#a91d09c9b9950d9bf0e089ed691430cef", null ], + [ "matrix_op", "group__Matrix.html#a3f2a974f390acf7a5a25ba5e17c05714", null ], + [ "matrix_op_tail", "group__Matrix.html#abc541f5ba42db2c3d6d9f8d839bc842f", null ], + [ "operator()", "group__Matrix.html#a22555b357253147f5acf53cf92b316fc", null ], [ "rows", "group__Matrix.html#a0fb228c4ace4a06bc2d993f8ff4dd002", null ] ]; \ No newline at end of file diff --git a/main/group__NUMBER.html b/main/group__NUMBER.html index 16e63286..4420cc85 100644 --- a/main/group__NUMBER.html +++ b/main/group__NUMBER.html @@ -149,6 +149,15 @@ + + + + + + + + + @@ -184,6 +193,72 @@

    +

    ◆ arm_cmsis_dsp::ComplexVector

    + +
    +
    +
    Scalar const operator() auto operator() ( const index_t  r, const VectorView< P, CS *S > col (const index_t i, const index_t start=0, const index_t stop=R) const
     Create a constant column view vector with stride.
     
    template<int RA = R, int CA = C, typename VA , typename std::enable_if< IsVector< VA >::value &&(RA==CA) &&(RA >0) &&SameElementType< VA, P >::value, bool >::type = true>
    template<int RA = R, int CA = C, typename VA , typename std::enable_if< IsVector< VA >::value &&(RA==CA) &&(RA >0) &&compatible_element< VA, P >(), bool >::type = true>
    void fill_diagonal (const VA &a)
     Fill diagonal of a matrix with a vector.
     
    void vector_store (const index_t i, const Vector val) const
     Vector store at index i
     
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    Vector const vector_op (const index_t i) const
     Vector operation at index i
     

    Static Public Member Functions

    template<int RA = R, int CA = C, typename VA , typename std::enable_if< IsVector< VA >::value &&(RA==CA) &&(RA >0) &&SameElementType< VA, P >::value, bool >::type = true>
    template<int RA = R, int CA = C, typename VA , typename std::enable_if< IsVector< VA >::value &&(RA==CA) &&(RA >0) &&compatible_element< VA, P >(), bool >::type = true>
    static Matrix< P, RA, CA, Allocator > diagonal (const VA &a)
     Create a diagonal matrix.
     
    Matrixoperator= (const _Expr< Derived > &other)
     Assign matrix from expression.
     
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&SameElementType< VA, P >::value, bool >::type = true>
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&compatible_element< VA, P >(), bool >::type = true>
    void fill_diagonal (const VA &a)
     Fill diagonal of a matrix with a vector.
     
    void vector_store (const index_t i, const Vector val) const
     Vector store at index i
     
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    Vector const vector_op (const index_t i) const
     Vector operation at index i
     

    Static Public Member Functions

    template<typename VA , typename std::enable_if< IsVector< VA >::value &&SameElementType< VA, P >::value, bool >::type = true>
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&compatible_element< VA, P >(), bool >::type = true>
    static Matrix< P, DYNAMIC, DYNAMIC, Allocator > diagonal (const VA &a)
     Create a diagonal matrix.
     
    VectorType const matrix_op (const index_t row, const index_t col) const
     Vector operation at a given row,column position
     
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&SameElementType< VA, T >::value, bool >::type = true>
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&compatible_element< VA, T >(), bool >::type = true>
    void fill_diagonal (const VA &a)
     Fill diagonal of a matrix with a vector.
     
    VectorType const matrix_op (const index_t row, const index_t col) const
     Vector operation at a given row,column position
     
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&SameElementType< VA, T >::value, bool >::type = true>
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&compatible_element< VA, T >(), bool >::type = true>
    void fill_diagonal (const VA &a)
     Fill diagonal of a matrix with a vector.
     
    VectorType const matrix_op (const index_t row, const index_t col) const
     Vector operation at a given row,column position
     
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&SameElementType< VA, T >::value, bool >::type = true>
    template<typename VA , typename std::enable_if< IsVector< VA >::value &&compatible_element< VA, T >(), bool >::type = true>
    void fill_diagonal (const VA &a)
     Fill diagonal of a matrix with a vector.
     
    struct  number_traits< T >
     Properties of a scalar datatype. More...
     
    struct  ComplexVector< T >
     Vector containing complex values and not just real values but with same number of lanes than a normal float vector. More...
     
    struct  HalfComplexVector< T >
     Vector of complex but with half lanes compared to real (2 complex) More...
     
    struct  Dual< T >
     Dual representation for complex. More...
     
    struct  vector_traits< T, arch, typename >
     Properties of a vector datatype linked to a scalar datatype. More...
     
    + + + +
    struct arm_cmsis_dsp::ComplexVector
    +

    +
    template<typename T>
    +struct arm_cmsis_dsp::ComplexVector< T >

    Vector containing complex values and not just real values but with same number of lanes than a normal float vector.

    +
    Template Parameters
    + + +
    TDatatype of vector
    +
    +
    +
    +
    +
    + +

    ◆ arm_cmsis_dsp::HalfComplexVector

    + +
    +
    + + + + +
    struct arm_cmsis_dsp::HalfComplexVector
    +
    +
    template<typename T>
    +struct arm_cmsis_dsp::HalfComplexVector< T >

    Vector of complex but with half lanes compared to real (2 complex)

    +
    Template Parameters
    + + +
    TData type of vector
    +
    +
    +
    +
    +
    + +

    ◆ arm_cmsis_dsp::Dual

    + +
    +
    + + + + +
    struct arm_cmsis_dsp::Dual
    +
    +
    template<typename T>
    +struct arm_cmsis_dsp::Dual< T >

    Dual representation for complex.

    +
    Template Parameters
    + + +
    TScalar datatype for complex
    +
    +
    +
    +
    +

    ◆ arm_cmsis_dsp::vector_traits

    diff --git a/main/group__NUMBER.js b/main/group__NUMBER.js index c4e976ee..5f6a2858 100644 --- a/main/group__NUMBER.js +++ b/main/group__NUMBER.js @@ -4,6 +4,9 @@ var group__NUMBER = [ "Helium specific number definitions", "group__HeliumNumber.html", "group__HeliumNumber" ], [ "Scalar number definitions", "group__GenericNumber.html", "group__GenericNumber" ], [ "number_traits< T >", "group__NUMBER.html#structarm__cmsis__dsp_1_1number__traits", null ], + [ "ComplexVector< T >", "group__NUMBER.html#structarm__cmsis__dsp_1_1ComplexVector", null ], + [ "HalfComplexVector< T >", "group__NUMBER.html#structarm__cmsis__dsp_1_1HalfComplexVector", null ], + [ "Dual< T >", "group__NUMBER.html#structarm__cmsis__dsp_1_1Dual", null ], [ "vector_traits< T, arch, typename >", "group__NUMBER.html#structarm__cmsis__dsp_1_1vector__traits", [ [ "storage_type", "group__NUMBER.html#a86e6521d809d67f5bd0a3b1840a518af", null ], [ "type", "group__NUMBER.html#a565429e62c1d4fd084335146ba778e17", null ] diff --git a/main/group__SCALARALG.html b/main/group__SCALARALG.html index 25eed2fc..22e19b36 100644 --- a/main/group__SCALARALG.html +++ b/main/group__SCALARALG.html @@ -136,11 +136,11 @@ - + - + @@ -152,10 +152,10 @@ - - - - + + + + @@ -172,7 +172,7 @@ - + @@ -229,8 +229,8 @@

    -

    ◆ _dot()

    + +

    ◆ _dot()

    @@ -239,7 +239,7 @@

    Functions

    template<typename T , typename DST , typename std::enable_if< IsVector< DST >::value &&SameElementType< DST, T >::value, bool >::type = true>
    template<typename T , typename DST , typename std::enable_if< IsVector< DST >::value &&compatible_element< DST, T >(), bool >::type = true>
    void _Fill (DST &v, const T val, vector_length_t l, const Scalar *=nullptr)
     Fill evaluator for scalar architecture.
     
    template<typename T , typename DST , typename std::enable_if< must_use_matrix_idx< DST >() &&SameElementType< DST, T >::value, bool >::type = true>
    template<typename T , typename DST , typename std::enable_if< must_use_matrix_idx< DST >() &&compatible_element< DST, T >(), bool >::type = true>
    void _Fill2D (DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Scalar *=nullptr)
     Fill2D evaluator for scalar architecture.
     
    void eval2D (DA &v, const DB &other, const vector_length_t rows, const vector_length_t cols, const Scalar *=nullptr)
     2D expression evaluator for scalar archiecture
     
    template<typename DA , typename DB , typename std::enable_if< vector_idx_pair< DA, DB >(), bool >::type = true>
    DotResult< DA > _dot (const DA &a, const DB &b, const vector_length_t l, const Scalar *=nullptr)
     Dot product evaluator for scalar architectuire.
     
    template<typename DA , typename DB , typename std::enable_if< vector_idx_pair< DA, DB >(), bool >::type = true>
    DotResult< DotFieldResult< DA, DB > > _dot (const DA &a, const DB &b, const vector_length_t l, const Scalar *=nullptr)
     Dot product evaluator for scalar architectuire.
     
    template<typename DA , typename DB , typename std::enable_if< vector_idx_pair< DA, DB >(), bool >::type = true>
    void _swap (DA &&a, DB &&b, const vector_length_t l, const Scalar *=nullptr)
     Swap evaluator for scalar architecture.
    __STATIC_INLINE void _dot_m_m (const MA &pSrcA, const MB &pSrcB, RES &&pDst, const TMP &BT, const Scalar *=nullptr)
     Matrix times matrix for scalar architecture and fixed point.
     
    template<typename MA , typename MB , typename RES , typename std::enable_if< number_traits< typename traits< MA >::Scalar >::is_float, bool >::type = true>
    template<typename MA , typename MB , typename RES , typename std::enable_if< is_float< MA >(), bool >::type = true>
    __STATIC_INLINE void _dot_m_m (const MA &pSrcA, const MB &pSrcB, RES &&pDst, const Scalar *=nullptr)
     Matrix times matrix for scalar architecture and float.
     
    - + diff --git a/main/group__SCALARALG.js b/main/group__SCALARALG.js index c18d7e69..96f453d2 100644 --- a/main/group__SCALARALG.js +++ b/main/group__SCALARALG.js @@ -1,7 +1,7 @@ var group__SCALARALG = [ [ "_arm_mat_trans", "group__SCALARALG.html#ga47bb2ac69df29ba95a74825e4fff2726", null ], - [ "_dot", "group__SCALARALG.html#ga5cf13c3f71d165f946688b084ec87a6a", null ], + [ "_dot", "group__SCALARALG.html#gaab556ffb9401d98c72042cac1b9b1ea0", null ], [ "_dot_m_m", "group__SCALARALG.html#gadcf9c4800720cb2ffba648426eea4411", null ], [ "_dot_m_m", "group__SCALARALG.html#ga4e6fec1c099138a96cf3f56e68b50880", null ], [ "_dot_m_v", "group__SCALARALG.html#gac896323f3479d29fb42470c2880ec387", null ], diff --git a/main/group__VECTOR.html b/main/group__VECTOR.html index 093bd8b4..2901492e 100644 --- a/main/group__VECTOR.html +++ b/main/group__VECTOR.html @@ -155,7 +155,7 @@
    DotResult< DA > _dot DotResult< DotFieldResult< DA, DB > > _dot ( const DA &  a,
    - + @@ -174,7 +174,7 @@ - + @@ -185,7 +185,14 @@
    - + + + + + @@ -253,12 +260,14 @@

    - - - - - - + + + + + + + + @@ -580,8 +589,8 @@

    -

    ◆ vector_op_tail()

    + +

    ◆ vector_op_tail()

    @@ -679,8 +688,8 @@

    -

    ◆ vector_store_tail()

    + +

    ◆ vector_store_tail()

    @@ -867,12 +876,14 @@

    - - - - - - + + + + + + + + @@ -1741,12 +1752,14 @@

    - - - - - - + + + + + + + + @@ -5240,6 +5253,51 @@

    Function Documentation

    + +

    ◆ conjugate()

    + +
    +
    +

    Functions

    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&SameElementType< LHS, RHS >::value &&same_static_length< LHS, RHS >(), bool >::type = true>
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&compatible_element< LHS, RHS >() &&same_static_length< LHS, RHS >(), bool >::type = true>
    auto operator+ (const LHS &a, const RHS &b)
     Addition operator for expressions.
     
    auto copy (const LHS &a)
     Identity operator for expression.
     
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&SameElementType< LHS, RHS >::value &&same_static_length< LHS, RHS >(), bool >::type = true>
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&compatible_element< LHS, RHS >() &&same_static_length< LHS, RHS >(), bool >::type = true>
    auto operator- (const LHS &a, const RHS &b)
     Subtraction operator for expressions.
     
     
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&SameElementType< LHS, RHS >::value &&same_static_length< LHS, RHS >(), bool >::type = true>
    template<typename LHS , typename std::enable_if<!is_scalar< LHS >(), bool >::type = true>
    auto conjugate (const LHS &a)
     
      +
    • operator for expressions
    • +
    +
     
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&compatible_element< LHS, RHS >() &&same_static_length< LHS, RHS >(), bool >::type = true>
    auto operator* (const LHS &a, const RHS &b)
     Element wise multiplication operator for expressions.
     
    void vector_store (const index_t i, const Vector val) const
     Vector store at index i
     
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    Vector const vector_op (const index_t i) const
     Vector operation at index i
     
    void vector_store (const index_t i, const Vector val) const
     Vector store at index i
     
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    Vector const vector_op (const index_t i) const
     Vector operation at index i
     
    void vector_store (const index_t i, const Vector val) const
     Vector store at index i
     
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    void vector_store_tail (const index_t i, const vector_length_t remaining, const Vector val) const
     Vector store at index i with predicated tail
     
    template<typename T = P, typename std::enable_if< vector_traits< T >::has_predicate, bool >::type = true>
    Vector const vector_op_tail (const index_t i, const vector_length_t remaining) const
     Vector operation at index i with predicated tail
     
    Vector const vector_op (const index_t i) const
     Vector operation at index i
     
    + + + + +
    + + + + + + + + +
    auto conjugate (const LHS & a)
    +
    +inline
    +

    + +

      +
    • operator for expressions
    • +
    +

    +
    Template Parameters
    + + +
    LHSLeft hand side datatype
    +
    +
    +
    Parameters
    + + +
    aLeft hand side expression tree
    +
    +
    +
    Returns
    Expression representing the - vector
    +

    -vector (including matrix)

    + +
    +

    ◆ copy()

    diff --git a/main/group__VECTOR.js b/main/group__VECTOR.js index a8390780..7950b8b1 100644 --- a/main/group__VECTOR.js +++ b/main/group__VECTOR.js @@ -13,9 +13,9 @@ var group__VECTOR = [ "ptr", "group__VECTOR.html#af12a57ecdc5aa7459bbe2f4e2b723a6c", null ], [ "ptr", "group__VECTOR.html#a3b54ceaeeebb31461d63a482309f46f7", null ], [ "vector_op", "group__VECTOR.html#a87d103b353abd756454367af97d98805", null ], - [ "vector_op_tail", "group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430", null ], + [ "vector_op_tail", "group__VECTOR.html#a46410f8cb42bb9876a6e6a4ff49591a3", null ], [ "vector_store", "group__VECTOR.html#aab12e58859127e63cc3b56177f9e8927", null ], - [ "vector_store_tail", "group__VECTOR.html#a43234ee88400c3276c152f7a5b42f57e", null ], + [ "vector_store_tail", "group__VECTOR.html#a42c936d12fb0533e78cbc8de18c1c897", null ], [ "operator<<", "group__VECTOR.html#a38679461ba64e2b1d915f057efcf8f08", null ] ] ], [ "Vector< P, L, Allocator >", "group__VECTOR.html#structarm__cmsis__dsp_1_1Vector", [ @@ -128,6 +128,7 @@ var group__VECTOR = [ "vector_store_tail", "group__VECTOR.html#a4fb45f9f4f1b5503c4e4b915eab01ea0", null ], [ "operator<<", "group__VECTOR.html#a5999a20d9e9858000b888d4e5795f778", null ] ] ], + [ "arm_cmsis_dsp::conjugate", "group__VECTOR.html#ga8d88b4b24a63a8e76886bcbe9da8f239", null ], [ "arm_cmsis_dsp::copy", "group__VECTOR.html#ga642296392b4581cbc3761d8d34625f12", null ], [ "arm_cmsis_dsp::expr", "group__VECTOR.html#ga08ae6fb2269105971a54d7c9b235d2c0", null ], [ "arm_cmsis_dsp::operator*", "group__VECTOR.html#ga598c716ed42fa423aa5ebdecdea243de", null ], diff --git a/main/group__VECTOR_structarm__cmsis__dsp_1_1Vector__Base.js b/main/group__VECTOR_structarm__cmsis__dsp_1_1Vector__Base.js index bfc04bd0..b57d55c8 100644 --- a/main/group__VECTOR_structarm__cmsis__dsp_1_1Vector__Base.js +++ b/main/group__VECTOR_structarm__cmsis__dsp_1_1Vector__Base.js @@ -12,8 +12,8 @@ var group__VECTOR_structarm__cmsis__dsp_1_1Vector__Base = [ "ptr", "group__VECTOR.html#af12a57ecdc5aa7459bbe2f4e2b723a6c", null ], [ "ptr", "group__VECTOR.html#a3b54ceaeeebb31461d63a482309f46f7", null ], [ "vector_op", "group__VECTOR.html#a87d103b353abd756454367af97d98805", null ], - [ "vector_op_tail", "group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430", null ], + [ "vector_op_tail", "group__VECTOR.html#a46410f8cb42bb9876a6e6a4ff49591a3", null ], [ "vector_store", "group__VECTOR.html#aab12e58859127e63cc3b56177f9e8927", null ], - [ "vector_store_tail", "group__VECTOR.html#a43234ee88400c3276c152f7a5b42f57e", null ], + [ "vector_store_tail", "group__VECTOR.html#a42c936d12fb0533e78cbc8de18c1c897", null ], [ "operator<<", "group__VECTOR.html#a38679461ba64e2b1d915f057efcf8f08", null ] ]; \ No newline at end of file diff --git a/main/hierarchy.html b/main/hierarchy.html index 005ec662..dba064cc 100644 --- a/main/hierarchy.html +++ b/main/hierarchy.html @@ -133,14 +133,14 @@
    This inheritance list is sorted roughly, but not completely, alphabetically:
    [detail level 1234]
    - - - - - - - - + + + + + + + + @@ -149,184 +149,204 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     C_BinaryOperator< Scalar, Derived >Unary operator
     C_BinaryOperator< Scalar, _AddOp< Scalar > >
     C_BinaryOperator< Scalar, _MulOp< Scalar > >
     C_BinaryOperator< Scalar, _SubOp< Scalar > >
     C_BinaryOperator< Scalar, DerivedOp >
     C_BinaryOperator< ScalarLHS, ScalarRHS, Derived >Unary operator
     C_BinaryOperator< ScalarLHS, ScalarRHS, _AddOp< ScalarLHS, ScalarRHS > >
     C_BinaryOperator< ScalarLHS, ScalarRHS, _MulOp< ScalarLHS, ScalarRHS > >
     C_BinaryOperator< ScalarLHS, ScalarRHS, _SubOp< ScalarLHS, ScalarRHS > >
     C_BinaryOperator< ScalarLHS, ScalarRHS, DerivedOp >
     C_Expr< T >Expression template
     C_Expr< _Binary< LHS, RHS, DerivedOp > >
     C_Expr< _Unary< LHS, DerivedOp > >
     C_UnaryOperator< Scalar, Derived >Unary operator
     C_UnaryOperator< Scalar, _NegOp< Scalar > >
     C_UnaryOperator< Scalar, _NoOp< Scalar > >
     C_UnaryOperator< Scalar, DerivedOp >
     CAccumulate< MD, MS, F, S, bool >Accumulation without saturation
     CAccumulate< MD, MS, F, S, true >Accumulation without saturation
     Carm_bilinear_interp_instance_f16Instance structure for the floating-point bilinear interpolation function
     Carm_bilinear_interp_instance_f32Instance structure for the floating-point bilinear interpolation function
     Carm_bilinear_interp_instance_q15Instance structure for the Q15 bilinear interpolation function
     Carm_bilinear_interp_instance_q31Instance structure for the Q31 bilinear interpolation function
     Carm_bilinear_interp_instance_q7Instance structure for the Q15 bilinear interpolation function
     Carm_biquad_cas_df1_32x64_ins_q31Instance structure for the high precision Q31 Biquad cascade filter
     Carm_biquad_cascade_df2T_instance_f16Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_cascade_df2T_instance_f32Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_cascade_df2T_instance_f64Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_cascade_stereo_df2T_instance_f16Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_cascade_stereo_df2T_instance_f32Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_casd_df1_inst_f16Instance structure for the floating-point Biquad cascade filter
     Carm_biquad_casd_df1_inst_f32Instance structure for the floating-point Biquad cascade filter
     Carm_biquad_casd_df1_inst_q15Instance structure for the Q15 Biquad cascade filter
     Carm_biquad_casd_df1_inst_q31Instance structure for the Q31 Biquad cascade filter
     Carm_cfft_instance_f16Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_instance_f32Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_instance_f64Instance structure for the Double Precision Floating-point CFFT/CIFFT function
     Carm_cfft_instance_q15Instance structure for the fixed-point CFFT/CIFFT function
     Carm_cfft_instance_q31Instance structure for the fixed-point CFFT/CIFFT function
     Carm_cfft_radix2_instance_f16Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_radix2_instance_f32Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_radix2_instance_q15Instance structure for the Q15 CFFT/CIFFT function
     Carm_cfft_radix2_instance_q31Instance structure for the Radix-2 Q31 CFFT/CIFFT function
     Carm_cfft_radix4_instance_f16Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_radix4_instance_f32Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_radix4_instance_q15Instance structure for the Q15 CFFT/CIFFT function
     Carm_cfft_radix4_instance_q31Instance structure for the Q31 CFFT/CIFFT function
     Carm_dct4_instance_f32Instance structure for the floating-point DCT4/IDCT4 function
     Carm_dct4_instance_q15Instance structure for the Q15 DCT4/IDCT4 function
     Carm_dct4_instance_q31Instance structure for the Q31 DCT4/IDCT4 function
     Carm_fir_decimate_instance_f32Instance structure for single precision floating-point FIR decimator
     Carm_fir_decimate_instance_f64Instance structure for double precision floating-point FIR decimator
     Carm_fir_decimate_instance_q15Instance structure for the Q15 FIR decimator
     Carm_fir_decimate_instance_q31Instance structure for the Q31 FIR decimator
     Carm_fir_instance_f16Instance structure for the floating-point FIR filter
     Carm_fir_instance_f32Instance structure for the floating-point FIR filter
     Carm_fir_instance_f64Instance structure for the floating-point FIR filter
     Carm_fir_instance_q15Instance structure for the Q15 FIR filter
     Carm_fir_instance_q31Instance structure for the Q31 FIR filter
     Carm_fir_instance_q7Instance structure for the Q7 FIR filter
     Carm_fir_interpolate_instance_f32Instance structure for the floating-point FIR interpolator
     Carm_fir_interpolate_instance_q15Instance structure for the Q15 FIR interpolator
     Carm_fir_interpolate_instance_q31Instance structure for the Q31 FIR interpolator
     Carm_fir_lattice_instance_f32Instance structure for the floating-point FIR lattice filter
     Carm_fir_lattice_instance_q15Instance structure for the Q15 FIR lattice filter
     Carm_fir_lattice_instance_q31Instance structure for the Q31 FIR lattice filter
     Carm_fir_sparse_instance_f32Instance structure for the floating-point sparse FIR filter
     Carm_fir_sparse_instance_q15Instance structure for the Q15 sparse FIR filter
     Carm_fir_sparse_instance_q31Instance structure for the Q31 sparse FIR filter
     Carm_fir_sparse_instance_q7Instance structure for the Q7 sparse FIR filter
     Carm_gaussian_naive_bayes_instance_f16Instance structure for Naive Gaussian Bayesian estimator
     Carm_gaussian_naive_bayes_instance_f32Instance structure for Naive Gaussian Bayesian estimator
     Carm_iir_lattice_instance_f32Instance structure for the floating-point IIR lattice filter
     Carm_iir_lattice_instance_q15Instance structure for the Q15 IIR lattice filter
     Carm_iir_lattice_instance_q31Instance structure for the Q31 IIR lattice filter
     Carm_linear_interp_instance_f16Instance structure for the half floating-point Linear Interpolate function
     Carm_linear_interp_instance_f32Instance structure for the floating-point Linear Interpolate function
     Carm_lms_instance_f32Instance structure for the floating-point LMS filter
     Carm_lms_instance_q15Instance structure for the Q15 LMS filter
     Carm_lms_instance_q31Instance structure for the Q31 LMS filter
     Carm_lms_norm_instance_f32Instance structure for the floating-point normalized LMS filter
     Carm_lms_norm_instance_q15Instance structure for the Q15 normalized LMS filter
     Carm_lms_norm_instance_q31Instance structure for the Q31 normalized LMS filter
     Carm_matrix_instance_f16Instance structure for the floating-point matrix structure
     Carm_matrix_instance_f32Instance structure for the floating-point matrix structure
     Carm_matrix_instance_f64Instance structure for the floating-point matrix structure
     Carm_matrix_instance_q15Instance structure for the Q15 matrix structure
     Carm_matrix_instance_q31Instance structure for the Q31 matrix structure
     Carm_matrix_instance_q7Instance structure for the Q7 matrix structure
     Carm_merge_sort_instance_f32Instance structure for the sorting algorithms
     Carm_mfcc_instance_f16Instance structure for the Floating-point MFCC function
     Carm_mfcc_instance_f32Instance structure for the Floating-point MFCC function
     Carm_mfcc_instance_q15Instance structure for the Q15 MFCC function
     Carm_mfcc_instance_q31Instance structure for the Q31 MFCC function
     Carm_pid_instance_f32Instance structure for the floating-point PID Control
     Carm_pid_instance_q15Instance structure for the Q15 PID Control
     Carm_pid_instance_q31Instance structure for the Q31 PID Control
     Carm_rfft_fast_instance_f16Instance structure for the floating-point RFFT/RIFFT function
     Carm_rfft_fast_instance_f32Instance structure for the floating-point RFFT/RIFFT function
     Carm_rfft_fast_instance_f64Instance structure for the Double Precision Floating-point RFFT/RIFFT function
     Carm_rfft_instance_f32Instance structure for the floating-point RFFT/RIFFT function
     Carm_rfft_instance_q15Instance structure for the Q15 RFFT/RIFFT function
     Carm_rfft_instance_q31Instance structure for the Q31 RFFT/RIFFT function
     Carm_sort_instance_f32Instance structure for the sorting algorithms
     Carm_spline_instance_f32Instance structure for the floating-point cubic spline interpolation
     Carm_svm_linear_instance_f16Instance structure for linear SVM prediction function
     Carm_svm_linear_instance_f32Instance structure for linear SVM prediction function
     Carm_svm_polynomial_instance_f16Instance structure for polynomial SVM prediction function
     Carm_svm_polynomial_instance_f32Instance structure for polynomial SVM prediction function
     Carm_svm_rbf_instance_f16Instance structure for rbf SVM prediction function
     Carm_svm_rbf_instance_f32Instance structure for rbf SVM prediction function
     Carm_svm_sigmoid_instance_f16Instance structure for sigmoid SVM prediction function
     Carm_svm_sigmoid_instance_f32Instance structure for sigmoid SVM prediction function
     Cdefault_user_allocator_malloc_freeMalloc memory allocator
     Cfixed_storage_type< M, F, s, bool >Storage type for a fixed point number
     Cfixed_storage_type< M, F, false >
     Cfixed_storage_type< M, F, false, test16(M, F, 0)>Storage type for a fixed point number representable on uint16
     Cfixed_storage_type< M, F, false, test32(M, F, 0)>Storage type for a fixed point number representable on uint32
     Cfixed_storage_type< M, F, false, test64(M, F, 0)>Storage type for a fixed point number representable on uint64
     Cfixed_storage_type< M, F, false, test8(M, F, 0)>Storage type for a fixed point number representable on uint8
     Cfixed_storage_type< M, F, true >
     Cfixed_storage_type< M, F, true, test16(M, F, 1)>Storage type for a fixed point number representable on int16
     Cfixed_storage_type< M, F, true, test32(M, F, 1)>Storage type for a fixed point number representable on int32
     Cfixed_storage_type< M, F, true, test64(M, F, 1)>Storage type for a fixed point number representable on int64
     Cfixed_storage_type< M, F, true, test8(M, F, 1)>Storage type for a fixed point number representable on int8
     CFixedCastShift< M, FD, FS, S,(FD >FS)>Changed fractional representation of a fixed point number using a shift
     CFixedCastShift< M, FD, FS, S,(FD< FS)>Changed fractional representation of a fixed point number using a shift
     CListElemSimple list of elements
     Cmalloc_allocator< L >Default memory allocator for vectors and matrixes
     CMatrixView< T, S >Matrix
     CMatrixView< T, DYNAMIC >Dynamic Matrix View
     CMemoryPool< BUF_SIZE, UserAllocator >This class describes a memory pool that can be used to build a memory allocator for vectors and matrixes
     Cnumber_traits< T >Properties of a scalar datatype
     Cnumber_traits< double >Features for double
     Cnumber_traits< float >Features for float
     Cnumber_traits< float16_t >Feature of float16 datatype
     Cnumber_traits< Q15 >Q15 features
     Cnumber_traits< Q31 >Features for Q31
     Cnumber_traits< Q7 >Q7 features
     Cnumber_traits< std::tuple< E... > >Number description for a tuple of numbers
     CQ< M, F, S, T >Fixed point template
     CQ15DSPVectorRepresentation of a vector when DSP extension supported
     CQ< M, F, false, uint16_t >Unsigned fixed point datatypes on 16 bits
     CQ< M, F, false, uint32_t >Unsigned fixed point datatypes on 32 bits
     CQ< M, F, false, uint64_t >Unsigned fixed point datatypes on 64 bits
     CQ< M, F, false, uint8_t >Unsigned fixed point datatypes on 8 bits
     CQ< M, F, true, int16_t >Signed fixed point datatypes on 16 bits
     CQ< M, F, true, int32_t >Signed fixed point datatypes on 32 bits
     CQ< M, F, true, int64_t >Signed fixed point datatypes on 64 bits
     CQ< M, F, true, int8_t >Signed fixed point datatypes on 8 bits
     CScalar
     CSliceSlice
     Cuser_allocator_aligned_mallocMemory allocation for aligned buffers
     Cvctpq< T, typename >Predicate (only defined for vector architectures)
     Cvctpq< float >Vctpq for this datatype
     Cvctpq< float16_t >Vctpq for Helium and f16
     CVector_Base< P >Storage for a vector
     Cvector_traits< T, arch, typename >Properties of a vector datatype linked to a scalar datatype
     Cvector_traits< double, arch, void >Default vector datatype description for this scalar datatype
     Cvector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >Vector datatype for Helium
     Cvector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >Vector instructions for float when no Helium or Neon
     Cvector_traits< float16_t >Float16 vector descrition when no vector architecture
     Cvector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >Vector features for f16 on Helium
     Cvector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >Vector features for Q15 on Helium
     Cvector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >Vector features for Q15 when no vector architecture
     Cvector_traits< Q15, DSP, typename std::enable_if< true >::type >Vector description for Q15 with DSP extensions
     Cvector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >Vector features for Q31 when no vector instructions
     Cvector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >Vector descrition when no vector architecture
     Cvector_traits< std::tuple< E... >, arch >Tuple of compatible vectors
     CVectorView< T, stride >Vector view
     CVectorView< T, 1 >
     CVectorView< T, DYNAMIC >Vector view with dynamic stride (not known at build time)
     Cvload1_gen_stride< S >Load with generalized stride (gather load)
     Cvload1_gen_stride< 0, 1, 2, 3 >Load with generalized stride specialized for <0,1,2,3>
     Cvload1_gen_stride_z< S >Load with generalized stride (gather load) and tail predicate
     Cvload1_gen_stride_z< 0, 1, 2, 3 >Load with generalized stride (gather load) and tail predicate specialized for <0,1,2,3>
     Cvstore1_gen_stride< S >Generalized store with strides
     Cvstore1_gen_stride< 0, 1, 2, 3 >Generalized store with stride (Specialized for <0,1,2,3>)
     Cvstore1_gen_stride_z< S >Store with generalized strides and tail predicate
     Cvstore1_gen_stride_z< 0, 1, 2, 3 >Scatter store with tail predicate (specialized for <0,1,2,3>)
     C_UnaryOperator< Scalar, _ConjugateOp< Scalar > >
     C_UnaryOperator< Scalar, _NegOp< Scalar > >
     C_UnaryOperator< Scalar, _NoOp< Scalar > >
     C_UnaryOperator< Scalar, DerivedOp >
     CAccumulate< MD, MS, F, S, bool >Accumulation without saturation
     CAccumulate< MD, MS, F, S, true >Accumulation without saturation
     Carm_bilinear_interp_instance_f16Instance structure for the floating-point bilinear interpolation function
     Carm_bilinear_interp_instance_f32Instance structure for the floating-point bilinear interpolation function
     Carm_bilinear_interp_instance_q15Instance structure for the Q15 bilinear interpolation function
     Carm_bilinear_interp_instance_q31Instance structure for the Q31 bilinear interpolation function
     Carm_bilinear_interp_instance_q7Instance structure for the Q15 bilinear interpolation function
     Carm_biquad_cas_df1_32x64_ins_q31Instance structure for the high precision Q31 Biquad cascade filter
     Carm_biquad_cascade_df2T_instance_f16Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_cascade_df2T_instance_f32Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_cascade_df2T_instance_f64Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_cascade_stereo_df2T_instance_f16Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_cascade_stereo_df2T_instance_f32Instance structure for the floating-point transposed direct form II Biquad cascade filter
     Carm_biquad_casd_df1_inst_f16Instance structure for the floating-point Biquad cascade filter
     Carm_biquad_casd_df1_inst_f32Instance structure for the floating-point Biquad cascade filter
     Carm_biquad_casd_df1_inst_q15Instance structure for the Q15 Biquad cascade filter
     Carm_biquad_casd_df1_inst_q31Instance structure for the Q31 Biquad cascade filter
     Carm_cfft_instance_f16Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_instance_f32Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_instance_f64Instance structure for the Double Precision Floating-point CFFT/CIFFT function
     Carm_cfft_instance_q15Instance structure for the fixed-point CFFT/CIFFT function
     Carm_cfft_instance_q31Instance structure for the fixed-point CFFT/CIFFT function
     Carm_cfft_radix2_instance_f16Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_radix2_instance_f32Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_radix2_instance_q15Instance structure for the Q15 CFFT/CIFFT function
     Carm_cfft_radix2_instance_q31Instance structure for the Radix-2 Q31 CFFT/CIFFT function
     Carm_cfft_radix4_instance_f16Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_radix4_instance_f32Instance structure for the floating-point CFFT/CIFFT function
     Carm_cfft_radix4_instance_q15Instance structure for the Q15 CFFT/CIFFT function
     Carm_cfft_radix4_instance_q31Instance structure for the Q31 CFFT/CIFFT function
     Carm_dct4_instance_f32Instance structure for the floating-point DCT4/IDCT4 function
     Carm_dct4_instance_q15Instance structure for the Q15 DCT4/IDCT4 function
     Carm_dct4_instance_q31Instance structure for the Q31 DCT4/IDCT4 function
     Carm_fir_decimate_instance_f32Instance structure for single precision floating-point FIR decimator
     Carm_fir_decimate_instance_f64Instance structure for double precision floating-point FIR decimator
     Carm_fir_decimate_instance_q15Instance structure for the Q15 FIR decimator
     Carm_fir_decimate_instance_q31Instance structure for the Q31 FIR decimator
     Carm_fir_instance_f16Instance structure for the floating-point FIR filter
     Carm_fir_instance_f32Instance structure for the floating-point FIR filter
     Carm_fir_instance_f64Instance structure for the floating-point FIR filter
     Carm_fir_instance_q15Instance structure for the Q15 FIR filter
     Carm_fir_instance_q31Instance structure for the Q31 FIR filter
     Carm_fir_instance_q7Instance structure for the Q7 FIR filter
     Carm_fir_interpolate_instance_f32Instance structure for the floating-point FIR interpolator
     Carm_fir_interpolate_instance_q15Instance structure for the Q15 FIR interpolator
     Carm_fir_interpolate_instance_q31Instance structure for the Q31 FIR interpolator
     Carm_fir_lattice_instance_f32Instance structure for the floating-point FIR lattice filter
     Carm_fir_lattice_instance_q15Instance structure for the Q15 FIR lattice filter
     Carm_fir_lattice_instance_q31Instance structure for the Q31 FIR lattice filter
     Carm_fir_sparse_instance_f32Instance structure for the floating-point sparse FIR filter
     Carm_fir_sparse_instance_q15Instance structure for the Q15 sparse FIR filter
     Carm_fir_sparse_instance_q31Instance structure for the Q31 sparse FIR filter
     Carm_fir_sparse_instance_q7Instance structure for the Q7 sparse FIR filter
     Carm_gaussian_naive_bayes_instance_f16Instance structure for Naive Gaussian Bayesian estimator
     Carm_gaussian_naive_bayes_instance_f32Instance structure for Naive Gaussian Bayesian estimator
     Carm_iir_lattice_instance_f32Instance structure for the floating-point IIR lattice filter
     Carm_iir_lattice_instance_q15Instance structure for the Q15 IIR lattice filter
     Carm_iir_lattice_instance_q31Instance structure for the Q31 IIR lattice filter
     Carm_linear_interp_instance_f16Instance structure for the half floating-point Linear Interpolate function
     Carm_linear_interp_instance_f32Instance structure for the floating-point Linear Interpolate function
     Carm_lms_instance_f32Instance structure for the floating-point LMS filter
     Carm_lms_instance_q15Instance structure for the Q15 LMS filter
     Carm_lms_instance_q31Instance structure for the Q31 LMS filter
     Carm_lms_norm_instance_f32Instance structure for the floating-point normalized LMS filter
     Carm_lms_norm_instance_q15Instance structure for the Q15 normalized LMS filter
     Carm_lms_norm_instance_q31Instance structure for the Q31 normalized LMS filter
     Carm_matrix_instance_f16Instance structure for the floating-point matrix structure
     Carm_matrix_instance_f32Instance structure for the floating-point matrix structure
     Carm_matrix_instance_f64Instance structure for the floating-point matrix structure
     Carm_matrix_instance_q15Instance structure for the Q15 matrix structure
     Carm_matrix_instance_q31Instance structure for the Q31 matrix structure
     Carm_matrix_instance_q7Instance structure for the Q7 matrix structure
     Carm_merge_sort_instance_f32Instance structure for the sorting algorithms
     Carm_mfcc_instance_f16Instance structure for the Floating-point MFCC function
     Carm_mfcc_instance_f32Instance structure for the Floating-point MFCC function
     Carm_mfcc_instance_q15Instance structure for the Q15 MFCC function
     Carm_mfcc_instance_q31Instance structure for the Q31 MFCC function
     Carm_pid_instance_f32Instance structure for the floating-point PID Control
     Carm_pid_instance_q15Instance structure for the Q15 PID Control
     Carm_pid_instance_q31Instance structure for the Q31 PID Control
     Carm_rfft_fast_instance_f16Instance structure for the floating-point RFFT/RIFFT function
     Carm_rfft_fast_instance_f32Instance structure for the floating-point RFFT/RIFFT function
     Carm_rfft_fast_instance_f64Instance structure for the Double Precision Floating-point RFFT/RIFFT function
     Carm_rfft_instance_f32Instance structure for the floating-point RFFT/RIFFT function
     Carm_rfft_instance_q15Instance structure for the Q15 RFFT/RIFFT function
     Carm_rfft_instance_q31Instance structure for the Q31 RFFT/RIFFT function
     Carm_sort_instance_f32Instance structure for the sorting algorithms
     Carm_spline_instance_f32Instance structure for the floating-point cubic spline interpolation
     Carm_svm_linear_instance_f16Instance structure for linear SVM prediction function
     Carm_svm_linear_instance_f32Instance structure for linear SVM prediction function
     Carm_svm_polynomial_instance_f16Instance structure for polynomial SVM prediction function
     Carm_svm_polynomial_instance_f32Instance structure for polynomial SVM prediction function
     Carm_svm_rbf_instance_f16Instance structure for rbf SVM prediction function
     Carm_svm_rbf_instance_f32Instance structure for rbf SVM prediction function
     Carm_svm_sigmoid_instance_f16Instance structure for sigmoid SVM prediction function
     Carm_svm_sigmoid_instance_f32Instance structure for sigmoid SVM prediction function
     CComplexVector< T >Vector containing complex values and not just real values but with same number of lanes than a normal float vector
     Cdefault_user_allocator_malloc_freeMalloc memory allocator
     CDual< T >Dual representation for complex
     Cfixed_storage_type< M, F, s, bool >Storage type for a fixed point number
     Cfixed_storage_type< M, F, false >
     Cfixed_storage_type< M, F, false, test16(M, F, 0)>Storage type for a fixed point number representable on uint16
     Cfixed_storage_type< M, F, false, test32(M, F, 0)>Storage type for a fixed point number representable on uint32
     Cfixed_storage_type< M, F, false, test64(M, F, 0)>Storage type for a fixed point number representable on uint64
     Cfixed_storage_type< M, F, false, test8(M, F, 0)>Storage type for a fixed point number representable on uint8
     Cfixed_storage_type< M, F, true >
     Cfixed_storage_type< M, F, true, test16(M, F, 1)>Storage type for a fixed point number representable on int16
     Cfixed_storage_type< M, F, true, test32(M, F, 1)>Storage type for a fixed point number representable on int32
     Cfixed_storage_type< M, F, true, test64(M, F, 1)>Storage type for a fixed point number representable on int64
     Cfixed_storage_type< M, F, true, test8(M, F, 1)>Storage type for a fixed point number representable on int8
     CFixedCastShift< M, FD, FS, S,(FD >FS)>Changed fractional representation of a fixed point number using a shift
     CFixedCastShift< M, FD, FS, S,(FD< FS)>Changed fractional representation of a fixed point number using a shift
     CFloatType< E >Check if datatype are compatible and accept mixed arithmetic complex with real
     CHalfComplexVector< T >Vector of complex but with half lanes compared to real (2 complex)
     CListElemSimple list of elements
     Cmalloc_allocator< L >Default memory allocator for vectors and matrixes
     CMatrixView< T, S >Matrix
     CMatrixView< T, DYNAMIC >Dynamic Matrix View
     CMemoryPool< BUF_SIZE, UserAllocator >This class describes a memory pool that can be used to build a memory allocator for vectors and matrixes
     Cnumber_traits< T >Properties of a scalar datatype
     Cnumber_traits< double >Features for double
     Cnumber_traits< float >Features for float
     Cnumber_traits< float16_t >Feature of float16 datatype
     Cnumber_traits< Q15 >Q15 features
     Cnumber_traits< Q31 >Features for Q31
     Cnumber_traits< Q7 >Q7 features
     Cnumber_traits< std::complex< double > >Features for complex double
     Cnumber_traits< std::complex< float > >Features for complex float
     Cnumber_traits< std::complex< float16_t > >Feature for complex float16
     Cnumber_traits< std::complex< Q15 > >Features for complex Q15
     Cnumber_traits< std::complex< Q31 > >Features for complex Q31
     Cnumber_traits< std::complex< Q7 > >Features for Complex Q7
     Cnumber_traits< std::tuple< E... > >Number description for a tuple of numbers
     CQ< M, F, S, T >Fixed point template
     CQ15DSPVectorRepresentation of a vector when DSP extension supported
     CQ< M, F, false, uint16_t >Unsigned fixed point datatypes on 16 bits
     CQ< M, F, false, uint32_t >Unsigned fixed point datatypes on 32 bits
     CQ< M, F, false, uint64_t >Unsigned fixed point datatypes on 64 bits
     CQ< M, F, false, uint8_t >Unsigned fixed point datatypes on 8 bits
     CQ< M, F, true, int16_t >Signed fixed point datatypes on 16 bits
     CQ< M, F, true, int32_t >Signed fixed point datatypes on 32 bits
     CQ< M, F, true, int64_t >Signed fixed point datatypes on 64 bits
     CQ< M, F, true, int8_t >Signed fixed point datatypes on 8 bits
     CScalar
     CSliceSlice
     Cuser_allocator_aligned_mallocMemory allocation for aligned buffers
     Cvctpq< T, typename >Predicate (only defined for vector architectures)
     Cvctpq< float >Vctpq for this datatype
     Cvctpq< float16_t >Vctpq for Helium and f16
     CVector_Base< P >Storage for a vector
     Cvector_traits< T, arch, typename >Properties of a vector datatype linked to a scalar datatype
     Cvector_traits< double, arch, void >Default vector datatype description for this scalar datatype
     Cvector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >Vector datatype for Helium
     Cvector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >Vector instructions for float when no Helium or Neon
     Cvector_traits< float16_t >Float16 vector descrition when no vector architecture
     Cvector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >Vector features for f16 on Helium
     Cvector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >Vector features for Q15 on Helium
     Cvector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >Vector features for Q15 when no vector architecture
     Cvector_traits< Q15, DSP, typename std::enable_if< true >::type >Vector description for Q15 with DSP extensions
     Cvector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >Vector features for Q31 when no vector instructions
     Cvector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >Vector descrition when no vector architecture
     Cvector_traits< std::complex< double >, arch, void >Default vector datatype description for this scalar datatype
     Cvector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >Vector datatype for Helium
     Cvector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >Vector instructions for complex float when no Helium or Neon
     Cvector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >Vector datatype for Helium
     Cvector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >Float16 vector descrition when no vector architecture
     Cvector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >Vector features for Q15 when no vector architecture
     Cvector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >Vector features for std::complex<Q31> when no vector instructions
     Cvector_traits< std::complex< Q7 >, arch, void >Vector descrition when no vector architecture
     Cvector_traits< std::tuple< E... >, arch >Tuple of compatible vectors
     CVectorView< T, stride >Vector view
     CVectorView< T, 1 >
     CVectorView< T, DYNAMIC >Vector view with dynamic stride (not known at build time)
     Cvload1_gen_stride< float32_t, 0, 1, 2, 3 >Load with generalized stride specialized for <0,1,2,3>
     Cvload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >Load with generalized stride specialized for <0,1,2,3>
     Cvload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >Load with generalized stride specialized for <0,1,2,3,4,5,6,7>
     Cvload1_gen_stride_z< float32_t, 0, 1, 2, 3 >Load with generalized stride (gather load) and tail predicate specialized for <0,1,2,3>
     Cvstore1_gen_stride< float32_t, 0, 1, 2, 3 >Generalized store with stride (Specialized for <0,1,2,3>)
     Cvstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >Generalized store with stride (Specialized for <0,1,2,3>)
     Cvstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >Generalized store with stride (Specialized for <0,1,2,3>)
     Cvstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >Scatter store with tail predicate (specialized for <0,1,2,3>)
    diff --git a/main/matrix_8hpp.html b/main/matrix_8hpp.html index a9e209e0..18bd4d07 100644 --- a/main/matrix_8hpp.html +++ b/main/matrix_8hpp.html @@ -138,7 +138,6 @@
    #include <memory>
    #include <cstring>
    #include <algorithm>
    -#include <iostream>
    #include "common.hpp"
    #include "arch.hpp"
    #include <type_traits>
    diff --git a/main/matrix__impl_8hpp.html b/main/matrix__impl_8hpp.html index a2da96d3..bd2ef49b 100644 --- a/main/matrix__impl_8hpp.html +++ b/main/matrix__impl_8hpp.html @@ -137,7 +137,6 @@
    #include <memory>
    #include <cstring>
    #include <algorithm>
    -#include <iostream>
    #include "common.hpp"
    #include "arch.hpp"
    #include <type_traits>
    diff --git a/main/matrix__multiply__f16_8hpp.html b/main/matrix__multiply__f16_8hpp.html index e2afdd01..6df87508 100644 --- a/main/matrix__multiply__f16_8hpp.html +++ b/main/matrix__multiply__f16_8hpp.html @@ -131,7 +131,8 @@
    matrix_multiply_f16.hpp File Reference
    -
    +
    #include "arm_helium_utils.h"
    +

    + +

    Accumulate.

    +
    Parameters
    + + + +
    aAccumulator
    [in]bVAlue to be added
    +
    +
    + +
    +
    + +

    ◆ accumulate() [5/6]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    void accumulate (std::complex< float > & a,
    const std::complex< float > & b 
    )
    +
    + +

    Scalar accumulate.

    +
    Parameters
    + + + +
    aAccumulator
    [in]bOperand
    +
    +
    + +
    +
    + +

    ◆ accumulate() [6/6]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    void accumulate (std::complex< float16_t > & a,
    const std::complex< float16_t > & b 
    )
    +
    + +

    Accumulate.

    +
    Parameters
    + + + +
    aAccumulator
    [in]bValue to accumulate
    +
    +
    +
    -

    ◆ from_accumulator() [1/7]

    +

    ◆ from_accumulator() [1/13]

    @@ -565,7 +860,7 @@

    -

    ◆ from_accumulator() [2/7]

    +

    ◆ from_accumulator() [2/13]

    @@ -592,7 +887,7 @@

    -

    ◆ from_accumulator() [3/7]

    +

    ◆ from_accumulator() [3/13]

    @@ -619,7 +914,7 @@

    -

    ◆ from_accumulator() [4/7]

    +

    ◆ from_accumulator() [4/13]

    @@ -646,7 +941,7 @@

    -

    ◆ from_accumulator() [5/7]

    +

    ◆ from_accumulator() [5/13]

    @@ -673,7 +968,7 @@

    -

    ◆ from_accumulator() [6/7]

    +

    ◆ from_accumulator() [6/13]

    + +

    ◆ from_accumulator() [7/13]

    + +
    +
    + + + + + + + + +
    std::complex< double > from_accumulator (const std::complex< double > & a)
    +
    + +

    Convert from accumulator representation.

    +
    Parameters
    + + +
    [in]aValue
    +
    +
    +
    Returns
    Accumulator value converted to current datatype
    + +
    +
    + +

    ◆ from_accumulator() [8/13]

    + +
    +
    + + + + + + + + +
    std::complex< float > from_accumulator (const std::complex< float > & a)
    +
    + +

    Convert from accumulator representtaion.

    +
    Parameters
    + + +
    [in]aValue
    +
    +
    +
    Returns
    Accumulator value converted to current datatype
    + +
    +
    + +

    ◆ from_accumulator() [9/13]

    + +
    +
    + + + + + + + + +
    std::complex< float16_t > from_accumulator (const std::complex< float16_t > a)
    +
    + +

    Convert from accumulator datatype.

    +
    Parameters
    + + +
    [in]aValue
    +
    +
    +
    Returns
    Converted from accumulator datatype
    + +
    +
    + +

    ◆ from_accumulator() [10/13]

    + +
    +
    + + + + + + + + +
    std::complex< Q31 > from_accumulator (const std::complex< Q< 15, 48 > > a)
    +
    + +

    Convert from accumulator (with no saturation)

    +
    Parameters
    + + +
    [in]aAccumulator value
    +
    +
    +
    Returns
    Converted value
    + +
    +
    + +

    ◆ from_accumulator() [11/13]

    + +
    +
    + + + + + + + + +
    std::complex< Q7 > from_accumulator (const std::complex< Q< 17, 14 > > & a)
    +
    + +

    Convert from accumulator with saturation.

    +
    Parameters
    + + +
    [in]aAccumulator value
    +
    +
    +
    Returns
    std::complex<Q7> value
    + +
    +
    + +

    ◆ from_accumulator() [12/13]

    + +
    +
    + + + + + + + + +
    std::complex< Q15 > from_accumulator (const std::complex< Q< 33, 30 > > & a)
    +
    + +

    Convert from accumulator type.

    +
    Parameters
    + + +
    [in]aThe accumulator value
    +
    +
    +
    Returns
    The converted value (with saturation)
    +
    -

    ◆ from_accumulator() [7/7]

    +

    ◆ from_accumulator() [13/13]

    @@ -777,8 +1234,8 @@

    -

    ◆ mac() [1/8]

    + +

    ◆ mac() [1/14]

    @@ -792,13 +1249,13 @@

    - const std::tuple< E... > &  + const std::tuple< EA... > &  a, - const std::tuple< E... > &  + const std::tuple< EB... > &  b  @@ -829,8 +1286,8 @@

    -

    ◆ mac() [2/8]

    + +

    ◆ mac() [2/14]

    @@ -844,13 +1301,13 @@

    - const std::tuple< E... > &  + const std::tuple< EA... > &  a, - const std::tuple< E... > &  + const std::tuple< EB... > &  b, @@ -890,7 +1347,7 @@

    -

    ◆ mac() [3/8]

    +

    ◆ mac() [3/14]

    @@ -935,7 +1392,7 @@

    -

    ◆ mac() [4/8]

    +

    ◆ mac() [4/14]

    @@ -980,7 +1437,7 @@

    -

    ◆ mac() [5/8]

    +

    ◆ mac() [5/14]

    @@ -1025,7 +1482,7 @@

    -

    ◆ mac() [6/8]

    +

    ◆ mac() [6/14]

    @@ -1070,7 +1527,7 @@

    -

    ◆ mac() [7/8]

    +

    ◆ mac() [7/14]

    @@ -1115,7 +1572,7 @@

    -

    ◆ mac() [8/8]

    +

    ◆ mac() [8/14]

    @@ -1159,41 +1616,29 @@

    -

    ◆ mac_impl() [1/2]

    + +

    ◆ mac() [9/14]

    - + - + - + - - - - - - - - - - - - - - + + @@ -1203,58 +1648,42 @@

    -

    Multiply accumulate for tuple of scalar.

    +

    Multiply and accumulate for this datatype.

    Parameters

    A mac_impl std::complex< double > mac (const A & const std::complex< double > &  acc,
    const V & const std::complex< double > &  a,
    const V & b,
    const B p0,
    std::index_sequence< Ns... >  const std::complex< double > & b 
    - - - - -
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    [in]p0Predicate
    - - -
    Template Parameters
    - - - - - + + +
    AAccumulator datatype
    VScalar datatype
    BPredicate datatype
    NsTuple indexes
    [in]accThe accumulated value
    [in]aThe left hand side
    [in]bThe right hand side
    -
    Returns
    Tuples of accumulated values
    +
    Returns
    Return acc + a*b
    - -

    ◆ mac_impl() [2/2]

    + +

    ◆ mac() [10/14]

    - + - + - + - - - - - - - - + + @@ -1264,43 +1693,41 @@

    -

    Multiply accumulate for tuple of scalar.

    +

    Scalar multiply and accumulate.

    Parameters

    A mac_impl std::complex< float > mac (const A & const std::complex< float > &  acc,
    const V & const std::complex< float > &  a,
    const V & b,
    std::index_sequence< Ns... >  const std::complex< float > & b 
    - - -
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    - - -
    Template Parameters
    - - - - + +
    AAccumulator datatype
    VScalar datatype
    NsTuple indexes
    [in]aOperand
    [in]bOperand
    -
    Returns
    Tuples of accumulated values
    +
    Returns
    acc + a*b
    - -

    ◆ mult() [1/3]

    + +

    ◆ mac() [11/14]

    - + - + + + + + + + - + @@ -1311,34 +1738,41 @@

    -

    Multiply.

    +

    Multiply and accumulate.

    Parameters

    double mult std::complex< float16_t > mac (double & const std::complex< float16_t > acc,
    const std::complex< float16_t >  a,
    const double & const std::complex< float16_t >  b 
    - - + + +
    aLeft hand side
    [in]bRight hand side
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    -
    Returns
    Return a*b
    +
    Returns
    acc + a*b
    - -

    ◆ mult() [2/3]

    + +

    ◆ mac() [12/14]

    - + - + + + + + + + - + @@ -1349,34 +1783,41 @@

    -

    Scalar multiply.

    +

    Multiply and accumulate.

    Parameters

    float mult std::complex< Q< 15, 48 > > mac (float & const std::complex< Q< 15, 48 > > acc,
    const std::complex< Q31 >  a,
    const float & const std::complex< Q31 >  b 
    - - + + +
    aOperand
    [in]bOperand
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    -
    Returns
    a*b
    +
    Returns
    acc + a*b
    - -

    ◆ mult() [3/3]

    + +

    ◆ mac() [13/14]

    - + - + + + + + + + - + @@ -1387,34 +1828,41 @@

    -

    Multiply.

    +

    Multiply and accumulate.

    Parameters

    float16_t mult std::complex< Q< 17, 14 > > mac (float16_t & const std::complex< Q< 17, 14 > > acc,
    const std::complex< Q7 >  a,
    const float16_t & const std::complex< Q7 >  b 
    - + +
    aFirst operand
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    -
    Returns
    a*b
    +
    Returns
    acc + a*b
    - -

    ◆ vadd() [1/12]

    + +

    ◆ mac() [14/14]

    - + - + + + + + + + - + @@ -1425,41 +1873,54 @@

    -

    Scalar + Vector.

    +

    Multiply and accumulate.

    Parameters

    float32x4_t vadd std::complex< Q< 33, 30 > > mac (const float const std::complex< Q< 33, 30 > > & acc,
    const std::complex< Q15 >  a,
    const float32x4_t const std::complex< Q15 >  b 
    - - + + +
    [in]aScalar
    [in]bVector
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    -
    Returns
    a + b
    +
    Returns
    acc + a*b
    - -

    ◆ vadd() [2/12]

    + +

    ◆ mac_impl() [1/2]

    - + - + + + + + + + - + - - + + + + + + + + @@ -1469,36 +1930,58 @@

    -

    Scalar + vector with tail predicate.

    +

    Multiply accumulate for tuple of scalar.

    Parameters

    float32x4_t vadd A mac_impl (const float const A & acc,
    const VA &  a,
    const float32x4_t const VB &  b,
    const mve_pred16_t p0 const B p0,
    std::index_sequence< Ns... >  
    - - + + +
    [in]aScalar
    [in]bVector
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    [in]p0Predicate
    -
    Returns
    a + b with tail predicate
    +
    Template Parameters
    + + + + + +
    AAccumulator datatype
    VScalar datatype
    BPredicate datatype
    NsTuple indexes
    +
    +
    +
    Returns
    Tuples of accumulated values
    - -

    ◆ vadd() [3/12]

    + +

    ◆ mac_impl() [2/2]

    - + - + + + + + + + - - + + + + + + + + @@ -1508,41 +1991,44 @@

    -

    Scalar + Vector.

    +

    Multiply accumulate for tuple of scalar.

    Parameters

    float16x8_t vadd A mac_impl (const float16_t const A & acc,
    const VA &  a,
    const float16x8_t b const VB & b,
    std::index_sequence< Ns... >  
    - - + + +
    [in]aScalar
    [in]bVector
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    -
    Returns
    a + b
    +
    Template Parameters
    + + + + +
    AAccumulator datatype
    VScalar datatype
    NsTuple indexes
    +
    +
    +
    Returns
    Tuples of accumulated values
    - -

    ◆ vadd() [4/12]

    + +

    ◆ mult() [1/6]

    - + - + - - - - - - - - + + @@ -1552,35 +2038,34 @@

    -

    Scalar + Vector with tail predicate.

    +

    Multiply.

    Parameters

    float16x8_t vadd double mult (const float16_t const double &  a,
    const float16x8_t b,
    const mve_pred16_t p0 const double & b 
    - - - + +
    [in]aScalar
    [in]bVector
    [in]p0Predicate
    aLeft hand side
    [in]bRight hand side
    -
    Returns
    a + b with tail predicate
    +
    Returns
    Return a*b
    - -

    ◆ vadd() [5/12]

    + +

    ◆ mult() [2/6]

    - + - + - + @@ -1591,41 +2076,35 @@

    -

    Vector + Scalar.

    +

    Scalar multiply.

    Parameters

    float16x8_t vadd float mult (const float16x8_t const float &  a,
    const float16_t const float &  b 
    - - + +
    [in]aVector
    [in]bScalar
    aOperand
    [in]bOperand
    -
    Returns
    a + b
    +
    Returns
    a*b
    - -

    ◆ vadd() [6/12]

    + +

    ◆ mult() [3/6]

    - + - + - - - - - - - - + + @@ -1635,35 +2114,34 @@

    -

    Vector + Scalar with tail predicate.

    +

    Multiply.

    Parameters

    float16x8_t vadd std::complex< double > mult (const float16x8_t const std::complex< double > &  a,
    const float16_t b,
    const mve_pred16_t p0 const std::complex< double > & b 
    - - - + +
    [in]aVector
    [in]bScalar
    [in]p0Predicate
    aLeft hand side
    [in]bRight hand side
    -
    Returns
    a + b with tail predicate
    +
    Returns
    Return a*b
    - -

    ◆ vadd() [7/12]

    + +

    ◆ mult() [4/6]

    - + - + - + @@ -1674,41 +2152,35 @@

    -

    Vector + Vector.

    +

    Scalar multiply.

    Parameters

    float16x8_t vadd std::complex< float > mult (const float16x8_t const std::complex< float > &  a,
    const float16x8_t const std::complex< float > &  b 
    - - + +
    [in]aVector
    [in]bVector
    aOperand
    [in]bOperand
    -
    Returns
    a + b
    +
    Returns
    a*b
    - -

    ◆ vadd() [8/12]

    + +

    ◆ mult() [5/6]

    - + - + - - - - - - - - + + @@ -1718,35 +2190,34 @@

    -

    Vector + Vector with tail predicate.

    +

    Multiply.

    Parameters

    float16x8_t vadd std::complex< float16_t > mult (const float16x8_t const std::complex< float16_t > &  a,
    const float16x8_t b,
    const mve_pred16_t p0 const std::complex< float16_t > & b 
    - - - + +
    [in]aVector
    [in]bVector
    [in]p0predicate
    aFirst operand
    [in]bSecond operand
    -
    Returns
    a + b with tail predicate
    +
    Returns
    a*b
    - -

    ◆ vadd() [9/12]

    + +

    ◆ mult() [6/6]

    - + - + - + @@ -1757,41 +2228,35 @@

    -

    Vector + Scalar.

    +

    Multiply.

    Parameters

    float32x4_t vadd float16_t mult (const float32x4_t float16_t &  a,
    const float const float16_t &  b 
    - - + +
    [in]aVector
    [in]bScalar
    aFirst operand
    [in]bSecond operand
    -
    Returns
    a + b
    +
    Returns
    a*b
    - -

    ◆ vadd() [10/12]

    + +

    ◆ vadd() [1/18]

    - + - + - - - - - - - - + + @@ -1801,35 +2266,34 @@

    -

    Vector + scalar with tail.

    +

    Vector + Vector.

    Parameters

    float32x4_t vadd ComplexVector< float16x8_t > vadd (const float32x4_t const ComplexVector< float16x8_t > &  a,
    const float b,
    const mve_pred16_t p0 const ComplexVector< float16x8_t > & b 
    - - - + +
    [in]aVector
    [in]bScalar
    [in]p0Predicate
    [in]aFirst operand
    [in]bSecond operand
    -
    Returns
    a + b with tail predicate
    +
    Returns
    a + b
    - -

    ◆ vadd() [11/12]

    + +

    ◆ vadd() [2/18]

    - + - + - + @@ -1840,11 +2304,11 @@

    -

    Vector + Vector.

    +

    Vector + Scalar.

    Parameters

    float32x4_t vadd ComplexVector< float16x8_t > vadd (const float32x4_t const ComplexVector< float16x8_t > &  a,
    const float32x4_t const std::complex< float16_t > &  b 
    - - + +
    [in]aFirst operand
    [in]bSecond operand
    [in]aVector
    [in]bScalar
    @@ -1852,29 +2316,23 @@

    -

    ◆ vadd() [12/12]

    + +

    ◆ vadd() [3/18]

    - + - + - - - - - - - - + + @@ -1884,117 +2342,156 @@

    -

    Vector + Vector with tail.

    +

    Vector + Vector.

    Parameters

    float32x4_t vadd ComplexVector< float32x4_t > vadd (const float32x4_t const ComplexVector< float32x4_t > &  a,
    const float32x4_t b,
    const mve_pred16_t p0 const ComplexVector< float32x4_t > & b 
    - - - + +
    [in]aVector
    [in]bVector
    [in]p0Predicated
    [in]aFirst operand
    [in]bSecond operand
    -
    Returns
    a + b with tail predicate
    +
    Returns
    a + b
    - -

    ◆ vconst() [1/3]

    + +

    ◆ vadd() [4/18]

    - + - - + + + + + + + + + + + +
    float32x4_t vconst ComplexVector< float32x4_t > vadd (const float v)const ComplexVector< float32x4_t > & a,
    const std::complex< float > & b 
    )
    -

    Vector constant.

    +

    Vector + Scalar.

    Parameters
    - + +
    [in]vConstant value
    [in]aVector
    [in]bScalar
    -
    Returns
    Vector initialized with constant in each lane
    +
    Returns
    a + b
    - -

    ◆ vconst() [2/3]

    + +

    ◆ vadd() [5/18]

    - + - - + + + + + + + + + + + +
    float16x8_t vconst float32x4_t vadd (float16_t v)const float a,
    const float32x4_t b 
    )
    -

    Vector const.

    +

    Scalar + Vector.

    Parameters
    - + +
    [in]vInitialization value
    [in]aScalar
    [in]bVector
    -
    Returns
    Vector of const
    +
    Returns
    a + b
    - -

    ◆ vconst() [3/3]

    + +

    ◆ vadd() [6/18]

    - + - - + + + + + + + + + + + + + + + + + +
    int16x8_t vconst float32x4_t vadd (Q15 val)const float a,
    const float32x4_t b,
    const mve_pred16_t p0 
    )
    -

    Vector const.

    +

    Scalar + vector with tail predicate.

    Parameters
    - + + +
    [in]valThe value
    [in]aScalar
    [in]bVector
    [in]p0Predicate
    -
    Returns
    The static forceinline.
    +
    Returns
    a + b with tail predicate
    - -

    ◆ vconst_tail() [1/2]

    + +

    ◆ vadd() [7/18]

    - + - - + + - - + + @@ -2004,29 +2501,35 @@

    -

    Vector constant with tail.

    +

    Scalar + Vector.

    Parameters

    float32x4_t vconst_tail float16x8_t vadd (const float v, const float16_t a,
    const mve_pred16_t p0 const float16x8_t b 
    - - + +
    [in]vConstant value
    [in]p0Prddicate
    [in]aScalar
    [in]bVector
    -
    Returns
    Vector initialized with constant in some lanes dependign on the predicate
    +
    Returns
    a + b
    - -

    ◆ vconst_tail() [2/2]

    + +

    ◆ vadd() [8/18]

    - + - + + + + + + + @@ -2042,182 +2545,119 @@

    -

    Vector of const with tail predicate.

    +

    Scalar + Vector with tail predicate.

    Parameters

    float16x8_t vconst_tail float16x8_t vadd ( const float16_t v, a,
    const float16x8_t b,
    - - + + +
    [in]vThe initialization parameter
    [in]p0The predicate
    [in]aScalar
    [in]bVector
    [in]p0Predicate
    -
    Returns
    The initialized vector with const and predicate
    +
    Returns
    a + b with tail predicate
    - -

    ◆ vload1() [1/3]

    + +

    ◆ vadd() [9/18]

    - - - - - -
    - + - - + + + + + + + + + + + +
    float32x4_t vload1 float16x8_t vadd (const float32_tp)const float16x8_t a,
    const float16_t b 
    )
    -
    -inline
    -

    Vector load with stride.

    +

    Vector + Scalar.

    Parameters
    - -
    [in]pLoad address
    -
    -
    -
    Template Parameters
    - - - + +
    SStride
    <unnamed>Check stride value
    [in]aVector
    [in]bScalar
    -
    Returns
    Loaded vector with stride
    +
    Returns
    a + b
    - -

    ◆ vload1() [2/3]

    + +

    ◆ vadd() [10/18]

    - - - - - -
    - + - - + + - - + + + - - + + -
    float32x4_t vload1 float16x8_t vadd (const float32_tp, const float16x8_t a,
    const index_t stride const float16_t b,
    )const mve_pred16_t p0 
    -
    -inline
    -
    - -

    Vector load with dynamic stride.

    -
    Parameters
    - - - -
    [in]pLoad address
    [in]strideStride value
    -
    -
    -
    Returns
    Loaded vector with stride
    - -
    -
    - -

    ◆ vload1() [3/3]

    - -
    -
    - - - - - -
    - - - - - + +
    int16x8_t vload1 (const Q15 * p) )
    -
    -inline
    -

    Vector load with stride.

    +

    Vector + Scalar with tail predicate.

    Parameters
    - -
    [in]pLoad address
    -
    -
    -
    Template Parameters
    - - - + + +
    SStride
    <unnamed>Stride check
    [in]aVector
    [in]bScalar
    [in]p0Predicate
    -
    Returns
    Gather load
    -

    In q15, a lane is on 16 bits. So the offset that can be encoded for gather load cannot be bigger than 65535. With a stride of S, the bigger offset is S*7. So S must be <= 65535/7 S <= 9362

    -

    For higher stride, the Helium instruction cannot be used and instead a dynamic stride is used.

    +
    Returns
    a + b with tail predicate
    - -

    ◆ vload1_z() [1/2]

    + +

    ◆ vadd() [11/18]

    - - - +
    - + - - - - - - - - - - - - - - + + - - + + @@ -2225,47 +2665,37 @@

    -inline -

    -
    float32x4_t vload1_z float16x8_t vadd (const float32_tp,
    const index_t stride,
    const std::size_t nb, const float16x8_t a,
    const mve_pred16_t p0 const float16x8_t b 
    -

    Vector load with dynamic stride and loop predication.

    +

    Vector + Vector.

    Parameters
    - - - - + +
    [in]pLoad address
    [in]strideStride value
    [in]nbNumber of remaining loop samples
    [in]p0Predicate for remaining loop samples
    [in]aVector
    [in]bVector
    -
    Returns
    Loaded vector with stride and loop predicate
    +
    Returns
    a + b
    -
    -

    ◆ vload1_z() [2/2]

    + +

    ◆ vadd() [12/18]

    - - - - - - + + +
    - + - - + + - - + + @@ -2279,55 +2709,37 @@

    -inline -

    -
    float32x4_t vload1_z float16x8_t vadd (const float32_tp, const float16x8_t a,
    const std::size_t nb, const float16x8_t b,
    -

    Vector load with stride and predicate.

    +

    Vector + Vector with tail predicate.

    Parameters
    - - - -
    [in]pLoad address
    [in]nbNumber of remaining loop samples
    [in]p0Predicate for remaining loop samples
    -
    -
    -
    Template Parameters
    - - - + + +
    SStride
    <unnamed>Check stride value
    [in]aVector
    [in]bVector
    [in]p0predicate
    -
    Returns
    Loaded vector with stride and loop predication
    +
    Returns
    a + b with tail predicate
    -
    -

    ◆ vmacc() [1/6]

    + +

    ◆ vadd() [13/18]

    - + - - - - - - - + - + @@ -2338,54 +2750,40 @@

    -

    Vector accumulate for tuples of vectors.

    +

    Vector + Scalar.

    Parameters

    A vmacc float32x4_t vadd (const A & acc,
    const std::tuple< E... > & const float32x4_t  a,
    const std::tuple< E... > & const float  b 
    - - - -
    [in]accThe accumulator
    [in]aFirst operand
    [in]bSecond operand
    - - -
    Template Parameters
    - - - + +
    AAccumulator datatype
    EDatatype of tuples elements
    [in]aVector
    [in]bScalar
    -
    Returns
    Accumulator result
    +
    Returns
    a + b
    - -

    ◆ vmacc() [2/6]

    + +

    ◆ vadd() [14/18]

    - + - - - - - - - + - + - + @@ -2396,44 +2794,29 @@

    -

    Predicated vector accumulate for tuples.

    +

    Vector + scalar with tail.

    Parameters

    A vmacc float32x4_t vadd (const A & acc,
    const std::tuple< E... > & const float32x4_t  a,
    const std::tuple< E... > & const float  b,
    const B const mve_pred16_t  p0 
    - - - + +
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    [in]aVector
    [in]bScalar
    [in]p0Predicate
    -
    Template Parameters
    - - - - -
    AAccumulator datatype
    BPredicate datatype
    EDadatype of tuples elements
    -
    -
    -
    Returns
    Tuple of accumulated vectors
    +
    Returns
    a + b with tail predicate
    - -

    ◆ vmacc() [3/6]

    + +

    ◆ vadd() [15/18]

    - + - - - - - - @@ -2450,35 +2833,28 @@

    -

    Multiply accumulate (Vector * Vector)

    +

    Vector + Vector.

    Parameters

    float32x4_t vmacc float32x4_t vadd ( const float32x4_t acc,
    const float32x4_t  a,
    - - - + +
    [in]accAccumulator
    [in]aVector
    [in]bVector
    [in]aFirst operand
    [in]bSecond operand
    -
    Returns
    acc + a * b
    +
    Returns
    a + b
    - -

    ◆ vmacc() [4/6]

    + +

    ◆ vadd() [16/18]

    - + - - - - - - @@ -2501,42 +2877,35 @@

    -

    Multiply accumulate with predicate (Vector * Vector)

    +

    Vector + Vector with tail.

    Parameters

    float32x4_t vmacc float32x4_t vadd ( const float32x4_t acc,
    const float32x4_t  a,
    - - +
    [in]accAccumulator
    [in]aVector
    [in]bVector
    [in]p0Predicate
    [in]p0Predicated
    -
    Returns
    acc + a*b with predicate
    +
    Returns
    a + b with tail predicate
    - -

    ◆ vmacc() [5/6]

    + +

    ◆ vadd() [17/18]

    - + - - - - - - - + - + @@ -2547,42 +2916,35 @@

    -

    Multiply accumulate (Vector * Scalar)

    +

    Scalar + Vector.

    Parameters

    float32x4_t vmacc ComplexVector< float32x4_t > vadd (const float32x4_t acc,
    const float32x4_t const std::complex< float > &  a,
    const float_t const ComplexVector< float32x4_t > &  b 
    - - - + +
    [in]accAccumulator
    [in]aVector
    [in]bScalar
    [in]aScalar
    [in]bVector
    -
    Returns
    acc + a * b
    +
    Returns
    a + b
    - -

    ◆ vmacc() [6/6]

    + +

    ◆ vadd() [18/18]

    - + - - - - - - - - + + - - + + @@ -2592,201 +2954,111 @@

    -

    Vector accumulate into scalar.

    +

    Scalar + Vector.

    Parameters

    Q< 33, 30 > vmacc ComplexVector< float16x8_t > vadd (const Q< 33, 30 > sum,
    const int16x8_t vala, const std::complex< float16_t > & a,
    const int16x8_t valb const ComplexVector< float16x8_t > & b 
    - - - + +
    [in]sumThe sum
    [in]valaThe vala
    [in]valbThe valb
    [in]aScalar
    [in]bVector
    -
    Returns
    vala * valb and accumulated into sum
    +
    Returns
    a + b
    - -

    ◆ vmacc_impl() [1/2]

    + +

    ◆ vconjugate() [1/6]

    - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - -
    A vmacc_impl ComplexVector< float16x8_t > vconjugate (const A & acc,
    const V & a,
    const V & b,
    const B p0,
    std::index_sequence< Ns... >  
    const ComplexVector< float16x8_t > & a) )
    -

    Predicated vector accumulate for tuple.

    +

    Vector conjugate.

    Parameters
    - - - - -
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    [in]p0Predicate
    -
    -
    -
    Template Parameters
    - - - - - +
    AAccumulator datatype
    VVector datatype
    BPredicate datatype
    NsTuple indexes
    [in]aVector value to conjugate
    -
    Returns
    Tuple of accumulated values
    +
    Returns
    Conjugated value
    - -

    ◆ vmacc_impl() [2/2]

    + +

    ◆ vconjugate() [2/6]

    - + - - - - - - - - - - - - - - - - - - - - - - + + - -
    A vmacc_impl ComplexVector< float32x4_t > vconjugate (const A & acc,
    const V & a,
    const V & b,
    std::index_sequence< Ns... >  
    const ComplexVector< float32x4_t > & a) )
    -

    Vector accumulate for tuples of vectors.

    +

    Vector conjugate.

    Parameters
    - - - +
    [in]accThe accumulator
    [in]aFirst operand
    [in]bSecond operand
    [in]aVector value to conjugate
    -
    Template Parameters
    - - - - -
    AAccumulator datatype
    VVector datatype
    NsTuple index
    -
    -
    -
    Returns
    tuple of results
    +
    Returns
    Conjugated value
    - -

    ◆ vmul() [1/6]

    + +

    ◆ vconjugate() [3/6]

    - + - - - - - - - - - - + + - -
    float32x4_t vmul float16x8_t vconjugate (const float a,
    const float32x4_t b 
    const float16x8_t a) )
    -

    Scalar * Vector.

    +

    Vector conjugate.

    Parameters
    - - +
    [in]aScalar
    [in]bVector
    [in]aVector
    -
    Returns
    a * b
    +
    Returns
    Conjugate of vector
    - -

    ◆ vmul() [2/6]

    + +

    ◆ vconjugate() [4/6]

    - + - + - - - - - - @@ -2801,75 +3073,57 @@

    -

    Scalar * Vector with predicate.

    +

    Vector conjugate with tail predicate.

    Parameters

    float32x4_t vmul float16x8_t vconjugate (const float const float16x8_t  a,
    const float32x4_t b,
    - - +
    [in]aScalar
    [in]bVector
    [in]aVector
    [in]p0Predicate
    -
    Returns
    a * b with predicate
    +
    Returns
    Conjugate of vector with tail predicate
    - -

    ◆ vmul() [3/6]

    + +

    ◆ vconjugate() [5/6]

    - + - - - - - - - - - + - -
    float32x4_t vmul float32x4_t vconjugate ( const float32x4_t a,
    const float b 
    a) )
    -

    Vector * Scalar.

    +

    Vector conjugate.

    Parameters
    - - +
    [in]aVector
    [in]bScalar
    [in]aVector value to conjugate
    -
    Returns
    a * b
    +
    Returns
    Conjugated value
    - -

    ◆ vmul() [4/6]

    + +

    ◆ vconjugate() [6/6]

    - + - - - - - - @@ -2884,137 +3138,1828 @@

    -

    Vector * Scalar with predicate.

    +

    Vector conjugate with tail.

    Parameters

    float32x4_t vmul float32x4_t vconjugate ( const float32x4_t  a,
    const float b,
    - - +
    [in]aVector
    [in]bScalar
    [in]aValue
    [in]p0Predicate
    -
    Returns
    a * b with predicate
    +
    Returns
    Conjugated value
    - -

    ◆ vmul() [5/6]

    + +

    ◆ vconst() [1/5]

    - + - - - - - - - - - - + + - -
    float32x4_t vmul float32x4_t vconst (const float32x4_t a,
    const float32x4_t b 
    const float v) )
    -

    Vector * Vector.

    +

    Vector constant.

    Parameters
    - - +
    [in]aVector
    [in]bVector
    [in]vConstant value
    -
    Returns
    a * b
    +
    Returns
    Vector initialized with constant in each lane
    - -

    ◆ vmul() [6/6]

    + +

    ◆ vconst() [2/5]

    - + - - - - - - - - - - - - - - - - + + - -
    float32x4_t vmul ComplexVector< float32x4_t > vconst (const float32x4_t a,
    const float32x4_t b,
    const mve_pred16_t p0 
    const std::complex< float > v) )
    -

    Vector * Vector with predicate.

    +

    Vector constant.

    Parameters
    - - - +
    [in]aVector
    [in]bVector
    [in]p0Predicate
    [in]vConstant value
    -
    Returns
    a * b
    +
    Returns
    Vector initialized with constant in each lane
    - -

    ◆ vneg() [1/4]

    + +

    ◆ vconst() [3/5]

    - + - - + +
    float16x8_t vneg ComplexVector< float16x8_t > vconst (const float16x8_t a)const std::complex< float16_t > v)
    -

    Vector negate.

    +

    Vector constant.

    Parameters
    - +
    [in]aVector
    [in]vConstant value
    -
    Returns
    Negate of vector
    +
    Returns
    Vector initialized with constant in each lane
    - -

    ◆ vneg() [2/4]

    + +

    ◆ vconst() [4/5]

    - + + + + + + +
    float16x8_t vneg float16x8_t vconst (float16_t v)
    +
    + +

    Vector const.

    +
    Parameters
    + + +
    [in]vInitialization value
    +
    +
    +
    Returns
    Vector of const
    + +
    +
    + +

    ◆ vconst() [5/5]

    + +
    +
    + + + + + + + + +
    int16x8_t vconst (Q15 val)
    +
    + +

    Vector const.

    +
    Parameters
    + + +
    [in]valThe value
    +
    +
    +
    Returns
    The static forceinline.
    + +
    +
    + +

    ◆ vconst_tail() [1/2]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    float32x4_t vconst_tail (const float v,
    const mve_pred16_t p0 
    )
    +
    + +

    Vector constant with tail.

    +
    Parameters
    + + + +
    [in]vConstant value
    [in]p0Prddicate
    +
    +
    +
    Returns
    Vector initialized with constant in some lanes dependign on the predicate
    + +
    +
    + +

    ◆ vconst_tail() [2/2]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    float16x8_t vconst_tail (const float16_t v,
    const mve_pred16_t p0 
    )
    +
    + +

    Vector of const with tail predicate.

    +
    Parameters
    + + + +
    [in]vThe initialization parameter
    [in]p0The predicate
    +
    +
    +
    Returns
    The initialized vector with const and predicate
    + +
    +
    + +

    ◆ vload1() [1/7]

    + +
    +
    + + + + + +
    + + + + + + + + +
    float32x4_t vload1 (const float32_tp)
    +
    +inline
    +
    + +

    Vector load with stride.

    +
    Parameters
    + + +
    [in]pLoad address
    +
    +
    +
    Template Parameters
    + + + +
    SStride
    <unnamed>Check stride value
    +
    +
    +
    Returns
    Loaded vector with stride
    + +
    +
    + +

    ◆ vload1() [2/7]

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    float32x4_t vload1 (const float32_tp,
    const index_t stride 
    )
    +
    +inline
    +
    + +

    Vector load with dynamic stride.

    +
    Parameters
    + + + +
    [in]pLoad address
    [in]strideStride value
    +
    +
    +
    Returns
    Loaded vector with stride
    + +
    +
    + +

    ◆ vload1() [3/7]

    + +
    +
    + + + + + +
    + + + + + + + + +
    int16x8_t vload1 (const Q15 * p)
    +
    +inline
    +
    + +

    Vector load with stride.

    +
    Parameters
    + + +
    [in]pLoad address
    +
    +
    +
    Template Parameters
    + + + +
    SStride
    <unnamed>Stride check
    +
    +
    +
    Returns
    Gather load
    +

    In q15, a lane is on 16 bits. So the offset that can be encoded for gather load cannot be bigger than 65535. With a stride of S, the bigger offset is S*7. So S must be <= 65535/7 S <= 9362

    +

    For higher stride, the Helium instruction cannot be used and instead a dynamic stride is used.

    + +
    +
    + +

    ◆ vload1() [4/7]

    + +
    +
    + + + + + +
    + + + + + + + + +
    ComplexVector< float16x8_t > vload1 (const std::complex< float16_t > * p)
    +
    +inline
    +
    + +

    Vector load with stride.

    +
    Parameters
    + + +
    [in]pLoad address
    +
    +
    +
    Template Parameters
    + + + +
    SStride
    <unnamed>Check stride value
    +
    +
    +
    Returns
    Loaded vector with stride
    + +
    +
    + +

    ◆ vload1() [5/7]

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vload1 (const std::complex< float16_t > * p,
    const index_t stride 
    )
    +
    +inline
    +
    + +

    Vector load with dynamic stride.

    +
    Parameters
    + + + +
    [in]pLoad address
    [in]strideStride value
    +
    +
    +
    Returns
    Loaded vector with stride
    + +
    +
    + +

    ◆ vload1() [6/7]

    + +
    +
    + + + + + +
    + + + + + + + + +
    ComplexVector< float32x4_t > vload1 (const std::complex< float32_t > * p)
    +
    +inline
    +
    + +

    Vector load with stride.

    +
    Parameters
    + + +
    [in]pLoad address
    +
    +
    +
    Template Parameters
    + + + +
    SStride
    <unnamed>Check stride value
    +
    +
    +
    Returns
    Loaded vector with stride
    + +
    +
    + +

    ◆ vload1() [7/7]

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vload1 (const std::complex< float32_t > * p,
    const index_t stride 
    )
    +
    +inline
    +
    + +

    Vector load with dynamic stride.

    +
    Parameters
    + + + +
    [in]pLoad address
    [in]strideStride value
    +
    +
    +
    Returns
    Loaded vector with stride
    + +
    +
    + +

    ◆ vload1_z() [1/2]

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    float32x4_t vload1_z (const float32_tp,
    const index_t stride,
    const std::size_t nb,
    const mve_pred16_t p0 
    )
    +
    +inline
    +
    + +

    Vector load with dynamic stride and loop predication.

    +
    Parameters
    + + + + + +
    [in]pLoad address
    [in]strideStride value
    [in]nbNumber of remaining loop samples
    [in]p0Predicate for remaining loop samples
    +
    +
    +
    Returns
    Loaded vector with stride and loop predicate
    + +
    +
    + +

    ◆ vload1_z() [2/2]

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    float32x4_t vload1_z (const float32_tp,
    const std::size_t nb,
    const mve_pred16_t p0 
    )
    +
    +inline
    +
    + +

    Vector load with stride and predicate.

    +
    Parameters
    + + + + +
    [in]pLoad address
    [in]nbNumber of remaining loop samples
    [in]p0Predicate for remaining loop samples
    +
    +
    +
    Template Parameters
    + + + +
    SStride
    <unnamed>Check stride value
    +
    +
    +
    Returns
    Loaded vector with stride and loop predication
    + +
    +
    + +

    ◆ vmacc() [1/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    A vmacc (const A & acc,
    const std::tuple< EA... > & a,
    const std::tuple< EB... > & b 
    )
    +
    + +

    Vector accumulate for tuples of vectors.

    +
    Parameters
    + + + + +
    [in]accThe accumulator
    [in]aFirst operand
    [in]bSecond operand
    +
    +
    +
    Template Parameters
    + + + +
    AAccumulator datatype
    EDatatype of tuples elements
    +
    +
    +
    Returns
    Accumulator result
    + +
    +
    + +

    ◆ vmacc() [2/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    A vmacc (const A & acc,
    const std::tuple< EA... > & a,
    const std::tuple< EB... > & b,
    const B p0 
    )
    +
    + +

    Predicated vector accumulate for tuples.

    +
    Parameters
    + + + + + +
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    [in]p0Predicate
    +
    +
    +
    Template Parameters
    + + + + +
    AAccumulator datatype
    BPredicate datatype
    EDadatype of tuples elements
    +
    +
    +
    Returns
    Tuple of accumulated vectors
    + +
    +
    + +

    ◆ vmacc() [3/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vmacc (const ComplexVector< float16x8_t > & acc,
    const ComplexVector< float16x8_t > & a,
    const ComplexVector< float16x8_t > & b 
    )
    +
    + +

    Multiply accumulate (Vector * Vector)

    +
    Parameters
    + + + + +
    [in]accAccumulator
    [in]aVector
    [in]bVector
    +
    +
    +
    Returns
    acc + a * b
    + +
    +
    + +

    ◆ vmacc() [4/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vmacc (const ComplexVector< float16x8_t > & acc,
    const ComplexVector< float16x8_t > & a,
    const std::complex< float16_t > & b 
    )
    +
    + +

    Multiply accumulate (Vector * Scalar)

    +
    Parameters
    + + + + +
    [in]accAccumulator
    [in]aVector
    [in]bScalar
    +
    +
    +
    Returns
    acc + a * b
    + +
    +
    + +

    ◆ vmacc() [5/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vmacc (const ComplexVector< float32x4_t > & acc,
    const ComplexVector< float32x4_t > & a,
    const ComplexVector< float32x4_t > & b 
    )
    +
    + +

    Multiply accumulate (Vector * Vector)

    +
    Parameters
    + + + + +
    [in]accAccumulator
    [in]aVector
    [in]bVector
    +
    +
    +
    Returns
    acc + a * b
    + +
    +
    + +

    ◆ vmacc() [6/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vmacc (const ComplexVector< float32x4_t > & acc,
    const ComplexVector< float32x4_t > & a,
    const std::complex< float > & b 
    )
    +
    + +

    Multiply accumulate (Vector * Scalar)

    +
    Parameters
    + + + + +
    [in]accAccumulator
    [in]aVector
    [in]bScalar
    +
    +
    +
    Returns
    acc + a * b
    + +
    +
    + +

    ◆ vmacc() [7/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    float32x4_t vmacc (const float32x4_t acc,
    const float32x4_t a,
    const float32x4_t b 
    )
    +
    + +

    Multiply accumulate (Vector * Vector)

    +
    Parameters
    + + + + +
    [in]accAccumulator
    [in]aVector
    [in]bVector
    +
    +
    +
    Returns
    acc + a * b
    + +
    +
    + +

    ◆ vmacc() [8/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    float32x4_t vmacc (const float32x4_t acc,
    const float32x4_t a,
    const float32x4_t b,
    const mve_pred16_t p0 
    )
    +
    + +

    Multiply accumulate with predicate (Vector * Vector)

    +
    Parameters
    + + + + + +
    [in]accAccumulator
    [in]aVector
    [in]bVector
    [in]p0Predicate
    +
    +
    +
    Returns
    acc + a*b with predicate
    + +
    +
    + +

    ◆ vmacc() [9/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    float32x4_t vmacc (const float32x4_t acc,
    const float32x4_t a,
    const float_t b 
    )
    +
    + +

    Multiply accumulate (Vector * Scalar)

    +
    Parameters
    + + + + +
    [in]accAccumulator
    [in]aVector
    [in]bScalar
    +
    +
    +
    Returns
    acc + a * b
    + +
    +
    + +

    ◆ vmacc() [10/10]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    Q< 33, 30 > vmacc (const Q< 33, 30 > sum,
    const int16x8_t vala,
    const int16x8_t valb 
    )
    +
    + +

    Vector accumulate into scalar.

    +
    Parameters
    + + + + +
    [in]sumThe sum
    [in]valaThe vala
    [in]valbThe valb
    +
    +
    +
    Returns
    vala * valb and accumulated into sum
    + +
    +
    + +

    ◆ vmacc_impl() [1/2]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    A vmacc_impl (const A & acc,
    const VA & a,
    const VB & b,
    const B p0,
    std::index_sequence< Ns... >  
    )
    +
    + +

    Predicated vector accumulate for tuple.

    +
    Parameters
    + + + + + +
    [in]accAccumulator
    [in]aFirst operand
    [in]bSecond operand
    [in]p0Predicate
    +
    +
    +
    Template Parameters
    + + + + + +
    AAccumulator datatype
    VVector datatype
    BPredicate datatype
    NsTuple indexes
    +
    +
    +
    Returns
    Tuple of accumulated values
    + +
    +
    + +

    ◆ vmacc_impl() [2/2]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    A vmacc_impl (const A & acc,
    const VA & a,
    const VB & b,
    std::index_sequence< Ns... >  
    )
    +
    + +

    Vector accumulate for tuples of vectors.

    +
    Parameters
    + + + + +
    [in]accThe accumulator
    [in]aFirst operand
    [in]bSecond operand
    +
    +
    +
    Template Parameters
    + + + + +
    AAccumulator datatype
    VVector datatype
    NsTuple index
    +
    +
    +
    Returns
    tuple of results
    + +
    +
    + +

    ◆ vmul() [1/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vmul (const ComplexVector< float16x8_t > & a,
    const ComplexVector< float16x8_t > & b 
    )
    +
    + +

    Vector * Vector.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bVector
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [2/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vmul (const ComplexVector< float16x8_t > & a,
    const std::complex< float16_t > & b 
    )
    +
    + +

    Vector * Scalar.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bScalar
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [3/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vmul (const ComplexVector< float32x4_t > & a,
    const ComplexVector< float32x4_t > & b 
    )
    +
    + +

    Vector * Vector.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bVector
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [4/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vmul (const ComplexVector< float32x4_t > & a,
    const std::complex< float > & b 
    )
    +
    + +

    Vector * Scalar.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bScalar
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [5/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    float32x4_t vmul (const float a,
    const float32x4_t b 
    )
    +
    + +

    Scalar * Vector.

    +
    Parameters
    + + + +
    [in]aScalar
    [in]bVector
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [6/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    float32x4_t vmul (const float a,
    const float32x4_t b,
    const mve_pred16_t p0 
    )
    +
    + +

    Scalar * Vector with predicate.

    +
    Parameters
    + + + + +
    [in]aScalar
    [in]bVector
    [in]p0Predicate
    +
    +
    +
    Returns
    a * b with predicate
    + +
    +
    + +

    ◆ vmul() [7/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    float32x4_t vmul (const float32x4_t a,
    const float b 
    )
    +
    + +

    Vector * Scalar.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bScalar
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [8/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    float32x4_t vmul (const float32x4_t a,
    const float b,
    const mve_pred16_t p0 
    )
    +
    + +

    Vector * Scalar with predicate.

    +
    Parameters
    + + + + +
    [in]aVector
    [in]bScalar
    [in]p0Predicate
    +
    +
    +
    Returns
    a * b with predicate
    + +
    +
    + +

    ◆ vmul() [9/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    float32x4_t vmul (const float32x4_t a,
    const float32x4_t b 
    )
    +
    + +

    Vector * Vector.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bVector
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [10/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    float32x4_t vmul (const float32x4_t a,
    const float32x4_t b,
    const mve_pred16_t p0 
    )
    +
    + +

    Vector * Vector with predicate.

    +
    Parameters
    + + + + +
    [in]aVector
    [in]bVector
    [in]p0Predicate
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [11/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vmul (const std::complex< float > & a,
    const ComplexVector< float32x4_t > & b 
    )
    +
    + +

    Scalar * Vector.

    +
    Parameters
    + + + +
    [in]aScalar
    [in]bVector
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vmul() [12/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vmul (const std::complex< float16_t > & a,
    const ComplexVector< float16x8_t > & b 
    )
    +
    + +

    Scalar * Vector.

    +
    Parameters
    + + + +
    [in]aScalar
    [in]bVector
    +
    +
    +
    Returns
    a * b
    + +
    +
    + +

    ◆ vneg() [1/6]

    + +
    +
    + + + + + + + + +
    ComplexVector< float16x8_t > vneg (const ComplexVector< float16x8_t > & a)
    +
    + +

    Vector negate.

    +
    Parameters
    + + +
    [in]aVector value to negate
    +
    +
    +
    Returns
    Negated value
    + +
    +
    + +

    ◆ vneg() [2/6]

    + +
    +
    + + + + + + + + +
    ComplexVector< float32x4_t > vneg (const ComplexVector< float32x4_t > & a)
    +
    + +

    Vector negate.

    +
    Parameters
    + + +
    [in]aVector value to negate
    +
    +
    +
    Returns
    Negated value
    + +
    +
    + +

    ◆ vneg() [3/6]

    + +
    +
    + + + + + + + + +
    float16x8_t vneg (const float16x8_t a)
    +
    + +

    Vector negate.

    +
    Parameters
    + + +
    [in]aVector
    +
    +
    +
    Returns
    Negate of vector
    + +
    +
    + +

    ◆ vneg() [4/6]

    + +
    +
    + + + @@ -3046,7 +4991,7 @@

    -

    ◆ vneg() [3/4]

    +

    ◆ vneg() [5/6]

    @@ -3073,7 +5018,7 @@

    -

    ◆ vneg() [4/4]

    +

    ◆ vneg() [6/6]

    @@ -3108,10 +5053,64 @@

    Returns
    Negated value
    +

    +
    + +

    ◆ vreduce() [1/5]

    + +
    +
    +

    float16x8_t vneg ( const float16x8_t  a,
    + + + + + + + +
    std::complex< float16_t > vreduce (const ComplexVector< float16x8_t > & in)
    +
    + +

    Vector reduce.

    +
    Parameters
    + + +
    [in]inVector
    +
    +
    +
    Returns
    Reduced scalar value
    + +
    +
    + +

    ◆ vreduce() [2/5]

    + +
    +
    + + + + + + + + +
    std::complex< float > vreduce (const ComplexVector< float32x4_t > & in)
    +
    + +

    Vector reduce.

    +
    Parameters
    + + +
    [in]inVector
    +
    +
    +
    Returns
    Reduced scalar value
    +
    -

    ◆ vreduce() [1/3]

    +

    ◆ vreduce() [3/5]

    @@ -3138,7 +5137,7 @@

    -

    ◆ vreduce() [2/3]

    +

    ◆ vreduce() [4/5]

    @@ -3166,7 +5165,7 @@

    -

    ◆ vreduce() [3/3]

    +

    ◆ vreduce() [5/5]

    + +

    ◆ vreduce_impl()

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    auto vreduce_impl (const A & acc,
    std::index_sequence< Ns... >  
    )
    +
    + +

    Reduce function for tuple.

    +
    Parameters
    + + +
    [in]accAccumulator
    +
    +
    +
    Template Parameters
    + + + +
    AAccumulator datatype
    NsTuple indexes
    +
    +
    +
    Returns
    Reduced accumulator values
    +

    Some vector instructions sets cannot accumulate vectors into a scalar. They accumulate into this vector. This vector must be reduced to a scalar at the end of the accumulation loop.

    + +
    +
    + +

    ◆ vstore1() [1/6]

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    void vstore1 (float32_tp,
    const float32x4_t val 
    )
    +
    +inline
    +
    + +

    Store with stride.

    +
    Parameters
    + + + +
    pStore address
    [in]valValue to store
    +
    +
    +
    Template Parameters
    + + + +
    SStride
    <unnamed>Check stride value
    +
    +
    + +
    +
    + +

    ◆ vstore1() [2/6]

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    void vstore1 (float32_tp,
    const index_t stride,
    const float32x4_t val 
    )
    +
    +inline
    +
    + +

    Store with dynamic stride.

    +
    Parameters
    + + + + +
    pStore address
    [in]strideStride value
    [in]valValue to store
    +
    +
    + +
    +
    + +

    ◆ vstore1() [3/6]

    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    void vstore1 (std::complex< float16_t > * p,
    const ComplexVector< float16x8_t > & val 
    )
    +
    +inline
    +
    + +

    Store with stride.

    Parameters
    - + +
    [in]accThe accumulator
    pStore address
    [in]valValue to store
    Template Parameters
    - + +
    EDatatypes for tuples
    SStride
    <unnamed>Check stride value
    -
    Returns
    Tuples of reduced values
    -

    Some vector instructions sets cannot accumulate vectors into a scalar. They accumulate into this vector. This vector must be reduced to a scalar at the end of the accumulation loop.

    - -

    ◆ vreduce_impl()

    + +

    ◆ vstore1() [4/6]

    + + + - + - + @@ -3296,8 +5503,8 @@

    -

    ◆ vstore1() [2/2]

    + +

    ◆ vstore1() [6/6]

    @@ -3308,7 +5515,7 @@

    void vstore1

    - + @@ -3320,7 +5527,7 @@

    - + @@ -3478,10 +5685,162 @@

    +

    ◆ vsub() [1/12]

    + +
    +
    +
    - + - - + + - - + + + + + + + + @@ -3223,29 +5432,27 @@

    +inline +

    +
    auto vreduce_impl void vstore1 (const A & acc, std::complex< float16_t > * p,
    std::index_sequence< Ns... >  const index_t stride,
    const ComplexVector< float16x8_t > & val 
    -

    Reduce function for tuple.

    +

    Store with dynamic stride.

    Parameters
    - -
    [in]accAccumulator
    -
    -
    -
    Template Parameters
    - - - + + +
    AAccumulator datatype
    NsTuple indexes
    pStore address
    [in]strideStride value
    [in]valValue to store
    -
    Returns
    Reduced accumulator values
    -

    Some vector instructions sets cannot accumulate vectors into a scalar. They accumulate into this vector. This vector must be reduced to a scalar at the end of the accumulation loop.

    -
    -

    ◆ vstore1() [1/2]

    + +

    ◆ vstore1() [5/6]

    @@ -3256,13 +5463,13 @@

    void vstore1

    (float32_tstd::complex< float32_t > *  p,
    const float32x4_t const ComplexVector< float32x4_t > &  val 
    (float32_tstd::complex< float32_t > *  p,
    const float32x4_t const ComplexVector< float32x4_t > &  val 
    + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vsub (const ComplexVector< float16x8_t > & a,
    const ComplexVector< float16x8_t > & b 
    )
    +
    + +

    Vector - Vector.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bVector
    +
    +
    +
    Returns
    a - b
    + +
    +
    + +

    ◆ vsub() [2/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vsub (const ComplexVector< float16x8_t > & a,
    const std::complex< float16_t > & b 
    )
    +
    + +

    Vector - Scalar.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bScalar
    +
    +
    +
    Returns
    a - b
    + +
    +
    + +

    ◆ vsub() [3/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vsub (const ComplexVector< float32x4_t > & a,
    const ComplexVector< float32x4_t > & b 
    )
    +
    + +

    Vector - Vector.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bVector
    +
    +
    +
    Returns
    a - b
    + +
    +
    + +

    ◆ vsub() [4/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vsub (const ComplexVector< float32x4_t > & a,
    const std::complex< float > & b 
    )
    +
    + +

    Vector - Scalar.

    +
    Parameters
    + + + +
    [in]aVector
    [in]bScalar
    +
    +
    +
    Returns
    a - b
    +
    -

    ◆ vsub() [1/6]

    +

    ◆ vsub() [5/12]

    @@ -3519,7 +5878,7 @@

    -

    ◆ vsub() [2/6]

    +

    ◆ vsub() [6/12]

    @@ -3564,7 +5923,7 @@

    -

    ◆ vsub() [3/6]

    +

    ◆ vsub() [7/12]

    @@ -3602,7 +5961,7 @@

    -

    ◆ vsub() [4/6]

    +

    ◆ vsub() [8/12]

    @@ -3647,7 +6006,7 @@

    -

    ◆ vsub() [5/6]

    +

    ◆ vsub() [9/12]

    @@ -3685,7 +6044,7 @@

    -

    ◆ vsub() [6/6]

    +

    ◆ vsub() [10/12]

    @@ -3727,6 +6086,82 @@

    Returns
    a - b
    +

    +
    + +

    ◆ vsub() [11/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float32x4_t > vsub (const std::complex< float > & a,
    const ComplexVector< float32x4_t > & b 
    )
    +
    + +

    Scalar - Vector.

    +
    Parameters
    + + + +
    [in]aScalar
    [in]bVector
    +
    +
    +
    Returns
    a - b
    + +
    +
    + +

    ◆ vsub() [12/12]

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    ComplexVector< float16x8_t > vsub (const std::complex< float16_t > & a,
    const ComplexVector< float16x8_t > & b 
    )
    +
    + +

    Scalar - Vector.

    +
    Parameters
    + + + +
    [in]aScalar
    [in]bVector
    +
    +
    +
    Returns
    a - b
    +

    diff --git a/main/namespacemembers.html b/main/namespacemembers.html index 319f8d73..d4e81bff 100644 --- a/main/namespacemembers.html +++ b/main/namespacemembers.html @@ -131,130 +131,11 @@
    Here is a list of all documented namespace members with links to the namespaces they belong to:

    - a -

    - - -

    - c -

    - - -

    - d -

    - - -

    - e -

    - - -

    - f -

      -
    • from_accumulator() : inner
    • -
    • from_accumulator_impl() : inner
    • -
    - - -

    - h -

    - - -

    - i -

    - - -

    - m -

    - - -

    - o -

    - - -

    - p -

    - - -

    - q -

    - - -

    - s -

    - - -

    - t -

    - - -

    - v -

    diff --git a/main/namespacemembers_c.html b/main/namespacemembers_c.html new file mode 100644 index 00000000..83d69023 --- /dev/null +++ b/main/namespacemembers_c.html @@ -0,0 +1,153 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - c -

    +
    +
    + + + + diff --git a/main/namespacemembers_d.html b/main/namespacemembers_d.html new file mode 100644 index 00000000..58c20e44 --- /dev/null +++ b/main/namespacemembers_d.html @@ -0,0 +1,152 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - d -

    +
    +
    + + + + diff --git a/main/namespacemembers_e.html b/main/namespacemembers_e.html new file mode 100644 index 00000000..4602fa94 --- /dev/null +++ b/main/namespacemembers_e.html @@ -0,0 +1,151 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - e -

    +
    +
    + + + + diff --git a/main/namespacemembers_f.html b/main/namespacemembers_f.html new file mode 100644 index 00000000..10d7f14a --- /dev/null +++ b/main/namespacemembers_f.html @@ -0,0 +1,152 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - f -

      +
    • from_accumulator() : inner
    • +
    • from_accumulator_impl() : inner
    • +
    +
    +
    + + + + diff --git a/main/namespacemembers_func.html b/main/namespacemembers_func.html index b29345ef..87ceb679 100644 --- a/main/namespacemembers_func.html +++ b/main/namespacemembers_func.html @@ -131,118 +131,11 @@  

    - a -

    - - -

    - c -

    - - -

    - d -

    - - -

    - e -

    - - -

    - f -

      -
    • from_accumulator() : inner
    • -
    • from_accumulator_impl() : inner
    • -
    - - -

    - h -

    - - -

    - i -

    - - -

    - m -

    - - -

    - o -

    - - -

    - p -

    - - -

    - s -

    - - -

    - t -

    - - -

    - v -

    diff --git a/main/namespacemembers_func_c.html b/main/namespacemembers_func_c.html new file mode 100644 index 00000000..23871051 --- /dev/null +++ b/main/namespacemembers_func_c.html @@ -0,0 +1,152 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - c -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_d.html b/main/namespacemembers_func_d.html new file mode 100644 index 00000000..9a49a92c --- /dev/null +++ b/main/namespacemembers_func_d.html @@ -0,0 +1,151 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - d -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_e.html b/main/namespacemembers_func_e.html new file mode 100644 index 00000000..d387adff --- /dev/null +++ b/main/namespacemembers_func_e.html @@ -0,0 +1,151 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - e -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_f.html b/main/namespacemembers_func_f.html new file mode 100644 index 00000000..ec8fff28 --- /dev/null +++ b/main/namespacemembers_func_f.html @@ -0,0 +1,152 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - f -

      +
    • from_accumulator() : inner
    • +
    • from_accumulator_impl() : inner
    • +
    +
    +
    + + + + diff --git a/main/namespacemembers_func_h.html b/main/namespacemembers_func_h.html new file mode 100644 index 00000000..9cd0bf89 --- /dev/null +++ b/main/namespacemembers_func_h.html @@ -0,0 +1,153 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - h -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_i.html b/main/namespacemembers_func_i.html new file mode 100644 index 00000000..3f45f132 --- /dev/null +++ b/main/namespacemembers_func_i.html @@ -0,0 +1,156 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - i -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_m.html b/main/namespacemembers_func_m.html new file mode 100644 index 00000000..fe4a3735 --- /dev/null +++ b/main/namespacemembers_func_m.html @@ -0,0 +1,156 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - m -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_o.html b/main/namespacemembers_func_o.html new file mode 100644 index 00000000..3ec37a2f --- /dev/null +++ b/main/namespacemembers_func_o.html @@ -0,0 +1,167 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - o -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_p.html b/main/namespacemembers_func_p.html new file mode 100644 index 00000000..92460a80 --- /dev/null +++ b/main/namespacemembers_func_p.html @@ -0,0 +1,151 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - p -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_s.html b/main/namespacemembers_func_s.html new file mode 100644 index 00000000..a429e726 --- /dev/null +++ b/main/namespacemembers_func_s.html @@ -0,0 +1,156 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - s -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_t.html b/main/namespacemembers_func_t.html new file mode 100644 index 00000000..9421f5a1 --- /dev/null +++ b/main/namespacemembers_func_t.html @@ -0,0 +1,156 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - t -

    +
    +
    + + + + diff --git a/main/namespacemembers_func_v.html b/main/namespacemembers_func_v.html new file mode 100644 index 00000000..1cd05c7a --- /dev/null +++ b/main/namespacemembers_func_v.html @@ -0,0 +1,166 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +  + +

    - v -

    +
    +
    + + + + diff --git a/main/namespacemembers_h.html b/main/namespacemembers_h.html new file mode 100644 index 00000000..7a1a5b23 --- /dev/null +++ b/main/namespacemembers_h.html @@ -0,0 +1,153 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - h -

    +
    +
    + + + + diff --git a/main/namespacemembers_i.html b/main/namespacemembers_i.html new file mode 100644 index 00000000..be1d9f24 --- /dev/null +++ b/main/namespacemembers_i.html @@ -0,0 +1,157 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - i -

    +
    +
    + + + + diff --git a/main/namespacemembers_m.html b/main/namespacemembers_m.html new file mode 100644 index 00000000..fb97840c --- /dev/null +++ b/main/namespacemembers_m.html @@ -0,0 +1,156 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - m -

    +
    +
    + + + + diff --git a/main/namespacemembers_o.html b/main/namespacemembers_o.html new file mode 100644 index 00000000..5f7df9b0 --- /dev/null +++ b/main/namespacemembers_o.html @@ -0,0 +1,167 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - o -

    +
    +
    + + + + diff --git a/main/namespacemembers_p.html b/main/namespacemembers_p.html new file mode 100644 index 00000000..2a34b179 --- /dev/null +++ b/main/namespacemembers_p.html @@ -0,0 +1,151 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - p -

    +
    +
    + + + + diff --git a/main/namespacemembers_q.html b/main/namespacemembers_q.html new file mode 100644 index 00000000..a7a1e99d --- /dev/null +++ b/main/namespacemembers_q.html @@ -0,0 +1,154 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - q -

    +
    +
    + + + + diff --git a/main/namespacemembers_s.html b/main/namespacemembers_s.html new file mode 100644 index 00000000..08311445 --- /dev/null +++ b/main/namespacemembers_s.html @@ -0,0 +1,156 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - s -

    +
    +
    + + + + diff --git a/main/namespacemembers_t.html b/main/namespacemembers_t.html new file mode 100644 index 00000000..d21660ef --- /dev/null +++ b/main/namespacemembers_t.html @@ -0,0 +1,156 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - t -

    +
    +
    + + + + diff --git a/main/namespacemembers_v.html b/main/namespacemembers_v.html new file mode 100644 index 00000000..9feb1171 --- /dev/null +++ b/main/namespacemembers_v.html @@ -0,0 +1,167 @@ + + + + + + + +CMSIS-DSP: Namespace members + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    +
    Here is a list of all documented namespace members with links to the namespaces they belong to:
    + +

    - v -

    +
    +
    + + + + diff --git a/main/navtreedata.js b/main/navtreedata.js index d17e09d7..b28ef6ec 100644 --- a/main/navtreedata.js +++ b/main/navtreedata.js @@ -39,15 +39,16 @@ var NAVTREE = var NAVTREEINDEX = [ "annotated.html", -"group__Canberra.html", -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf", -"group__GenericQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf", -"group__Matrix.html#a39ac7c6f90f1e1add6e5b4a2fc20f222", -"group__Max.html#ga96f240086b586a9c724fb5285fd15570", -"group__VECTOR.html#a69556ec665477f5fec2c155b58af059f", -"group__genericTypes.html#ga956128b7a0d71442fb29cbcbecd71d71", -"structarm__cfft__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e", -"structarm__lms__norm__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2" +"group__COMMON.html#ga87032cf209a345081caeb3692af2174b", +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f", +"group__FUSION.html#ga0d7636d950aa0638b9a6532e4814b22d", +"group__IIR__Lattice.html#gaed3b0230bb77439dc902daa625985e04", +"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9", +"group__QuatProd.html", +"group__WindowBARTLETT.html#ga43616d15eb8b6e960d09063db316ed33", +"group__q31__to__x.html#ga775f3a1996f00a8048c4b7acba2e0828", +"structarm__dct4__instance__q15.html#a8ba8c9fa75542dac82553fee982ccd3e", +"structarm__mfcc__instance__q31.html#a60390d32129e3b390a6b249223168b63" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/main/navtreeindex0.js b/main/navtreeindex0.js index 49b6714d..5e9524b9 100644 --- a/main/navtreeindex0.js +++ b/main/navtreeindex0.js @@ -6,6 +6,7 @@ var NAVTREEINDEX0 = "dsppp_building.html#autotoc_md32":[1,9,0], "dsppp_building.html#autotoc_md33":[1,9,1], "dsppp_code_size.html":[1,5], +"dsppp_complex.html":[1,11], "dsppp_fusion.html":[1,6], "dsppp_guidelines.html":[1,10], "dsppp_intro.html":[1,0], @@ -248,6 +249,5 @@ var NAVTREEINDEX0 = "group__COMMON.html":[4,17,2], "group__COMMON.html#ga07f6031cada84b740e7233bdf702ee0d":[4,17,2,3], "group__COMMON.html#ga6da8132ec1234c0d616142e3a246f858":[4,17,2,0], -"group__COMMON.html#ga79826d197b2243b245651a79637cf72d":[4,17,2,2], -"group__COMMON.html#ga87032cf209a345081caeb3692af2174b":[4,17,2,1] +"group__COMMON.html#ga79826d197b2243b245651a79637cf72d":[4,17,2,2] }; diff --git a/main/navtreeindex1.js b/main/navtreeindex1.js index a8dae46a..ec72fe7e 100644 --- a/main/navtreeindex1.js +++ b/main/navtreeindex1.js @@ -1,5 +1,6 @@ var NAVTREEINDEX1 = { +"group__COMMON.html#ga87032cf209a345081caeb3692af2174b":[4,17,2,1], "group__Canberra.html":[4,6,0,1], "group__Canberra.html#ga4cb969f4c0c64a9afda98b2ed13e95fa":[4,6,0,1,1], "group__Canberra.html#gab5b73214c89dc54f2d52b2808cd67ca5":[4,6,0,1,0], @@ -230,24 +231,23 @@ var NAVTREEINDEX1 = "group__FIR__decimate.html#gab9402a0d9b0fffc0b50083a7d56c5905":[4,8,6,0], "group__FIR__decimate.html#gac03b837d289c8bc4a86a34a89e44afdf":[4,8,6,3], "group__FIXED.html":[4,17,4], -"group__FIXED.html#a01ff1590236123181364f4f60e0612c1":[4,17,4,5,1], -"group__FIXED.html#a0ce5940174a9394578b544a6e30d53c4":[4,17,4,4,0], -"group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8":[4,17,4,11,5], -"group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8":[4,17,4,10,8], -"group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8":[4,17,4,16,8], -"group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8":[4,17,4,12,8], -"group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8":[4,17,4,17,6], -"group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8":[4,17,4,13,5], -"group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8":[4,17,4,15,6], -"group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8":[4,17,4,14,8], -"group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb":[4,17,4,8,0], -"group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb":[4,17,4,6,0], -"group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e":[4,17,4,10,5], -"group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e":[4,17,4,17,4], -"group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e":[4,17,4,15,4], -"group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e":[4,17,4,12,5], -"group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e":[4,17,4,16,5], -"group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e":[4,17,4,11,4], -"group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e":[4,17,4,14,5], -"group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e":[4,17,4,13,4] +"group__FIXED.html#ga01ff1590236123181364f4f60e0612c1":[4,17,4,38], +"group__FIXED.html#ga0385cca6ea4f1a0443b4918d234f99fb":[4,17,4,123], +"group__FIXED.html#ga0aa752f033eb2a4ec72d4ede35e25ff0":[4,17,4,133], +"group__FIXED.html#ga0ce5940174a9394578b544a6e30d53c4":[4,17,4,25], +"group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8":[4,17,4,125], +"group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8":[4,17,4,131], +"group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8":[4,17,4,130], +"group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8":[4,17,4,129], +"group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8":[4,17,4,128], +"group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8":[4,17,4,127], +"group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8":[4,17,4,124], +"group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8":[4,17,4,126], +"group__FIXED.html#ga1347d2c68f4090b8bc3b2e4757a106a2":[4,17,4,132], +"group__FIXED.html#ga149f07ea91b6d0eee7b3bae6c7d80d99":[4,17,4,204], +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f":[4,17,4,205], +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f":[4,17,4,206], +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f":[4,17,4,207], +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f":[4,17,4,208], +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f":[4,17,4,209] }; diff --git a/main/navtreeindex10.js b/main/navtreeindex10.js new file mode 100644 index 00000000..b0532c16 --- /dev/null +++ b/main/navtreeindex10.js @@ -0,0 +1,122 @@ +var NAVTREEINDEX10 = +{ +"structarm__mfcc__instance__q31.html#a60390d32129e3b390a6b249223168b63":[5,0,84,2], +"structarm__mfcc__instance__q31.html#a8ac2a63296ee4e08bb019bf75f66f7d0":[5,0,84,6], +"structarm__mfcc__instance__q31.html#a92fa17569af954a83e7d76d88693ecc6":[5,0,84,3], +"structarm__mfcc__instance__q31.html#acfacbcf8d50f063823b8097880bc9485":[5,0,84,5], +"structarm__mfcc__instance__q31.html#adb2eef6a7ff4b4c20143a902612f915e":[5,0,84,0], +"structarm__rfft__fast__instance__f16.html":[5,0,88], +"structarm__rfft__fast__instance__f16.html#a0bdfaa2305e8c0a3f88ddbd07270a1b6":[5,0,88,1], +"structarm__rfft__fast__instance__f16.html#a174f8c72d545034e19ba4ced52b31353":[5,0,88,0], +"structarm__rfft__fast__instance__f16.html#ad3c25d7002465379ef6047b3ca0ea2d0":[5,0,88,2], +"structarm__rfft__fast__instance__f32.html":[5,0,89], +"structarm__rfft__fast__instance__f32.html#a174f8c72d545034e19ba4ced52b31353":[5,0,89,0], +"structarm__rfft__fast__instance__f32.html#aa8a05a9fabc3852e5d476152a5067e53":[5,0,89,2], +"structarm__rfft__fast__instance__f32.html#ae701bffa723225a574f41989e62cff2e":[5,0,89,1], +"structarm__rfft__fast__instance__f64.html":[5,0,90], +"structarm__rfft__fast__instance__f64.html#a0915e69281e9037d7a7508a2a04dea61":[5,0,90,2], +"structarm__rfft__fast__instance__f64.html#a174f8c72d545034e19ba4ced52b31353":[5,0,90,0], +"structarm__rfft__fast__instance__f64.html#ae1f4aa2eb9bde099d9df8eba28670c31":[5,0,90,1], +"structarm__rfft__instance__f32.html":[5,0,91], +"structarm__rfft__instance__f32.html#a206b7cd92c35fde3432e5b9a0650c42c":[5,0,91,1], +"structarm__rfft__instance__f32.html#a5b06f7f76c018db993fe6acc5708c589":[5,0,91,7], +"structarm__rfft__instance__f32.html#a5cebe2c6994199d1c89a87105f8b4351":[5,0,91,6], +"structarm__rfft__instance__f32.html#a787d72055c89e4d62b188d6bd646341c":[5,0,91,3], +"structarm__rfft__instance__f32.html#a9242c2e59819701cb99429b0dc9f3796":[5,0,91,5], +"structarm__rfft__instance__f32.html#ab7bd4d374a1780dea50efd3e7ac220be":[5,0,91,4], +"structarm__rfft__instance__f32.html#ad56ec2425e2422108b8767b43d944591":[5,0,91,0], +"structarm__rfft__instance__f32.html#adf0d4604cf5546075d9d4cf122d6c986":[5,0,91,2], +"structarm__rfft__instance__q15.html":[5,0,92], +"structarm__rfft__instance__q15.html#a19474a01d3d1784e3447c140d8c30f19":[5,0,92,5], +"structarm__rfft__instance__q15.html#a5b06f7f76c018db993fe6acc5708c589":[5,0,92,6], +"structarm__rfft__instance__q15.html#a787d72055c89e4d62b188d6bd646341c":[5,0,92,2], +"structarm__rfft__instance__q15.html#a8d14d45dce27a9a467f9f482d3397a5a":[5,0,92,4], +"structarm__rfft__instance__q15.html#abd0c3c04ec88379f48e51447e95f092a":[5,0,92,3], +"structarm__rfft__instance__q15.html#ad56ec2425e2422108b8767b43d944591":[5,0,92,0], +"structarm__rfft__instance__q15.html#adf0d4604cf5546075d9d4cf122d6c986":[5,0,92,1], +"structarm__rfft__instance__q31.html":[5,0,93], +"structarm__rfft__instance__q31.html#a47ffe031454baeb52b1f5ce1a16e165a":[5,0,93,5], +"structarm__rfft__instance__q31.html#a5b06f7f76c018db993fe6acc5708c589":[5,0,93,6], +"structarm__rfft__instance__q31.html#a787d72055c89e4d62b188d6bd646341c":[5,0,93,2], +"structarm__rfft__instance__q31.html#aa583d759b8b176ad1696b27eb5821daf":[5,0,93,3], +"structarm__rfft__instance__q31.html#ad56ec2425e2422108b8767b43d944591":[5,0,93,0], +"structarm__rfft__instance__q31.html#adf0d4604cf5546075d9d4cf122d6c986":[5,0,93,1], +"structarm__rfft__instance__q31.html#ae0a31403d6a5d850adc926af9508d762":[5,0,93,4], +"structarm__sort__instance__f32.html":[5,0,94], +"structarm__sort__instance__f32.html#a0c7e20695ca4dff4a5bbb54d454b6ed7":[5,0,94,0], +"structarm__sort__instance__f32.html#ac6f3976ef6b482e4c2b4a865bb362518":[5,0,94,1], +"structarm__spline__instance__f32.html":[5,0,95], +"structarm__spline__instance__f32.html#a0ba30157b3b00a2e132c50481a0aeb05":[5,0,95,2], +"structarm__spline__instance__f32.html#a6ceaa0b32c96a0b5be445ae8b51035ef":[5,0,95,0], +"structarm__spline__instance__f32.html#ad15db0a88cd7095cda0e9b32efbbc772":[5,0,95,3], +"structarm__spline__instance__f32.html#aec265976ff59be5ac710a5f5c687e6df":[5,0,95,4], +"structarm__spline__instance__f32.html#af5be28c7b7cbd186d14079f59192a50b":[5,0,95,1], +"structarm__svm__linear__instance__f16.html":[5,0,96], +"structarm__svm__linear__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a":[5,0,96,2], +"structarm__svm__linear__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,96,0], +"structarm__svm__linear__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91":[5,0,96,1], +"structarm__svm__linear__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c":[5,0,96,4], +"structarm__svm__linear__instance__f16.html#aba6e7453494beedd1e73763a57247e33":[5,0,96,3], +"structarm__svm__linear__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,96,5], +"structarm__svm__linear__instance__f32.html":[5,0,97], +"structarm__svm__linear__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,97,0], +"structarm__svm__linear__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b":[5,0,97,2], +"structarm__svm__linear__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366":[5,0,97,1], +"structarm__svm__linear__instance__f32.html#aba6e7453494beedd1e73763a57247e33":[5,0,97,3], +"structarm__svm__linear__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,97,5], +"structarm__svm__linear__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc":[5,0,97,4], +"structarm__svm__polynomial__instance__f16.html":[5,0,98], +"structarm__svm__polynomial__instance__f16.html#a192432a474907a70b37aa10ddabc0c97":[5,0,98,2], +"structarm__svm__polynomial__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a":[5,0,98,5], +"structarm__svm__polynomial__instance__f16.html#a2d1be16c16d99cbba003a47ee2a3234f":[5,0,98,4], +"structarm__svm__polynomial__instance__f16.html#a3232c3bca693bfd6a95f03aaec8bd4ef":[5,0,98,1], +"structarm__svm__polynomial__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,98,0], +"structarm__svm__polynomial__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91":[5,0,98,3], +"structarm__svm__polynomial__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c":[5,0,98,7], +"structarm__svm__polynomial__instance__f16.html#aba6e7453494beedd1e73763a57247e33":[5,0,98,6], +"structarm__svm__polynomial__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,98,8], +"structarm__svm__polynomial__instance__f32.html":[5,0,99], +"structarm__svm__polynomial__instance__f32.html#a146a0e95d7c3714b2c58ba2859c8e44c":[5,0,99,4], +"structarm__svm__polynomial__instance__f32.html#a192432a474907a70b37aa10ddabc0c97":[5,0,99,2], +"structarm__svm__polynomial__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,99,0], +"structarm__svm__polynomial__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b":[5,0,99,5], +"structarm__svm__polynomial__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366":[5,0,99,3], +"structarm__svm__polynomial__instance__f32.html#aba6e7453494beedd1e73763a57247e33":[5,0,99,6], +"structarm__svm__polynomial__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,99,8], +"structarm__svm__polynomial__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc":[5,0,99,7], +"structarm__svm__polynomial__instance__f32.html#aed464fe96870d4fcee492ab05b5dba21":[5,0,99,1], +"structarm__svm__rbf__instance__f16.html":[5,0,100], +"structarm__svm__rbf__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a":[5,0,100,3], +"structarm__svm__rbf__instance__f16.html#a2d1be16c16d99cbba003a47ee2a3234f":[5,0,100,2], +"structarm__svm__rbf__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,100,0], +"structarm__svm__rbf__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91":[5,0,100,1], +"structarm__svm__rbf__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c":[5,0,100,5], +"structarm__svm__rbf__instance__f16.html#aba6e7453494beedd1e73763a57247e33":[5,0,100,4], +"structarm__svm__rbf__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,100,6], +"structarm__svm__rbf__instance__f32.html":[5,0,101], +"structarm__svm__rbf__instance__f32.html#a146a0e95d7c3714b2c58ba2859c8e44c":[5,0,101,2], +"structarm__svm__rbf__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,101,0], +"structarm__svm__rbf__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b":[5,0,101,3], +"structarm__svm__rbf__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366":[5,0,101,1], +"structarm__svm__rbf__instance__f32.html#aba6e7453494beedd1e73763a57247e33":[5,0,101,4], +"structarm__svm__rbf__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,101,6], +"structarm__svm__rbf__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc":[5,0,101,5], +"structarm__svm__sigmoid__instance__f16.html":[5,0,102], +"structarm__svm__sigmoid__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a":[5,0,102,4], +"structarm__svm__sigmoid__instance__f16.html#a2d1be16c16d99cbba003a47ee2a3234f":[5,0,102,3], +"structarm__svm__sigmoid__instance__f16.html#a3232c3bca693bfd6a95f03aaec8bd4ef":[5,0,102,1], +"structarm__svm__sigmoid__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,102,0], +"structarm__svm__sigmoid__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91":[5,0,102,2], +"structarm__svm__sigmoid__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c":[5,0,102,6], +"structarm__svm__sigmoid__instance__f16.html#aba6e7453494beedd1e73763a57247e33":[5,0,102,5], +"structarm__svm__sigmoid__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,102,7], +"structarm__svm__sigmoid__instance__f32.html":[5,0,103], +"structarm__svm__sigmoid__instance__f32.html#a146a0e95d7c3714b2c58ba2859c8e44c":[5,0,103,3], +"structarm__svm__sigmoid__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,103,0], +"structarm__svm__sigmoid__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b":[5,0,103,4], +"structarm__svm__sigmoid__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366":[5,0,103,2], +"structarm__svm__sigmoid__instance__f32.html#aba6e7453494beedd1e73763a57247e33":[5,0,103,5], +"structarm__svm__sigmoid__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,103,7], +"structarm__svm__sigmoid__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc":[5,0,103,6], +"structarm__svm__sigmoid__instance__f32.html#aed464fe96870d4fcee492ab05b5dba21":[5,0,103,1] +}; diff --git a/main/navtreeindex2.js b/main/navtreeindex2.js index 41e04cdd..52f4bd3c 100644 --- a/main/navtreeindex2.js +++ b/main/navtreeindex2.js @@ -1,154 +1,221 @@ var NAVTREEINDEX2 = { -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,10,12], -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,13,9], -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,14,12], -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,16,12], -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,11,9], -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,15,10], -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,12,12], -"group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,17,10], -"group__FIXED.html#a334467121b703df4737919be4ddf5ab6":[4,17,4,2,1], -"group__FIXED.html#a44566a2275a84a317842a12fc16a2ab5":[4,17,4,7,1], -"group__FIXED.html#a4bbdd41bfc847213cc17df2150f2d36f":[4,17,4,8,1], -"group__FIXED.html#a4c50ac10bfe807e90da32cd3fcc420c5":[4,17,4,8,2], -"group__FIXED.html#a5330a25089bcc989068baf0f475f8288":[4,17,4,4,1], -"group__FIXED.html#a557f81ce640773012edda158e39bbc6b":[4,17,4,6,2], -"group__FIXED.html#a5963fd4cd2c67a9090c4ce2455d847dd":[4,17,4,1,0], -"group__FIXED.html#a651aa0bb6eccbdebdfc06ab9391bef00":[4,17,4,5,2], -"group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9":[4,17,4,13,3], -"group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9":[4,17,4,10,3], -"group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9":[4,17,4,15,3], -"group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9":[4,17,4,14,3], -"group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9":[4,17,4,12,3], -"group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9":[4,17,4,16,3], -"group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9":[4,17,4,17,3], -"group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9":[4,17,4,11,3], -"group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,15,7], -"group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,16,9], -"group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,12,9], -"group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,17,7], -"group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,10,9], -"group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,13,6], -"group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,14,9], -"group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,11,6], -"group__FIXED.html#a7999bfbf0aeb8968d9e650ae9a4cfb64":[4,17,4,6,1], -"group__FIXED.html#a7ffc338938e520fd66808215955ff493":[4,17,4,3,0], -"group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce":[4,17,4,15,12], -"group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce":[4,17,4,17,12], -"group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce":[4,17,4,16,14], -"group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce":[4,17,4,11,11], -"group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce":[4,17,4,14,14], -"group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce":[4,17,4,12,14], -"group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce":[4,17,4,10,14], -"group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce":[4,17,4,13,11], -"group__FIXED.html#a82489093089b2a79bcd10151947d6ea0":[4,17,4,14,11], -"group__FIXED.html#a82489093089b2a79bcd10151947d6ea0":[4,17,4,15,9], -"group__FIXED.html#a82489093089b2a79bcd10151947d6ea0":[4,17,4,13,8], -"group__FIXED.html#a82489093089b2a79bcd10151947d6ea0":[4,17,4,12,11], -"group__FIXED.html#a82489093089b2a79bcd10151947d6ea0":[4,17,4,11,8], -"group__FIXED.html#a82489093089b2a79bcd10151947d6ea0":[4,17,4,10,11], -"group__FIXED.html#a82489093089b2a79bcd10151947d6ea0":[4,17,4,17,9], -"group__FIXED.html#a82489093089b2a79bcd10151947d6ea0":[4,17,4,16,11], -"group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30":[4,17,4,11,0], -"group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30":[4,17,4,15,0], -"group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30":[4,17,4,13,0], -"group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30":[4,17,4,17,0], -"group__FIXED.html#a8702762da9c5e87aec64585fbd394026":[4,17,4,15,11], -"group__FIXED.html#a8702762da9c5e87aec64585fbd394026":[4,17,4,12,13], -"group__FIXED.html#a8702762da9c5e87aec64585fbd394026":[4,17,4,13,10], -"group__FIXED.html#a8702762da9c5e87aec64585fbd394026":[4,17,4,17,11], -"group__FIXED.html#a8702762da9c5e87aec64585fbd394026":[4,17,4,10,13], -"group__FIXED.html#a8702762da9c5e87aec64585fbd394026":[4,17,4,14,13], -"group__FIXED.html#a8702762da9c5e87aec64585fbd394026":[4,17,4,11,10], -"group__FIXED.html#a8702762da9c5e87aec64585fbd394026":[4,17,4,16,13], -"group__FIXED.html#a8cb3c5dac106a0ad1c6c9a30fe07ee8b":[4,17,4,2,0], -"group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc":[4,17,4,7,0], -"group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc":[4,17,4,5,0], -"group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb":[4,17,4,16,1], -"group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb":[4,17,4,12,1], -"group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb":[4,17,4,10,1], -"group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb":[4,17,4,14,1], -"group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d":[4,17,4,16,0], -"group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d":[4,17,4,14,0], -"group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d":[4,17,4,12,0], -"group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d":[4,17,4,10,0], -"group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c":[4,17,4,17,5], -"group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c":[4,17,4,12,6], -"group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c":[4,17,4,14,6], -"group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c":[4,17,4,10,6], -"group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c":[4,17,4,15,5], -"group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c":[4,17,4,16,6], -"group__FIXED.html#a9762a47a5bb47d23e70575b1e3c2c0a6":[4,17,4,1,1], -"group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77":[4,17,4,13,1], -"group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77":[4,17,4,11,1], -"group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77":[4,17,4,15,1], -"group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77":[4,17,4,17,1], -"group__FIXED.html#a97baeea683b4be57269774d0485d11ab":[4,17,4,1,2], -"group__FIXED.html#a97baeea683b4be57269774d0485d11ab":[4,17,4,3,2], -"group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d":[4,17,4,13,7], -"group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d":[4,17,4,12,10], -"group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d":[4,17,4,17,8], -"group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d":[4,17,4,10,10], -"group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d":[4,17,4,16,10], -"group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d":[4,17,4,11,7], -"group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d":[4,17,4,15,8], -"group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d":[4,17,4,14,10], -"group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd":[4,17,4,16,7], -"group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd":[4,17,4,10,7], -"group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd":[4,17,4,14,7], -"group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd":[4,17,4,12,7], -"group__FIXED.html#acf448b0c979f51eb0ed528723bb8741e":[4,17,4,3,1], -"group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d":[4,17,4,2,2], -"group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d":[4,17,4,4,2], -"group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,13,2], -"group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,12,2], -"group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,14,2], -"group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,10,2], -"group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,17,2], -"group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,15,2], -"group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,11,2], -"group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,16,2], -"group__FIXED.html#add70f98e7103309ae6d6d70bb41e52f8":[4,17,4,7,2], -"group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87":[4,17,4,16,4], -"group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87":[4,17,4,10,4], -"group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87":[4,17,4,12,4], -"group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87":[4,17,4,14,4], -"group__FIXED.html#ga0385cca6ea4f1a0443b4918d234f99fb":[4,17,4,41], -"group__FIXED.html#ga0aa752f033eb2a4ec72d4ede35e25ff0":[4,17,4,43], -"group__FIXED.html#ga1347d2c68f4090b8bc3b2e4757a106a2":[4,17,4,42], -"group__FIXED.html#ga149f07ea91b6d0eee7b3bae6c7d80d99":[4,17,4,56], -"group__FIXED.html#ga17b0ea005c375bc6596ed466b2dd2e29":[4,17,4,52], -"group__FIXED.html#ga1bffba044bb76b8457477d74a91e59f6":[4,17,4,26], -"group__FIXED.html#ga2366c883e1ae9dd74e38b7d1797bde87":[4,17,4,48], -"group__FIXED.html#ga27217ada53c40424a1f02485b4037d45":[4,17,4,46], -"group__FIXED.html#ga2ab11417fdc15929fd908c719982ad53":[4,17,4,24], -"group__FIXED.html#ga2c8f0e4576c959b21a3b4241291199c5":[4,17,4,37], -"group__FIXED.html#ga37206591dd7725ecb9163ef29a9c5e5c":[4,17,4,29], -"group__FIXED.html#ga3a6238fab7aad5807a62d405691e8982":[4,17,4,35], -"group__FIXED.html#ga4974322f2e1fa028ac118085279682b1":[4,17,4,25], -"group__FIXED.html#ga4e46b06c2ab0f1dfd4bce590f2d86678":[4,17,4,23], -"group__FIXED.html#ga51955f28b22fcdc84593909693a99e81":[4,17,4,22], -"group__FIXED.html#ga5fb05a730354b1b8d145432cc372c909":[4,17,4,31], -"group__FIXED.html#ga6718751b99b39522bd3922845a8ac615":[4,17,4,53], -"group__FIXED.html#ga71b6661d7647463a1bdca5881f1e12bf":[4,17,4,36], -"group__FIXED.html#ga83b4352119780463d8192a1086c3cc13":[4,17,4,27], -"group__FIXED.html#ga8cf57cd14f97fad49fd53fd1afbec319":[4,17,4,40], -"group__FIXED.html#ga93999921405c691cb525a7c951ebcc06":[4,17,4,30], -"group__FIXED.html#ga95a6d03c8204a5b55923ff90d850c476":[4,17,4,54], -"group__FIXED.html#ga9920fa7eb3da1ec38ab63c8be771cd61":[4,17,4,45], -"group__FIXED.html#ga9be6e20798da3a17a4b5179b55bfb465":[4,17,4,55], -"group__FIXED.html#gaae413a52cf3b2d641ad8121b807eafaf":[4,17,4,50], -"group__FIXED.html#gaae6cfd9d58ded1c0583eef3f6d7eb6af":[4,17,4,44], -"group__FIXED.html#gab6dc0fcddbf75d0f8af533af1069b7a5":[4,17,4,32], -"group__FIXED.html#gaba2c791a1d3935b3b52d64b9043d76eb":[4,17,4,38], -"group__FIXED.html#gace6ec77975f52ad598ab4c70e0ab2bdc":[4,17,4,49], -"group__FIXED.html#gad490e44f3089baafc53efeb8e7f679e9":[4,17,4,34], -"group__FIXED.html#gad75a6726a85f54f54d606a746d93ee3e":[4,17,4,51], -"group__FIXED.html#gae54236b92fff9b3f0690ec1445cf1fa2":[4,17,4,28], -"group__FIXED.html#gaf3893e804abe8616e04946fb8b00d2fe":[4,17,4,39], -"group__FIXED.html#gaf86ea70d98836c9722a5712d22375a97":[4,17,4,47], -"group__FIXED.html#gafc0599500da7a2c8a768ec08054d61cc":[4,17,4,33], +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f":[4,17,4,210], +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f":[4,17,4,211], +"group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f":[4,17,4,212], +"group__FIXED.html#ga17b0ea005c375bc6596ed466b2dd2e29":[4,17,4,200], +"group__FIXED.html#ga1bffba044bb76b8457477d74a91e59f6":[4,17,4,66], +"group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb":[4,17,4,27], +"group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb":[4,17,4,29], +"group__FIXED.html#ga2366c883e1ae9dd74e38b7d1797bde87":[4,17,4,170], +"group__FIXED.html#ga27217ada53c40424a1f02485b4037d45":[4,17,4,160], +"group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e":[4,17,4,93], +"group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e":[4,17,4,94], +"group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e":[4,17,4,95], +"group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e":[4,17,4,96], +"group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e":[4,17,4,97], +"group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e":[4,17,4,98], +"group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e":[4,17,4,99], +"group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e":[4,17,4,100], +"group__FIXED.html#ga2ab11417fdc15929fd908c719982ad53":[4,17,4,32], +"group__FIXED.html#ga2c8f0e4576c959b21a3b4241291199c5":[4,17,4,109], +"group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,168], +"group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,161], +"group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,162], +"group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,163], +"group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,164], +"group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,165], +"group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,166], +"group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf":[4,17,4,167], +"group__FIXED.html#ga334467121b703df4737919be4ddf5ab6":[4,17,4,35], +"group__FIXED.html#ga37206591dd7725ecb9163ef29a9c5e5c":[4,17,4,101], +"group__FIXED.html#ga3a6238fab7aad5807a62d405691e8982":[4,17,4,107], +"group__FIXED.html#ga44566a2275a84a317842a12fc16a2ab5":[4,17,4,40], +"group__FIXED.html#ga4974322f2e1fa028ac118085279682b1":[4,17,4,33], +"group__FIXED.html#ga4bbdd41bfc847213cc17df2150f2d36f":[4,17,4,41], +"group__FIXED.html#ga4c50ac10bfe807e90da32cd3fcc420c5":[4,17,4,57], +"group__FIXED.html#ga4e46b06c2ab0f1dfd4bce590f2d86678":[4,17,4,31], +"group__FIXED.html#ga51955f28b22fcdc84593909693a99e81":[4,17,4,30], +"group__FIXED.html#ga5330a25089bcc989068baf0f475f8288":[4,17,4,37], +"group__FIXED.html#ga557f81ce640773012edda158e39bbc6b":[4,17,4,55], +"group__FIXED.html#ga5963fd4cd2c67a9090c4ce2455d847dd":[4,17,4,22], +"group__FIXED.html#ga5fb05a730354b1b8d145432cc372c909":[4,17,4,103], +"group__FIXED.html#ga651aa0bb6eccbdebdfc06ab9391bef00":[4,17,4,54], +"group__FIXED.html#ga6718751b99b39522bd3922845a8ac615":[4,17,4,201], +"group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9":[4,17,4,187], +"group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9":[4,17,4,188], +"group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9":[4,17,4,189], +"group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9":[4,17,4,190], +"group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9":[4,17,4,184], +"group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9":[4,17,4,185], +"group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9":[4,17,4,186], +"group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9":[4,17,4,183], +"group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593":[4,17,4,91], +"group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593":[4,17,4,85], +"group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593":[4,17,4,86], +"group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593":[4,17,4,87], +"group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593":[4,17,4,88], +"group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593":[4,17,4,89], +"group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593":[4,17,4,90], +"group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593":[4,17,4,92], +"group__FIXED.html#ga71b6661d7647463a1bdca5881f1e12bf":[4,17,4,108], +"group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,134], +"group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,141], +"group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,135], +"group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,140], +"group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,139], +"group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,138], +"group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,137], +"group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0":[4,17,4,136], +"group__FIXED.html#ga7999bfbf0aeb8968d9e650ae9a4cfb64":[4,17,4,39], +"group__FIXED.html#ga7ffc338938e520fd66808215955ff493":[4,17,4,24], +"group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce":[4,17,4,243], +"group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce":[4,17,4,245], +"group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce":[4,17,4,246], +"group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce":[4,17,4,247], +"group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce":[4,17,4,248], +"group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce":[4,17,4,244], +"group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce":[4,17,4,242], +"group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce":[4,17,4,241], +"group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0":[4,17,4,158], +"group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0":[4,17,4,157], +"group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0":[4,17,4,159], +"group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0":[4,17,4,156], +"group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0":[4,17,4,155], +"group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0":[4,17,4,154], +"group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0":[4,17,4,153], +"group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0":[4,17,4,152], +"group__FIXED.html#ga83b4352119780463d8192a1086c3cc13":[4,17,4,67], +"group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30":[4,17,4,43], +"group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30":[4,17,4,45], +"group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30":[4,17,4,47], +"group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30":[4,17,4,49], +"group__FIXED.html#ga8702762da9c5e87aec64585fbd394026":[4,17,4,249], +"group__FIXED.html#ga8702762da9c5e87aec64585fbd394026":[4,17,4,253], +"group__FIXED.html#ga8702762da9c5e87aec64585fbd394026":[4,17,4,252], +"group__FIXED.html#ga8702762da9c5e87aec64585fbd394026":[4,17,4,251], +"group__FIXED.html#ga8702762da9c5e87aec64585fbd394026":[4,17,4,250], +"group__FIXED.html#ga8702762da9c5e87aec64585fbd394026":[4,17,4,254], +"group__FIXED.html#ga8702762da9c5e87aec64585fbd394026":[4,17,4,255], +"group__FIXED.html#ga8702762da9c5e87aec64585fbd394026":[4,17,4,256], +"group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b":[4,17,4,220], +"group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b":[4,17,4,214], +"group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b":[4,17,4,213], +"group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b":[4,17,4,215], +"group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b":[4,17,4,216], +"group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b":[4,17,4,217], +"group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b":[4,17,4,218], +"group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b":[4,17,4,219], +"group__FIXED.html#ga8cb3c5dac106a0ad1c6c9a30fe07ee8b":[4,17,4,23], +"group__FIXED.html#ga8cf57cd14f97fad49fd53fd1afbec319":[4,17,4,118], +"group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc":[4,17,4,26], +"group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc":[4,17,4,28], +"group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb":[4,17,4,60], +"group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb":[4,17,4,58], +"group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb":[4,17,4,62], +"group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb":[4,17,4,64], +"group__FIXED.html#ga93999921405c691cb525a7c951ebcc06":[4,17,4,102], +"group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d":[4,17,4,48], +"group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d":[4,17,4,46], +"group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d":[4,17,4,44], +"group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d":[4,17,4,42], +"group__FIXED.html#ga95a6d03c8204a5b55923ff90d850c476":[4,17,4,202], +"group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c":[4,17,4,113], +"group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c":[4,17,4,116], +"group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c":[4,17,4,115], +"group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c":[4,17,4,114], +"group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c":[4,17,4,112], +"group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c":[4,17,4,111], +"group__FIXED.html#ga9762a47a5bb47d23e70575b1e3c2c0a6":[4,17,4,34], +"group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77":[4,17,4,59], +"group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77":[4,17,4,61], +"group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77":[4,17,4,63], +"group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77":[4,17,4,65], +"group__FIXED.html#ga97baeea683b4be57269774d0485d11ab":[4,17,4,52], +"group__FIXED.html#ga97baeea683b4be57269774d0485d11ab":[4,17,4,50], +"group__FIXED.html#ga9920fa7eb3da1ec38ab63c8be771cd61":[4,17,4,151], +"group__FIXED.html#ga9be6e20798da3a17a4b5179b55bfb465":[4,17,4,203], +"group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d":[4,17,4,148], +"group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d":[4,17,4,150], +"group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d":[4,17,4,149], +"group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d":[4,17,4,147], +"group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d":[4,17,4,146], +"group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d":[4,17,4,145], +"group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d":[4,17,4,144], +"group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d":[4,17,4,143], +"group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d":[4,17,4,237], +"group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d":[4,17,4,238], +"group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d":[4,17,4,239], +"group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d":[4,17,4,240], +"group__FIXED.html#gaae413a52cf3b2d641ad8121b807eafaf":[4,17,4,198], +"group__FIXED.html#gaae6cfd9d58ded1c0583eef3f6d7eb6af":[4,17,4,142], +"group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e":[4,17,4,73], +"group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e":[4,17,4,72], +"group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e":[4,17,4,71], +"group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e":[4,17,4,70], +"group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e":[4,17,4,74], +"group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e":[4,17,4,75], +"group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e":[4,17,4,68], +"group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e":[4,17,4,69], +"group__FIXED.html#gab6dc0fcddbf75d0f8af533af1069b7a5":[4,17,4,104], +"group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd":[4,17,4,122], +"group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd":[4,17,4,121], +"group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd":[4,17,4,120], +"group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd":[4,17,4,119], +"group__FIXED.html#gaba2c791a1d3935b3b52d64b9043d76eb":[4,17,4,110], +"group__FIXED.html#gac81551d81064880d496fa063a419a2a2":[4,17,4,223], +"group__FIXED.html#gac81551d81064880d496fa063a419a2a2":[4,17,4,221], +"group__FIXED.html#gac81551d81064880d496fa063a419a2a2":[4,17,4,222], +"group__FIXED.html#gac81551d81064880d496fa063a419a2a2":[4,17,4,228], +"group__FIXED.html#gac81551d81064880d496fa063a419a2a2":[4,17,4,227], +"group__FIXED.html#gac81551d81064880d496fa063a419a2a2":[4,17,4,226], +"group__FIXED.html#gac81551d81064880d496fa063a419a2a2":[4,17,4,225], +"group__FIXED.html#gac81551d81064880d496fa063a419a2a2":[4,17,4,224], +"group__FIXED.html#gace6ec77975f52ad598ab4c70e0ab2bdc":[4,17,4,197], +"group__FIXED.html#gacf448b0c979f51eb0ed528723bb8741e":[4,17,4,36], +"group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d":[4,17,4,53], +"group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d":[4,17,4,51], +"group__FIXED.html#gad490e44f3089baafc53efeb8e7f679e9":[4,17,4,106], +"group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,175], +"group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,178], +"group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,177], +"group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,176], +"group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,174], +"group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,173], +"group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,172], +"group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c":[4,17,4,171], +"group__FIXED.html#gad75a6726a85f54f54d606a746d93ee3e":[4,17,4,199], +"group__FIXED.html#gadd70f98e7103309ae6d6d70bb41e52f8":[4,17,4,56], +"group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6":[4,17,4,76], +"group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6":[4,17,4,83], +"group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6":[4,17,4,82], +"group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6":[4,17,4,81], +"group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6":[4,17,4,80], +"group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6":[4,17,4,79], +"group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6":[4,17,4,78], +"group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6":[4,17,4,77], +"group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b":[4,17,4,196], +"group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b":[4,17,4,195], +"group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b":[4,17,4,194], +"group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b":[4,17,4,193], +"group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b":[4,17,4,192], +"group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b":[4,17,4,191], +"group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71":[4,17,4,230], +"group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71":[4,17,4,231], +"group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71":[4,17,4,233], +"group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71":[4,17,4,234], +"group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71":[4,17,4,229], +"group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71":[4,17,4,235], +"group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71":[4,17,4,236], +"group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71":[4,17,4,232], +"group__FIXED.html#gae54236b92fff9b3f0690ec1445cf1fa2":[4,17,4,84], +"group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87":[4,17,4,181], +"group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87":[4,17,4,179], +"group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87":[4,17,4,180], +"group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87":[4,17,4,182], +"group__FIXED.html#gaf3893e804abe8616e04946fb8b00d2fe":[4,17,4,117], +"group__FIXED.html#gaf86ea70d98836c9722a5712d22375a97":[4,17,4,169], +"group__FIXED.html#gafc0599500da7a2c8a768ec08054d61cc":[4,17,4,105], "group__FIXED.html#structarm__cmsis__dsp_1_1Accumulate":[4,17,4,20], "group__FIXED.html#structarm__cmsis__dsp_1_1Accumulate_3_01MD_00_01MS_00_01F_00_01S_00_01true_01_4":[4,17,4,21], "group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_01_4FS_08_4":[4,17,4,18], @@ -172,82 +239,15 @@ var NAVTREEINDEX2 = "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4":[4,17,4,1], "group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4":[4,17,4,7], "group__FUSION.html":[4,17,5], -"group__FUSION.html#a0c23b31f84f27a18ee4a34e31534058d":[4,17,5,0,5], -"group__FUSION.html#a14eb873a3c94c910d97d7d5dc469a85c":[4,17,5,0,1], -"group__FUSION.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,5,0,0], -"group__FUSION.html#a6b1af4850aca22b40d2769d4e07b9793":[4,17,5,0,4], -"group__FUSION.html#a6d5e7941c2aa2b4bd07a4186b7bf5290":[4,17,5,0,7], -"group__FUSION.html#a74e98b8e607f5ef000a6d75c6b3e0c03":[4,17,5,0,2], -"group__FUSION.html#a87d103b353abd756454367af97d98805":[4,17,5,0,9], -"group__FUSION.html#a8c96bda91c2818ac500e643a08fd5430":[4,17,5,0,10], -"group__FUSION.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,5,0,8], -"group__FUSION.html#af2c51a1ca28b1c0c68aa24cbbda8d091":[4,17,5,0,3], -"group__FUSION.html#afcb859e301fbde747fc476ff7b5bf8fd":[4,17,5,0,6], -"group__FUSION.html#ga0d7636d950aa0638b9a6532e4814b22d":[4,17,5,17], -"group__FUSION.html#ga0e33c869f88a709094c90f6f9f0bcd5a":[4,17,5,14], -"group__FUSION.html#ga29fc0caca6b223e2b108fd18f696b276":[4,17,5,12], -"group__FUSION.html#ga33724358c41f7bf00015fb1297232b31":[4,17,5,10], -"group__FUSION.html#ga5cbfe80069a65eebf82f8b1b8e9ae86e":[4,17,5,11], -"group__FUSION.html#ga5cde8a194003dbc98c300f76989492aa":[4,17,5,15], -"group__FUSION.html#ga5e94654d3f1f670867fb8957577396dc":[4,17,5,18], -"group__FUSION.html#ga6075eb8ee82582f275e7e166f9293fb9":[4,17,5,19], -"group__FUSION.html#gabd6c4626892c6496eb44f2111d71ddf5":[4,17,5,16], -"group__FUSION.html#gac46de68e57bd3e7c10bc879645583d6c":[4,17,5,20], -"group__FUSION.html#gad3bbb6d52dc030dd2adcf61f232689a7":[4,17,5,13], -"group__FUSION.html#struct__AddOp":[4,17,5,5], -"group__FUSION.html#struct__BinaryOperator":[4,17,5,4], -"group__FUSION.html#struct__MulOp":[4,17,5,7], -"group__FUSION.html#struct__NegOp":[4,17,5,8], -"group__FUSION.html#struct__NoOp":[4,17,5,9], -"group__FUSION.html#struct__SubOp":[4,17,5,6], -"group__FUSION.html#struct__UnaryOperator":[4,17,5,3], -"group__FUSION.html#structarm__cmsis__dsp_1_1__Binary":[4,17,5,1], -"group__FUSION.html#structarm__cmsis__dsp_1_1__Expr":[4,17,5,0], -"group__FUSION.html#structarm__cmsis__dsp_1_1__Unary":[4,17,5,2], -"group__Fill.html":[4,13,6], -"group__Fill.html#ga0465cf326ada039ed792f94b033d9ec5":[4,13,6,5], -"group__Fill.html#ga2248e8d3901b4afb7827163132baad94":[4,13,6,1], -"group__Fill.html#ga5d5d1f8aca80792eaf1db0765220fe2d":[4,13,6,2], -"group__Fill.html#ga69cc781cf337bd0a31bb85c772a35f7f":[4,13,6,4], -"group__Fill.html#ga6e650a481edffd7760bae9fa5b6df2fa":[4,13,6,0], -"group__Fill.html#ga76b21c32a3783a2b3334d930a646e5d8":[4,13,6,3], -"group__FloatDist.html":[4,6,0], -"group__FrequencyBin.html":[4,0,4], -"group__GEQ5Band.html":[4,0,6], -"group__GenericDoubleNumber.html":[4,17,8,2,0], -"group__GenericDoubleNumber.html#a0bbe27ede4e373cb8dbe97fae9ea9db0":[4,17,8,2,0,1,0], -"group__GenericDoubleNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,0,2,0], -"group__GenericDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,0,2,2], -"group__GenericDoubleNumber.html#a49f18be07ebdd69af9b364617b479476":[4,17,8,2,0,2,1], -"group__GenericDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,0,2,4], -"group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f":[4,17,8,2,0,1,1], -"group__GenericDoubleNumber.html#abc14b08675edcf33d151007d5134859a":[4,17,8,2,0,2,3], -"group__GenericDoubleNumber.html#structnumber__traits_3_01double_01_4":[4,17,8,2,0,1], -"group__GenericDoubleNumber.html#structvector__traits_3_01double_00_01arch_00_01void_01_4":[4,17,8,2,0,2], -"group__GenericFloatNumber.html":[4,17,8,2,1], -"group__GenericFloatNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,1,2,0], -"group__GenericFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,1,2,2], -"group__GenericFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,1,2,4], -"group__GenericFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f":[4,17,8,2,1,2,3], -"group__GenericFloatNumber.html#a7975ef80ce1e2a471e5a59129dcc705a":[4,17,8,2,1,1,0], -"group__GenericFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0":[4,17,8,2,1,2,1], -"group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114":[4,17,8,2,1,1,1], -"group__GenericFloatNumber.html#structnumber__traits_3_01float_01_4":[4,17,8,2,1,1], -"group__GenericFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__o90f4a252693d6998222af60019971d09":[4,17,8,2,1,2], -"group__GenericHalfNumber.html":[4,17,8,2,3], -"group__GenericHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e":[4,17,8,2,3,2,3], -"group__GenericHalfNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,3,2,0], -"group__GenericHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,3,2,2], -"group__GenericHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,3,2,4], -"group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811":[4,17,8,2,3,1,1], -"group__GenericHalfNumber.html#abcdb1f86d2e9c500c8203cc607766b00":[4,17,8,2,3,1,0], -"group__GenericHalfNumber.html#ac5706fee56c61076b3f152059180e4ad":[4,17,8,2,3,2,1], -"group__GenericHalfNumber.html#structnumber__traits_3_01float16__t_01_4":[4,17,8,2,3,1], -"group__GenericHalfNumber.html#structvector__traits_3_01float16__t_01_4":[4,17,8,2,3,2], -"group__GenericNumber.html":[4,17,8,2], -"group__GenericQ15Number.html":[4,17,8,2,4], -"group__GenericQ15Number.html#a08c5ca411f83dd18746260721f1782eb":[4,17,8,2,4,1,0], -"group__GenericQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c":[4,17,8,2,4,2,3], -"group__GenericQ15Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,4,2,0], -"group__GenericQ15Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,4,2,2] +"group__FUSION.html#a0c23b31f84f27a18ee4a34e31534058d":[4,17,5,1,5], +"group__FUSION.html#a14eb873a3c94c910d97d7d5dc469a85c":[4,17,5,1,1], +"group__FUSION.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,5,1,0], +"group__FUSION.html#a6b1af4850aca22b40d2769d4e07b9793":[4,17,5,1,4], +"group__FUSION.html#a6d5e7941c2aa2b4bd07a4186b7bf5290":[4,17,5,1,7], +"group__FUSION.html#a74e98b8e607f5ef000a6d75c6b3e0c03":[4,17,5,1,2], +"group__FUSION.html#a87d103b353abd756454367af97d98805":[4,17,5,1,9], +"group__FUSION.html#a8c96bda91c2818ac500e643a08fd5430":[4,17,5,1,10], +"group__FUSION.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,5,1,8], +"group__FUSION.html#af2c51a1ca28b1c0c68aa24cbbda8d091":[4,17,5,1,3], +"group__FUSION.html#afcb859e301fbde747fc476ff7b5bf8fd":[4,17,5,1,6] }; diff --git a/main/navtreeindex3.js b/main/navtreeindex3.js index b8d6ee18..c505cb90 100644 --- a/main/navtreeindex3.js +++ b/main/navtreeindex3.js @@ -1,253 +1,253 @@ var NAVTREEINDEX3 = { -"group__GenericQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,4,2,4], -"group__GenericQ15Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,4,2,1], -"group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c":[4,17,8,2,4,1,1], -"group__GenericQ15Number.html#structnumber__traits_3_01Q15_01_4":[4,17,8,2,4,1], -"group__GenericQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_736401966ad6c7e96bbc91e818be4c30":[4,17,8,2,4,2], -"group__GenericQ31Number.html":[4,17,8,2,5], -"group__GenericQ31Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,5,2,0], -"group__GenericQ31Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,5,2,2], -"group__GenericQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,5,2,4], -"group__GenericQ31Number.html#aa999f3fdfb7e34a5cebd7f76cd070ac1":[4,17,8,2,5,2,3], -"group__GenericQ31Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,5,2,1], -"group__GenericQ31Number.html#ad9fbed5d4f41babc7698af277ddff4ca":[4,17,8,2,5,1,0], -"group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86":[4,17,8,2,5,1,1], -"group__GenericQ31Number.html#structnumber__traits_3_01Q31_01_4":[4,17,8,2,5,1], -"group__GenericQ31Number.html#structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f":[4,17,8,2,5,2], -"group__GenericQ7Number.html":[4,17,8,2,6], -"group__GenericQ7Number.html#a11afc18b08766b3e9348591798333164":[4,17,8,2,6,1,0], -"group__GenericQ7Number.html#a3b716952ea77bf51a7bede967d86ab47":[4,17,8,2,6,2,3], -"group__GenericQ7Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,6,2,0], -"group__GenericQ7Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,6,2,2], -"group__GenericQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,6,2,4], -"group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827":[4,17,8,2,6,1,1], -"group__GenericQ7Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,6,2,1], -"group__GenericQ7Number.html#structnumber__traits_3_01Q7_01_4":[4,17,8,2,6,1], -"group__GenericQ7Number.html#structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5":[4,17,8,2,6,2], -"group__GenericTUPLENumber.html":[4,17,8,2,2], -"group__GenericTUPLENumber.html#a3111dcd2e50f203ff8bc2dbfcb11db41":[4,17,8,2,2,2,2], -"group__GenericTUPLENumber.html#a6ddf5d8b0b530318dcc5b330775a7d95":[4,17,8,2,2,1,0], -"group__GenericTUPLENumber.html#a7324a5b8982417230f50776a48c69d8f":[4,17,8,2,2,2,3], -"group__GenericTUPLENumber.html#a778709132bba78a67ec4a2f266aed099":[4,17,8,2,2,2,1], -"group__GenericTUPLENumber.html#a8938573d3fc13e4d64dccf51839d9b7f":[4,17,8,2,2,2,0], -"group__GenericTUPLENumber.html#af278d4e4010149d9ca2551e5cba59e5e":[4,17,8,2,2,1,1], -"group__GenericTUPLENumber.html#structnumber__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_01_4":[4,17,8,2,2,1], -"group__GenericTUPLENumber.html#structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4":[4,17,8,2,2,2], +"group__FUSION.html#ga0d7636d950aa0638b9a6532e4814b22d":[4,17,5,25], +"group__FUSION.html#ga0e33c869f88a709094c90f6f9f0bcd5a":[4,17,5,21], +"group__FUSION.html#ga1bd960439b8f3e0eeb5069d3d47457aa":[4,17,5,16], +"group__FUSION.html#ga29fc0caca6b223e2b108fd18f696b276":[4,17,5,15], +"group__FUSION.html#ga36c13882f29abdf00846e5437ee0057e":[4,17,5,13], +"group__FUSION.html#ga38ba2ef20d9d28ef5e3ce091988aff60":[4,17,5,24], +"group__FUSION.html#ga5cbfe80069a65eebf82f8b1b8e9ae86e":[4,17,5,14], +"group__FUSION.html#ga5cde8a194003dbc98c300f76989492aa":[4,17,5,22], +"group__FUSION.html#ga5e94654d3f1f670867fb8957577396dc":[4,17,5,26], +"group__FUSION.html#ga6075eb8ee82582f275e7e166f9293fb9":[4,17,5,27], +"group__FUSION.html#ga623d69c13dcec6b1b10432550d31c184":[4,17,5,18], +"group__FUSION.html#gabd6c4626892c6496eb44f2111d71ddf5":[4,17,5,23], +"group__FUSION.html#gac46de68e57bd3e7c10bc879645583d6c":[4,17,5,28], +"group__FUSION.html#gacea8d6d85638c8b0a14726eedee25128":[4,17,5,17], +"group__FUSION.html#gad3bbb6d52dc030dd2adcf61f232689a7":[4,17,5,20], +"group__FUSION.html#gadaf89cc3b2046a99f2da37073ce60780":[4,17,5,19], +"group__FUSION.html#gafce937761484296b656518840d9e7b72":[4,17,5,12], +"group__FUSION.html#struct__AddOp":[4,17,5,6], +"group__FUSION.html#struct__BinaryOperator":[4,17,5,5], +"group__FUSION.html#struct__ConjugateOp":[4,17,5,11], +"group__FUSION.html#struct__MulOp":[4,17,5,8], +"group__FUSION.html#struct__NegOp":[4,17,5,9], +"group__FUSION.html#struct__NoOp":[4,17,5,10], +"group__FUSION.html#struct__SubOp":[4,17,5,7], +"group__FUSION.html#struct__UnaryOperator":[4,17,5,4], +"group__FUSION.html#structarm__cmsis__dsp_1_1FloatType":[4,17,5,0], +"group__FUSION.html#structarm__cmsis__dsp_1_1__Binary":[4,17,5,2], +"group__FUSION.html#structarm__cmsis__dsp_1_1__Expr":[4,17,5,1], +"group__FUSION.html#structarm__cmsis__dsp_1_1__Unary":[4,17,5,3], +"group__Fill.html":[4,13,6], +"group__Fill.html#ga0465cf326ada039ed792f94b033d9ec5":[4,13,6,5], +"group__Fill.html#ga2248e8d3901b4afb7827163132baad94":[4,13,6,1], +"group__Fill.html#ga5d5d1f8aca80792eaf1db0765220fe2d":[4,13,6,2], +"group__Fill.html#ga69cc781cf337bd0a31bb85c772a35f7f":[4,13,6,4], +"group__Fill.html#ga6e650a481edffd7760bae9fa5b6df2fa":[4,13,6,0], +"group__Fill.html#ga76b21c32a3783a2b3334d930a646e5d8":[4,13,6,3], +"group__FloatDist.html":[4,6,0], +"group__FrequencyBin.html":[4,0,4], +"group__GEQ5Band.html":[4,0,6], +"group__GenericComplexDoubleNumber.html":[4,17,8,2,0], +"group__GenericComplexDoubleNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,0,2,0], +"group__GenericComplexDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,0,2,2], +"group__GenericComplexDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,0,2,4], +"group__GenericComplexDoubleNumber.html#a5dcaa7d60eb986563767774404fcee7a":[4,17,8,2,0,2,3], +"group__GenericComplexDoubleNumber.html#a6edd73504114644d1e89141bffbba705":[4,17,8,2,0,1,0], +"group__GenericComplexDoubleNumber.html#ad6f689f5352dfaf9ff6b6cacc496f324":[4,17,8,2,0,2,1], +"group__GenericComplexDoubleNumber.html#af22ffe9626c863a31144cf3e115ce8c5":[4,17,8,2,0,1,1], +"group__GenericComplexDoubleNumber.html#structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4":[4,17,8,2,0,1], +"group__GenericComplexDoubleNumber.html#structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4":[4,17,8,2,0,2], +"group__GenericComplexFloatNumber.html":[4,17,8,2,1], +"group__GenericComplexFloatNumber.html#a2af971cbb51868d0d4ed8edb29275e95":[4,17,8,2,1,1,0], +"group__GenericComplexFloatNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,1,2,0], +"group__GenericComplexFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,1,2,2], +"group__GenericComplexFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,1,2,4], +"group__GenericComplexFloatNumber.html#a9bcd032c271b04ad90978b0bfb9d6320":[4,17,8,2,1,1,1], +"group__GenericComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd":[4,17,8,2,1,2,1], +"group__GenericComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02":[4,17,8,2,1,2,3], +"group__GenericComplexFloatNumber.html#ad904597fc89e3a4885bdb0c4400ba87e":[4,17,8,2,1,1,2], +"group__GenericComplexFloatNumber.html#structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4":[4,17,8,2,1,1], +"group__GenericComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1":[4,17,8,2,1,2], +"group__GenericComplexHalfNumber.html":[4,17,8,2,2], +"group__GenericComplexHalfNumber.html#a17cd769118d7ce52d9b63c9fc03d1f34":[4,17,8,2,2,1,1], +"group__GenericComplexHalfNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,2,2,0], +"group__GenericComplexHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,2,2,2], +"group__GenericComplexHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,2,2,4], +"group__GenericComplexHalfNumber.html#a5d85fcb3c86e3d3716f7f6a4766f7e6c":[4,17,8,2,2,1,2], +"group__GenericComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4":[4,17,8,2,2,2,1], +"group__GenericComplexHalfNumber.html#ac271daae8dfa0fc762d3ce195a183081":[4,17,8,2,2,1,0], +"group__GenericComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff":[4,17,8,2,2,2,3], +"group__GenericComplexHalfNumber.html#structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4":[4,17,8,2,2,1], +"group__GenericComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1":[4,17,8,2,2,2], +"group__GenericComplexQ15Number.html":[4,17,8,2,3], +"group__GenericComplexQ15Number.html#a1cfad11eab721592908caef73ac1a32f":[4,17,8,2,3,1,2], +"group__GenericComplexQ15Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,3,2,0], +"group__GenericComplexQ15Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,3,2,2], +"group__GenericComplexQ15Number.html#a4b2fb328797b24e7fb9d206cd4e6bb51":[4,17,8,2,3,1,1], +"group__GenericComplexQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,3,2,4], +"group__GenericComplexQ15Number.html#a61612a4cb56e1d9697b6bba5ba37d414":[4,17,8,2,3,1,0], +"group__GenericComplexQ15Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,3,2,1], +"group__GenericComplexQ15Number.html#ac165450586fe2b3a686fd7f13332fe0f":[4,17,8,2,3,2,3], +"group__GenericComplexQ15Number.html#structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4":[4,17,8,2,3,1], +"group__GenericComplexQ15Number.html#structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3":[4,17,8,2,3,2], +"group__GenericComplexQ31Number.html":[4,17,8,2,4], +"group__GenericComplexQ31Number.html#a2e11513ca30a9d79ea214ed1a5b45bcb":[4,17,8,2,4,1,2], +"group__GenericComplexQ31Number.html#a431a3793964b0ccb95c834d6c0ea27d0":[4,17,8,2,4,2,3], +"group__GenericComplexQ31Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,4,2,0], +"group__GenericComplexQ31Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,4,2,2], +"group__GenericComplexQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,4,2,4], +"group__GenericComplexQ31Number.html#a65d5b0ccd8fdd20632d0c0afbb9575f6":[4,17,8,2,4,1,0], +"group__GenericComplexQ31Number.html#a70e704db7e078338d19c6399d9c4cff2":[4,17,8,2,4,1,1], +"group__GenericComplexQ31Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,4,2,1], +"group__GenericComplexQ31Number.html#structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4":[4,17,8,2,4,1], +"group__GenericComplexQ31Number.html#structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70":[4,17,8,2,4,2], +"group__GenericComplexQ7Number.html":[4,17,8,2,5], +"group__GenericComplexQ7Number.html#a19f674ae62f8ddd2ab659c85aed7a71c":[4,17,8,2,5,2,3], +"group__GenericComplexQ7Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,5,2,0], +"group__GenericComplexQ7Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,5,2,2], +"group__GenericComplexQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,5,2,4], +"group__GenericComplexQ7Number.html#a7dbc4d3fc1492d971a3fb8754b9a096f":[4,17,8,2,5,1,2], +"group__GenericComplexQ7Number.html#a886d762b936ed8bd88ecdf115c889d9e":[4,17,8,2,5,1,0], +"group__GenericComplexQ7Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,5,2,1], +"group__GenericComplexQ7Number.html#af6f31bf0552209f36fd433ceff55024c":[4,17,8,2,5,1,1], +"group__GenericComplexQ7Number.html#structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4":[4,17,8,2,5,1], +"group__GenericComplexQ7Number.html#structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4":[4,17,8,2,5,2], +"group__GenericDoubleNumber.html":[4,17,8,2,6], +"group__GenericDoubleNumber.html#a062f06d3634a219afa279325c6b6c167":[4,17,8,2,6,1,2], +"group__GenericDoubleNumber.html#a0bbe27ede4e373cb8dbe97fae9ea9db0":[4,17,8,2,6,1,0], +"group__GenericDoubleNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,6,2,0], +"group__GenericDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,6,2,2], +"group__GenericDoubleNumber.html#a49f18be07ebdd69af9b364617b479476":[4,17,8,2,6,2,1], +"group__GenericDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,6,2,4], +"group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f":[4,17,8,2,6,1,1], +"group__GenericDoubleNumber.html#abc14b08675edcf33d151007d5134859a":[4,17,8,2,6,2,3], +"group__GenericDoubleNumber.html#structnumber__traits_3_01double_01_4":[4,17,8,2,6,1], +"group__GenericDoubleNumber.html#structvector__traits_3_01double_00_01arch_00_01void_01_4":[4,17,8,2,6,2], +"group__GenericFloatNumber.html":[4,17,8,2,7], +"group__GenericFloatNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,7,2,0], +"group__GenericFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,7,2,2], +"group__GenericFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,7,2,4], +"group__GenericFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f":[4,17,8,2,7,2,3], +"group__GenericFloatNumber.html#a7975ef80ce1e2a471e5a59129dcc705a":[4,17,8,2,7,1,0], +"group__GenericFloatNumber.html#a79ed57cabeb9f78779679be212960882":[4,17,8,2,7,1,2], +"group__GenericFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0":[4,17,8,2,7,2,1], +"group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114":[4,17,8,2,7,1,1], +"group__GenericFloatNumber.html#structnumber__traits_3_01float_01_4":[4,17,8,2,7,1], +"group__GenericFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__o90f4a252693d6998222af60019971d09":[4,17,8,2,7,2], +"group__GenericHalfNumber.html":[4,17,8,2,9], +"group__GenericHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e":[4,17,8,2,9,2,3], +"group__GenericHalfNumber.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,9,2,0], +"group__GenericHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,9,2,2], +"group__GenericHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,9,2,4], +"group__GenericHalfNumber.html#a79ed57cabeb9f78779679be212960882":[4,17,8,2,9,1,2], +"group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811":[4,17,8,2,9,1,1], +"group__GenericHalfNumber.html#abcdb1f86d2e9c500c8203cc607766b00":[4,17,8,2,9,1,0], +"group__GenericHalfNumber.html#ac5706fee56c61076b3f152059180e4ad":[4,17,8,2,9,2,1], +"group__GenericHalfNumber.html#structnumber__traits_3_01float16__t_01_4":[4,17,8,2,9,1], +"group__GenericHalfNumber.html#structvector__traits_3_01float16__t_01_4":[4,17,8,2,9,2], +"group__GenericNumber.html":[4,17,8,2], +"group__GenericQ15Number.html":[4,17,8,2,10], +"group__GenericQ15Number.html#a08c5ca411f83dd18746260721f1782eb":[4,17,8,2,10,1,0], +"group__GenericQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c":[4,17,8,2,10,2,3], +"group__GenericQ15Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,10,2,0], +"group__GenericQ15Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,10,2,2], +"group__GenericQ15Number.html#a4e616cf3b997fe051f31e9eb7885b440":[4,17,8,2,10,1,2], +"group__GenericQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,10,2,4], +"group__GenericQ15Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,10,2,1], +"group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c":[4,17,8,2,10,1,1], +"group__GenericQ15Number.html#structnumber__traits_3_01Q15_01_4":[4,17,8,2,10,1], +"group__GenericQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_736401966ad6c7e96bbc91e818be4c30":[4,17,8,2,10,2], +"group__GenericQ31Number.html":[4,17,8,2,11], +"group__GenericQ31Number.html#a3cb3d6494bd19033b03a4a9f7c891000":[4,17,8,2,11,1,2], +"group__GenericQ31Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,11,2,0], +"group__GenericQ31Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,11,2,2], +"group__GenericQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,11,2,4], +"group__GenericQ31Number.html#aa999f3fdfb7e34a5cebd7f76cd070ac1":[4,17,8,2,11,2,3], +"group__GenericQ31Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,11,2,1], +"group__GenericQ31Number.html#ad9fbed5d4f41babc7698af277ddff4ca":[4,17,8,2,11,1,0], +"group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86":[4,17,8,2,11,1,1], +"group__GenericQ31Number.html#structnumber__traits_3_01Q31_01_4":[4,17,8,2,11,1], +"group__GenericQ31Number.html#structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f":[4,17,8,2,11,2], +"group__GenericQ7Number.html":[4,17,8,2,12], +"group__GenericQ7Number.html#a0e11385c6d349a4e19eaf8e849e331e1":[4,17,8,2,12,1,2], +"group__GenericQ7Number.html#a11afc18b08766b3e9348591798333164":[4,17,8,2,12,1,0], +"group__GenericQ7Number.html#a3b716952ea77bf51a7bede967d86ab47":[4,17,8,2,12,2,3], +"group__GenericQ7Number.html#a43936fffbd629b832c214366ab886489":[4,17,8,2,12,2,0], +"group__GenericQ7Number.html#a452485e9e084d2fa01f195e133d1eb34":[4,17,8,2,12,2,2], +"group__GenericQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf":[4,17,8,2,12,2,4], +"group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827":[4,17,8,2,12,1,1], +"group__GenericQ7Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,2,12,2,1], +"group__GenericQ7Number.html#structnumber__traits_3_01Q7_01_4":[4,17,8,2,12,1], +"group__GenericQ7Number.html#structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5":[4,17,8,2,12,2], +"group__GenericTUPLENumber.html":[4,17,8,2,8], +"group__GenericTUPLENumber.html#a3111dcd2e50f203ff8bc2dbfcb11db41":[4,17,8,2,8,2,3], +"group__GenericTUPLENumber.html#a44368d26d467915b5fd73a55f40fe80c":[4,17,8,2,8,2,1], +"group__GenericTUPLENumber.html#a6ddf5d8b0b530318dcc5b330775a7d95":[4,17,8,2,8,1,0], +"group__GenericTUPLENumber.html#a7324a5b8982417230f50776a48c69d8f":[4,17,8,2,8,2,4], +"group__GenericTUPLENumber.html#a778709132bba78a67ec4a2f266aed099":[4,17,8,2,8,2,2], +"group__GenericTUPLENumber.html#a8938573d3fc13e4d64dccf51839d9b7f":[4,17,8,2,8,2,0], +"group__GenericTUPLENumber.html#af278d4e4010149d9ca2551e5cba59e5e":[4,17,8,2,8,1,1], +"group__GenericTUPLENumber.html#structnumber__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_01_4":[4,17,8,2,8,1], +"group__GenericTUPLENumber.html#structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4":[4,17,8,2,8,2], "group__HELIUMALG.html":[4,17,9,1], "group__HELIUMALG.html#ga1ceaa88192732124a39c7cdd3b0b073c":[4,17,9,1,5], "group__HELIUMALG.html#ga2385fcdec693110d57d1b356e3f0b6d7":[4,17,9,1,4], "group__HELIUMALG.html#ga2acf49f8cba5a245ed8a3d30b8300c3b":[4,17,9,1,2], "group__HELIUMALG.html#ga36ced6a37a48ee04127daa2c77ae9262":[4,17,9,1,6], -"group__HELIUMALG.html#ga6e93f3782669bf2f1870ea177c536d7e":[4,17,9,1,0], "group__HELIUMALG.html#ga86891b1c2eb658a9f15746434e30fdd5":[4,17,9,1,1], +"group__HELIUMALG.html#ga8b3315347db8969ec7d77c8277fdc692":[4,17,9,1,0], "group__HELIUMALG.html#gad7879e299982cf015820f9f30951426f":[4,17,9,1,7], "group__HELIUMALG.html#gaf769d651b0aa9c7cbc026beefc8257ba":[4,17,9,1,3], -"group__HeliumFloatNumber.html":[4,17,8,1,0], -"group__HeliumFloatNumber.html#a03e533d95267eea1ea9ef099b6c91bb3":[4,17,8,1,0,1,2], -"group__HeliumFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f":[4,17,8,1,0,1,3], -"group__HeliumFloatNumber.html#a80c09e97407d5640a99667e3ea61d293":[4,17,8,1,0,1,4], -"group__HeliumFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0":[4,17,8,1,0,1,1], -"group__HeliumFloatNumber.html#af3b22a8914fdb0ccb348b19421f45bdc":[4,17,8,1,0,1,0], -"group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4":[4,17,8,1,0,2], -"group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4":[4,17,8,1,6], -"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride":[4,17,8,1,0,3], -"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride":[4,17,8,1,7], -"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_010_00_011_00_012_00_013_01_4":[4,17,8,1,0,4], -"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_010_00_011_00_012_00_013_01_4":[4,17,8,1,8], -"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z":[4,17,8,1,0,5], -"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z":[4,17,8,1,9], -"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_010_00_011_00_012_00_013_01_4":[4,17,8,1,10], -"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_010_00_011_00_012_00_013_01_4":[4,17,8,1,0,6], -"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride":[4,17,8,1,0,7], -"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride":[4,17,8,1,11], -"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_010_00_011_00_012_00_013_01_4":[4,17,8,1,12], -"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_010_00_011_00_012_00_013_01_4":[4,17,8,1,0,8], -"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z":[4,17,8,1,0,9], -"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z":[4,17,8,1,13], -"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_010_00_011_00_012_00_013_01_4":[4,17,8,1,0,10], -"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_010_00_011_00_012_00_013_01_4":[4,17,8,1,14], -"group__HeliumFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__ba5ab38020bf229f10c8cb296601cd2a":[4,17,8,1,0,1], -"group__HeliumHalfNumber.html":[4,17,8,1,1], -"group__HeliumHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e":[4,17,8,1,1,1,3], -"group__HeliumHalfNumber.html#a2b56abefd20dce8f06ee8792a5e9e83e":[4,17,8,1,1,1,2], -"group__HeliumHalfNumber.html#ac5706fee56c61076b3f152059180e4ad":[4,17,8,1,1,1,1], -"group__HeliumHalfNumber.html#adbc8cfdcdb696f357a77cabc445f11cb":[4,17,8,1,1,1,4], -"group__HeliumHalfNumber.html#af3b22a8914fdb0ccb348b19421f45bdc":[4,17,8,1,1,1,0], -"group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4":[4,17,8,1,1,2], -"group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4":[4,17,8,1,15], -"group__HeliumHalfNumber.html#structvector__traits_3_01float16__t_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__bbf0c88ec3dcce04bc63f988798dbaaac":[4,17,8,1,1,1], +"group__HeliumComplexFloatNumber.html":[4,17,8,1,0], +"group__HeliumComplexFloatNumber.html#a0c4b26611359840ae77a3b6947421c07":[4,17,8,1,0,1,4], +"group__HeliumComplexFloatNumber.html#a2c67b52bb4d2bfd4a88059e1372280f0":[4,17,8,1,0,1,6], +"group__HeliumComplexFloatNumber.html#a3777de34f2324cc76ea8e00520102243":[4,17,8,1,0,1,1], +"group__HeliumComplexFloatNumber.html#a7643201f518ac18e1cefe885f5330128":[4,17,8,1,0,1,2], +"group__HeliumComplexFloatNumber.html#a7f273faaf9bffa861f5c157e4bb339a7":[4,17,8,1,0,1,0], +"group__HeliumComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd":[4,17,8,1,0,1,3], +"group__HeliumComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02":[4,17,8,1,0,1,5], +"group__HeliumComplexFloatNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float_01_4_00_010_00_011_00_012_00_013_01_4":[4,17,8,1,0,2], +"group__HeliumComplexFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float32__t_01_4_00_010_00_011_00_012_00_013_01_4":[4,17,8,1,0,3], +"group__HeliumComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3":[4,17,8,1,0,1], +"group__HeliumComplexHalfNumber.html":[4,17,8,1,1], +"group__HeliumComplexHalfNumber.html#a3777de34f2324cc76ea8e00520102243":[4,17,8,1,1,1,1], +"group__HeliumComplexHalfNumber.html#a56c566b930f094dde07cc68c9d0db9ad":[4,17,8,1,1,1,4], +"group__HeliumComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4":[4,17,8,1,1,1,3], +"group__HeliumComplexHalfNumber.html#a76c25894268d892709cb9d354a7a62a6":[4,17,8,1,1,1,2], +"group__HeliumComplexHalfNumber.html#aa66a68dbd092697845ad1fdc8abbb0ee":[4,17,8,1,1,1,6], +"group__HeliumComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff":[4,17,8,1,1,1,5], +"group__HeliumComplexHalfNumber.html#ae85f8b9083217e6e07ed8ac85267a576":[4,17,8,1,1,1,0], +"group__HeliumComplexHalfNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_0f3764e0778e22e08a979438f422bbfe5":[4,17,8,1,1,2], +"group__HeliumComplexHalfNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_5e642801addc2951256c14a74a86944f":[4,17,8,1,1,3], +"group__HeliumComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db":[4,17,8,1,1,1], +"group__HeliumComplexQ15Number.html":[4,17,8,1,2], +"group__HeliumComplexQ31Number.html":[4,17,8,1,3], +"group__HeliumFloatNumber.html":[4,17,8,1,4], +"group__HeliumFloatNumber.html#a03e533d95267eea1ea9ef099b6c91bb3":[4,17,8,1,4,1,2], +"group__HeliumFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f":[4,17,8,1,4,1,3], +"group__HeliumFloatNumber.html#a80c09e97407d5640a99667e3ea61d293":[4,17,8,1,4,1,4], +"group__HeliumFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0":[4,17,8,1,4,1,1], +"group__HeliumFloatNumber.html#af3b22a8914fdb0ccb348b19421f45bdc":[4,17,8,1,4,1,0], +"group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4":[4,17,8,1,4,2], +"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4":[4,17,8,1,4,3], +"group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4":[4,17,8,1,4,4], +"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4":[4,17,8,1,4,5], +"group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4":[4,17,8,1,4,6], +"group__HeliumFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__ba5ab38020bf229f10c8cb296601cd2a":[4,17,8,1,4,1], +"group__HeliumHalfNumber.html":[4,17,8,1,5], +"group__HeliumHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e":[4,17,8,1,5,1,3], +"group__HeliumHalfNumber.html#a2b56abefd20dce8f06ee8792a5e9e83e":[4,17,8,1,5,1,2], +"group__HeliumHalfNumber.html#ac5706fee56c61076b3f152059180e4ad":[4,17,8,1,5,1,1], +"group__HeliumHalfNumber.html#adbc8cfdcdb696f357a77cabc445f11cb":[4,17,8,1,5,1,4], +"group__HeliumHalfNumber.html#af3b22a8914fdb0ccb348b19421f45bdc":[4,17,8,1,5,1,0], +"group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4":[4,17,8,1,5,2], +"group__HeliumHalfNumber.html#structvector__traits_3_01float16__t_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__bbf0c88ec3dcce04bc63f988798dbaaac":[4,17,8,1,5,1], "group__HeliumNumber.html":[4,17,8,1], -"group__HeliumQ15Number.html":[4,17,8,1,2], -"group__HeliumQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c":[4,17,8,1,2,1,3], -"group__HeliumQ15Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,1,2,1,1], -"group__HeliumQ15Number.html#abe2e84848da0a86b66fb761063011e73":[4,17,8,1,2,1,4], -"group__HeliumQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5":[4,17,8,1,2,1,2], -"group__HeliumQ15Number.html#af3b22a8914fdb0ccb348b19421f45bdc":[4,17,8,1,2,1,0], -"group__HeliumQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__of8f632c1300f8f47d48a293f567e4c1db":[4,17,8,1,2,1], -"group__HeliumQ31Number.html":[4,17,8,1,3], -"group__HeliumQ7Number.html":[4,17,8,1,4], +"group__HeliumQ15Number.html":[4,17,8,1,6], +"group__HeliumQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c":[4,17,8,1,6,1,3], +"group__HeliumQ15Number.html#ab37bf31182f95866b4675c3be4b7d136":[4,17,8,1,6,1,1], +"group__HeliumQ15Number.html#abe2e84848da0a86b66fb761063011e73":[4,17,8,1,6,1,4], +"group__HeliumQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5":[4,17,8,1,6,1,2], +"group__HeliumQ15Number.html#af3b22a8914fdb0ccb348b19421f45bdc":[4,17,8,1,6,1,0], +"group__HeliumQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__of8f632c1300f8f47d48a293f567e4c1db":[4,17,8,1,6,1], +"group__HeliumQ31Number.html":[4,17,8,1,7], +"group__HeliumQ7Number.html":[4,17,8,1,8], "group__IIR__Lattice.html":[4,8,10], "group__IIR__Lattice.html#ga1f4bc2dd3d5641e96815d3a5aad58998":[4,8,10,2], "group__IIR__Lattice.html#ga49181562f33456fa979e474e2a657d19":[4,8,10,4], "group__IIR__Lattice.html#ga754a44b604c386d132b4b05a3d9e0f44":[4,8,10,0], "group__IIR__Lattice.html#ga87d7df8f8787402d4331de156a82687f":[4,8,10,5], -"group__IIR__Lattice.html#gab686c14175581797d9c3ad7bf1d5cc1e":[4,8,10,3], -"group__IIR__Lattice.html#gaed3b0230bb77439dc902daa625985e04":[4,8,10,1], -"group__JensenShannon.html":[4,6,0,8], -"group__JensenShannon.html#ga3b0e26f4364d11bca2cb7f65e77a79bf":[4,6,0,8,0], -"group__JensenShannon.html#ga6965b12ce3ee265d3759dfec38b77524":[4,6,0,8,1], -"group__Kullback-Leibler.html":[4,12,4], -"group__Kullback-Leibler.html#ga924334ef70fd1eaca38c550b8e7a5d32":[4,12,4,2], -"group__Kullback-Leibler.html#gac079b8525d5b6d3e80ca43517be2b5b4":[4,12,4,1], -"group__Kullback-Leibler.html#gad7364ce09f552a2dd45538c0b9f3515e":[4,12,4,0], -"group__LD.html":[4,8,11], -"group__LD.html#ga2ea8733ba29641f2f081251da672dabf":[4,8,11,1], -"group__LD.html#ga62b3cbd165b27673f5c17a6e72697e76":[4,8,11,2], -"group__LD.html#gaf618515678cfaf554d29d78cb770e4d6":[4,8,11,0], -"group__LMS.html":[4,8,12], -"group__LMS.html#ga12fd93f61401b365789cdfd5dca07e5b":[4,8,12,4], -"group__LMS.html#ga69c9c64338c067f1fb4990dcdc8c143f":[4,8,12,5], -"group__LMS.html#ga8d4bc251169f4b102355097a9f7530d6":[4,8,12,3], -"group__LMS.html#ga9544cc26f18cd4465cfbed371be822b3":[4,8,12,2], -"group__LMS.html#ga9fc7adca0966ff2cec1746fca8364cee":[4,8,12,1], -"group__LMS.html#gac518f7acd1778a8ee90e81c421cfbb90":[4,8,12,0], -"group__LMS__NORM.html":[4,8,13], -"group__LMS__NORM.html#ga1d9659dbbea4c89a7a9d14d5fc0dd490":[4,8,13,3], -"group__LMS__NORM.html#ga213ab1ee2e154cc2fa30d667b1994b89":[4,8,13,2], -"group__LMS__NORM.html#ga72b3755ed1cf97622851cbbeff83c69e":[4,8,13,0], -"group__LMS__NORM.html#gac7ccbaea863882056eee815456464670":[4,8,13,1], -"group__LMS__NORM.html#gae12fc16232c8087345e5910fcb840be9":[4,8,13,5], -"group__LMS__NORM.html#gaf03debfeb77ec5a9934e1b23f1ff6c48":[4,8,13,4], -"group__LinearInterpExample.html":[4,0,7], -"group__LinearInterpolate.html":[4,9,1], -"group__LinearInterpolate.html#ga314d406f1d606e1fa17562225b6ff13b":[4,9,1,0], -"group__LinearInterpolate.html#ga490ac8c4b82d1ea761e9756e6546de69":[4,9,1,4], -"group__LinearInterpolate.html#gab31b961852580b14bda151a7f480c6cb":[4,9,1,3], -"group__LinearInterpolate.html#gacb413eed3385ab2ed8611cc321e23bda":[4,9,1,1], -"group__LinearInterpolate.html#gad1dcffdc94c2a0ade62cc0db60e8ada9":[4,9,1,2], -"group__LogSumExp.html":[4,12,5], -"group__LogSumExp.html#ga9fb5b24efffc928fcb601dca7f1abcc3":[4,12,5,0], -"group__LogSumExp.html#gaa4da6151e57549ed9797c4093d662472":[4,12,5,2], -"group__LogSumExp.html#gaa66d25e7fc685c86e400567b4585857e":[4,12,5,3], -"group__LogSumExp.html#gafc0c0beeb5962c95ad3afd3739602254":[4,12,5,1], -"group__MEMBUF.html":[4,17,7,0], -"group__MEMBUF.html#ga274dd8714485eed9c9328973d44ec5dc":[4,17,7,0,2], -"group__MEMBUF.html#ga355913a807536c939461da9a431d9f51":[4,17,7,0,3], -"group__MEMORY.html":[4,17,7], -"group__MEMORY.html#a156294d0fe3e6e70fbc2708420e5dcd6":[4,17,7,7,1], -"group__MEMORY.html#a156294d0fe3e6e70fbc2708420e5dcd6":[4,17,7,2,1,1], -"group__MEMORY.html#a20194325f0380eb3bbc6bc6c8b2697d9":[4,17,7,7,4], -"group__MEMORY.html#a20194325f0380eb3bbc6bc6c8b2697d9":[4,17,7,2,1,4], -"group__MEMORY.html#a3b12e09f14619e8516bac335eff12623":[4,17,7,2,1,3], -"group__MEMORY.html#a3b12e09f14619e8516bac335eff12623":[4,17,7,7,3], -"group__MEMORY.html#a5c53f3f575b27667ddb9725a3567ba34":[4,17,7,2,1,0], -"group__MEMORY.html#a5c53f3f575b27667ddb9725a3567ba34":[4,17,7,7,0], -"group__MEMORY.html#a8f9b58173ea085e82282d18f10675888":[4,17,7,2,1,2], -"group__MEMORY.html#a8f9b58173ea085e82282d18f10675888":[4,17,7,7,2], -"group__MEMORY.html#classarm__cmsis__dsp_1_1MemoryPool":[4,17,7,7], -"group__MEMORY.html#classarm__cmsis__dsp_1_1MemoryPool":[4,17,7,2,1], -"group__MEMORY.html#structarm__cmsis__dsp_1_1ListElem":[4,17,7,6], -"group__MEMORY.html#structarm__cmsis__dsp_1_1ListElem":[4,17,7,2,0], -"group__MEMORY.html#structarm__cmsis__dsp_1_1default__user__allocator__malloc__free":[4,17,7,3], -"group__MEMORY.html#structarm__cmsis__dsp_1_1default__user__allocator__malloc__free":[4,17,7,0,0], -"group__MEMORY.html#structarm__cmsis__dsp_1_1malloc__allocator":[4,17,7,5], -"group__MEMORY.html#structarm__cmsis__dsp_1_1malloc__allocator":[4,17,7,1,0], -"group__MEMORY.html#structarm__cmsis__dsp_1_1user__allocator__aligned__malloc":[4,17,7,4], -"group__MEMORY.html#structarm__cmsis__dsp_1_1user__allocator__aligned__malloc":[4,17,7,0,1], -"group__MEMTOOL.html":[4,17,7,2], -"group__MEMVEC.html":[4,17,7,1], -"group__MFCC.html":[4,15,2], -"group__MFCCF16.html":[4,15,2,1], -"group__MFCCF16.html#ga0b817baf579405c6765d5e3e2360cc2e":[4,15,2,1,0], -"group__MFCCF16.html#ga5775e7edc5bc8e7d5145e3c0951b3df9":[4,15,2,1,6], -"group__MFCCF16.html#ga88e209e61eb60797428547dca05d1c23":[4,15,2,1,8], -"group__MFCCF16.html#ga8fc578706fca63a5e293d3a1f993b39b":[4,15,2,1,3], -"group__MFCCF16.html#gaa7d50f7c15d2a3816851a43590590a29":[4,15,2,1,1], -"group__MFCCF16.html#gaafe0cf442a410c8c40592e61332d2692":[4,15,2,1,7], -"group__MFCCF16.html#gab4ce8687295e19ef91acda3eef32a9bb":[4,15,2,1,5], -"group__MFCCF16.html#gacb303d4371873b338c003bc3b28618ed":[4,15,2,1,2], -"group__MFCCF16.html#gae6a307eafd0bb6534369d239e76ef766":[4,15,2,1,9], -"group__MFCCF16.html#gafa1973c0b2f573afca2bb250f7142e1b":[4,15,2,1,4], -"group__MFCCF32.html":[4,15,2,0], -"group__MFCCF32.html#ga0e411f0503b1187c69adee7bc949fd1f":[4,15,2,0,9], -"group__MFCCF32.html#ga3e3cf0c0a9aba3f9a54391afb17ca0ec":[4,15,2,0,8], -"group__MFCCF32.html#ga4eeeb28b22cbbf4207df9be13535fefc":[4,15,2,0,5], -"group__MFCCF32.html#ga5d068ca74cd801b87a139109d6da0509":[4,15,2,0,3], -"group__MFCCF32.html#gaa5a8a68192dfb4fa74292bd57f166372":[4,15,2,0,6], -"group__MFCCF32.html#gada3ab681711c96cc8b39394a42614678":[4,15,2,0,0], -"group__MFCCF32.html#gae01d34ae661a9eae466db2b039a1b533":[4,15,2,0,7], -"group__MFCCF32.html#gae318cb89ea4651b0723da2c39e74f85b":[4,15,2,0,2], -"group__MFCCF32.html#gae7eee982c28ceedc13402e411837da1c":[4,15,2,0,1], -"group__MFCCF32.html#gaf66ab2e580331dec89cb7a425939ecb4":[4,15,2,0,4], -"group__MFCCQ15.html":[4,15,2,2], -"group__MFCCQ15.html#ga016c9831b8349737168f1897e1a1d1d1":[4,15,2,2,6], -"group__MFCCQ15.html#ga0f3a569a30d49fac7d1779b1380077e6":[4,15,2,2,0], -"group__MFCCQ15.html#ga16eb851cd34ed5e5b9a621349be06610":[4,15,2,2,2], -"group__MFCCQ15.html#ga1ec288fa9eb7e85c8196c32dfe8f3f9b":[4,15,2,2,9], -"group__MFCCQ15.html#ga5418fd6137b68ce1685d52a12924d25d":[4,15,2,2,5], -"group__MFCCQ15.html#ga5cdbf9211b3ea623c98c6d024f6ec988":[4,15,2,2,1], -"group__MFCCQ15.html#ga7e55fc08a473af73055021aedae27c32":[4,15,2,2,8], -"group__MFCCQ15.html#ga9297e9be5d6c3e6ecf40cd837358c48c":[4,15,2,2,7], -"group__MFCCQ15.html#gac9625f6d1562ad68aa00933f8fa27d75":[4,15,2,2,4], -"group__MFCCQ15.html#gaeac1ce06889d545e77612f637382e866":[4,15,2,2,3], -"group__MFCCQ31.html":[4,15,2,3], -"group__MFCCQ31.html#ga4cac48e9fe3bccb133f5eff66189c7f4":[4,15,2,3,2], -"group__MFCCQ31.html#ga742e2526ceeb559832769d20ca51a568":[4,15,2,3,1], -"group__MFCCQ31.html#ga758406a367635b2878ea1f59107087db":[4,15,2,3,8], -"group__MFCCQ31.html#ga7ab98731e9e4a7705be0b3ca0c5bd94c":[4,15,2,3,9], -"group__MFCCQ31.html#gab27a895d360c8ee12f0bde2ec0ff7c98":[4,15,2,3,3], -"group__MFCCQ31.html#gab2f377799d0d6c524fbdd3b21618a90a":[4,15,2,3,7], -"group__MFCCQ31.html#gabe57572879701c8f2e89497d9d99d2ca":[4,15,2,3,0], -"group__MFCCQ31.html#gac18f077b210098746a10b9c2e6017c6d":[4,15,2,3,5], -"group__MFCCQ31.html#gae1b3d5cd7b77def16e1b4c6b0ab2984e":[4,15,2,3,6], -"group__MFCCQ31.html#gaf600d13d2afb6575c08c98371a36d88c":[4,15,2,3,4], -"group__MSE.html":[4,12,9], -"group__MSE.html#ga0aeaf53dbe494db3e6f49ef3d6b1f6c1":[4,12,9,0], -"group__MSE.html#ga0ce5aa7143c936e17010819c4f4fc49f":[4,12,9,4], -"group__MSE.html#ga22b727f31a46bc579fb7c5555be94cb1":[4,12,9,5], -"group__MSE.html#gabf869935b3cc55fbd85d2b91e6fca954":[4,12,9,1], -"group__MSE.html#gaed0b8f9926f21904eb91033236e00343":[4,12,9,3], -"group__MSE.html#gaf17e8e587b0da6c3030bfe350905a53e":[4,12,9,2], -"group__Manhattan.html":[4,6,0,3], -"group__Manhattan.html#ga0a7194c6d56ce679a6ba1d5ebc814d5c":[4,6,0,3,1], -"group__Manhattan.html#gaa579d814b40db8c118b6a212018a4d9c":[4,6,0,3,2], -"group__Manhattan.html#gae5f864f7ce0a21a5ec978021a7981946":[4,6,0,3,0], -"group__Matrix.html":[4,17,6], -"group__Matrix.html#a050bf271784b7b5e5c7c19656c8330c8":[4,17,6,3,30], -"group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8":[4,17,6,5,17], -"group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8":[4,17,6,4,17], -"group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8":[4,17,6,6,16], -"group__Matrix.html#a0a9220975aae16789db515892427923b":[4,17,6,2,24], -"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,2,13], -"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,5,13], -"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,4,13], -"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,6,12], -"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,3,15], -"group__Matrix.html#a0debe871b5dffff9c427427062d3e82c":[4,17,6,6,5], -"group__Matrix.html#a0debe871b5dffff9c427427062d3e82c":[4,17,6,5,5], -"group__Matrix.html#a0fb228c4ace4a06bc2d993f8ff4dd002":[4,17,6,0,10], -"group__Matrix.html#a104c4b97ad18da8b99b5760a5a1bfffc":[4,17,6,3,21], -"group__Matrix.html#a152a6be370e8f9d66582074364b74f93":[4,17,6,2,2], -"group__Matrix.html#a17fa2ffc9618036b777daaaccb1b0133":[4,17,6,1,1], -"group__Matrix.html#a1b4bee75d06b5bfd426f9ade8f53ede9":[4,17,6,4,6], -"group__Matrix.html#a1c932f31156287cd61b02e6b3bbba903":[4,17,6,3,34], -"group__Matrix.html#a21fdccd79d0757d8b094490d05a13ca7":[4,17,6,3,22], -"group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,6,5,7], -"group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,6,6,7], -"group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,6,3,10], -"group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,6,4,7], -"group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7":[4,17,6,4,10], -"group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7":[4,17,6,3,12], -"group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7":[4,17,6,5,10], -"group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7":[4,17,6,6,9], -"group__Matrix.html#a26a138c661ca0a7ab4d5263c12058172":[4,17,6,2,3], -"group__Matrix.html#a2856349806237c54fcec23adb8fff942":[4,17,6,3,1], -"group__Matrix.html#a2a0db0db3652e250eb2d0780441c0c89":[4,17,6,0,7], -"group__Matrix.html#a2b07d557d906e244524ca72a204aefdc":[4,17,6,0,8], -"group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188":[4,17,6,6,4], -"group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188":[4,17,6,5,4], -"group__Matrix.html#a2dbffa29bb3a793b745857fa484d3ef9":[4,17,6,2,32], -"group__Matrix.html#a32a8671aeb0d3c70fcf73e13ab4f498f":[4,17,6,4,5], -"group__Matrix.html#a34b2c13038acf1bc2d20d8c89bf9efef":[4,17,6,3,9] +"group__IIR__Lattice.html#gab686c14175581797d9c3ad7bf1d5cc1e":[4,8,10,3] }; diff --git a/main/navtreeindex4.js b/main/navtreeindex4.js index b3144d3b..85721809 100644 --- a/main/navtreeindex4.js +++ b/main/navtreeindex4.js @@ -1,253 +1,253 @@ var NAVTREEINDEX4 = { -"group__Matrix.html#a39ac7c6f90f1e1add6e5b4a2fc20f222":[4,17,6,0,2], +"group__IIR__Lattice.html#gaed3b0230bb77439dc902daa625985e04":[4,8,10,1], +"group__JensenShannon.html":[4,6,0,8], +"group__JensenShannon.html#ga3b0e26f4364d11bca2cb7f65e77a79bf":[4,6,0,8,0], +"group__JensenShannon.html#ga6965b12ce3ee265d3759dfec38b77524":[4,6,0,8,1], +"group__Kullback-Leibler.html":[4,12,4], +"group__Kullback-Leibler.html#ga924334ef70fd1eaca38c550b8e7a5d32":[4,12,4,2], +"group__Kullback-Leibler.html#gac079b8525d5b6d3e80ca43517be2b5b4":[4,12,4,1], +"group__Kullback-Leibler.html#gad7364ce09f552a2dd45538c0b9f3515e":[4,12,4,0], +"group__LD.html":[4,8,11], +"group__LD.html#ga2ea8733ba29641f2f081251da672dabf":[4,8,11,1], +"group__LD.html#ga62b3cbd165b27673f5c17a6e72697e76":[4,8,11,2], +"group__LD.html#gaf618515678cfaf554d29d78cb770e4d6":[4,8,11,0], +"group__LMS.html":[4,8,12], +"group__LMS.html#ga12fd93f61401b365789cdfd5dca07e5b":[4,8,12,4], +"group__LMS.html#ga69c9c64338c067f1fb4990dcdc8c143f":[4,8,12,5], +"group__LMS.html#ga8d4bc251169f4b102355097a9f7530d6":[4,8,12,3], +"group__LMS.html#ga9544cc26f18cd4465cfbed371be822b3":[4,8,12,2], +"group__LMS.html#ga9fc7adca0966ff2cec1746fca8364cee":[4,8,12,1], +"group__LMS.html#gac518f7acd1778a8ee90e81c421cfbb90":[4,8,12,0], +"group__LMS__NORM.html":[4,8,13], +"group__LMS__NORM.html#ga1d9659dbbea4c89a7a9d14d5fc0dd490":[4,8,13,3], +"group__LMS__NORM.html#ga213ab1ee2e154cc2fa30d667b1994b89":[4,8,13,2], +"group__LMS__NORM.html#ga72b3755ed1cf97622851cbbeff83c69e":[4,8,13,0], +"group__LMS__NORM.html#gac7ccbaea863882056eee815456464670":[4,8,13,1], +"group__LMS__NORM.html#gae12fc16232c8087345e5910fcb840be9":[4,8,13,5], +"group__LMS__NORM.html#gaf03debfeb77ec5a9934e1b23f1ff6c48":[4,8,13,4], +"group__LinearInterpExample.html":[4,0,7], +"group__LinearInterpolate.html":[4,9,1], +"group__LinearInterpolate.html#ga314d406f1d606e1fa17562225b6ff13b":[4,9,1,0], +"group__LinearInterpolate.html#ga490ac8c4b82d1ea761e9756e6546de69":[4,9,1,4], +"group__LinearInterpolate.html#gab31b961852580b14bda151a7f480c6cb":[4,9,1,3], +"group__LinearInterpolate.html#gacb413eed3385ab2ed8611cc321e23bda":[4,9,1,1], +"group__LinearInterpolate.html#gad1dcffdc94c2a0ade62cc0db60e8ada9":[4,9,1,2], +"group__LogSumExp.html":[4,12,5], +"group__LogSumExp.html#ga9fb5b24efffc928fcb601dca7f1abcc3":[4,12,5,0], +"group__LogSumExp.html#gaa4da6151e57549ed9797c4093d662472":[4,12,5,2], +"group__LogSumExp.html#gaa66d25e7fc685c86e400567b4585857e":[4,12,5,3], +"group__LogSumExp.html#gafc0c0beeb5962c95ad3afd3739602254":[4,12,5,1], +"group__MEMBUF.html":[4,17,7,0], +"group__MEMBUF.html#ga274dd8714485eed9c9328973d44ec5dc":[4,17,7,0,2], +"group__MEMBUF.html#ga355913a807536c939461da9a431d9f51":[4,17,7,0,3], +"group__MEMORY.html":[4,17,7], +"group__MEMORY.html#a156294d0fe3e6e70fbc2708420e5dcd6":[4,17,7,2,1,1], +"group__MEMORY.html#a156294d0fe3e6e70fbc2708420e5dcd6":[4,17,7,7,1], +"group__MEMORY.html#a20194325f0380eb3bbc6bc6c8b2697d9":[4,17,7,2,1,4], +"group__MEMORY.html#a20194325f0380eb3bbc6bc6c8b2697d9":[4,17,7,7,4], +"group__MEMORY.html#a3b12e09f14619e8516bac335eff12623":[4,17,7,2,1,3], +"group__MEMORY.html#a3b12e09f14619e8516bac335eff12623":[4,17,7,7,3], +"group__MEMORY.html#a5c53f3f575b27667ddb9725a3567ba34":[4,17,7,2,1,0], +"group__MEMORY.html#a5c53f3f575b27667ddb9725a3567ba34":[4,17,7,7,0], +"group__MEMORY.html#a8f9b58173ea085e82282d18f10675888":[4,17,7,7,2], +"group__MEMORY.html#a8f9b58173ea085e82282d18f10675888":[4,17,7,2,1,2], +"group__MEMORY.html#classarm__cmsis__dsp_1_1MemoryPool":[4,17,7,7], +"group__MEMORY.html#classarm__cmsis__dsp_1_1MemoryPool":[4,17,7,2,1], +"group__MEMORY.html#structarm__cmsis__dsp_1_1ListElem":[4,17,7,6], +"group__MEMORY.html#structarm__cmsis__dsp_1_1ListElem":[4,17,7,2,0], +"group__MEMORY.html#structarm__cmsis__dsp_1_1default__user__allocator__malloc__free":[4,17,7,0,0], +"group__MEMORY.html#structarm__cmsis__dsp_1_1default__user__allocator__malloc__free":[4,17,7,3], +"group__MEMORY.html#structarm__cmsis__dsp_1_1malloc__allocator":[4,17,7,5], +"group__MEMORY.html#structarm__cmsis__dsp_1_1malloc__allocator":[4,17,7,1,0], +"group__MEMORY.html#structarm__cmsis__dsp_1_1user__allocator__aligned__malloc":[4,17,7,4], +"group__MEMORY.html#structarm__cmsis__dsp_1_1user__allocator__aligned__malloc":[4,17,7,0,1], +"group__MEMTOOL.html":[4,17,7,2], +"group__MEMVEC.html":[4,17,7,1], +"group__MFCC.html":[4,15,2], +"group__MFCCF16.html":[4,15,2,1], +"group__MFCCF16.html#ga0b817baf579405c6765d5e3e2360cc2e":[4,15,2,1,0], +"group__MFCCF16.html#ga5775e7edc5bc8e7d5145e3c0951b3df9":[4,15,2,1,6], +"group__MFCCF16.html#ga88e209e61eb60797428547dca05d1c23":[4,15,2,1,8], +"group__MFCCF16.html#ga8fc578706fca63a5e293d3a1f993b39b":[4,15,2,1,3], +"group__MFCCF16.html#gaa7d50f7c15d2a3816851a43590590a29":[4,15,2,1,1], +"group__MFCCF16.html#gaafe0cf442a410c8c40592e61332d2692":[4,15,2,1,7], +"group__MFCCF16.html#gab4ce8687295e19ef91acda3eef32a9bb":[4,15,2,1,5], +"group__MFCCF16.html#gacb303d4371873b338c003bc3b28618ed":[4,15,2,1,2], +"group__MFCCF16.html#gae6a307eafd0bb6534369d239e76ef766":[4,15,2,1,9], +"group__MFCCF16.html#gafa1973c0b2f573afca2bb250f7142e1b":[4,15,2,1,4], +"group__MFCCF32.html":[4,15,2,0], +"group__MFCCF32.html#ga0e411f0503b1187c69adee7bc949fd1f":[4,15,2,0,9], +"group__MFCCF32.html#ga3e3cf0c0a9aba3f9a54391afb17ca0ec":[4,15,2,0,8], +"group__MFCCF32.html#ga4eeeb28b22cbbf4207df9be13535fefc":[4,15,2,0,5], +"group__MFCCF32.html#ga5d068ca74cd801b87a139109d6da0509":[4,15,2,0,3], +"group__MFCCF32.html#gaa5a8a68192dfb4fa74292bd57f166372":[4,15,2,0,6], +"group__MFCCF32.html#gada3ab681711c96cc8b39394a42614678":[4,15,2,0,0], +"group__MFCCF32.html#gae01d34ae661a9eae466db2b039a1b533":[4,15,2,0,7], +"group__MFCCF32.html#gae318cb89ea4651b0723da2c39e74f85b":[4,15,2,0,2], +"group__MFCCF32.html#gae7eee982c28ceedc13402e411837da1c":[4,15,2,0,1], +"group__MFCCF32.html#gaf66ab2e580331dec89cb7a425939ecb4":[4,15,2,0,4], +"group__MFCCQ15.html":[4,15,2,2], +"group__MFCCQ15.html#ga016c9831b8349737168f1897e1a1d1d1":[4,15,2,2,6], +"group__MFCCQ15.html#ga0f3a569a30d49fac7d1779b1380077e6":[4,15,2,2,0], +"group__MFCCQ15.html#ga16eb851cd34ed5e5b9a621349be06610":[4,15,2,2,2], +"group__MFCCQ15.html#ga1ec288fa9eb7e85c8196c32dfe8f3f9b":[4,15,2,2,9], +"group__MFCCQ15.html#ga5418fd6137b68ce1685d52a12924d25d":[4,15,2,2,5], +"group__MFCCQ15.html#ga5cdbf9211b3ea623c98c6d024f6ec988":[4,15,2,2,1], +"group__MFCCQ15.html#ga7e55fc08a473af73055021aedae27c32":[4,15,2,2,8], +"group__MFCCQ15.html#ga9297e9be5d6c3e6ecf40cd837358c48c":[4,15,2,2,7], +"group__MFCCQ15.html#gac9625f6d1562ad68aa00933f8fa27d75":[4,15,2,2,4], +"group__MFCCQ15.html#gaeac1ce06889d545e77612f637382e866":[4,15,2,2,3], +"group__MFCCQ31.html":[4,15,2,3], +"group__MFCCQ31.html#ga4cac48e9fe3bccb133f5eff66189c7f4":[4,15,2,3,2], +"group__MFCCQ31.html#ga742e2526ceeb559832769d20ca51a568":[4,15,2,3,1], +"group__MFCCQ31.html#ga758406a367635b2878ea1f59107087db":[4,15,2,3,8], +"group__MFCCQ31.html#ga7ab98731e9e4a7705be0b3ca0c5bd94c":[4,15,2,3,9], +"group__MFCCQ31.html#gab27a895d360c8ee12f0bde2ec0ff7c98":[4,15,2,3,3], +"group__MFCCQ31.html#gab2f377799d0d6c524fbdd3b21618a90a":[4,15,2,3,7], +"group__MFCCQ31.html#gabe57572879701c8f2e89497d9d99d2ca":[4,15,2,3,0], +"group__MFCCQ31.html#gac18f077b210098746a10b9c2e6017c6d":[4,15,2,3,5], +"group__MFCCQ31.html#gae1b3d5cd7b77def16e1b4c6b0ab2984e":[4,15,2,3,6], +"group__MFCCQ31.html#gaf600d13d2afb6575c08c98371a36d88c":[4,15,2,3,4], +"group__MSE.html":[4,12,9], +"group__MSE.html#ga0aeaf53dbe494db3e6f49ef3d6b1f6c1":[4,12,9,0], +"group__MSE.html#ga0ce5aa7143c936e17010819c4f4fc49f":[4,12,9,4], +"group__MSE.html#ga22b727f31a46bc579fb7c5555be94cb1":[4,12,9,5], +"group__MSE.html#gabf869935b3cc55fbd85d2b91e6fca954":[4,12,9,1], +"group__MSE.html#gaed0b8f9926f21904eb91033236e00343":[4,12,9,3], +"group__MSE.html#gaf17e8e587b0da6c3030bfe350905a53e":[4,12,9,2], +"group__Manhattan.html":[4,6,0,3], +"group__Manhattan.html#ga0a7194c6d56ce679a6ba1d5ebc814d5c":[4,6,0,3,1], +"group__Manhattan.html#gaa579d814b40db8c118b6a212018a4d9c":[4,6,0,3,2], +"group__Manhattan.html#gae5f864f7ce0a21a5ec978021a7981946":[4,6,0,3,0], +"group__Matrix.html":[4,17,6], +"group__Matrix.html#a050bf271784b7b5e5c7c19656c8330c8":[4,17,6,3,30], +"group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8":[4,17,6,6,16], +"group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8":[4,17,6,5,17], +"group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8":[4,17,6,4,17], +"group__Matrix.html#a0a9220975aae16789db515892427923b":[4,17,6,2,24], +"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,2,13], +"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,6,12], +"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,5,13], +"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,4,13], +"group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013":[4,17,6,3,15], +"group__Matrix.html#a0debe871b5dffff9c427427062d3e82c":[4,17,6,5,5], +"group__Matrix.html#a0debe871b5dffff9c427427062d3e82c":[4,17,6,6,5], +"group__Matrix.html#a0fb228c4ace4a06bc2d993f8ff4dd002":[4,17,6,0,10], +"group__Matrix.html#a104c4b97ad18da8b99b5760a5a1bfffc":[4,17,6,3,21], +"group__Matrix.html#a152a6be370e8f9d66582074364b74f93":[4,17,6,2,2], +"group__Matrix.html#a17fa2ffc9618036b777daaaccb1b0133":[4,17,6,1,1], +"group__Matrix.html#a1b4bee75d06b5bfd426f9ade8f53ede9":[4,17,6,4,6], +"group__Matrix.html#a1c932f31156287cd61b02e6b3bbba903":[4,17,6,3,34], +"group__Matrix.html#a21fdccd79d0757d8b094490d05a13ca7":[4,17,6,3,22], +"group__Matrix.html#a22555b357253147f5acf53cf92b316fc":[4,17,6,0,9], +"group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,6,4,7], +"group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,6,6,7], +"group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,6,3,10], +"group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a":[4,17,6,5,7], +"group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7":[4,17,6,3,12], +"group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7":[4,17,6,4,10], +"group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7":[4,17,6,5,10], +"group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7":[4,17,6,6,9], +"group__Matrix.html#a26a138c661ca0a7ab4d5263c12058172":[4,17,6,2,3], +"group__Matrix.html#a2856349806237c54fcec23adb8fff942":[4,17,6,3,1], +"group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188":[4,17,6,6,4], +"group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188":[4,17,6,5,4], +"group__Matrix.html#a2dbffa29bb3a793b745857fa484d3ef9":[4,17,6,2,32], +"group__Matrix.html#a32a8671aeb0d3c70fcf73e13ab4f498f":[4,17,6,4,5], +"group__Matrix.html#a34b2c13038acf1bc2d20d8c89bf9efef":[4,17,6,3,9], "group__Matrix.html#a3aede62f513da27e6f61ae7a972b4f96":[4,17,6,2,1], "group__Matrix.html#a3c86ab9f0d0aa720752d96b66b6ec23f":[4,17,6,2,27], "group__Matrix.html#a3eb58acde067d2d3d9a6be6c83f34237":[4,17,6,2,26], +"group__Matrix.html#a3f2a974f390acf7a5a25ba5e17c05714":[4,17,6,0,7], "group__Matrix.html#a3f40b54f9911dfc184749149b4b48c24":[4,17,6,3,3], +"group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5":[4,17,6,2,18], "group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5":[4,17,6,2,17], "group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5":[4,17,6,3,20], -"group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5":[4,17,6,2,18], "group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5":[4,17,6,3,19], +"group__Matrix.html#a402a40d59c3350d926139ece2fd282b4":[4,17,6,0,1], +"group__Matrix.html#a40f017d8971c7a125d4e0e026a82e75e":[4,17,6,0,2], "group__Matrix.html#a414c883585f5b0900f7481128db6a14d":[4,17,6,2,8], -"group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688":[4,17,6,5,9], "group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688":[4,17,6,4,9], "group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688":[4,17,6,6,8], +"group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688":[4,17,6,5,9], "group__Matrix.html#a4a7fd895c6f10261c3cdc129f2199bf7":[4,17,6,2,6], "group__Matrix.html#a50d8b064449dd4909210aa5779b16e0c":[4,17,6,2,25], "group__Matrix.html#a5759e77b23a7a3f4f3c854d069a64c96":[4,17,6,3,28], "group__Matrix.html#a5813348d82f4ffff56e76c908240a9b6":[4,17,6,3,2], "group__Matrix.html#a5cc6b0ed875cfa1af09ae3ae5dda1cd3":[4,17,6,2,7], -"group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4":[4,17,6,3,14], "group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4":[4,17,6,5,12], +"group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4":[4,17,6,3,14], "group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4":[4,17,6,4,12], -"group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4":[4,17,6,6,11], "group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4":[4,17,6,2,12], -"group__Matrix.html#a660cc287d61bac84138fe7fac3959de9":[4,17,6,2,22], +"group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4":[4,17,6,6,11], "group__Matrix.html#a660cc287d61bac84138fe7fac3959de9":[4,17,6,4,34], +"group__Matrix.html#a660cc287d61bac84138fe7fac3959de9":[4,17,6,2,22], "group__Matrix.html#a6757820eff5b2b9b4cb7b65ef08754cd":[4,17,6,3,33], "group__Matrix.html#a687f8049693290108598990507ed57ea":[4,17,6,4,0], "group__Matrix.html#a687f8049693290108598990507ed57ea":[4,17,6,6,0], "group__Matrix.html#a687f8049693290108598990507ed57ea":[4,17,6,5,0], "group__Matrix.html#a68ec7f0fa0366b0ef54d3ef08f055840":[4,17,6,3,36], "group__Matrix.html#a69c3747e99a6320796ccc2fbda4c57e6":[4,17,6,4,4], -"group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758":[4,17,6,4,27], "group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758":[4,17,6,6,26], "group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758":[4,17,6,5,27], +"group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758":[4,17,6,4,27], "group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82":[4,17,6,4,23], -"group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82":[4,17,6,6,22], "group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82":[4,17,6,5,23], -"group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031":[4,17,6,6,18], -"group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031":[4,17,6,4,19], +"group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82":[4,17,6,6,22], "group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031":[4,17,6,5,19], +"group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031":[4,17,6,4,19], +"group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031":[4,17,6,6,18], "group__Matrix.html#a6d255382635c508140d61fefbf56a139":[4,17,6,3,24], "group__Matrix.html#a6e5d540a9dc9b09ac43aac1cb71c6e8a":[4,17,6,2,19], "group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5":[4,17,6,2,0], "group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5":[4,17,6,3,0], "group__Matrix.html#a72b177e916734c04aab9fc90daa24d58":[4,17,6,3,11], -"group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b":[4,17,6,4,1], "group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b":[4,17,6,6,1], +"group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b":[4,17,6,4,1], "group__Matrix.html#a75af2b6e66821cea29c146606b3d2e06":[4,17,6,3,23], "group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8":[4,17,6,5,8], "group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8":[4,17,6,4,8], +"group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9":[4,17,6,3,26], "group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9":[4,17,6,5,34], "group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9":[4,17,6,6,32], -"group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9":[4,17,6,3,26], "group__Matrix.html#a78e2aa24c006e2bfa1d32dad4cd8362d":[4,17,6,2,33], -"group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7":[4,17,6,5,11], -"group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7":[4,17,6,6,10], -"group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7":[4,17,6,4,11], "group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7":[4,17,6,2,11], +"group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7":[4,17,6,4,11], +"group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7":[4,17,6,5,11], "group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7":[4,17,6,3,13], +"group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7":[4,17,6,6,10], "group__Matrix.html#a7c7069fb572485bdcb053f3ed3ca3a98":[4,17,6,2,29], "group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906":[4,17,6,4,25], "group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906":[4,17,6,6,24], "group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906":[4,17,6,5,25], "group__Matrix.html#a81676dc7b4448c810d80f7fdd7fdf271":[4,17,6,3,31], -"group__Matrix.html#a81bbd27472244a23580a875e567ea623":[4,17,6,4,22], "group__Matrix.html#a81bbd27472244a23580a875e567ea623":[4,17,6,5,22], "group__Matrix.html#a81bbd27472244a23580a875e567ea623":[4,17,6,6,21], +"group__Matrix.html#a81bbd27472244a23580a875e567ea623":[4,17,6,4,22], "group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59":[4,17,6,4,2], "group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59":[4,17,6,6,2], "group__Matrix.html#a8e16785cf81a52c79bf57a683c3ffcbf":[4,17,6,1,0], "group__Matrix.html#a8ec59e9e8ca287ec76658ed37874dee3":[4,17,6,3,32], "group__Matrix.html#a8f5768b8c57fc0744241045df4f08ac2":[4,17,6,3,8], -"group__Matrix.html#a91d09c9b9950d9bf0e089ed691430cef":[4,17,6,0,9], "group__Matrix.html#a92940fa16ed7a72448f710d0655cdb27":[4,17,6,0,3], -"group__Matrix.html#a92d556ad09113e9ed985e7636995413b":[4,17,6,0,0], "group__Matrix.html#a98d97d787079874b0628ba9d29b79d9d":[4,17,6,3,27], "group__Matrix.html#a9b8294b1a8c6b79806dd547b55eeea17":[4,17,6,2,20], -"group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f":[4,17,6,5,26], "group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f":[4,17,6,4,26], +"group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f":[4,17,6,5,26], "group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f":[4,17,6,6,25], "group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f":[4,17,6,6,3], "group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f":[4,17,6,5,3], -"group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2":[4,17,6,6,6], "group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2":[4,17,6,5,6], +"group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2":[4,17,6,6,6], "group__Matrix.html#aa48d05b8685804d22542050771976da1":[4,17,6,2,28], "group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63":[4,17,6,3,18], "group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63":[4,17,6,2,16], "group__Matrix.html#aa9816f3ba8ed086ce56aef9ed2313dc9":[4,17,6,2,31], +"group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e":[4,17,6,6,34], "group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e":[4,17,6,4,36], "group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e":[4,17,6,5,36], -"group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e":[4,17,6,6,34], -"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,6,13], -"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,2,14], -"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,5,14], -"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,3,16], "group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,4,14], -"group__Matrix.html#aaec199749e60e2e881b4d3eb302123a3":[4,17,6,5,2], -"group__Matrix.html#ab00a60bfa54e851d42f81f216c240a69":[4,17,6,0,5], -"group__Matrix.html#ab75a7e6a7489be47fa7836134cac7587":[4,17,6,3,35], -"group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab":[4,17,6,5,21], -"group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab":[4,17,6,4,21], -"group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab":[4,17,6,6,20], -"group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7":[4,17,6,2,5], -"group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7":[4,17,6,2,4], -"group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7":[4,17,6,3,4], -"group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7":[4,17,6,3,5], -"group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,6,3,25], -"group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,6,6,31], -"group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,6,4,33], -"group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,6,5,33], -"group__Matrix.html#abca00dccb6f37ab25656ba78c1148a48":[4,17,6,2,30], -"group__Matrix.html#abef82aff66a21b7555704542dc028be5":[4,17,6,6,28], -"group__Matrix.html#abef82aff66a21b7555704542dc028be5":[4,17,6,4,30], -"group__Matrix.html#abef82aff66a21b7555704542dc028be5":[4,17,6,5,30], -"group__Matrix.html#ac0ab62adc16d1427b1790a76165046db":[4,17,6,4,3], -"group__Matrix.html#ac1064b2371946611521f83f697c61218":[4,17,6,1,2], -"group__Matrix.html#ac36ac26d54b3c30816c5d59a37242d22":[4,17,6,0,1], -"group__Matrix.html#ac4ecc10146b3c70e8c8b982acf22a264":[4,17,6,5,1], -"group__Matrix.html#ac627da20519ec89ebb92b2a6c1d055da":[4,17,6,3,29], -"group__Matrix.html#ac97383814f751a5ea5da913a69b8b266":[4,17,6,6,19], -"group__Matrix.html#ac97383814f751a5ea5da913a69b8b266":[4,17,6,5,20], -"group__Matrix.html#ac97383814f751a5ea5da913a69b8b266":[4,17,6,4,20], -"group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f":[4,17,6,4,18], -"group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f":[4,17,6,6,17], -"group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f":[4,17,6,5,18], -"group__Matrix.html#acae5d2876d2f62359f26356ce126c944":[4,17,6,3,17], -"group__Matrix.html#acae5d2876d2f62359f26356ce126c944":[4,17,6,2,15], -"group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e":[4,17,6,4,31], -"group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e":[4,17,6,6,29], -"group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e":[4,17,6,5,31], -"group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f":[4,17,6,6,15], -"group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f":[4,17,6,5,16], -"group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f":[4,17,6,4,16], -"group__Matrix.html#ad62d481db7f40d0856f327ac78cbb69f":[4,17,6,4,28], -"group__Matrix.html#ad62d481db7f40d0856f327ac78cbb69f":[4,17,6,5,28], -"group__Matrix.html#ad66af455b861f9e03c1166e5b3c20f6c":[4,17,6,0,4], -"group__Matrix.html#ad93b3e4bb616fefe47e5c2af6dc2dddd":[4,17,6,2,10], -"group__Matrix.html#ae451a86820bd819a2a3411197ac4fa76":[4,17,6,3,6], -"group__Matrix.html#ae53a2a6a33e8e751225cbf2db30cce2f":[4,17,6,2,9], -"group__Matrix.html#ae67c6eab2c1a37744a6fa619329f1cca":[4,17,6,0,6], -"group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572":[4,17,6,2,34], -"group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572":[4,17,6,3,38], -"group__Matrix.html#aea381d885caa49623b14f84710370d29":[4,17,6,2,23], -"group__Matrix.html#af042b7d92409f81e199142de7633ca7a":[4,17,6,5,29], -"group__Matrix.html#af042b7d92409f81e199142de7633ca7a":[4,17,6,4,29], -"group__Matrix.html#af042b7d92409f81e199142de7633ca7a":[4,17,6,6,27], -"group__Matrix.html#af6a9502799ec81b84c2943ba4666418a":[4,17,6,3,37], -"group__Matrix.html#af6db0b146cf2443781c0143d83a241af":[4,17,6,3,7], -"group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558":[4,17,6,5,32], -"group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558":[4,17,6,4,32], -"group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558":[4,17,6,6,30], -"group__Matrix.html#af92b732111615edb4cd8fc670cec4a04":[4,17,6,5,35], -"group__Matrix.html#af92b732111615edb4cd8fc670cec4a04":[4,17,6,6,33], -"group__Matrix.html#af92b732111615edb4cd8fc670cec4a04":[4,17,6,4,35], -"group__Matrix.html#af99af8432c5198ee872efb409e20383f":[4,17,6,2,21], -"group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0":[4,17,6,4,24], -"group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0":[4,17,6,6,23], -"group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0":[4,17,6,5,24], -"group__Matrix.html#afe56f38205f20cee29e0b3293d86485a":[4,17,6,4,15], -"group__Matrix.html#afe56f38205f20cee29e0b3293d86485a":[4,17,6,6,14], -"group__Matrix.html#afe56f38205f20cee29e0b3293d86485a":[4,17,6,5,15], -"group__Matrix.html#gac70f640476a4639f2005ff2b338c2545":[4,17,6,7], -"group__Matrix.html#structarm__cmsis__dsp_1_1Matrix":[4,17,6,2], -"group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView":[4,17,6,4], -"group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01CONSTRAINED__DYNAMIC_01_4":[4,17,6,6], -"group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01DYNAMIC_01_4":[4,17,6,5], -"group__Matrix.html#structarm__cmsis__dsp_1_1Matrix_3_01P_00_01DYNAMIC_00_01DYNAMIC_00_01Allocator_01_4":[4,17,6,3], -"group__Matrix.html#structarm__cmsis__dsp_1_1Slice":[4,17,6,1], -"group__Matrix.html#structarm__cmsis__dsp_1_1__Outer":[4,17,6,0], -"group__MatrixAdd.html":[4,10,1], -"group__MatrixAdd.html#ga04bbf64a5f9c9e57dd1efb26a768aba1":[4,10,1,1], -"group__MatrixAdd.html#ga147e90b7c12a162735ab8824127a33ee":[4,10,1,2], -"group__MatrixAdd.html#ga22dc3b954ae52af03c85c67326470f67":[4,10,1,0], -"group__MatrixAdd.html#ga7d9d7d81a0832a17b831aad1e4a5dc16":[4,10,1,3], -"group__MatrixChol.html":[4,10,2], -"group__MatrixChol.html#ga1d834976c8687e4925e5a061d65668c4":[4,10,2,3], -"group__MatrixChol.html#ga93fb3e349876dfa93658a73114341290":[4,10,2,1], -"group__MatrixChol.html#gabc7f0d81b9d1e4899ca47d13775bbbc1":[4,10,2,4], -"group__MatrixChol.html#gadea9a5bd7f46d2dc604799b653fd8cdf":[4,10,2,2], -"group__MatrixChol.html#gaf94a1d82b0f71856e0eecb87675a5427":[4,10,2,0], -"group__MatrixComplexTrans.html":[4,10,4], -"group__MatrixComplexTrans.html#ga05fdddccd50cd459907060e5699f3423":[4,10,4,2], -"group__MatrixComplexTrans.html#ga51ed397be1c75ce5338f59c64b3b4474":[4,10,4,3], -"group__MatrixComplexTrans.html#ga76bb8262330184e9824594d5e0efb01f":[4,10,4,0], -"group__MatrixComplexTrans.html#gab5629936904fc64f1513de45f9f52d80":[4,10,4,1], -"group__MatrixExample.html":[4,0,8], -"group__MatrixHouseholder.html":[4,10,0], -"group__MatrixHouseholder.html#ga2ac1a8e5e186599ae8ca5a67206c19c4":[4,10,0,0], -"group__MatrixHouseholder.html#ga4dcb8af2a65875bf84da6ed35c436537":[4,10,0,1], -"group__MatrixHouseholder.html#ga62826e5b9e3c7787147e4e4de21015fc":[4,10,0,2], -"group__MatrixInit.html":[4,10,5], -"group__MatrixInit.html#ga11e3dc41592a6401c13182fef9416a27":[4,10,5,1], -"group__MatrixInit.html#ga1d3b0bea0f7978b117c16b330fe0e2e5":[4,10,5,0], -"group__MatrixInit.html#ga31a7c2b991803d49719393eb2d53dc26":[4,10,5,3], -"group__MatrixInit.html#ga48a5e5d37e1f062cc57fcfaf683343cc":[4,10,5,4], -"group__MatrixInit.html#gab82440b44092f3cbd2ed4bcdb26ce105":[4,10,5,2], -"group__MatrixInv.html":[4,10,6], -"group__MatrixInv.html#ga542be7aabbf7a2297a4b62cf212910e3":[4,10,6,1], -"group__MatrixInv.html#ga58fa7bf2d93ab84f19037822ede54606":[4,10,6,4], -"group__MatrixInv.html#ga62d2f013f5557e1c80a5201b2f8f5c8d":[4,10,6,5], -"group__MatrixInv.html#ga7601bbff0c47c2e282857b39459fe369":[4,10,6,8], -"group__MatrixInv.html#ga7eb900deee2301c0693f79d7b8f0d5f8":[4,10,6,0], -"group__MatrixInv.html#gab8f681205cd9c5fdd188a579a49fc9a4":[4,10,6,6], -"group__MatrixInv.html#gada0a0dc278249b0e279691568c1c8b96":[4,10,6,3], -"group__MatrixInv.html#gadc17a01342ba23538bc7927c732d1284":[4,10,6,7], -"group__MatrixInv.html#gaede2367c02df083cc915ddd5d8fae838":[4,10,6,2], -"group__MatrixMult.html":[4,10,7], -"group__MatrixMult.html#ga0394722e0e0d1515379161b260739c2e":[4,10,7,8], -"group__MatrixMult.html#ga08f37d93a5bfef0c5000dc5e0a411f93":[4,10,7,3], -"group__MatrixMult.html#ga2785e8c1b785348b0c439b56aaf585a3":[4,10,7,4], -"group__MatrixMult.html#ga2ec612a8c2c4916477fb9bc1ab548a6e":[4,10,7,7], -"group__MatrixMult.html#ga552b019bfeebe0be7551153f53b59046":[4,10,7,2], -"group__MatrixMult.html#ga7521d59196189bb6dde26e8cdfb66e21":[4,10,7,6], -"group__MatrixMult.html#ga917bf0270310c1d3f0eda1fc7c0026a0":[4,10,7,1], -"group__MatrixMult.html#gae9ef4cf0a04c7c0c6814f5235ecdc14f":[4,10,7,5], -"group__MatrixMult.html#gaee4dce0bfe4ca464a55ed8cb8f01a79b":[4,10,7,0], -"group__MatrixQR.html":[4,10,8], -"group__MatrixQR.html#ga6b783c1917e0744ef7a088812ffcd1cf":[4,10,8,0], -"group__MatrixQR.html#gaa222c153ee1753dce2904b4b01189eb4":[4,10,8,2], -"group__MatrixQR.html#gae4b129d8c645a812914da44ad1fc4f50":[4,10,8,1], -"group__MatrixScale.html":[4,10,9], -"group__MatrixScale.html#ga609743821ee81fa8c34c4bcdc1ed9744":[4,10,9,3], -"group__MatrixScale.html#ga7521769e2cf1c3d9c4656138cd2ae2ca":[4,10,9,2], -"group__MatrixScale.html#ga9cb4e385b18c9a0b9cbc940c1067ca12":[4,10,9,1], -"group__MatrixScale.html#gae30041e0a8f5eb5d846740a6e0e7bfbe":[4,10,9,0], -"group__MatrixSub.html":[4,10,10], -"group__MatrixSub.html#ga39f42e0e3b7f115fbb909d6ff4e1329d":[4,10,10,4], -"group__MatrixSub.html#ga785d8331832eec038cef82c12b0012d5":[4,10,10,0], -"group__MatrixSub.html#gac8b72fb70246ccfee3b372002345732c":[4,10,10,1], -"group__MatrixSub.html#gacae21792b19d19d238dcf9d341aa7ae3":[4,10,10,2], -"group__MatrixSub.html#gaf647776a425b7f9dd0aca3e11d81f02f":[4,10,10,3], -"group__MatrixTrans.html":[4,10,11], -"group__MatrixTrans.html#ga0b5ff842078fb9f1a21377746a63c5b4":[4,10,11,2], -"group__MatrixTrans.html#ga0d4410dbd5d153b1b2f6609a77483b07":[4,10,11,0], -"group__MatrixTrans.html#ga23cd2aaa148f7055f8f31241f3ca822c":[4,10,11,5], -"group__MatrixTrans.html#ga30a4d49489ac67ff98a46b9f58f73bf1":[4,10,11,4], -"group__MatrixTrans.html#ga4f4f821cc695fd0ef9061d702e08050a":[4,10,11,3], -"group__MatrixTrans.html#gad7dd9f108429da13d3864696ceeec789":[4,10,11,1], -"group__MatrixVectMult.html":[4,10,12], -"group__MatrixVectMult.html#ga3d7eee440c159eb007d11af8ccb7ec50":[4,10,12,1], -"group__MatrixVectMult.html#ga5a57a580abcde48e253528344905ba25":[4,10,12,0], -"group__MatrixVectMult.html#gab0464f2b361d4fa2efedf7a943fdb767":[4,10,12,4], -"group__MatrixVectMult.html#gac2d83078f35c9d0b42226404de20b137":[4,10,12,3], -"group__MatrixVectMult.html#gad31a43da83affa509393cfab4c1248b8":[4,10,12,2], -"group__Max.html":[4,12,6], -"group__Max.html#ga1013b68db551ed1db67581be572e8470":[4,12,6,6], -"group__Max.html#ga504abf036854dc0c4a43bd9a27827863":[4,12,6,11], -"group__Max.html#ga5102001341a8e70908c263fc8fba53bd":[4,12,6,4], -"group__Max.html#ga74015f9e9852c710a981c5b488417298":[4,12,6,10], -"group__Max.html#ga80f46e9e699ffdadc61c097ed3b62abf":[4,12,6,2] +"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,3,16], +"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,5,14] }; diff --git a/main/navtreeindex5.js b/main/navtreeindex5.js index 2df165b5..675188c0 100644 --- a/main/navtreeindex5.js +++ b/main/navtreeindex5.js @@ -1,5 +1,162 @@ var NAVTREEINDEX5 = { +"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,2,14], +"group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9":[4,17,6,6,13], +"group__Matrix.html#aaec199749e60e2e881b4d3eb302123a3":[4,17,6,5,2], +"group__Matrix.html#ab00a60bfa54e851d42f81f216c240a69":[4,17,6,0,5], +"group__Matrix.html#ab75a7e6a7489be47fa7836134cac7587":[4,17,6,3,35], +"group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab":[4,17,6,5,21], +"group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab":[4,17,6,6,20], +"group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab":[4,17,6,4,21], +"group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7":[4,17,6,3,5], +"group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7":[4,17,6,3,4], +"group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7":[4,17,6,2,4], +"group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7":[4,17,6,2,5], +"group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,6,5,33], +"group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,6,3,25], +"group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,6,4,33], +"group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c":[4,17,6,6,31], +"group__Matrix.html#abc541f5ba42db2c3d6d9f8d839bc842f":[4,17,6,0,8], +"group__Matrix.html#abca00dccb6f37ab25656ba78c1148a48":[4,17,6,2,30], +"group__Matrix.html#abef82aff66a21b7555704542dc028be5":[4,17,6,6,28], +"group__Matrix.html#abef82aff66a21b7555704542dc028be5":[4,17,6,4,30], +"group__Matrix.html#abef82aff66a21b7555704542dc028be5":[4,17,6,5,30], +"group__Matrix.html#ac0ab62adc16d1427b1790a76165046db":[4,17,6,4,3], +"group__Matrix.html#ac1064b2371946611521f83f697c61218":[4,17,6,1,2], +"group__Matrix.html#ac4ecc10146b3c70e8c8b982acf22a264":[4,17,6,5,1], +"group__Matrix.html#ac627da20519ec89ebb92b2a6c1d055da":[4,17,6,3,29], +"group__Matrix.html#ac97383814f751a5ea5da913a69b8b266":[4,17,6,6,19], +"group__Matrix.html#ac97383814f751a5ea5da913a69b8b266":[4,17,6,4,20], +"group__Matrix.html#ac97383814f751a5ea5da913a69b8b266":[4,17,6,5,20], +"group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f":[4,17,6,6,17], +"group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f":[4,17,6,5,18], +"group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f":[4,17,6,4,18], +"group__Matrix.html#acae5d2876d2f62359f26356ce126c944":[4,17,6,3,17], +"group__Matrix.html#acae5d2876d2f62359f26356ce126c944":[4,17,6,2,15], +"group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e":[4,17,6,6,29], +"group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e":[4,17,6,5,31], +"group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e":[4,17,6,4,31], +"group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f":[4,17,6,4,16], +"group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f":[4,17,6,5,16], +"group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f":[4,17,6,6,15], +"group__Matrix.html#ad62d481db7f40d0856f327ac78cbb69f":[4,17,6,4,28], +"group__Matrix.html#ad62d481db7f40d0856f327ac78cbb69f":[4,17,6,5,28], +"group__Matrix.html#ad66af455b861f9e03c1166e5b3c20f6c":[4,17,6,0,4], +"group__Matrix.html#ad93b3e4bb616fefe47e5c2af6dc2dddd":[4,17,6,2,10], +"group__Matrix.html#ae451a86820bd819a2a3411197ac4fa76":[4,17,6,3,6], +"group__Matrix.html#ae53a2a6a33e8e751225cbf2db30cce2f":[4,17,6,2,9], +"group__Matrix.html#ae5a5ec66969419aacb382cbb1120e989":[4,17,6,0,0], +"group__Matrix.html#ae67c6eab2c1a37744a6fa619329f1cca":[4,17,6,0,6], +"group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572":[4,17,6,3,38], +"group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572":[4,17,6,2,34], +"group__Matrix.html#aea381d885caa49623b14f84710370d29":[4,17,6,2,23], +"group__Matrix.html#af042b7d92409f81e199142de7633ca7a":[4,17,6,6,27], +"group__Matrix.html#af042b7d92409f81e199142de7633ca7a":[4,17,6,4,29], +"group__Matrix.html#af042b7d92409f81e199142de7633ca7a":[4,17,6,5,29], +"group__Matrix.html#af6a9502799ec81b84c2943ba4666418a":[4,17,6,3,37], +"group__Matrix.html#af6db0b146cf2443781c0143d83a241af":[4,17,6,3,7], +"group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558":[4,17,6,4,32], +"group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558":[4,17,6,6,30], +"group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558":[4,17,6,5,32], +"group__Matrix.html#af92b732111615edb4cd8fc670cec4a04":[4,17,6,6,33], +"group__Matrix.html#af92b732111615edb4cd8fc670cec4a04":[4,17,6,4,35], +"group__Matrix.html#af92b732111615edb4cd8fc670cec4a04":[4,17,6,5,35], +"group__Matrix.html#af99af8432c5198ee872efb409e20383f":[4,17,6,2,21], +"group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0":[4,17,6,5,24], +"group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0":[4,17,6,6,23], +"group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0":[4,17,6,4,24], +"group__Matrix.html#afe56f38205f20cee29e0b3293d86485a":[4,17,6,4,15], +"group__Matrix.html#afe56f38205f20cee29e0b3293d86485a":[4,17,6,5,15], +"group__Matrix.html#afe56f38205f20cee29e0b3293d86485a":[4,17,6,6,14], +"group__Matrix.html#gac70f640476a4639f2005ff2b338c2545":[4,17,6,7], +"group__Matrix.html#structarm__cmsis__dsp_1_1Matrix":[4,17,6,2], +"group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView":[4,17,6,4], +"group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01CONSTRAINED__DYNAMIC_01_4":[4,17,6,6], +"group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01DYNAMIC_01_4":[4,17,6,5], +"group__Matrix.html#structarm__cmsis__dsp_1_1Matrix_3_01P_00_01DYNAMIC_00_01DYNAMIC_00_01Allocator_01_4":[4,17,6,3], +"group__Matrix.html#structarm__cmsis__dsp_1_1Slice":[4,17,6,1], +"group__Matrix.html#structarm__cmsis__dsp_1_1__Outer":[4,17,6,0], +"group__MatrixAdd.html":[4,10,1], +"group__MatrixAdd.html#ga04bbf64a5f9c9e57dd1efb26a768aba1":[4,10,1,1], +"group__MatrixAdd.html#ga147e90b7c12a162735ab8824127a33ee":[4,10,1,2], +"group__MatrixAdd.html#ga22dc3b954ae52af03c85c67326470f67":[4,10,1,0], +"group__MatrixAdd.html#ga7d9d7d81a0832a17b831aad1e4a5dc16":[4,10,1,3], +"group__MatrixChol.html":[4,10,2], +"group__MatrixChol.html#ga1d834976c8687e4925e5a061d65668c4":[4,10,2,3], +"group__MatrixChol.html#ga93fb3e349876dfa93658a73114341290":[4,10,2,1], +"group__MatrixChol.html#gabc7f0d81b9d1e4899ca47d13775bbbc1":[4,10,2,4], +"group__MatrixChol.html#gadea9a5bd7f46d2dc604799b653fd8cdf":[4,10,2,2], +"group__MatrixChol.html#gaf94a1d82b0f71856e0eecb87675a5427":[4,10,2,0], +"group__MatrixComplexTrans.html":[4,10,4], +"group__MatrixComplexTrans.html#ga05fdddccd50cd459907060e5699f3423":[4,10,4,2], +"group__MatrixComplexTrans.html#ga51ed397be1c75ce5338f59c64b3b4474":[4,10,4,3], +"group__MatrixComplexTrans.html#ga76bb8262330184e9824594d5e0efb01f":[4,10,4,0], +"group__MatrixComplexTrans.html#gab5629936904fc64f1513de45f9f52d80":[4,10,4,1], +"group__MatrixExample.html":[4,0,8], +"group__MatrixHouseholder.html":[4,10,0], +"group__MatrixHouseholder.html#ga2ac1a8e5e186599ae8ca5a67206c19c4":[4,10,0,0], +"group__MatrixHouseholder.html#ga4dcb8af2a65875bf84da6ed35c436537":[4,10,0,1], +"group__MatrixHouseholder.html#ga62826e5b9e3c7787147e4e4de21015fc":[4,10,0,2], +"group__MatrixInit.html":[4,10,5], +"group__MatrixInit.html#ga11e3dc41592a6401c13182fef9416a27":[4,10,5,1], +"group__MatrixInit.html#ga1d3b0bea0f7978b117c16b330fe0e2e5":[4,10,5,0], +"group__MatrixInit.html#ga31a7c2b991803d49719393eb2d53dc26":[4,10,5,3], +"group__MatrixInit.html#ga48a5e5d37e1f062cc57fcfaf683343cc":[4,10,5,4], +"group__MatrixInit.html#gab82440b44092f3cbd2ed4bcdb26ce105":[4,10,5,2], +"group__MatrixInv.html":[4,10,6], +"group__MatrixInv.html#ga542be7aabbf7a2297a4b62cf212910e3":[4,10,6,1], +"group__MatrixInv.html#ga58fa7bf2d93ab84f19037822ede54606":[4,10,6,4], +"group__MatrixInv.html#ga62d2f013f5557e1c80a5201b2f8f5c8d":[4,10,6,5], +"group__MatrixInv.html#ga7601bbff0c47c2e282857b39459fe369":[4,10,6,8], +"group__MatrixInv.html#ga7eb900deee2301c0693f79d7b8f0d5f8":[4,10,6,0], +"group__MatrixInv.html#gab8f681205cd9c5fdd188a579a49fc9a4":[4,10,6,6], +"group__MatrixInv.html#gada0a0dc278249b0e279691568c1c8b96":[4,10,6,3], +"group__MatrixInv.html#gadc17a01342ba23538bc7927c732d1284":[4,10,6,7], +"group__MatrixInv.html#gaede2367c02df083cc915ddd5d8fae838":[4,10,6,2], +"group__MatrixMult.html":[4,10,7], +"group__MatrixMult.html#ga0394722e0e0d1515379161b260739c2e":[4,10,7,8], +"group__MatrixMult.html#ga08f37d93a5bfef0c5000dc5e0a411f93":[4,10,7,3], +"group__MatrixMult.html#ga2785e8c1b785348b0c439b56aaf585a3":[4,10,7,4], +"group__MatrixMult.html#ga2ec612a8c2c4916477fb9bc1ab548a6e":[4,10,7,7], +"group__MatrixMult.html#ga552b019bfeebe0be7551153f53b59046":[4,10,7,2], +"group__MatrixMult.html#ga7521d59196189bb6dde26e8cdfb66e21":[4,10,7,6], +"group__MatrixMult.html#ga917bf0270310c1d3f0eda1fc7c0026a0":[4,10,7,1], +"group__MatrixMult.html#gae9ef4cf0a04c7c0c6814f5235ecdc14f":[4,10,7,5], +"group__MatrixMult.html#gaee4dce0bfe4ca464a55ed8cb8f01a79b":[4,10,7,0], +"group__MatrixQR.html":[4,10,8], +"group__MatrixQR.html#ga6b783c1917e0744ef7a088812ffcd1cf":[4,10,8,0], +"group__MatrixQR.html#gaa222c153ee1753dce2904b4b01189eb4":[4,10,8,2], +"group__MatrixQR.html#gae4b129d8c645a812914da44ad1fc4f50":[4,10,8,1], +"group__MatrixScale.html":[4,10,9], +"group__MatrixScale.html#ga609743821ee81fa8c34c4bcdc1ed9744":[4,10,9,3], +"group__MatrixScale.html#ga7521769e2cf1c3d9c4656138cd2ae2ca":[4,10,9,2], +"group__MatrixScale.html#ga9cb4e385b18c9a0b9cbc940c1067ca12":[4,10,9,1], +"group__MatrixScale.html#gae30041e0a8f5eb5d846740a6e0e7bfbe":[4,10,9,0], +"group__MatrixSub.html":[4,10,10], +"group__MatrixSub.html#ga39f42e0e3b7f115fbb909d6ff4e1329d":[4,10,10,4], +"group__MatrixSub.html#ga785d8331832eec038cef82c12b0012d5":[4,10,10,0], +"group__MatrixSub.html#gac8b72fb70246ccfee3b372002345732c":[4,10,10,1], +"group__MatrixSub.html#gacae21792b19d19d238dcf9d341aa7ae3":[4,10,10,2], +"group__MatrixSub.html#gaf647776a425b7f9dd0aca3e11d81f02f":[4,10,10,3], +"group__MatrixTrans.html":[4,10,11], +"group__MatrixTrans.html#ga0b5ff842078fb9f1a21377746a63c5b4":[4,10,11,2], +"group__MatrixTrans.html#ga0d4410dbd5d153b1b2f6609a77483b07":[4,10,11,0], +"group__MatrixTrans.html#ga23cd2aaa148f7055f8f31241f3ca822c":[4,10,11,5], +"group__MatrixTrans.html#ga30a4d49489ac67ff98a46b9f58f73bf1":[4,10,11,4], +"group__MatrixTrans.html#ga4f4f821cc695fd0ef9061d702e08050a":[4,10,11,3], +"group__MatrixTrans.html#gad7dd9f108429da13d3864696ceeec789":[4,10,11,1], +"group__MatrixVectMult.html":[4,10,12], +"group__MatrixVectMult.html#ga3d7eee440c159eb007d11af8ccb7ec50":[4,10,12,1], +"group__MatrixVectMult.html#ga5a57a580abcde48e253528344905ba25":[4,10,12,0], +"group__MatrixVectMult.html#gab0464f2b361d4fa2efedf7a943fdb767":[4,10,12,4], +"group__MatrixVectMult.html#gac2d83078f35c9d0b42226404de20b137":[4,10,12,3], +"group__MatrixVectMult.html#gad31a43da83affa509393cfab4c1248b8":[4,10,12,2], +"group__Max.html":[4,12,6], +"group__Max.html#ga1013b68db551ed1db67581be572e8470":[4,12,6,6], +"group__Max.html#ga504abf036854dc0c4a43bd9a27827863":[4,12,6,11], +"group__Max.html#ga5102001341a8e70908c263fc8fba53bd":[4,12,6,4], +"group__Max.html#ga74015f9e9852c710a981c5b488417298":[4,12,6,10], +"group__Max.html#ga80f46e9e699ffdadc61c097ed3b62abf":[4,12,6,2], "group__Max.html#ga96f240086b586a9c724fb5285fd15570":[4,12,6,7], "group__Max.html#gab712e1093e7d0fe3dc8915cd82251acd":[4,12,6,0], "group__Max.html#gacca0874363ebd7917b7597b4c6c9647e":[4,12,6,3], @@ -24,11 +181,14 @@ var NAVTREEINDEX5 = "group__Minkowski.html#ga0a60bb22f33dd82ef8210d947364a497":[4,6,0,9,0], "group__Minkowski.html#gadee2e217acf8a2e28f6cc0d1668e4902":[4,6,0,9,1], "group__NUMBER.html":[4,17,8], -"group__NUMBER.html#a565429e62c1d4fd084335146ba778e17":[4,17,8,4,1], -"group__NUMBER.html#a86e6521d809d67f5bd0a3b1840a518af":[4,17,8,4,0], -"group__NUMBER.html#structarm__cmsis__dsp_1_1inner_1_1vctpq":[4,17,8,5], +"group__NUMBER.html#a565429e62c1d4fd084335146ba778e17":[4,17,8,7,1], +"group__NUMBER.html#a86e6521d809d67f5bd0a3b1840a518af":[4,17,8,7,0], +"group__NUMBER.html#structarm__cmsis__dsp_1_1ComplexVector":[4,17,8,4], +"group__NUMBER.html#structarm__cmsis__dsp_1_1Dual":[4,17,8,6], +"group__NUMBER.html#structarm__cmsis__dsp_1_1HalfComplexVector":[4,17,8,5], +"group__NUMBER.html#structarm__cmsis__dsp_1_1inner_1_1vctpq":[4,17,8,8], "group__NUMBER.html#structarm__cmsis__dsp_1_1number__traits":[4,17,8,3], -"group__NUMBER.html#structarm__cmsis__dsp_1_1vector__traits":[4,17,8,4], +"group__NUMBER.html#structarm__cmsis__dsp_1_1vector__traits":[4,17,8,7], "group__Not.html":[4,2,7], "group__Not.html#ga32670619299610f0eb73179b5c09f105":[4,2,7,1], "group__Not.html#gaae32c6ce0d492165e6e0d5d9ca50a61c":[4,2,7,2], @@ -89,165 +249,5 @@ var NAVTREEINDEX5 = "group__QuatNorm.html":[4,11,3], "group__QuatNorm.html#ga49a1e25e3a6147aecfecb6f4074e41d4":[4,11,3,0], "group__QuatNormalized.html":[4,11,4], -"group__QuatNormalized.html#gaa25451f519ec348fae068ca9f8128038":[4,11,4,0], -"group__QuatProd.html":[4,11,5], -"group__QuatProdSingle.html":[4,11,5,1], -"group__QuatProdSingle.html#ga93269654e1b26482c90d89c7904b3039":[4,11,5,1,0], -"group__QuatProdVect.html":[4,11,5,0], -"group__QuatProdVect.html#ga8d25a6adf6d3fb12a6311b1ddfc2c8c1":[4,11,5,0,0], -"group__QuatRot.html":[4,11,0,0], -"group__QuatRot.html#ga452ea33f74a02599424d71b4de26b0ba":[4,11,0,0,0], -"group__RMS.html":[4,12,11], -"group__RMS.html#ga20586bc59cabbfc38a935c2448833dd2":[4,12,11,3], -"group__RMS.html#ga8be796318d41c7cbb68f8f3c0b96020f":[4,12,11,2], -"group__RMS.html#gae256dfcb1a1e5e696f17d4068575c7cd":[4,12,11,0], -"group__RMS.html#gaeb487e726e3755a7614a29c9d16a93e7":[4,12,11,1], -"group__RealFFT.html":[4,15,3], -"group__RealFFTF16.html":[4,15,3,0], -"group__RealFFTF16.html#ga060888484113bbfbb3e6941551dca6c9":[4,15,3,0,4], -"group__RealFFTF16.html#ga1bd244bb856b4791195de96940c78315":[4,15,3,0,1], -"group__RealFFTF16.html#ga24801f2735294f2f3eb9eaee62db7919":[4,15,3,0,7], -"group__RealFFTF16.html#ga2edad44df1fa5cff107b4b6a1da03809":[4,15,3,0,3], -"group__RealFFTF16.html#ga8e10e6b1fca82a497693f1682699385f":[4,15,3,0,2], -"group__RealFFTF16.html#gac0815ccad8a36de962595c556a8d84fa":[4,15,3,0,6], -"group__RealFFTF16.html#gacc1c721dd5a690a4c90cfb0264058659":[4,15,3,0,9], -"group__RealFFTF16.html#gadb0b0d0ac76414a73f3182eab83814ac":[4,15,3,0,8], -"group__RealFFTF16.html#gae6cf3e1a399970085ceee5fe1d8c0c7c":[4,15,3,0,5], -"group__RealFFTF16.html#gaf018157c88626e83de3d9143f5273d18":[4,15,3,0,0], -"group__RealFFTF32.html":[4,15,3,5], -"group__RealFFTF32.html#ga0173b0de322b0296a700267c3338f01d":[4,15,3,5,2], -"group__RealFFTF32.html#ga3e6413b71143446eac0595a159a2d35d":[4,15,3,5,3], -"group__RealFFTF32.html#ga3f5684480c40457917c833d3426a4363":[4,15,3,5,7], -"group__RealFFTF32.html#ga5d2ec62f3e35575eba467d09ddcd98b5":[4,15,3,5,0], -"group__RealFFTF32.html#gab781947d89a0d709bc3a43853f839705":[4,15,3,5,4], -"group__RealFFTF32.html#gac5fceb172551e7c11eb4d0e17ef15aa3":[4,15,3,5,9], -"group__RealFFTF32.html#gac95418a84aafc513c652d5a846b01357":[4,15,3,5,6], -"group__RealFFTF32.html#gae9b7dca9c1b972718ad17457901f2c1b":[4,15,3,5,8], -"group__RealFFTF32.html#gaee7e7e1cf975eaee373213eb7ba3a774":[4,15,3,5,1], -"group__RealFFTF32.html#gaf75338b850f257f0d1f4325834d9942c":[4,15,3,5,5], -"group__RealFFTF64.html":[4,15,3,1], -"group__RealFFTF64.html#ga2941c1df31daf0f5b7386ac0a9fd048d":[4,15,3,1,3], -"group__RealFFTF64.html#ga2d33a8497a7926289b506cc02e686f8c":[4,15,3,1,6], -"group__RealFFTF64.html#ga3f978024c75ce3dc2140e57ad43df5e9":[4,15,3,1,2], -"group__RealFFTF64.html#ga418ad00bf140bfee47bb522bc995f873":[4,15,3,1,8], -"group__RealFFTF64.html#ga51ca806ce1aa56a231684add8d2820bb":[4,15,3,1,9], -"group__RealFFTF64.html#ga687e7709507adb20a970fd7544bdbbb0":[4,15,3,1,1], -"group__RealFFTF64.html#ga7e8e9ce069208126b218216adc40d655":[4,15,3,1,5], -"group__RealFFTF64.html#ga929146fd0fb2b347866b5dbafcc4fdd5":[4,15,3,1,4], -"group__RealFFTF64.html#gae3b00f039305039732f7364171da89fb":[4,15,3,1,0], -"group__RealFFTF64.html#gaeaf30f5ad5f9ef1514bd7da341828f17":[4,15,3,1,7], -"group__RealFFTQ15.html":[4,15,3,2], -"group__RealFFTQ15.html#ga00e615f5db21736ad5b27fb6146f3fc5":[4,15,3,2,10], -"group__RealFFTQ15.html#ga053450cc600a55410ba5b5605e96245d":[4,15,3,2,9], -"group__RealFFTQ15.html#ga114787350f84c672ef761f166b968c12":[4,15,3,2,4], -"group__RealFFTQ15.html#ga161664621d5a0668fde380761c303271":[4,15,3,2,1], -"group__RealFFTQ15.html#ga997fa879acdd146757383ed453363b0f":[4,15,3,2,3], -"group__RealFFTQ15.html#ga9a6b5dfaa6b94b54b49780b25d03fa80":[4,15,3,2,6], -"group__RealFFTQ15.html#ga9ff10b57adeafe8875155acbe59401db":[4,15,3,2,2], -"group__RealFFTQ15.html#gaa0c363f6ff1dcb97895ad0933667caf2":[4,15,3,2,8], -"group__RealFFTQ15.html#gab1b27c9917d1918e834fb4d9b7919f95":[4,15,3,2,7], -"group__RealFFTQ15.html#gad99534528e4f626911e150a930eef7b9":[4,15,3,2,5], -"group__RealFFTQ15.html#gafcdd16684617febae13815fa097e56a7":[4,15,3,2,0], -"group__RealFFTQ31.html":[4,15,3,3], -"group__RealFFTQ31.html#ga291e79451a88a422dec24b7492cc7df7":[4,15,3,3,4], -"group__RealFFTQ31.html#ga2eb6bed920931a032b4c3407671fb50c":[4,15,3,3,7], -"group__RealFFTQ31.html#ga440e811ab01829da4c6d7e296ff69d60":[4,15,3,3,6], -"group__RealFFTQ31.html#ga5abde938abbe72e95c5bab080eb33c45":[4,15,3,3,9], -"group__RealFFTQ31.html#ga647651c54b03b137458438bfcf4c7ddf":[4,15,3,3,3], -"group__RealFFTQ31.html#ga8a8ec40492b9a704dba79612e4143c83":[4,15,3,3,1], -"group__RealFFTQ31.html#ga93d497a99e5bbd58742f5578d07ac8bf":[4,15,3,3,2], -"group__RealFFTQ31.html#ga9511ff87e5f8efd5d2b4929d29c4e019":[4,15,3,3,0], -"group__RealFFTQ31.html#gabaeab5646aeea9844e6d42ca8c73fe3a":[4,15,3,3,10], -"group__RealFFTQ31.html#gad09eea74ba8d40aa47a09b26734d1410":[4,15,3,3,5], -"group__RealFFTQ31.html#gaf6d2c128e4e49bc76c37e15991c77eed":[4,15,3,3,8], -"group__RealFFT__Table.html":[4,15,3,4], -"group__RealFFT__Table.html#ga1eb5745728a61c3715755f5d69a4a960":[4,15,3,4,5], -"group__RealFFT__Table.html#ga3b12ecbb17514304c09f90d26cada4cd":[4,15,3,4,4], -"group__RealFFT__Table.html#ga8b1ad947c470596674fa3364e16045c6":[4,15,3,4,0], -"group__RealFFT__Table.html#gac52f98b52a1f03bfac8b57a67ba07397":[4,15,3,4,3], -"group__RealFFT__Table.html#gaf1592a6cf0504675205074a43c3728a2":[4,15,3,4,2], -"group__RealFFT__Table.html#gaf8699e77c7774359b96ef388efa7d453":[4,15,3,4,1], -"group__RotQuat.html":[4,11,0,1], -"group__RotQuat.html#gadbb6d70a0619ba5fa864d8fab76a2936":[4,11,0,1,0], -"group__SCALARALG.html":[4,17,9,2], -"group__SCALARALG.html#ga1369c8147f6a28ae003ee10844596337":[4,17,9,2,9], -"group__SCALARALG.html#ga47bb2ac69df29ba95a74825e4fff2726":[4,17,9,2,0], -"group__SCALARALG.html#ga4e6fec1c099138a96cf3f56e68b50880":[4,17,9,2,3], -"group__SCALARALG.html#ga5cf13c3f71d165f946688b084ec87a6a":[4,17,9,2,1], -"group__SCALARALG.html#ga6f89ffcfb515bc075da82edf635596ff":[4,17,9,2,8], -"group__SCALARALG.html#gaacfdbc65b4bc9eae30eae72788119c79":[4,17,9,2,5], -"group__SCALARALG.html#gac896323f3479d29fb42470c2880ec387":[4,17,9,2,4], -"group__SCALARALG.html#gadcb70129a3f439ce785e0ffc2bbb79d0":[4,17,9,2,6], -"group__SCALARALG.html#gadcf9c4800720cb2ffba648426eea4411":[4,17,9,2,2], -"group__SCALARALG.html#gaeb8f0fc557ca32b051250003e56dba85":[4,17,9,2,7], -"group__SQRT.html":[4,7,6], -"group__SQRT.html#ga119e25831e141d734d7ef10636670058":[4,7,6,3], -"group__SQRT.html#ga15e88409f0b53f3a01eff4eb8a8b58c2":[4,7,6,1], -"group__SQRT.html#ga5abe5ca724f3e15849662b03752c1238":[4,7,6,2], -"group__SQRT.html#gac5a6e022df2f904cd5a44ee81942dc14":[4,7,6,0], -"group__STD.html":[4,12,12], -"group__STD.html#ga287b6ce703636c7e8cb9833b290ae4ce":[4,12,12,1], -"group__STD.html#ga4179a8150b161ce2c3d734d8cb19cebe":[4,12,12,3], -"group__STD.html#ga7c69f9644c6881f540e681d9e7941f15":[4,12,12,2], -"group__STD.html#ga7fe3ed02211a990507546b24651b9d31":[4,12,12,0], -"group__STD.html#gafe382f5d8f3e7d310f2e2f2b5d873797":[4,12,12,4], -"group__SVMExample.html":[4,0,11], -"group__SignalConvergence.html":[4,0,9], -"group__SinCos.html":[4,5,0], -"group__SinCos.html#ga4420d45c37d58c310ef9ae1b5fe58020":[4,5,0,0], -"group__SinCos.html#gae9e4ddebff9d4eb5d0a093e28e0bc504":[4,5,0,1], -"group__SinCosExample.html":[4,0,10], -"group__Sorting.html":[4,13,2], -"group__Sorting.html#ga2297c149f0974e0f5510907725addd4b":[4,13,2,2], -"group__Sorting.html#ga8132fc5cd4ff0d49a18d8620b7b994ab":[4,13,2,1], -"group__Sorting.html#gaaf7f4a37e178f324a43a3b0257217c50":[4,13,2,0], -"group__Sorting.html#gac268276b8facce924812fe0e57fa4043":[4,13,2,3], -"group__SplineInterpolate.html":[4,9,2], -"group__SplineInterpolate.html#ga4ef053a783b251b085454b28f8aecb94":[4,9,2,0], -"group__SplineInterpolate.html#ga5370a3c4a213e15bf57726406ec52ae0":[4,9,2,1], -"group__UNROLLING.html":[4,17,10], -"group__VECTOR.html":[4,17,11], -"group__VECTOR.html#a087153674e277a90cca2514f2546f6ff":[4,17,11,3,29], -"group__VECTOR.html#a0cf4ee1df7aec0d5f2905d1a2f1c3d28":[4,17,11,2,18], -"group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc":[4,17,11,3,12], -"group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc":[4,17,11,4,13], -"group__VECTOR.html#a10bee8e440eddae43f3f16feacce8fba":[4,17,11,1,17], -"group__VECTOR.html#a10bee8e440eddae43f3f16feacce8fba":[4,17,11,2,17], -"group__VECTOR.html#a18bbd0abdc05921450bf9524e76eacc8":[4,17,11,3,1], -"group__VECTOR.html#a195c9f47399a58a0ebfb667c31c82fc6":[4,17,11,4,2], -"group__VECTOR.html#a1b491ae878ed3e9563a59405adf92046":[4,17,11,3,21], -"group__VECTOR.html#a1ebf911b35c459854e52da7fad7ee9be":[4,17,11,0,5], -"group__VECTOR.html#a1f1d4237807ec7b18541e100b3ca463b":[4,17,11,3,25], -"group__VECTOR.html#a227832769dae1600253815a19639a704":[4,17,11,3,2], -"group__VECTOR.html#a281086b9c6098921385003ce17b4235f":[4,17,11,2,1], -"group__VECTOR.html#a2f7c0851c4204a880b6dfdc6515389f4":[4,17,11,4,30], -"group__VECTOR.html#a3032b42481d346a92824003deb46829d":[4,17,11,4,12], -"group__VECTOR.html#a3032b42481d346a92824003deb46829d":[4,17,11,3,11], -"group__VECTOR.html#a308c13b7bc9aa9f3732d8e9af5e35894":[4,17,11,0,1], -"group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771":[4,17,11,2,5], -"group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771":[4,17,11,1,5], -"group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d":[4,17,11,4,0], -"group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d":[4,17,11,3,0], -"group__VECTOR.html#a38679461ba64e2b1d915f057efcf8f08":[4,17,11,0,15], -"group__VECTOR.html#a3b54ceaeeebb31461d63a482309f46f7":[4,17,11,0,10], -"group__VECTOR.html#a4113e345cd4d427d0360498432bf5420":[4,17,11,3,14], -"group__VECTOR.html#a4113e345cd4d427d0360498432bf5420":[4,17,11,4,15], -"group__VECTOR.html#a42074bf749c737e1fc411977736c52cc":[4,17,11,4,14], -"group__VECTOR.html#a42074bf749c737e1fc411977736c52cc":[4,17,11,3,13], -"group__VECTOR.html#a43234ee88400c3276c152f7a5b42f57e":[4,17,11,0,14], -"group__VECTOR.html#a44636a8cdaef9cfb393a28fca068bedd":[4,17,11,4,22], -"group__VECTOR.html#a447332a607788595a8c2fb744b86f782":[4,17,11,4,6], -"group__VECTOR.html#a4482a7bf773a1eabd199f6a4894d56d2":[4,17,11,2,0], -"group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2":[4,17,11,2,15], -"group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2":[4,17,11,1,15], -"group__VECTOR.html#a4ae410ceb64a78882e37cde0a6d19cb2":[4,17,11,3,3], -"group__VECTOR.html#a4df026156780bc0ca651c342b7d6daa4":[4,17,11,1,1], -"group__VECTOR.html#a4fb45f9f4f1b5503c4e4b915eab01ea0":[4,17,11,4,31], -"group__VECTOR.html#a5003a86b9216aa119f58e27a42e06d06":[4,17,11,2,16], -"group__VECTOR.html#a5003a86b9216aa119f58e27a42e06d06":[4,17,11,1,16], -"group__VECTOR.html#a500b283ce371c87d9aec23f034345ddf":[4,17,11,4,28], -"group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc":[4,17,11,4,17], -"group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc":[4,17,11,3,16], -"group__VECTOR.html#a5999a20d9e9858000b888d4e5795f778":[4,17,11,4,32], -"group__VECTOR.html#a657eb179035d6112e1006d82ad1b3c47":[4,17,11,4,21] +"group__QuatNormalized.html#gaa25451f519ec348fae068ca9f8128038":[4,11,4,0] }; diff --git a/main/navtreeindex6.js b/main/navtreeindex6.js index 0651acb0..44bf5621 100644 --- a/main/navtreeindex6.js +++ b/main/navtreeindex6.js @@ -1,5 +1,166 @@ var NAVTREEINDEX6 = { +"group__QuatProd.html":[4,11,5], +"group__QuatProdSingle.html":[4,11,5,1], +"group__QuatProdSingle.html#ga93269654e1b26482c90d89c7904b3039":[4,11,5,1,0], +"group__QuatProdVect.html":[4,11,5,0], +"group__QuatProdVect.html#ga8d25a6adf6d3fb12a6311b1ddfc2c8c1":[4,11,5,0,0], +"group__QuatRot.html":[4,11,0,0], +"group__QuatRot.html#ga452ea33f74a02599424d71b4de26b0ba":[4,11,0,0,0], +"group__RMS.html":[4,12,11], +"group__RMS.html#ga20586bc59cabbfc38a935c2448833dd2":[4,12,11,3], +"group__RMS.html#ga8be796318d41c7cbb68f8f3c0b96020f":[4,12,11,2], +"group__RMS.html#gae256dfcb1a1e5e696f17d4068575c7cd":[4,12,11,0], +"group__RMS.html#gaeb487e726e3755a7614a29c9d16a93e7":[4,12,11,1], +"group__RealFFT.html":[4,15,3], +"group__RealFFTF16.html":[4,15,3,0], +"group__RealFFTF16.html#ga060888484113bbfbb3e6941551dca6c9":[4,15,3,0,4], +"group__RealFFTF16.html#ga1bd244bb856b4791195de96940c78315":[4,15,3,0,1], +"group__RealFFTF16.html#ga24801f2735294f2f3eb9eaee62db7919":[4,15,3,0,7], +"group__RealFFTF16.html#ga2edad44df1fa5cff107b4b6a1da03809":[4,15,3,0,3], +"group__RealFFTF16.html#ga8e10e6b1fca82a497693f1682699385f":[4,15,3,0,2], +"group__RealFFTF16.html#gac0815ccad8a36de962595c556a8d84fa":[4,15,3,0,6], +"group__RealFFTF16.html#gacc1c721dd5a690a4c90cfb0264058659":[4,15,3,0,9], +"group__RealFFTF16.html#gadb0b0d0ac76414a73f3182eab83814ac":[4,15,3,0,8], +"group__RealFFTF16.html#gae6cf3e1a399970085ceee5fe1d8c0c7c":[4,15,3,0,5], +"group__RealFFTF16.html#gaf018157c88626e83de3d9143f5273d18":[4,15,3,0,0], +"group__RealFFTF32.html":[4,15,3,5], +"group__RealFFTF32.html#ga0173b0de322b0296a700267c3338f01d":[4,15,3,5,2], +"group__RealFFTF32.html#ga3e6413b71143446eac0595a159a2d35d":[4,15,3,5,3], +"group__RealFFTF32.html#ga3f5684480c40457917c833d3426a4363":[4,15,3,5,7], +"group__RealFFTF32.html#ga5d2ec62f3e35575eba467d09ddcd98b5":[4,15,3,5,0], +"group__RealFFTF32.html#gab781947d89a0d709bc3a43853f839705":[4,15,3,5,4], +"group__RealFFTF32.html#gac5fceb172551e7c11eb4d0e17ef15aa3":[4,15,3,5,9], +"group__RealFFTF32.html#gac95418a84aafc513c652d5a846b01357":[4,15,3,5,6], +"group__RealFFTF32.html#gae9b7dca9c1b972718ad17457901f2c1b":[4,15,3,5,8], +"group__RealFFTF32.html#gaee7e7e1cf975eaee373213eb7ba3a774":[4,15,3,5,1], +"group__RealFFTF32.html#gaf75338b850f257f0d1f4325834d9942c":[4,15,3,5,5], +"group__RealFFTF64.html":[4,15,3,1], +"group__RealFFTF64.html#ga2941c1df31daf0f5b7386ac0a9fd048d":[4,15,3,1,3], +"group__RealFFTF64.html#ga2d33a8497a7926289b506cc02e686f8c":[4,15,3,1,6], +"group__RealFFTF64.html#ga3f978024c75ce3dc2140e57ad43df5e9":[4,15,3,1,2], +"group__RealFFTF64.html#ga418ad00bf140bfee47bb522bc995f873":[4,15,3,1,8], +"group__RealFFTF64.html#ga51ca806ce1aa56a231684add8d2820bb":[4,15,3,1,9], +"group__RealFFTF64.html#ga687e7709507adb20a970fd7544bdbbb0":[4,15,3,1,1], +"group__RealFFTF64.html#ga7e8e9ce069208126b218216adc40d655":[4,15,3,1,5], +"group__RealFFTF64.html#ga929146fd0fb2b347866b5dbafcc4fdd5":[4,15,3,1,4], +"group__RealFFTF64.html#gae3b00f039305039732f7364171da89fb":[4,15,3,1,0], +"group__RealFFTF64.html#gaeaf30f5ad5f9ef1514bd7da341828f17":[4,15,3,1,7], +"group__RealFFTQ15.html":[4,15,3,2], +"group__RealFFTQ15.html#ga00e615f5db21736ad5b27fb6146f3fc5":[4,15,3,2,10], +"group__RealFFTQ15.html#ga053450cc600a55410ba5b5605e96245d":[4,15,3,2,9], +"group__RealFFTQ15.html#ga114787350f84c672ef761f166b968c12":[4,15,3,2,4], +"group__RealFFTQ15.html#ga161664621d5a0668fde380761c303271":[4,15,3,2,1], +"group__RealFFTQ15.html#ga997fa879acdd146757383ed453363b0f":[4,15,3,2,3], +"group__RealFFTQ15.html#ga9a6b5dfaa6b94b54b49780b25d03fa80":[4,15,3,2,6], +"group__RealFFTQ15.html#ga9ff10b57adeafe8875155acbe59401db":[4,15,3,2,2], +"group__RealFFTQ15.html#gaa0c363f6ff1dcb97895ad0933667caf2":[4,15,3,2,8], +"group__RealFFTQ15.html#gab1b27c9917d1918e834fb4d9b7919f95":[4,15,3,2,7], +"group__RealFFTQ15.html#gad99534528e4f626911e150a930eef7b9":[4,15,3,2,5], +"group__RealFFTQ15.html#gafcdd16684617febae13815fa097e56a7":[4,15,3,2,0], +"group__RealFFTQ31.html":[4,15,3,3], +"group__RealFFTQ31.html#ga291e79451a88a422dec24b7492cc7df7":[4,15,3,3,4], +"group__RealFFTQ31.html#ga2eb6bed920931a032b4c3407671fb50c":[4,15,3,3,7], +"group__RealFFTQ31.html#ga440e811ab01829da4c6d7e296ff69d60":[4,15,3,3,6], +"group__RealFFTQ31.html#ga5abde938abbe72e95c5bab080eb33c45":[4,15,3,3,9], +"group__RealFFTQ31.html#ga647651c54b03b137458438bfcf4c7ddf":[4,15,3,3,3], +"group__RealFFTQ31.html#ga8a8ec40492b9a704dba79612e4143c83":[4,15,3,3,1], +"group__RealFFTQ31.html#ga93d497a99e5bbd58742f5578d07ac8bf":[4,15,3,3,2], +"group__RealFFTQ31.html#ga9511ff87e5f8efd5d2b4929d29c4e019":[4,15,3,3,0], +"group__RealFFTQ31.html#gabaeab5646aeea9844e6d42ca8c73fe3a":[4,15,3,3,10], +"group__RealFFTQ31.html#gad09eea74ba8d40aa47a09b26734d1410":[4,15,3,3,5], +"group__RealFFTQ31.html#gaf6d2c128e4e49bc76c37e15991c77eed":[4,15,3,3,8], +"group__RealFFT__Table.html":[4,15,3,4], +"group__RealFFT__Table.html#ga1eb5745728a61c3715755f5d69a4a960":[4,15,3,4,5], +"group__RealFFT__Table.html#ga3b12ecbb17514304c09f90d26cada4cd":[4,15,3,4,4], +"group__RealFFT__Table.html#ga8b1ad947c470596674fa3364e16045c6":[4,15,3,4,0], +"group__RealFFT__Table.html#gac52f98b52a1f03bfac8b57a67ba07397":[4,15,3,4,3], +"group__RealFFT__Table.html#gaf1592a6cf0504675205074a43c3728a2":[4,15,3,4,2], +"group__RealFFT__Table.html#gaf8699e77c7774359b96ef388efa7d453":[4,15,3,4,1], +"group__RotQuat.html":[4,11,0,1], +"group__RotQuat.html#gadbb6d70a0619ba5fa864d8fab76a2936":[4,11,0,1,0], +"group__SCALARALG.html":[4,17,9,2], +"group__SCALARALG.html#ga1369c8147f6a28ae003ee10844596337":[4,17,9,2,9], +"group__SCALARALG.html#ga47bb2ac69df29ba95a74825e4fff2726":[4,17,9,2,0], +"group__SCALARALG.html#ga4e6fec1c099138a96cf3f56e68b50880":[4,17,9,2,3], +"group__SCALARALG.html#ga6f89ffcfb515bc075da82edf635596ff":[4,17,9,2,8], +"group__SCALARALG.html#gaab556ffb9401d98c72042cac1b9b1ea0":[4,17,9,2,1], +"group__SCALARALG.html#gaacfdbc65b4bc9eae30eae72788119c79":[4,17,9,2,5], +"group__SCALARALG.html#gac896323f3479d29fb42470c2880ec387":[4,17,9,2,4], +"group__SCALARALG.html#gadcb70129a3f439ce785e0ffc2bbb79d0":[4,17,9,2,6], +"group__SCALARALG.html#gadcf9c4800720cb2ffba648426eea4411":[4,17,9,2,2], +"group__SCALARALG.html#gaeb8f0fc557ca32b051250003e56dba85":[4,17,9,2,7], +"group__SQRT.html":[4,7,6], +"group__SQRT.html#ga119e25831e141d734d7ef10636670058":[4,7,6,3], +"group__SQRT.html#ga15e88409f0b53f3a01eff4eb8a8b58c2":[4,7,6,1], +"group__SQRT.html#ga5abe5ca724f3e15849662b03752c1238":[4,7,6,2], +"group__SQRT.html#gac5a6e022df2f904cd5a44ee81942dc14":[4,7,6,0], +"group__STD.html":[4,12,12], +"group__STD.html#ga287b6ce703636c7e8cb9833b290ae4ce":[4,12,12,1], +"group__STD.html#ga4179a8150b161ce2c3d734d8cb19cebe":[4,12,12,3], +"group__STD.html#ga7c69f9644c6881f540e681d9e7941f15":[4,12,12,2], +"group__STD.html#ga7fe3ed02211a990507546b24651b9d31":[4,12,12,0], +"group__STD.html#gafe382f5d8f3e7d310f2e2f2b5d873797":[4,12,12,4], +"group__SVMExample.html":[4,0,11], +"group__SignalConvergence.html":[4,0,9], +"group__SinCos.html":[4,5,0], +"group__SinCos.html#ga4420d45c37d58c310ef9ae1b5fe58020":[4,5,0,0], +"group__SinCos.html#gae9e4ddebff9d4eb5d0a093e28e0bc504":[4,5,0,1], +"group__SinCosExample.html":[4,0,10], +"group__Sorting.html":[4,13,2], +"group__Sorting.html#ga2297c149f0974e0f5510907725addd4b":[4,13,2,2], +"group__Sorting.html#ga8132fc5cd4ff0d49a18d8620b7b994ab":[4,13,2,1], +"group__Sorting.html#gaaf7f4a37e178f324a43a3b0257217c50":[4,13,2,0], +"group__Sorting.html#gac268276b8facce924812fe0e57fa4043":[4,13,2,3], +"group__SplineInterpolate.html":[4,9,2], +"group__SplineInterpolate.html#ga4ef053a783b251b085454b28f8aecb94":[4,9,2,0], +"group__SplineInterpolate.html#ga5370a3c4a213e15bf57726406ec52ae0":[4,9,2,1], +"group__UNROLLING.html":[4,17,10], +"group__VECTOR.html":[4,17,11], +"group__VECTOR.html#a087153674e277a90cca2514f2546f6ff":[4,17,11,3,29], +"group__VECTOR.html#a0cf4ee1df7aec0d5f2905d1a2f1c3d28":[4,17,11,2,18], +"group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc":[4,17,11,4,13], +"group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc":[4,17,11,3,12], +"group__VECTOR.html#a10bee8e440eddae43f3f16feacce8fba":[4,17,11,1,17], +"group__VECTOR.html#a10bee8e440eddae43f3f16feacce8fba":[4,17,11,2,17], +"group__VECTOR.html#a18bbd0abdc05921450bf9524e76eacc8":[4,17,11,3,1], +"group__VECTOR.html#a195c9f47399a58a0ebfb667c31c82fc6":[4,17,11,4,2], +"group__VECTOR.html#a1b491ae878ed3e9563a59405adf92046":[4,17,11,3,21], +"group__VECTOR.html#a1ebf911b35c459854e52da7fad7ee9be":[4,17,11,0,5], +"group__VECTOR.html#a1f1d4237807ec7b18541e100b3ca463b":[4,17,11,3,25], +"group__VECTOR.html#a227832769dae1600253815a19639a704":[4,17,11,3,2], +"group__VECTOR.html#a281086b9c6098921385003ce17b4235f":[4,17,11,2,1], +"group__VECTOR.html#a2f7c0851c4204a880b6dfdc6515389f4":[4,17,11,4,30], +"group__VECTOR.html#a3032b42481d346a92824003deb46829d":[4,17,11,3,11], +"group__VECTOR.html#a3032b42481d346a92824003deb46829d":[4,17,11,4,12], +"group__VECTOR.html#a308c13b7bc9aa9f3732d8e9af5e35894":[4,17,11,0,1], +"group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771":[4,17,11,2,5], +"group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771":[4,17,11,1,5], +"group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d":[4,17,11,3,0], +"group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d":[4,17,11,4,0], +"group__VECTOR.html#a38679461ba64e2b1d915f057efcf8f08":[4,17,11,0,15], +"group__VECTOR.html#a3b54ceaeeebb31461d63a482309f46f7":[4,17,11,0,10], +"group__VECTOR.html#a4113e345cd4d427d0360498432bf5420":[4,17,11,4,15], +"group__VECTOR.html#a4113e345cd4d427d0360498432bf5420":[4,17,11,3,14], +"group__VECTOR.html#a42074bf749c737e1fc411977736c52cc":[4,17,11,3,13], +"group__VECTOR.html#a42074bf749c737e1fc411977736c52cc":[4,17,11,4,14], +"group__VECTOR.html#a42c936d12fb0533e78cbc8de18c1c897":[4,17,11,0,14], +"group__VECTOR.html#a44636a8cdaef9cfb393a28fca068bedd":[4,17,11,4,22], +"group__VECTOR.html#a447332a607788595a8c2fb744b86f782":[4,17,11,4,6], +"group__VECTOR.html#a4482a7bf773a1eabd199f6a4894d56d2":[4,17,11,2,0], +"group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2":[4,17,11,1,15], +"group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2":[4,17,11,2,15], +"group__VECTOR.html#a46410f8cb42bb9876a6e6a4ff49591a3":[4,17,11,0,12], +"group__VECTOR.html#a4ae410ceb64a78882e37cde0a6d19cb2":[4,17,11,3,3], +"group__VECTOR.html#a4df026156780bc0ca651c342b7d6daa4":[4,17,11,1,1], +"group__VECTOR.html#a4fb45f9f4f1b5503c4e4b915eab01ea0":[4,17,11,4,31], +"group__VECTOR.html#a5003a86b9216aa119f58e27a42e06d06":[4,17,11,2,16], +"group__VECTOR.html#a5003a86b9216aa119f58e27a42e06d06":[4,17,11,1,16], +"group__VECTOR.html#a500b283ce371c87d9aec23f034345ddf":[4,17,11,4,28], +"group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc":[4,17,11,3,16], +"group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc":[4,17,11,4,17], +"group__VECTOR.html#a5999a20d9e9858000b888d4e5795f778":[4,17,11,4,32], +"group__VECTOR.html#a657eb179035d6112e1006d82ad1b3c47":[4,17,11,4,21], "group__VECTOR.html#a69556ec665477f5fec2c155b58af059f":[4,17,11,1,14], "group__VECTOR.html#a69556ec665477f5fec2c155b58af059f":[4,17,11,2,14], "group__VECTOR.html#a6984fed3efef899b24a2e8d3b9b2f85e":[4,17,11,3,30], @@ -13,9 +174,8 @@ var NAVTREEINDEX6 = "group__VECTOR.html#a80ffce01515364c42c33805d7e287157":[4,17,11,4,19], "group__VECTOR.html#a80ffce01515364c42c33805d7e287157":[4,17,11,3,18], "group__VECTOR.html#a8677ae944080956113c3329280b224d2":[4,17,11,4,1], -"group__VECTOR.html#a87d103b353abd756454367af97d98805":[4,17,11,0,11], "group__VECTOR.html#a87d103b353abd756454367af97d98805":[4,17,11,3,26], -"group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430":[4,17,11,0,12], +"group__VECTOR.html#a87d103b353abd756454367af97d98805":[4,17,11,0,11], "group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430":[4,17,11,3,27], "group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c":[4,17,11,2,12], "group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c":[4,17,11,1,12], @@ -26,11 +186,11 @@ var NAVTREEINDEX6 = "group__VECTOR.html#a97b012af38344d285c72d91cb6499864":[4,17,11,1,6], "group__VECTOR.html#a97b012af38344d285c72d91cb6499864":[4,17,11,2,6], "group__VECTOR.html#a9a7f45e7718b40e30bfac225508f0786":[4,17,11,1,4], -"group__VECTOR.html#a9baf1b5602df556c6ab8216dcb083c08":[4,17,11,4,24], "group__VECTOR.html#a9baf1b5602df556c6ab8216dcb083c08":[4,17,11,3,23], +"group__VECTOR.html#a9baf1b5602df556c6ab8216dcb083c08":[4,17,11,4,24], "group__VECTOR.html#aa40f983747f08a35ea85f91d45059336":[4,17,11,4,25], -"group__VECTOR.html#aa63047b307b33da942eb902708cae266":[4,17,11,1,11], "group__VECTOR.html#aa63047b307b33da942eb902708cae266":[4,17,11,2,11], +"group__VECTOR.html#aa63047b307b33da942eb902708cae266":[4,17,11,1,11], "group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d":[4,17,11,1,3], "group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d":[4,17,11,2,2], "group__VECTOR.html#aa9edeec13db8d69f0eeec9129211b3f6":[4,17,11,3,20], @@ -45,8 +205,8 @@ var NAVTREEINDEX6 = "group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c":[4,17,11,3,9], "group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba":[4,17,11,2,13], "group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba":[4,17,11,1,13], -"group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed":[4,17,11,4,4], "group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed":[4,17,11,3,4], +"group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed":[4,17,11,4,4], "group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041":[4,17,11,1,7], "group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041":[4,17,11,2,7], "group__VECTOR.html#ac4e558184c300cabdfd34bf9c52c1864":[4,17,11,4,29], @@ -71,183 +231,23 @@ var NAVTREEINDEX6 = "group__VECTOR.html#af2c51a1ca28b1c0c68aa24cbbda8d091":[4,17,11,0,6], "group__VECTOR.html#af2c51a1ca28b1c0c68aa24cbbda8d091":[4,17,11,4,9], "group__VECTOR.html#af371d21a183d0dafec200e4b24fec075":[4,17,11,0,8], -"group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff":[4,17,11,4,5], "group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff":[4,17,11,3,5], +"group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff":[4,17,11,4,5], "group__VECTOR.html#afb84f4725777a614c27f1b08ae64a355":[4,17,11,4,26], "group__VECTOR.html#afd2c091ec1be8fee50e7b1d61aa01d4d":[4,17,11,3,24], -"group__VECTOR.html#ga08ae6fb2269105971a54d7c9b235d2c0":[4,17,11,6], -"group__VECTOR.html#ga17bc7a3d066f076d89f5858e4bf6bcdf":[4,17,11,10], -"group__VECTOR.html#ga598c716ed42fa423aa5ebdecdea243de":[4,17,11,7], -"group__VECTOR.html#ga642296392b4581cbc3761d8d34625f12":[4,17,11,5], -"group__VECTOR.html#ga9f8543dd0b651ecd256678915c9427ac":[4,17,11,9], -"group__VECTOR.html#gacc32bb57431e32125d18d867f6427db7":[4,17,11,8], -"group__VECTOR.html#gafb7a15c827548a566c90fda1a4bd0ed0":[4,17,11,11], +"group__VECTOR.html#ga08ae6fb2269105971a54d7c9b235d2c0":[4,17,11,7], +"group__VECTOR.html#ga17bc7a3d066f076d89f5858e4bf6bcdf":[4,17,11,11], +"group__VECTOR.html#ga598c716ed42fa423aa5ebdecdea243de":[4,17,11,8], +"group__VECTOR.html#ga642296392b4581cbc3761d8d34625f12":[4,17,11,6], +"group__VECTOR.html#ga8d88b4b24a63a8e76886bcbe9da8f239":[4,17,11,5], +"group__VECTOR.html#ga9f8543dd0b651ecd256678915c9427ac":[4,17,11,10], +"group__VECTOR.html#gacc32bb57431e32125d18d867f6427db7":[4,17,11,9], +"group__VECTOR.html#gafb7a15c827548a566c90fda1a4bd0ed0":[4,17,11,12], "group__VECTOR.html#structarm__cmsis__dsp_1_1Vector":[4,17,11,1], "group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView":[4,17,11,3], "group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView_3_01T_00_01DYNAMIC_01_4":[4,17,11,4], "group__VECTOR.html#structarm__cmsis__dsp_1_1Vector_3_01P_00_01DYNAMIC_00_01Allocator_01_4":[4,17,11,2], "group__VECTOR.html#structarm__cmsis__dsp_1_1Vector__Base":[4,17,11,0], "group__VarianceExample.html":[4,0,12], -"group__WindowBARTLETT.html":[4,16,1,0], -"group__WindowBARTLETT.html#ga43616d15eb8b6e960d09063db316ed33":[4,16,1,0,0], -"group__WindowBARTLETT.html#ga994367241f5f154f03a562afbcd12cf1":[4,16,1,0,1], -"group__WindowBLACKMAN__HARRIS__92DB.html":[4,16,1,1], -"group__WindowBLACKMAN__HARRIS__92DB.html#ga11d4e3b5fba216d819757fcae14f7372":[4,16,1,1,1], -"group__WindowBLACKMAN__HARRIS__92DB.html#gad84667126d863984ac30d7068e6f9ab5":[4,16,1,1,0], -"group__WindowFlat.html":[4,16,0], -"group__WindowHAMMING.html":[4,16,1,2], -"group__WindowHAMMING.html#ga2debe205213198a1ed41723b799be5d3":[4,16,1,2,0], -"group__WindowHAMMING.html#gaf822a154229cf11fb785eaf822d8dca7":[4,16,1,2,1], -"group__WindowHANNING.html":[4,16,1,3], -"group__WindowHANNING.html#ga759d7e7f0aa6f7f9bd9647817de16ff6":[4,16,1,3,0], -"group__WindowHANNING.html#gae53789b6cfe60e00e763c90457001881":[4,16,1,3,1], -"group__WindowHFT116D.html":[4,16,0,0], -"group__WindowHFT116D.html#ga7f11823245b02a34d4addf4b54ebbf5b":[4,16,0,0,1], -"group__WindowHFT116D.html#gac4d0ebdee1df7294b23691e66ae3f049":[4,16,0,0,0], -"group__WindowHFT144D.html":[4,16,0,1], -"group__WindowHFT144D.html#gaa8990dcb776cc580a5d498b7b334b6eb":[4,16,0,1,1], -"group__WindowHFT144D.html#gac9716fc34d20d455828c605b9d857f30":[4,16,0,1,0], -"group__WindowHFT169D.html":[4,16,0,2], -"group__WindowHFT169D.html#gae2e49d2da92c74d0d43de47e786fc873":[4,16,0,2,0], -"group__WindowHFT169D.html#gaf6102a8cbb1a642399b53e6c76df3852":[4,16,0,2,1], -"group__WindowHFT196D.html":[4,16,0,3], -"group__WindowHFT196D.html#ga2fb13f3a64df42cf224210a6f86e5c67":[4,16,0,3,0], -"group__WindowHFT196D.html#gab032bee1ef15e84279a4a7dde02fc5b5":[4,16,0,3,1], -"group__WindowHFT223D.html":[4,16,0,4], -"group__WindowHFT223D.html#gac19b754d2a022b403ec49bdb5963b7eb":[4,16,0,4,1], -"group__WindowHFT223D.html#gae7884a69883b817e24077c74723807dd":[4,16,0,4,0], -"group__WindowHFT248D.html":[4,16,0,5], -"group__WindowHFT248D.html#ga82f8d99641f140cd861f526ce7dcd506":[4,16,0,5,1], -"group__WindowHFT248D.html#gaebf4552fbb453b87f1d0e2d9b13d58f1":[4,16,0,5,0], -"group__WindowHFT90D.html":[4,16,0,6], -"group__WindowHFT90D.html#ga0d2c49953986069a45e545367dba6e17":[4,16,0,6,0], -"group__WindowHFT90D.html#gaa57fe7f79e0dedd0b249c1023d710bd9":[4,16,0,6,1], -"group__WindowHFT95.html":[4,16,0,7], -"group__WindowHFT95.html#ga4308c49c9e582b7129c5fee9876ad955":[4,16,0,7,1], -"group__WindowHFT95.html#gade910684510bb774726e18eb0a3b05a1":[4,16,0,7,0], -"group__WindowNUTTALL3.html":[4,16,1,4], -"group__WindowNUTTALL3.html#ga22b330922e08b5baf63e806600558834":[4,16,1,4,1], -"group__WindowNUTTALL3.html#ga7c05c6a3b39235d1356f30ed2a70e3f5":[4,16,1,4,0], -"group__WindowNUTTALL3A.html":[4,16,1,5], -"group__WindowNUTTALL3A.html#ga5206730aaf8635f1aa686a151f190826":[4,16,1,5,0], -"group__WindowNUTTALL3A.html#ga9ef665f5958e29e1571ae8f3592b115c":[4,16,1,5,1], -"group__WindowNUTTALL3B.html":[4,16,1,6], -"group__WindowNUTTALL3B.html#ga34c81bf74c439c29029c7f3421f5cc22":[4,16,1,6,0], -"group__WindowNUTTALL3B.html#ga85f5c4d0aaacdbc5bd2d71d0375791f7":[4,16,1,6,1], -"group__WindowNUTTALL4.html":[4,16,1,7], -"group__WindowNUTTALL4.html#ga656247d43f96a32052036a049924a12c":[4,16,1,7,0], -"group__WindowNUTTALL4.html#gaa69ca100bfce20ec09306e9845353550":[4,16,1,7,1], -"group__WindowNUTTALL4A.html":[4,16,1,8], -"group__WindowNUTTALL4A.html#ga4a6e2804f2a18c85de67b233b1c0cd99":[4,16,1,8,0], -"group__WindowNUTTALL4A.html#gaa0dc66a8e5e39cbc3e10f5063c92904b":[4,16,1,8,1], -"group__WindowNUTTALL4B.html":[4,16,1,9], -"group__WindowNUTTALL4B.html#ga962efc56619158a580e2c6f2f4b913ff":[4,16,1,9,0], -"group__WindowNUTTALL4B.html#ga9e6ca307ecd0cdf5063423609e5832ef":[4,16,1,9,1], -"group__WindowNUTTALL4C.html":[4,16,1,10], -"group__WindowNUTTALL4C.html#gaa9331aca61f30f17a8dc26edae6509f6":[4,16,1,10,1], -"group__WindowNUTTALL4C.html#gabd3379d83aab1c08510ae914fdf409d2":[4,16,1,10,0], -"group__WindowNormal.html":[4,16,1], -"group__WindowWELCH.html":[4,16,1,11], -"group__WindowWELCH.html#ga3c960052a7ab472dcbbf2ae101851675":[4,16,1,11,1], -"group__WindowWELCH.html#gab2f914fee61a530dd871ad48c4c82ba6":[4,16,1,11,0], -"group__Xor.html":[4,2,13], -"group__Xor.html#ga5048ed05ab7821cdb5118d7c410c6db7":[4,2,13,0], -"group__Xor.html#gaae18d7ea4f37e37ad094ece610bab3dd":[4,2,13,2], -"group__Xor.html#gab009f33485bd79c752561a65552b0f77":[4,2,13,1], -"group__atan2.html":[4,7,0], -"group__atan2.html#ga14e753643307e373abffa6d14ae7a3f3":[4,7,0,3], -"group__atan2.html#ga9d424b6eaf16bfc41be3e88335cfb801":[4,7,0,2], -"group__atan2.html#gaa7fbd2bb45df78860dd3a0293391096f":[4,7,0,1], -"group__atan2.html#gacaaafc88adbe308039cb76c8cde389aa":[4,7,0,0], -"group__barycenter.html":[4,13,1], -"group__barycenter.html#ga28b8540898eb8880fb283f97079abd17":[4,13,1,1], -"group__barycenter.html#ga41256538bca367774203eecf2858e2d1":[4,13,1,0], -"group__braycurtis.html":[4,6,0,0], -"group__braycurtis.html#ga6e3bec4b346efa100c4f2ca26ed7a142":[4,6,0,0,1], -"group__braycurtis.html#gabb6500430953925b836d8fed348a37ef":[4,6,0,0,0], -"group__clarke.html":[4,5,4], -"group__clarke.html#ga6f0337ba4bf014f040557af15493c52b":[4,5,4,1], -"group__clarke.html#gabe16d2df82016618ee2295be4c8edc09":[4,5,4,0], -"group__cmplx__conj.html":[4,4,0], -"group__cmplx__conj.html#ga1b5571244b051bb72db30886896da2da":[4,4,0,1], -"group__cmplx__conj.html#ga2eef7dba99852d5f7ec3e025b2e5653b":[4,4,0,2], -"group__cmplx__conj.html#ga652edf2688aae9b2f53c5da73f6cc2bc":[4,4,0,3], -"group__cmplx__conj.html#ga91b6d975a58310fa5b78a712c8d10010":[4,4,0,0], -"group__cmplx__dot__prod.html":[4,4,1], -"group__cmplx__dot__prod.html#ga6728c6cf174e921bc6db02dae0cab807":[4,4,1,0], -"group__cmplx__dot__prod.html#ga93796e73f02771cf6fe13de016e296ed":[4,4,1,1], -"group__cmplx__dot__prod.html#gaa90661b5eee3b6d83a149043ada0eb37":[4,4,1,3], -"group__cmplx__dot__prod.html#gae712971379c461cfb8bef7e423bf8417":[4,4,1,2], -"group__cmplx__mag.html":[4,4,2], -"group__cmplx__mag.html#ga0488e185f4631ac029b02f1759b287cf":[4,4,2,4], -"group__cmplx__mag.html#ga7a5add6dc996af3717a7a0b79f4a1fdb":[4,4,2,3], -"group__cmplx__mag.html#gab0f9ab96e73faa91948dc0001fe7eae6":[4,4,2,2], -"group__cmplx__mag.html#gab69ad9237469565958cce6b4555bbb6e":[4,4,2,5], -"group__cmplx__mag.html#gaba4e0eff7816fe80d01121fb4cf6c6bc":[4,4,2,1], -"group__cmplx__mag.html#gacb4f95c8ee08c5d3bb62d9430cfabe22":[4,4,2,0], -"group__cmplx__mag__squared.html":[4,4,3], -"group__cmplx__mag__squared.html#ga08b6e484cdcb160f823365d6a850f77f":[4,4,3,0], -"group__cmplx__mag__squared.html#ga925ef5458a384f63d06f1c6997d1fb7d":[4,4,3,1], -"group__cmplx__mag__squared.html#ga9d74dbc0a777cfcc75c1cae33ef4d44a":[4,4,3,4], -"group__cmplx__mag__squared.html#gadf908e98be7417c5ad91050e60fd3ad4":[4,4,3,2], -"group__cmplx__mag__squared.html#gafdd1e838db0aef7ec201611883bd444c":[4,4,3,3], -"group__copy.html":[4,13,3], -"group__copy.html#ga5b800dc81ba021bc1fd09f6635ca7074":[4,13,3,2], -"group__copy.html#ga75f84220c0bf9d51bc99e378511bffa2":[4,13,3,0], -"group__copy.html#ga94c51fe2e82560ade3803787309c1282":[4,13,3,4], -"group__copy.html#ga9b947e38172ae7e5de780bed13a404fe":[4,13,3,5], -"group__copy.html#gaa6dfe9554ca61eb3d1eee498396bce88":[4,13,3,1], -"group__copy.html#gaeb9e8c16ec7fe1235e5610142400f15f":[4,13,3,3], -"group__cos.html":[4,7,1], -"group__cos.html#gace15287f9c64b9b4084d1c797d4c49d8":[4,7,1,0], -"group__cos.html#gad80f121949ef885a77d83ab36e002567":[4,7,1,2], -"group__cos.html#gadfd60c24def501638c0d5db20f4c869b":[4,7,1,1], -"group__divide.html":[4,7,2], -"group__divide.html#ga250c0a49bd2e42282f3296d51138a5cb":[4,7,2,1], -"group__divide.html#ga3d5bc8179cdfb12288d58d99d635e4cb":[4,7,2,0], -"group__f16__to__x.html":[4,13,4], -"group__f16__to__x.html#ga5a9b37b962ee47d40f3b6b98551e333f":[4,13,4,2], -"group__f16__to__x.html#ga65602866bb11a307a8e97dbb6047c38e":[4,13,4,0], -"group__f16__to__x.html#ga809b0be376f5cbfe044239cefe36d246":[4,13,4,1], -"group__f64__to__x.html":[4,13,5], -"group__f64__to__x.html#ga1081bb8209985684c5a0a0da76d35465":[4,13,5,0], -"group__f64__to__x.html#ga37257255709fddfa076cafbdcb0ac879":[4,13,5,2], -"group__f64__to__x.html#ga792e1ce02af64603d49babdede77a833":[4,13,5,4], -"group__f64__to__x.html#gabd3c0391a1626b106de4c6e5044d7341":[4,13,5,3], -"group__f64__to__x.html#gafb4fc70e74915258bdafbc4bc50005b8":[4,13,5,1], -"group__float__to__x.html":[4,13,7], -"group__float__to__x.html#ga5e0636b1fa9640c3e192108e0c747830":[4,13,7,0], -"group__float__to__x.html#ga63b7cef42a242f0be43376ba3380988d":[4,13,7,4], -"group__float__to__x.html#gaae21be47db707e79552f3e8221a48fb0":[4,13,7,3], -"group__float__to__x.html#gab44eb2fa9c8aa1051bd669e7b824f74f":[4,13,7,1], -"group__float__to__x.html#gac7696e64963e5051ebb950c88c6ba186":[4,13,7,2], -"group__genericTypes.html":[4,1], -"group__genericTypes.html#ga195096166e0a020c5b0aeee085cc3dc6":[4,1,25], -"group__genericTypes.html#ga1b0c76e5fd474cd1accac1cabcd32b81":[4,1,23], -"group__genericTypes.html#ga2f3c42bbc6af8d6605b359b16f39f68a":[4,1,14], -"group__genericTypes.html#ga320a091814ba9ff779d02ece8d21f176":[4,1,31], -"group__genericTypes.html#ga371e9c8d3915ece597e11ec70a9d3231":[4,1,33], -"group__genericTypes.html#ga38ce433794763f27a4c71a5a2ec025ff":[4,1,37], -"group__genericTypes.html#ga41062b2fa31a08ab7c5bb1d6b60b2924":[4,1,20], -"group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715":[4,1,8], -"group__genericTypes.html#ga4ae10a6dde9f54c9074a733f481677ba":[4,1,45], -"group__genericTypes.html#ga4e8ac500763bf83f06aeb0113ad297e6":[4,1,1], -"group__genericTypes.html#ga522d48f9efa674706cbdfea8036379af":[4,1,11], -"group__genericTypes.html#ga56b58ee03e4f65b8be19d79f653e3863":[4,1,2], -"group__genericTypes.html#ga5a2e6d25ddb5523307305c42189bf05d":[4,1,0], -"group__genericTypes.html#ga5aea1cb12fc02d9d44c8abf217eaa5c6":[4,1,30], -"group__genericTypes.html#ga5c6fe896b23b8bcdf05c98051207da6c":[4,1,19], -"group__genericTypes.html#ga5dfb59553bb3beda382d7e5596c45f74":[4,1,24], -"group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6":[4,1,48], -"group__genericTypes.html#ga6152321ab423278b4dd68365a9d39aaa":[4,1,38], -"group__genericTypes.html#ga627dde19e8863a3d375169bacbd1e2ee":[4,1,46], -"group__genericTypes.html#ga7cfc0b89d17a5a8d33a91ae81f223cdd":[4,1,28], -"group__genericTypes.html#ga7dd24ee10b1e85c9faefe2a21b4495b4":[4,1,42], -"group__genericTypes.html#ga81fec99b3da05c9f893c0d0e425f653f":[4,1,13], -"group__genericTypes.html#ga86812b3ac74040cf6be7800e1712b65f":[4,1,16], -"group__genericTypes.html#ga8e7a59684aa80c56a7728336f60c3b26":[4,1,41], -"group__genericTypes.html#ga9132508f4a1bffa18a203a4001a92df8":[4,1,12], -"group__genericTypes.html#ga915e90433fb41b8db1e0dfb621337c38":[4,1,5], -"group__genericTypes.html#ga93a1fec6f47d59f63147169b3b43f7a0":[4,1,26], -"group__genericTypes.html#ga9551824e9be8e0dd3d9be8a795122eea":[4,1,15] +"group__WindowBARTLETT.html":[4,16,1,0] }; diff --git a/main/navtreeindex7.js b/main/navtreeindex7.js index ed7451f7..312c6fd0 100644 --- a/main/navtreeindex7.js +++ b/main/navtreeindex7.js @@ -1,5 +1,166 @@ var NAVTREEINDEX7 = { +"group__WindowBARTLETT.html#ga43616d15eb8b6e960d09063db316ed33":[4,16,1,0,0], +"group__WindowBARTLETT.html#ga994367241f5f154f03a562afbcd12cf1":[4,16,1,0,1], +"group__WindowBLACKMAN__HARRIS__92DB.html":[4,16,1,1], +"group__WindowBLACKMAN__HARRIS__92DB.html#ga11d4e3b5fba216d819757fcae14f7372":[4,16,1,1,1], +"group__WindowBLACKMAN__HARRIS__92DB.html#gad84667126d863984ac30d7068e6f9ab5":[4,16,1,1,0], +"group__WindowFlat.html":[4,16,0], +"group__WindowHAMMING.html":[4,16,1,2], +"group__WindowHAMMING.html#ga2debe205213198a1ed41723b799be5d3":[4,16,1,2,0], +"group__WindowHAMMING.html#gaf822a154229cf11fb785eaf822d8dca7":[4,16,1,2,1], +"group__WindowHANNING.html":[4,16,1,3], +"group__WindowHANNING.html#ga759d7e7f0aa6f7f9bd9647817de16ff6":[4,16,1,3,0], +"group__WindowHANNING.html#gae53789b6cfe60e00e763c90457001881":[4,16,1,3,1], +"group__WindowHFT116D.html":[4,16,0,0], +"group__WindowHFT116D.html#ga7f11823245b02a34d4addf4b54ebbf5b":[4,16,0,0,1], +"group__WindowHFT116D.html#gac4d0ebdee1df7294b23691e66ae3f049":[4,16,0,0,0], +"group__WindowHFT144D.html":[4,16,0,1], +"group__WindowHFT144D.html#gaa8990dcb776cc580a5d498b7b334b6eb":[4,16,0,1,1], +"group__WindowHFT144D.html#gac9716fc34d20d455828c605b9d857f30":[4,16,0,1,0], +"group__WindowHFT169D.html":[4,16,0,2], +"group__WindowHFT169D.html#gae2e49d2da92c74d0d43de47e786fc873":[4,16,0,2,0], +"group__WindowHFT169D.html#gaf6102a8cbb1a642399b53e6c76df3852":[4,16,0,2,1], +"group__WindowHFT196D.html":[4,16,0,3], +"group__WindowHFT196D.html#ga2fb13f3a64df42cf224210a6f86e5c67":[4,16,0,3,0], +"group__WindowHFT196D.html#gab032bee1ef15e84279a4a7dde02fc5b5":[4,16,0,3,1], +"group__WindowHFT223D.html":[4,16,0,4], +"group__WindowHFT223D.html#gac19b754d2a022b403ec49bdb5963b7eb":[4,16,0,4,1], +"group__WindowHFT223D.html#gae7884a69883b817e24077c74723807dd":[4,16,0,4,0], +"group__WindowHFT248D.html":[4,16,0,5], +"group__WindowHFT248D.html#ga82f8d99641f140cd861f526ce7dcd506":[4,16,0,5,1], +"group__WindowHFT248D.html#gaebf4552fbb453b87f1d0e2d9b13d58f1":[4,16,0,5,0], +"group__WindowHFT90D.html":[4,16,0,6], +"group__WindowHFT90D.html#ga0d2c49953986069a45e545367dba6e17":[4,16,0,6,0], +"group__WindowHFT90D.html#gaa57fe7f79e0dedd0b249c1023d710bd9":[4,16,0,6,1], +"group__WindowHFT95.html":[4,16,0,7], +"group__WindowHFT95.html#ga4308c49c9e582b7129c5fee9876ad955":[4,16,0,7,1], +"group__WindowHFT95.html#gade910684510bb774726e18eb0a3b05a1":[4,16,0,7,0], +"group__WindowNUTTALL3.html":[4,16,1,4], +"group__WindowNUTTALL3.html#ga22b330922e08b5baf63e806600558834":[4,16,1,4,1], +"group__WindowNUTTALL3.html#ga7c05c6a3b39235d1356f30ed2a70e3f5":[4,16,1,4,0], +"group__WindowNUTTALL3A.html":[4,16,1,5], +"group__WindowNUTTALL3A.html#ga5206730aaf8635f1aa686a151f190826":[4,16,1,5,0], +"group__WindowNUTTALL3A.html#ga9ef665f5958e29e1571ae8f3592b115c":[4,16,1,5,1], +"group__WindowNUTTALL3B.html":[4,16,1,6], +"group__WindowNUTTALL3B.html#ga34c81bf74c439c29029c7f3421f5cc22":[4,16,1,6,0], +"group__WindowNUTTALL3B.html#ga85f5c4d0aaacdbc5bd2d71d0375791f7":[4,16,1,6,1], +"group__WindowNUTTALL4.html":[4,16,1,7], +"group__WindowNUTTALL4.html#ga656247d43f96a32052036a049924a12c":[4,16,1,7,0], +"group__WindowNUTTALL4.html#gaa69ca100bfce20ec09306e9845353550":[4,16,1,7,1], +"group__WindowNUTTALL4A.html":[4,16,1,8], +"group__WindowNUTTALL4A.html#ga4a6e2804f2a18c85de67b233b1c0cd99":[4,16,1,8,0], +"group__WindowNUTTALL4A.html#gaa0dc66a8e5e39cbc3e10f5063c92904b":[4,16,1,8,1], +"group__WindowNUTTALL4B.html":[4,16,1,9], +"group__WindowNUTTALL4B.html#ga962efc56619158a580e2c6f2f4b913ff":[4,16,1,9,0], +"group__WindowNUTTALL4B.html#ga9e6ca307ecd0cdf5063423609e5832ef":[4,16,1,9,1], +"group__WindowNUTTALL4C.html":[4,16,1,10], +"group__WindowNUTTALL4C.html#gaa9331aca61f30f17a8dc26edae6509f6":[4,16,1,10,1], +"group__WindowNUTTALL4C.html#gabd3379d83aab1c08510ae914fdf409d2":[4,16,1,10,0], +"group__WindowNormal.html":[4,16,1], +"group__WindowWELCH.html":[4,16,1,11], +"group__WindowWELCH.html#ga3c960052a7ab472dcbbf2ae101851675":[4,16,1,11,1], +"group__WindowWELCH.html#gab2f914fee61a530dd871ad48c4c82ba6":[4,16,1,11,0], +"group__Xor.html":[4,2,13], +"group__Xor.html#ga5048ed05ab7821cdb5118d7c410c6db7":[4,2,13,0], +"group__Xor.html#gaae18d7ea4f37e37ad094ece610bab3dd":[4,2,13,2], +"group__Xor.html#gab009f33485bd79c752561a65552b0f77":[4,2,13,1], +"group__atan2.html":[4,7,0], +"group__atan2.html#ga14e753643307e373abffa6d14ae7a3f3":[4,7,0,3], +"group__atan2.html#ga9d424b6eaf16bfc41be3e88335cfb801":[4,7,0,2], +"group__atan2.html#gaa7fbd2bb45df78860dd3a0293391096f":[4,7,0,1], +"group__atan2.html#gacaaafc88adbe308039cb76c8cde389aa":[4,7,0,0], +"group__barycenter.html":[4,13,1], +"group__barycenter.html#ga28b8540898eb8880fb283f97079abd17":[4,13,1,1], +"group__barycenter.html#ga41256538bca367774203eecf2858e2d1":[4,13,1,0], +"group__braycurtis.html":[4,6,0,0], +"group__braycurtis.html#ga6e3bec4b346efa100c4f2ca26ed7a142":[4,6,0,0,1], +"group__braycurtis.html#gabb6500430953925b836d8fed348a37ef":[4,6,0,0,0], +"group__clarke.html":[4,5,4], +"group__clarke.html#ga6f0337ba4bf014f040557af15493c52b":[4,5,4,1], +"group__clarke.html#gabe16d2df82016618ee2295be4c8edc09":[4,5,4,0], +"group__cmplx__conj.html":[4,4,0], +"group__cmplx__conj.html#ga1b5571244b051bb72db30886896da2da":[4,4,0,1], +"group__cmplx__conj.html#ga2eef7dba99852d5f7ec3e025b2e5653b":[4,4,0,2], +"group__cmplx__conj.html#ga652edf2688aae9b2f53c5da73f6cc2bc":[4,4,0,3], +"group__cmplx__conj.html#ga91b6d975a58310fa5b78a712c8d10010":[4,4,0,0], +"group__cmplx__dot__prod.html":[4,4,1], +"group__cmplx__dot__prod.html#ga6728c6cf174e921bc6db02dae0cab807":[4,4,1,0], +"group__cmplx__dot__prod.html#ga93796e73f02771cf6fe13de016e296ed":[4,4,1,1], +"group__cmplx__dot__prod.html#gaa90661b5eee3b6d83a149043ada0eb37":[4,4,1,3], +"group__cmplx__dot__prod.html#gae712971379c461cfb8bef7e423bf8417":[4,4,1,2], +"group__cmplx__mag.html":[4,4,2], +"group__cmplx__mag.html#ga0488e185f4631ac029b02f1759b287cf":[4,4,2,4], +"group__cmplx__mag.html#ga7a5add6dc996af3717a7a0b79f4a1fdb":[4,4,2,3], +"group__cmplx__mag.html#gab0f9ab96e73faa91948dc0001fe7eae6":[4,4,2,2], +"group__cmplx__mag.html#gab69ad9237469565958cce6b4555bbb6e":[4,4,2,5], +"group__cmplx__mag.html#gaba4e0eff7816fe80d01121fb4cf6c6bc":[4,4,2,1], +"group__cmplx__mag.html#gacb4f95c8ee08c5d3bb62d9430cfabe22":[4,4,2,0], +"group__cmplx__mag__squared.html":[4,4,3], +"group__cmplx__mag__squared.html#ga08b6e484cdcb160f823365d6a850f77f":[4,4,3,0], +"group__cmplx__mag__squared.html#ga925ef5458a384f63d06f1c6997d1fb7d":[4,4,3,1], +"group__cmplx__mag__squared.html#ga9d74dbc0a777cfcc75c1cae33ef4d44a":[4,4,3,4], +"group__cmplx__mag__squared.html#gadf908e98be7417c5ad91050e60fd3ad4":[4,4,3,2], +"group__cmplx__mag__squared.html#gafdd1e838db0aef7ec201611883bd444c":[4,4,3,3], +"group__copy.html":[4,13,3], +"group__copy.html#ga5b800dc81ba021bc1fd09f6635ca7074":[4,13,3,2], +"group__copy.html#ga75f84220c0bf9d51bc99e378511bffa2":[4,13,3,0], +"group__copy.html#ga94c51fe2e82560ade3803787309c1282":[4,13,3,4], +"group__copy.html#ga9b947e38172ae7e5de780bed13a404fe":[4,13,3,5], +"group__copy.html#gaa6dfe9554ca61eb3d1eee498396bce88":[4,13,3,1], +"group__copy.html#gaeb9e8c16ec7fe1235e5610142400f15f":[4,13,3,3], +"group__cos.html":[4,7,1], +"group__cos.html#gace15287f9c64b9b4084d1c797d4c49d8":[4,7,1,0], +"group__cos.html#gad80f121949ef885a77d83ab36e002567":[4,7,1,2], +"group__cos.html#gadfd60c24def501638c0d5db20f4c869b":[4,7,1,1], +"group__divide.html":[4,7,2], +"group__divide.html#ga250c0a49bd2e42282f3296d51138a5cb":[4,7,2,1], +"group__divide.html#ga3d5bc8179cdfb12288d58d99d635e4cb":[4,7,2,0], +"group__f16__to__x.html":[4,13,4], +"group__f16__to__x.html#ga5a9b37b962ee47d40f3b6b98551e333f":[4,13,4,2], +"group__f16__to__x.html#ga65602866bb11a307a8e97dbb6047c38e":[4,13,4,0], +"group__f16__to__x.html#ga809b0be376f5cbfe044239cefe36d246":[4,13,4,1], +"group__f64__to__x.html":[4,13,5], +"group__f64__to__x.html#ga1081bb8209985684c5a0a0da76d35465":[4,13,5,0], +"group__f64__to__x.html#ga37257255709fddfa076cafbdcb0ac879":[4,13,5,2], +"group__f64__to__x.html#ga792e1ce02af64603d49babdede77a833":[4,13,5,4], +"group__f64__to__x.html#gabd3c0391a1626b106de4c6e5044d7341":[4,13,5,3], +"group__f64__to__x.html#gafb4fc70e74915258bdafbc4bc50005b8":[4,13,5,1], +"group__float__to__x.html":[4,13,7], +"group__float__to__x.html#ga5e0636b1fa9640c3e192108e0c747830":[4,13,7,0], +"group__float__to__x.html#ga63b7cef42a242f0be43376ba3380988d":[4,13,7,4], +"group__float__to__x.html#gaae21be47db707e79552f3e8221a48fb0":[4,13,7,3], +"group__float__to__x.html#gab44eb2fa9c8aa1051bd669e7b824f74f":[4,13,7,1], +"group__float__to__x.html#gac7696e64963e5051ebb950c88c6ba186":[4,13,7,2], +"group__genericTypes.html":[4,1], +"group__genericTypes.html#ga195096166e0a020c5b0aeee085cc3dc6":[4,1,25], +"group__genericTypes.html#ga1b0c76e5fd474cd1accac1cabcd32b81":[4,1,23], +"group__genericTypes.html#ga2f3c42bbc6af8d6605b359b16f39f68a":[4,1,14], +"group__genericTypes.html#ga320a091814ba9ff779d02ece8d21f176":[4,1,31], +"group__genericTypes.html#ga371e9c8d3915ece597e11ec70a9d3231":[4,1,33], +"group__genericTypes.html#ga38ce433794763f27a4c71a5a2ec025ff":[4,1,37], +"group__genericTypes.html#ga41062b2fa31a08ab7c5bb1d6b60b2924":[4,1,20], +"group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715":[4,1,8], +"group__genericTypes.html#ga4ae10a6dde9f54c9074a733f481677ba":[4,1,45], +"group__genericTypes.html#ga4e8ac500763bf83f06aeb0113ad297e6":[4,1,1], +"group__genericTypes.html#ga522d48f9efa674706cbdfea8036379af":[4,1,11], +"group__genericTypes.html#ga56b58ee03e4f65b8be19d79f653e3863":[4,1,2], +"group__genericTypes.html#ga5a2e6d25ddb5523307305c42189bf05d":[4,1,0], +"group__genericTypes.html#ga5aea1cb12fc02d9d44c8abf217eaa5c6":[4,1,30], +"group__genericTypes.html#ga5c6fe896b23b8bcdf05c98051207da6c":[4,1,19], +"group__genericTypes.html#ga5dfb59553bb3beda382d7e5596c45f74":[4,1,24], +"group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6":[4,1,48], +"group__genericTypes.html#ga6152321ab423278b4dd68365a9d39aaa":[4,1,38], +"group__genericTypes.html#ga627dde19e8863a3d375169bacbd1e2ee":[4,1,46], +"group__genericTypes.html#ga7cfc0b89d17a5a8d33a91ae81f223cdd":[4,1,28], +"group__genericTypes.html#ga7dd24ee10b1e85c9faefe2a21b4495b4":[4,1,42], +"group__genericTypes.html#ga81fec99b3da05c9f893c0d0e425f653f":[4,1,13], +"group__genericTypes.html#ga86812b3ac74040cf6be7800e1712b65f":[4,1,16], +"group__genericTypes.html#ga8e7a59684aa80c56a7728336f60c3b26":[4,1,41], +"group__genericTypes.html#ga9132508f4a1bffa18a203a4001a92df8":[4,1,12], +"group__genericTypes.html#ga915e90433fb41b8db1e0dfb621337c38":[4,1,5], +"group__genericTypes.html#ga93a1fec6f47d59f63147169b3b43f7a0":[4,1,26], +"group__genericTypes.html#ga9551824e9be8e0dd3d9be8a795122eea":[4,1,15], "group__genericTypes.html#ga956128b7a0d71442fb29cbcbecd71d71":[4,1,36], "group__genericTypes.html#ga9e7c6646a4aaba462ceeb94533de4d47":[4,1,44], "group__genericTypes.html#gaa15e56f60abf07562e7c24786aad8485":[4,1,34], @@ -88,166 +249,5 @@ var NAVTREEINDEX7 = "group__q15__to__x.html#ga837ce281d0e2d5fc445c48334307db19":[4,13,8,4], "group__q31__to__x.html":[4,13,9], "group__q31__to__x.html#ga19a9d023aca1f99abd5da6f13a42b6cf":[4,13,9,1], -"group__q31__to__x.html#ga53d188bae95b097762ff7d34d0e9c4ab":[4,13,9,0], -"group__q31__to__x.html#ga775f3a1996f00a8048c4b7acba2e0828":[4,13,9,2], -"group__q31__to__x.html#gabef5357eb3348b3b5b38915fffce8f3d":[4,13,9,3], -"group__q7__to__x.html":[4,13,10], -"group__q7__to__x.html#ga1023c3832ca6be3a6d17ef338cafa28b":[4,13,10,2], -"group__q7__to__x.html#ga3c73bfb98fc5a1b4f612264662d0549c":[4,13,10,3], -"group__q7__to__x.html#ga840d8a0e8499d02a54f459bb29f5d63c":[4,13,10,1], -"group__q7__to__x.html#gac9ca22ddf0dce6c9454c4b1167058263":[4,13,10,0], -"group__rbfsvm.html":[4,14,2], -"group__rbfsvm.html#ga1ea7dd56e7f1b57c8fa8fdc35e7c25d4":[4,14,2,1], -"group__rbfsvm.html#gab1beac152b7aee8b1d3e529840bcdc6d":[4,14,2,2], -"group__rbfsvm.html#gaf49fb51cf4d4d1194145171d9a461e10":[4,14,2,3], -"group__rbfsvm.html#gaf6e5166c12936eca15b600a756ce9954":[4,14,2,0], -"group__sigmoidsvm.html":[4,14,3], -"group__sigmoidsvm.html#ga0324dec8a4df680be60cd9e56497e979":[4,14,3,0], -"group__sigmoidsvm.html#ga1ecc44b7665915ab4e9dff99de9a3b20":[4,14,3,1], -"group__sigmoidsvm.html#ga36896050dfceb0c54e509f8ef918811a":[4,14,3,3], -"group__sigmoidsvm.html#gad8c9b17f2783cc5074e4597651affc50":[4,14,3,2], -"group__sin.html":[4,7,3], -"group__sin.html#ga1fc6d6640be6cfa688a8bea0a48397ee":[4,7,3,1], -"group__sin.html#ga57aade7d8892585992cdc6375bd82f9c":[4,7,3,2], -"group__sin.html#gae164899c4a3fc0e946dc5d55555fe541":[4,7,3,0], -"group__typecast.html":[4,13,0], -"group__typecast.html#ga115173d83e34db45fbcb1e59a75df3eb":[4,13,0,1], -"group__typecast.html#ga2b71fb95535871be17896f8d0f59e382":[4,13,0,0], -"group__variance.html":[4,12,13], -"group__variance.html#ga0ece08da589f4649bfa4c8445dc05132":[4,12,13,0], -"group__variance.html#ga87a07c87c1d85104de0ea4a3d017454c":[4,12,13,4], -"group__variance.html#gaae455544f0c8ac92469a1e25d3906515":[4,12,13,1], -"group__variance.html#gaef3ebc6401209c3f93749e08d341ab48":[4,12,13,3], -"group__variance.html#gaf6a59a8ac297499b1e6e5f439369ddf0":[4,12,13,2], -"group__vexp.html":[4,7,4], -"group__vexp.html#ga356e3a0e17fd9fdb1a79f9386f05b7be":[4,7,4,0], -"group__vexp.html#gaa2b569a40e82e69917f9560774f75a91":[4,7,4,1], -"group__vlog.html":[4,7,5], -"group__vlog.html#ga1a97d95af11d143b26334c8ff278443e":[4,7,5,1], -"group__vlog.html#ga35aac80d9cfc0b7b08382da2117772d1":[4,7,5,3], -"group__vlog.html#ga6773e6b0b5448e0e409931b4119271dc":[4,7,5,2], -"group__vlog.html#gad29d9e6edab1e2de5fcb1fc596758388":[4,7,5,0], -"group__weightedaverage.html":[4,13,11], -"group__weightedaverage.html#ga5109e2a8b99632973843d86bd7ad851b":[4,13,11,0], -"group__weightedaverage.html#gacb3c3c0baca35abeb83b8cb3554046ab":[4,13,11,1], -"index.html":[0], -"index.html":[], -"index.html#autotoc_md0":[0,0], -"index.html#autotoc_md1":[0,1], -"index.html#autotoc_md2":[0,1,0], -"index.html#autotoc_md3":[0,1,1], -"index.html#autotoc_md4":[0,7], -"index.html#autotoc_md5":[0,8], -"index.html#example":[0,3], -"index.html#license":[0,9], -"index.html#pack":[0,5], -"index.html#preprocessor":[0,6], -"index.html#toolchain":[0,4], -"index.html#using":[0,2], -"modules.html":[4], -"namespaceinner.html":[4,17,8,2,5,0], -"namespaceinner.html":[4,17,8,0,1,0], -"namespaceinner.html":[4,17,8,2,0,0], -"namespaceinner.html":[4,17,8,2,1,0], -"namespaceinner.html":[4,17,8,1,5], -"namespaceinner.html":[4,17,8,1,4,0], -"namespaceinner.html":[4,17,8,1,3,0], -"namespaceinner.html":[4,17,8,2,7], -"namespaceinner.html":[4,17,8,2,6,0], -"namespaceinner.html":[4,17,8,2,2,0], -"namespaceinner.html":[4,17,8,2,3,0], -"namespaceinner.html":[4,17,8,2,4,0], -"namespaceinner.html":[4,17,8,1,2,0], -"namespaceinner.html":[4,17,8,1,1,0], -"namespaceinner.html":[4,17,8,1,0,0], -"namespaceinner.html":[4,17,8,0,2], -"namespaceinner.html":[4,17,8,0,0,0], -"pages.html":[], -"rev_hist.html":[2], -"structarm__bilinear__interp__instance__f16.html":[5,0,9], -"structarm__bilinear__interp__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,9,1], -"structarm__bilinear__interp__instance__f16.html#a307b6a720f86f3eb920abfb6d6674816":[5,0,9,2], -"structarm__bilinear__interp__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,9,0], -"structarm__bilinear__interp__instance__f32.html":[5,0,10], -"structarm__bilinear__interp__instance__f32.html#a06a8244733dbefc4e6ee0ebc1d00808e":[5,0,10,2], -"structarm__bilinear__interp__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,10,1], -"structarm__bilinear__interp__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,10,0], -"structarm__bilinear__interp__instance__q15.html":[5,0,11], -"structarm__bilinear__interp__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,11,1], -"structarm__bilinear__interp__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,11,0], -"structarm__bilinear__interp__instance__q15.html#a57ab31eb3a635aefd6f6427de8c72fec":[5,0,11,2], -"structarm__bilinear__interp__instance__q31.html":[5,0,12], -"structarm__bilinear__interp__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,12,1], -"structarm__bilinear__interp__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,12,0], -"structarm__bilinear__interp__instance__q31.html#af4940b889057fcaf64ff9e8455fde37d":[5,0,12,2], -"structarm__bilinear__interp__instance__q7.html":[5,0,13], -"structarm__bilinear__interp__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,13,1], -"structarm__bilinear__interp__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,13,0], -"structarm__bilinear__interp__instance__q7.html#a9858e9eec18c487f148cbfaf8fa7d47e":[5,0,13,2], -"structarm__biquad__cas__df1__32x64__ins__q31.html":[5,0,14], -"structarm__biquad__cas__df1__32x64__ins__q31.html#a3615af038f56917909e0370c11bc2ec7":[5,0,14,0], -"structarm__biquad__cas__df1__32x64__ins__q31.html#a74050e9f36542bd56f4052381a82ae8f":[5,0,14,2], -"structarm__biquad__cas__df1__32x64__ins__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,14,1], -"structarm__biquad__cas__df1__32x64__ins__q31.html#adefeb77301cc04e4d7d22f323029d588":[5,0,14,3], -"structarm__biquad__cascade__df2T__instance__f16.html":[5,0,15], -"structarm__biquad__cascade__df2T__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a":[5,0,15,2], -"structarm__biquad__cascade__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7":[5,0,15,0], -"structarm__biquad__cascade__df2T__instance__f16.html#a80e92a7d5f62cc7657f544a05c1b4ca2":[5,0,15,1], -"structarm__biquad__cascade__df2T__instance__f32.html":[5,0,16], -"structarm__biquad__cascade__df2T__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,16,2], -"structarm__biquad__cascade__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7":[5,0,16,0], -"structarm__biquad__cascade__df2T__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,16,1], -"structarm__biquad__cascade__df2T__instance__f64.html":[5,0,17], -"structarm__biquad__cascade__df2T__instance__f64.html#a3615af038f56917909e0370c11bc2ec7":[5,0,17,0], -"structarm__biquad__cascade__df2T__instance__f64.html#adad49a8a7b229bd2c63e4fe53ce53d5c":[5,0,17,1], -"structarm__biquad__cascade__df2T__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6":[5,0,17,2], -"structarm__biquad__cascade__stereo__df2T__instance__f16.html":[5,0,18], -"structarm__biquad__cascade__stereo__df2T__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a":[5,0,18,2], -"structarm__biquad__cascade__stereo__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7":[5,0,18,0], -"structarm__biquad__cascade__stereo__df2T__instance__f16.html#a80e92a7d5f62cc7657f544a05c1b4ca2":[5,0,18,1], -"structarm__biquad__cascade__stereo__df2T__instance__f32.html":[5,0,19], -"structarm__biquad__cascade__stereo__df2T__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,19,2], -"structarm__biquad__cascade__stereo__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7":[5,0,19,0], -"structarm__biquad__cascade__stereo__df2T__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,19,1], -"structarm__biquad__casd__df1__inst__f16.html":[5,0,20], -"structarm__biquad__casd__df1__inst__f16.html#a23468c4fc9ae2a74b412f47094f6799a":[5,0,20,2], -"structarm__biquad__casd__df1__inst__f16.html#a80e92a7d5f62cc7657f544a05c1b4ca2":[5,0,20,1], -"structarm__biquad__casd__df1__inst__f16.html#aed9c8a6224cd149e8e12b17b25b9b767":[5,0,20,0], -"structarm__biquad__casd__df1__inst__f32.html":[5,0,21], -"structarm__biquad__casd__df1__inst__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,21,2], -"structarm__biquad__casd__df1__inst__f32.html#a39230f04a29d8321948e339633780442":[5,0,21,1], -"structarm__biquad__casd__df1__inst__f32.html#aed9c8a6224cd149e8e12b17b25b9b767":[5,0,21,0], -"structarm__biquad__casd__df1__inst__q15.html":[5,0,22], -"structarm__biquad__casd__df1__inst__q15.html#a3603cbf084938b6931bcb05dfe487f09":[5,0,22,2], -"structarm__biquad__casd__df1__inst__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,22,3], -"structarm__biquad__casd__df1__inst__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,22,1], -"structarm__biquad__casd__df1__inst__q15.html#af59c4ceb94f92d6613492b37e7c949de":[5,0,22,0], -"structarm__biquad__casd__df1__inst__q31.html":[5,0,23], -"structarm__biquad__casd__df1__inst__q31.html#a74050e9f36542bd56f4052381a82ae8f":[5,0,23,2], -"structarm__biquad__casd__df1__inst__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,23,1], -"structarm__biquad__casd__df1__inst__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,23,3], -"structarm__biquad__casd__df1__inst__q31.html#aed9c8a6224cd149e8e12b17b25b9b767":[5,0,23,0], -"structarm__cfft__instance__f16.html":[5,0,24], -"structarm__cfft__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6":[5,0,24,3], -"structarm__cfft__instance__f16.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,24,2], -"structarm__cfft__instance__f16.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,24,0], -"structarm__cfft__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,24,1], -"structarm__cfft__instance__f32.html":[5,0,25], -"structarm__cfft__instance__f32.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,25,2], -"structarm__cfft__instance__f32.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,25,0], -"structarm__cfft__instance__f32.html#a8292d9775f5c5472f59915649fe3b378":[5,0,25,3], -"structarm__cfft__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,25,1], -"structarm__cfft__instance__f64.html":[5,0,26], -"structarm__cfft__instance__f64.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,26,2], -"structarm__cfft__instance__f64.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,26,0], -"structarm__cfft__instance__f64.html#a8a6eddea3385b1fca85ccb9b956ec1a3":[5,0,26,3], -"structarm__cfft__instance__f64.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,26,1], -"structarm__cfft__instance__q15.html":[5,0,27], -"structarm__cfft__instance__q15.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,27,2], -"structarm__cfft__instance__q15.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,27,0], -"structarm__cfft__instance__q15.html#a7f19217cfa0370f9e518caa882265386":[5,0,27,3], -"structarm__cfft__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,27,1], -"structarm__cfft__instance__q31.html":[5,0,28], -"structarm__cfft__instance__q31.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,28,2], -"structarm__cfft__instance__q31.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,28,0] +"group__q31__to__x.html#ga53d188bae95b097762ff7d34d0e9c4ab":[4,13,9,0] }; diff --git a/main/navtreeindex8.js b/main/navtreeindex8.js index 09e6bde7..4d64db76 100644 --- a/main/navtreeindex8.js +++ b/main/navtreeindex8.js @@ -1,253 +1,253 @@ var NAVTREEINDEX8 = { -"structarm__cfft__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e":[5,0,28,3], -"structarm__cfft__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,28,1], -"structarm__cfft__radix2__instance__f16.html":[5,0,29], -"structarm__cfft__radix2__instance__f16.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,29,0], -"structarm__cfft__radix2__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6":[5,0,29,6], -"structarm__cfft__radix2__instance__f16.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,29,1], -"structarm__cfft__radix2__instance__f16.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,29,5], -"structarm__cfft__radix2__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8":[5,0,29,4], -"structarm__cfft__radix2__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,29,2], -"structarm__cfft__radix2__instance__f16.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,29,3], -"structarm__cfft__radix2__instance__f16.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,29,7], -"structarm__cfft__radix2__instance__f32.html":[5,0,30], -"structarm__cfft__radix2__instance__f32.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,30,0], -"structarm__cfft__radix2__instance__f32.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,30,1], -"structarm__cfft__radix2__instance__f32.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,30,5], -"structarm__cfft__radix2__instance__f32.html#a8292d9775f5c5472f59915649fe3b378":[5,0,30,6], -"structarm__cfft__radix2__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,30,2], -"structarm__cfft__radix2__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6":[5,0,30,4], -"structarm__cfft__radix2__instance__f32.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,30,3], -"structarm__cfft__radix2__instance__f32.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,30,7], -"structarm__cfft__radix2__instance__q15.html":[5,0,31], -"structarm__cfft__radix2__instance__q15.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,31,0], -"structarm__cfft__radix2__instance__q15.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,31,1], -"structarm__cfft__radix2__instance__q15.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,31,4], -"structarm__cfft__radix2__instance__q15.html#a7f19217cfa0370f9e518caa882265386":[5,0,31,5], -"structarm__cfft__radix2__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,31,2], -"structarm__cfft__radix2__instance__q15.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,31,3], -"structarm__cfft__radix2__instance__q15.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,31,6], -"structarm__cfft__radix2__instance__q31.html":[5,0,32], -"structarm__cfft__radix2__instance__q31.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,32,0], -"structarm__cfft__radix2__instance__q31.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,32,1], -"structarm__cfft__radix2__instance__q31.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,32,4], -"structarm__cfft__radix2__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e":[5,0,32,5], -"structarm__cfft__radix2__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,32,2], -"structarm__cfft__radix2__instance__q31.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,32,3], -"structarm__cfft__radix2__instance__q31.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,32,6], -"structarm__cfft__radix4__instance__f16.html":[5,0,33], -"structarm__cfft__radix4__instance__f16.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,33,0], -"structarm__cfft__radix4__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6":[5,0,33,6], -"structarm__cfft__radix4__instance__f16.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,33,1], -"structarm__cfft__radix4__instance__f16.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,33,5], -"structarm__cfft__radix4__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8":[5,0,33,4], -"structarm__cfft__radix4__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,33,2], -"structarm__cfft__radix4__instance__f16.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,33,3], -"structarm__cfft__radix4__instance__f16.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,33,7], -"structarm__cfft__radix4__instance__f32.html":[5,0,34], -"structarm__cfft__radix4__instance__f32.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,34,0], -"structarm__cfft__radix4__instance__f32.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,34,1], -"structarm__cfft__radix4__instance__f32.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,34,5], -"structarm__cfft__radix4__instance__f32.html#a8292d9775f5c5472f59915649fe3b378":[5,0,34,6], -"structarm__cfft__radix4__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,34,2], -"structarm__cfft__radix4__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6":[5,0,34,4], -"structarm__cfft__radix4__instance__f32.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,34,3], -"structarm__cfft__radix4__instance__f32.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,34,7], -"structarm__cfft__radix4__instance__q15.html":[5,0,35], -"structarm__cfft__radix4__instance__q15.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,35,0], -"structarm__cfft__radix4__instance__q15.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,35,1], -"structarm__cfft__radix4__instance__q15.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,35,4], -"structarm__cfft__radix4__instance__q15.html#a7f19217cfa0370f9e518caa882265386":[5,0,35,5], -"structarm__cfft__radix4__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,35,2], -"structarm__cfft__radix4__instance__q15.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,35,3], -"structarm__cfft__radix4__instance__q15.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,35,6], -"structarm__cfft__radix4__instance__q31.html":[5,0,36], -"structarm__cfft__radix4__instance__q31.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,36,0], -"structarm__cfft__radix4__instance__q31.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,36,1], -"structarm__cfft__radix4__instance__q31.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,36,4], -"structarm__cfft__radix4__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e":[5,0,36,5], -"structarm__cfft__radix4__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,36,2], -"structarm__cfft__radix4__instance__q31.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,36,3], -"structarm__cfft__radix4__instance__q31.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,36,6], -"structarm__dct4__instance__f32.html":[5,0,37], -"structarm__dct4__instance__f32.html#a1bf2ed86ef2c3dd83af606bb3f520f2a":[5,0,37,2], -"structarm__dct4__instance__f32.html#a37d49571fe35012087153c093705cd11":[5,0,37,0], -"structarm__dct4__instance__f32.html#a6978f973c110508f6086347c87eaea7a":[5,0,37,4], -"structarm__dct4__instance__f32.html#a8292d9775f5c5472f59915649fe3b378":[5,0,37,6], -"structarm__dct4__instance__f32.html#ab7bd4d374a1780dea50efd3e7ac220be":[5,0,37,3], -"structarm__dct4__instance__f32.html#ad4cd7c85eea3f7c5fff4630bbd979e6a":[5,0,37,5], -"structarm__dct4__instance__f32.html#afa64b1618089e35c2b55cff71cb29715":[5,0,37,1], -"structarm__dct4__instance__q15.html":[5,0,38], -"structarm__dct4__instance__q15.html#a37d49571fe35012087153c093705cd11":[5,0,38,0], -"structarm__dct4__instance__q15.html#a7f19217cfa0370f9e518caa882265386":[5,0,38,6], -"structarm__dct4__instance__q15.html#a86cbfbde15fcedaa49e2548f5fd85d95":[5,0,38,4], -"structarm__dct4__instance__q15.html#a8ba8c9fa75542dac82553fee982ccd3e":[5,0,38,2], -"structarm__dct4__instance__q15.html#ae0ac7c3a89699793fc0dac960db7f056":[5,0,38,3], -"structarm__dct4__instance__q15.html#aea6aa42c838f2b22c8c31e9e259b8d75":[5,0,38,5], -"structarm__dct4__instance__q15.html#afa64b1618089e35c2b55cff71cb29715":[5,0,38,1], -"structarm__dct4__instance__q31.html":[5,0,39], -"structarm__dct4__instance__q31.html#a0b1f4a05c1824bab3b9bd837a260232a":[5,0,39,3], -"structarm__dct4__instance__q31.html#a16c74f8496e1691e62da3c57e0c676eb":[5,0,39,5], -"structarm__dct4__instance__q31.html#a37d49571fe35012087153c093705cd11":[5,0,39,0], -"structarm__dct4__instance__q31.html#a3a2f571658a202a38fa508098001b47c":[5,0,39,2], -"structarm__dct4__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e":[5,0,39,6], -"structarm__dct4__instance__q31.html#aa974df00a55867c29876179e57f2ac7f":[5,0,39,4], -"structarm__dct4__instance__q31.html#afa64b1618089e35c2b55cff71cb29715":[5,0,39,1], -"structarm__fir__decimate__instance__f32.html":[5,0,40], -"structarm__fir__decimate__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,40,3], -"structarm__fir__decimate__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,40,2], -"structarm__fir__decimate__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,40,1], -"structarm__fir__decimate__instance__f32.html#ae2c8107d00d3c9942e7a20fc598edecf":[5,0,40,0], -"structarm__fir__decimate__instance__f64.html":[5,0,41], -"structarm__fir__decimate__instance__f64.html#a751941891e47f522a7f5375fe8990aac":[5,0,41,1], -"structarm__fir__decimate__instance__f64.html#adad49a8a7b229bd2c63e4fe53ce53d5c":[5,0,41,2], -"structarm__fir__decimate__instance__f64.html#ae2c8107d00d3c9942e7a20fc598edecf":[5,0,41,0], -"structarm__fir__decimate__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6":[5,0,41,3], -"structarm__fir__decimate__instance__q15.html":[5,0,42], -"structarm__fir__decimate__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,42,1], -"structarm__fir__decimate__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,42,3], -"structarm__fir__decimate__instance__q15.html#ae2c8107d00d3c9942e7a20fc598edecf":[5,0,42,0], -"structarm__fir__decimate__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,42,2], -"structarm__fir__decimate__instance__q31.html":[5,0,43], -"structarm__fir__decimate__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,43,1], -"structarm__fir__decimate__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,43,2], -"structarm__fir__decimate__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,43,3], -"structarm__fir__decimate__instance__q31.html#ae2c8107d00d3c9942e7a20fc598edecf":[5,0,43,0], -"structarm__fir__instance__f16.html":[5,0,44], -"structarm__fir__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a":[5,0,44,2], -"structarm__fir__instance__f16.html#a751941891e47f522a7f5375fe8990aac":[5,0,44,0], -"structarm__fir__instance__f16.html#a80e92a7d5f62cc7657f544a05c1b4ca2":[5,0,44,1], -"structarm__fir__instance__f32.html":[5,0,45], -"structarm__fir__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,45,2], -"structarm__fir__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,45,1], -"structarm__fir__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,45,0], -"structarm__fir__instance__f64.html":[5,0,46], -"structarm__fir__instance__f64.html#a751941891e47f522a7f5375fe8990aac":[5,0,46,0], -"structarm__fir__instance__f64.html#adad49a8a7b229bd2c63e4fe53ce53d5c":[5,0,46,1], -"structarm__fir__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6":[5,0,46,2], -"structarm__fir__instance__q15.html":[5,0,47], -"structarm__fir__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,47,0], -"structarm__fir__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,47,2], -"structarm__fir__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,47,1], -"structarm__fir__instance__q31.html":[5,0,48], -"structarm__fir__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,48,0], -"structarm__fir__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,48,1], -"structarm__fir__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,48,2], -"structarm__fir__instance__q7.html":[5,0,49], -"structarm__fir__instance__q7.html#a751941891e47f522a7f5375fe8990aac":[5,0,49,0], -"structarm__fir__instance__q7.html#aa8f67102521b620af6f259afdcf29785":[5,0,49,2], -"structarm__fir__instance__q7.html#abe82cb517dbe44d3938c3b38265870b2":[5,0,49,1], -"structarm__fir__interpolate__instance__f32.html":[5,0,50], -"structarm__fir__interpolate__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,50,3], -"structarm__fir__interpolate__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,50,1], -"structarm__fir__interpolate__instance__f32.html#a8f92bb07e0812f94679438cdf412b26a":[5,0,50,2], -"structarm__fir__interpolate__instance__f32.html#aee73cc056696e504430c53eaa9c58cf0":[5,0,50,0], -"structarm__fir__interpolate__instance__q15.html":[5,0,51], -"structarm__fir__interpolate__instance__q15.html#a8f92bb07e0812f94679438cdf412b26a":[5,0,51,2], -"structarm__fir__interpolate__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,51,3], -"structarm__fir__interpolate__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,51,1], -"structarm__fir__interpolate__instance__q15.html#aee73cc056696e504430c53eaa9c58cf0":[5,0,51,0], -"structarm__fir__interpolate__instance__q31.html":[5,0,52], -"structarm__fir__interpolate__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,52,1], -"structarm__fir__interpolate__instance__q31.html#a8f92bb07e0812f94679438cdf412b26a":[5,0,52,2], -"structarm__fir__interpolate__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,52,3], -"structarm__fir__interpolate__instance__q31.html#aee73cc056696e504430c53eaa9c58cf0":[5,0,52,0], -"structarm__fir__lattice__instance__f32.html":[5,0,53], -"structarm__fir__lattice__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,53,2], -"structarm__fir__lattice__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,53,1], -"structarm__fir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,53,0], -"structarm__fir__lattice__instance__q15.html":[5,0,54], -"structarm__fir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,54,0], -"structarm__fir__lattice__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,54,2], -"structarm__fir__lattice__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,54,1], -"structarm__fir__lattice__instance__q31.html":[5,0,55], -"structarm__fir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,55,0], -"structarm__fir__lattice__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,55,1], -"structarm__fir__lattice__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,55,2], -"structarm__fir__sparse__instance__f32.html":[5,0,56], -"structarm__fir__sparse__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,56,3], -"structarm__fir__sparse__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,56,2], -"structarm__fir__sparse__instance__f32.html#a566a0cb53437e48b9a3bf18e5b03d8aa":[5,0,56,5], -"structarm__fir__sparse__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,56,1], -"structarm__fir__sparse__instance__f32.html#ab25f4ee7550e6d92acff77ada283733f":[5,0,56,0], -"structarm__fir__sparse__instance__f32.html#adec00b3793ab4f08edfeb4ea6a9eb6e6":[5,0,56,4], -"structarm__fir__sparse__instance__q15.html":[5,0,57], -"structarm__fir__sparse__instance__q15.html#a566a0cb53437e48b9a3bf18e5b03d8aa":[5,0,57,5], -"structarm__fir__sparse__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,57,1], -"structarm__fir__sparse__instance__q15.html#ab25f4ee7550e6d92acff77ada283733f":[5,0,57,0], -"structarm__fir__sparse__instance__q15.html#adec00b3793ab4f08edfeb4ea6a9eb6e6":[5,0,57,4], -"structarm__fir__sparse__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,57,3], -"structarm__fir__sparse__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,57,2], -"structarm__fir__sparse__instance__q31.html":[5,0,58], -"structarm__fir__sparse__instance__q31.html#a566a0cb53437e48b9a3bf18e5b03d8aa":[5,0,58,5], -"structarm__fir__sparse__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,58,1], -"structarm__fir__sparse__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,58,2], -"structarm__fir__sparse__instance__q31.html#ab25f4ee7550e6d92acff77ada283733f":[5,0,58,0], -"structarm__fir__sparse__instance__q31.html#adec00b3793ab4f08edfeb4ea6a9eb6e6":[5,0,58,4], -"structarm__fir__sparse__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,58,3], -"structarm__fir__sparse__instance__q7.html":[5,0,59], -"structarm__fir__sparse__instance__q7.html#a566a0cb53437e48b9a3bf18e5b03d8aa":[5,0,59,5], -"structarm__fir__sparse__instance__q7.html#a751941891e47f522a7f5375fe8990aac":[5,0,59,1], -"structarm__fir__sparse__instance__q7.html#aa8f67102521b620af6f259afdcf29785":[5,0,59,3], -"structarm__fir__sparse__instance__q7.html#ab25f4ee7550e6d92acff77ada283733f":[5,0,59,0], -"structarm__fir__sparse__instance__q7.html#abe82cb517dbe44d3938c3b38265870b2":[5,0,59,2], -"structarm__fir__sparse__instance__q7.html#adec00b3793ab4f08edfeb4ea6a9eb6e6":[5,0,59,4], -"structarm__gaussian__naive__bayes__instance__f16.html":[5,0,60], -"structarm__gaussian__naive__bayes__instance__f16.html#a3e8f818ca8817326747ea17945c1751b":[5,0,60,1], -"structarm__gaussian__naive__bayes__instance__f16.html#a40aa206e9576a40e06c7eafbf881b49e":[5,0,60,2], -"structarm__gaussian__naive__bayes__instance__f16.html#a4551f17c68969bd504e9eb2745cfb38e":[5,0,60,0], -"structarm__gaussian__naive__bayes__instance__f16.html#a6c451b7a4776c42c20a475e6e673a16d":[5,0,60,3], -"structarm__gaussian__naive__bayes__instance__f16.html#a77e000dd719b33c501b58dca1e29278a":[5,0,60,4], -"structarm__gaussian__naive__bayes__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,60,5], -"structarm__gaussian__naive__bayes__instance__f32.html":[5,0,61], -"structarm__gaussian__naive__bayes__instance__f32.html#a3643f22834fcd6a940367776b7ef3674":[5,0,61,0], -"structarm__gaussian__naive__bayes__instance__f32.html#a40aa206e9576a40e06c7eafbf881b49e":[5,0,61,2], -"structarm__gaussian__naive__bayes__instance__f32.html#a42033b12e3779c533791e69d144bf8b0":[5,0,61,3], -"structarm__gaussian__naive__bayes__instance__f32.html#a60ddd36c1b1e0c25bc9d3e09e59c7d40":[5,0,61,4], -"structarm__gaussian__naive__bayes__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,61,5], -"structarm__gaussian__naive__bayes__instance__f32.html#ad2b99521268e7cfcceceb2a14dd8b9a1":[5,0,61,1], -"structarm__iir__lattice__instance__f32.html":[5,0,62], -"structarm__iir__lattice__instance__f32.html#a0f8815744fade9c580d44277ff802308":[5,0,62,3], -"structarm__iir__lattice__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,62,2], -"structarm__iir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,62,0], -"structarm__iir__lattice__instance__f32.html#a994889c5c4a866c50a0ee63326378816":[5,0,62,1], -"structarm__iir__lattice__instance__q15.html":[5,0,63], -"structarm__iir__lattice__instance__q15.html#a12497c299b0341c18d497f8ab3465084":[5,0,63,1], -"structarm__iir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,63,0], -"structarm__iir__lattice__instance__q15.html#a52866ed127c7b2a8a102e2ed1a2ebab8":[5,0,63,3], -"structarm__iir__lattice__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,63,2], -"structarm__iir__lattice__instance__q31.html":[5,0,64], -"structarm__iir__lattice__instance__q31.html#a3d7de56fe9de3458f033a64f14407533":[5,0,64,3], -"structarm__iir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,64,0], -"structarm__iir__lattice__instance__q31.html#a9d45339bf841bf86aec57be5f70d2b01":[5,0,64,1], -"structarm__iir__lattice__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,64,2], -"structarm__linear__interp__instance__f16.html":[5,0,65], -"structarm__linear__interp__instance__f16.html#a2ea653b0599388e9a72ebab9841707ba":[5,0,65,0], -"structarm__linear__interp__instance__f16.html#a3ca98ab12e8278b03be58cd48cdbdbab":[5,0,65,3], -"structarm__linear__interp__instance__f16.html#a4f7ecfee28de250d7bb9e73f669a467c":[5,0,65,2], -"structarm__linear__interp__instance__f16.html#a593426daa071e6a9c4ee445987b41416":[5,0,65,1], -"structarm__linear__interp__instance__f32.html":[5,0,66], -"structarm__linear__interp__instance__f32.html#a08675584bb57fc42bbb3739c13674346":[5,0,66,3], -"structarm__linear__interp__instance__f32.html#a2ea653b0599388e9a72ebab9841707ba":[5,0,66,0], -"structarm__linear__interp__instance__f32.html#a795ed79ea4c18d52afe5eb5e868e1c5a":[5,0,66,2], -"structarm__linear__interp__instance__f32.html#ae3054fab496d16e3d6aed36af5676316":[5,0,66,1], -"structarm__lms__instance__f32.html":[5,0,67], -"structarm__lms__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2":[5,0,67,0], -"structarm__lms__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,67,3], -"structarm__lms__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,67,1], -"structarm__lms__instance__f32.html#aacbb8dd8eeba4b21fc2bb40076405ee3":[5,0,67,2], -"structarm__lms__instance__q15.html":[5,0,68], -"structarm__lms__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,68,1], -"structarm__lms__instance__q15.html#a7ca181a37f714d174445f486bebce26f":[5,0,68,2], -"structarm__lms__instance__q15.html#aa2cacddfc5e1d86905d7d31a18b1979b":[5,0,68,3], -"structarm__lms__instance__q15.html#aab4745770bd667de040227eec1b5ff8d":[5,0,68,0], -"structarm__lms__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,68,4], -"structarm__lms__instance__q31.html":[5,0,69], -"structarm__lms__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577":[5,0,69,0], -"structarm__lms__instance__q31.html#a68888e36167d81cb7836db10367a1682":[5,0,69,2], -"structarm__lms__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,69,1], -"structarm__lms__instance__q31.html#aa2cacddfc5e1d86905d7d31a18b1979b":[5,0,69,3], -"structarm__lms__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,69,4], -"structarm__lms__norm__instance__f32.html":[5,0,70] +"group__q31__to__x.html#ga775f3a1996f00a8048c4b7acba2e0828":[4,13,9,2], +"group__q31__to__x.html#gabef5357eb3348b3b5b38915fffce8f3d":[4,13,9,3], +"group__q7__to__x.html":[4,13,10], +"group__q7__to__x.html#ga1023c3832ca6be3a6d17ef338cafa28b":[4,13,10,2], +"group__q7__to__x.html#ga3c73bfb98fc5a1b4f612264662d0549c":[4,13,10,3], +"group__q7__to__x.html#ga840d8a0e8499d02a54f459bb29f5d63c":[4,13,10,1], +"group__q7__to__x.html#gac9ca22ddf0dce6c9454c4b1167058263":[4,13,10,0], +"group__rbfsvm.html":[4,14,2], +"group__rbfsvm.html#ga1ea7dd56e7f1b57c8fa8fdc35e7c25d4":[4,14,2,1], +"group__rbfsvm.html#gab1beac152b7aee8b1d3e529840bcdc6d":[4,14,2,2], +"group__rbfsvm.html#gaf49fb51cf4d4d1194145171d9a461e10":[4,14,2,3], +"group__rbfsvm.html#gaf6e5166c12936eca15b600a756ce9954":[4,14,2,0], +"group__sigmoidsvm.html":[4,14,3], +"group__sigmoidsvm.html#ga0324dec8a4df680be60cd9e56497e979":[4,14,3,0], +"group__sigmoidsvm.html#ga1ecc44b7665915ab4e9dff99de9a3b20":[4,14,3,1], +"group__sigmoidsvm.html#ga36896050dfceb0c54e509f8ef918811a":[4,14,3,3], +"group__sigmoidsvm.html#gad8c9b17f2783cc5074e4597651affc50":[4,14,3,2], +"group__sin.html":[4,7,3], +"group__sin.html#ga1fc6d6640be6cfa688a8bea0a48397ee":[4,7,3,1], +"group__sin.html#ga57aade7d8892585992cdc6375bd82f9c":[4,7,3,2], +"group__sin.html#gae164899c4a3fc0e946dc5d55555fe541":[4,7,3,0], +"group__typecast.html":[4,13,0], +"group__typecast.html#ga115173d83e34db45fbcb1e59a75df3eb":[4,13,0,1], +"group__typecast.html#ga2b71fb95535871be17896f8d0f59e382":[4,13,0,0], +"group__variance.html":[4,12,13], +"group__variance.html#ga0ece08da589f4649bfa4c8445dc05132":[4,12,13,0], +"group__variance.html#ga87a07c87c1d85104de0ea4a3d017454c":[4,12,13,4], +"group__variance.html#gaae455544f0c8ac92469a1e25d3906515":[4,12,13,1], +"group__variance.html#gaef3ebc6401209c3f93749e08d341ab48":[4,12,13,3], +"group__variance.html#gaf6a59a8ac297499b1e6e5f439369ddf0":[4,12,13,2], +"group__vexp.html":[4,7,4], +"group__vexp.html#ga356e3a0e17fd9fdb1a79f9386f05b7be":[4,7,4,0], +"group__vexp.html#gaa2b569a40e82e69917f9560774f75a91":[4,7,4,1], +"group__vlog.html":[4,7,5], +"group__vlog.html#ga1a97d95af11d143b26334c8ff278443e":[4,7,5,1], +"group__vlog.html#ga35aac80d9cfc0b7b08382da2117772d1":[4,7,5,3], +"group__vlog.html#ga6773e6b0b5448e0e409931b4119271dc":[4,7,5,2], +"group__vlog.html#gad29d9e6edab1e2de5fcb1fc596758388":[4,7,5,0], +"group__weightedaverage.html":[4,13,11], +"group__weightedaverage.html#ga5109e2a8b99632973843d86bd7ad851b":[4,13,11,0], +"group__weightedaverage.html#gacb3c3c0baca35abeb83b8cb3554046ab":[4,13,11,1], +"index.html":[], +"index.html":[0], +"index.html#autotoc_md0":[0,0], +"index.html#autotoc_md1":[0,1], +"index.html#autotoc_md2":[0,1,0], +"index.html#autotoc_md3":[0,1,1], +"index.html#autotoc_md4":[0,7], +"index.html#autotoc_md5":[0,8], +"index.html#example":[0,3], +"index.html#license":[0,9], +"index.html#pack":[0,5], +"index.html#preprocessor":[0,6], +"index.html#toolchain":[0,4], +"index.html#using":[0,2], +"modules.html":[4], +"namespaceinner.html":[4,17,8,1,4,0], +"namespaceinner.html":[4,17,8,2,11,0], +"namespaceinner.html":[4,17,8,1,5,0], +"namespaceinner.html":[4,17,8,1,3,0], +"namespaceinner.html":[4,17,8,1,2,0], +"namespaceinner.html":[4,17,8,1,1,0], +"namespaceinner.html":[4,17,8,1,0,0], +"namespaceinner.html":[4,17,8,0,1,0], +"namespaceinner.html":[4,17,8,0,0,0], +"namespaceinner.html":[4,17,8,1,6,0], +"namespaceinner.html":[4,17,8,1,7,0], +"namespaceinner.html":[4,17,8,1,8,0], +"namespaceinner.html":[4,17,8,2,0,0], +"namespaceinner.html":[4,17,8,2,1,0], +"namespaceinner.html":[4,17,8,2,2,0], +"namespaceinner.html":[4,17,8,2,3,0], +"namespaceinner.html":[4,17,8,2,4,0], +"namespaceinner.html":[4,17,8,2,5,0], +"namespaceinner.html":[4,17,8,2,6,0], +"namespaceinner.html":[4,17,8,2,7,0], +"namespaceinner.html":[4,17,8,2,8,0], +"namespaceinner.html":[4,17,8,2,9,0], +"namespaceinner.html":[4,17,8,2,10,0], +"namespaceinner.html":[4,17,8,2,12,0], +"pages.html":[], +"rev_hist.html":[2], +"structarm__bilinear__interp__instance__f16.html":[5,0,10], +"structarm__bilinear__interp__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,10,1], +"structarm__bilinear__interp__instance__f16.html#a307b6a720f86f3eb920abfb6d6674816":[5,0,10,2], +"structarm__bilinear__interp__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,10,0], +"structarm__bilinear__interp__instance__f32.html":[5,0,11], +"structarm__bilinear__interp__instance__f32.html#a06a8244733dbefc4e6ee0ebc1d00808e":[5,0,11,2], +"structarm__bilinear__interp__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,11,1], +"structarm__bilinear__interp__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,11,0], +"structarm__bilinear__interp__instance__q15.html":[5,0,12], +"structarm__bilinear__interp__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,12,1], +"structarm__bilinear__interp__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,12,0], +"structarm__bilinear__interp__instance__q15.html#a57ab31eb3a635aefd6f6427de8c72fec":[5,0,12,2], +"structarm__bilinear__interp__instance__q31.html":[5,0,13], +"structarm__bilinear__interp__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,13,1], +"structarm__bilinear__interp__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,13,0], +"structarm__bilinear__interp__instance__q31.html#af4940b889057fcaf64ff9e8455fde37d":[5,0,13,2], +"structarm__bilinear__interp__instance__q7.html":[5,0,14], +"structarm__bilinear__interp__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,14,1], +"structarm__bilinear__interp__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,14,0], +"structarm__bilinear__interp__instance__q7.html#a9858e9eec18c487f148cbfaf8fa7d47e":[5,0,14,2], +"structarm__biquad__cas__df1__32x64__ins__q31.html":[5,0,15], +"structarm__biquad__cas__df1__32x64__ins__q31.html#a3615af038f56917909e0370c11bc2ec7":[5,0,15,0], +"structarm__biquad__cas__df1__32x64__ins__q31.html#a74050e9f36542bd56f4052381a82ae8f":[5,0,15,2], +"structarm__biquad__cas__df1__32x64__ins__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,15,1], +"structarm__biquad__cas__df1__32x64__ins__q31.html#adefeb77301cc04e4d7d22f323029d588":[5,0,15,3], +"structarm__biquad__cascade__df2T__instance__f16.html":[5,0,16], +"structarm__biquad__cascade__df2T__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a":[5,0,16,2], +"structarm__biquad__cascade__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7":[5,0,16,0], +"structarm__biquad__cascade__df2T__instance__f16.html#a80e92a7d5f62cc7657f544a05c1b4ca2":[5,0,16,1], +"structarm__biquad__cascade__df2T__instance__f32.html":[5,0,17], +"structarm__biquad__cascade__df2T__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,17,2], +"structarm__biquad__cascade__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7":[5,0,17,0], +"structarm__biquad__cascade__df2T__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,17,1], +"structarm__biquad__cascade__df2T__instance__f64.html":[5,0,18], +"structarm__biquad__cascade__df2T__instance__f64.html#a3615af038f56917909e0370c11bc2ec7":[5,0,18,0], +"structarm__biquad__cascade__df2T__instance__f64.html#adad49a8a7b229bd2c63e4fe53ce53d5c":[5,0,18,1], +"structarm__biquad__cascade__df2T__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6":[5,0,18,2], +"structarm__biquad__cascade__stereo__df2T__instance__f16.html":[5,0,19], +"structarm__biquad__cascade__stereo__df2T__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a":[5,0,19,2], +"structarm__biquad__cascade__stereo__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7":[5,0,19,0], +"structarm__biquad__cascade__stereo__df2T__instance__f16.html#a80e92a7d5f62cc7657f544a05c1b4ca2":[5,0,19,1], +"structarm__biquad__cascade__stereo__df2T__instance__f32.html":[5,0,20], +"structarm__biquad__cascade__stereo__df2T__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,20,2], +"structarm__biquad__cascade__stereo__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7":[5,0,20,0], +"structarm__biquad__cascade__stereo__df2T__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,20,1], +"structarm__biquad__casd__df1__inst__f16.html":[5,0,21], +"structarm__biquad__casd__df1__inst__f16.html#a23468c4fc9ae2a74b412f47094f6799a":[5,0,21,2], +"structarm__biquad__casd__df1__inst__f16.html#a80e92a7d5f62cc7657f544a05c1b4ca2":[5,0,21,1], +"structarm__biquad__casd__df1__inst__f16.html#aed9c8a6224cd149e8e12b17b25b9b767":[5,0,21,0], +"structarm__biquad__casd__df1__inst__f32.html":[5,0,22], +"structarm__biquad__casd__df1__inst__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,22,2], +"structarm__biquad__casd__df1__inst__f32.html#a39230f04a29d8321948e339633780442":[5,0,22,1], +"structarm__biquad__casd__df1__inst__f32.html#aed9c8a6224cd149e8e12b17b25b9b767":[5,0,22,0], +"structarm__biquad__casd__df1__inst__q15.html":[5,0,23], +"structarm__biquad__casd__df1__inst__q15.html#a3603cbf084938b6931bcb05dfe487f09":[5,0,23,2], +"structarm__biquad__casd__df1__inst__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,23,3], +"structarm__biquad__casd__df1__inst__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,23,1], +"structarm__biquad__casd__df1__inst__q15.html#af59c4ceb94f92d6613492b37e7c949de":[5,0,23,0], +"structarm__biquad__casd__df1__inst__q31.html":[5,0,24], +"structarm__biquad__casd__df1__inst__q31.html#a74050e9f36542bd56f4052381a82ae8f":[5,0,24,2], +"structarm__biquad__casd__df1__inst__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,24,1], +"structarm__biquad__casd__df1__inst__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,24,3], +"structarm__biquad__casd__df1__inst__q31.html#aed9c8a6224cd149e8e12b17b25b9b767":[5,0,24,0], +"structarm__cfft__instance__f16.html":[5,0,25], +"structarm__cfft__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6":[5,0,25,3], +"structarm__cfft__instance__f16.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,25,2], +"structarm__cfft__instance__f16.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,25,0], +"structarm__cfft__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,25,1], +"structarm__cfft__instance__f32.html":[5,0,26], +"structarm__cfft__instance__f32.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,26,2], +"structarm__cfft__instance__f32.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,26,0], +"structarm__cfft__instance__f32.html#a8292d9775f5c5472f59915649fe3b378":[5,0,26,3], +"structarm__cfft__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,26,1], +"structarm__cfft__instance__f64.html":[5,0,27], +"structarm__cfft__instance__f64.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,27,2], +"structarm__cfft__instance__f64.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,27,0], +"structarm__cfft__instance__f64.html#a8a6eddea3385b1fca85ccb9b956ec1a3":[5,0,27,3], +"structarm__cfft__instance__f64.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,27,1], +"structarm__cfft__instance__q15.html":[5,0,28], +"structarm__cfft__instance__q15.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,28,2], +"structarm__cfft__instance__q15.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,28,0], +"structarm__cfft__instance__q15.html#a7f19217cfa0370f9e518caa882265386":[5,0,28,3], +"structarm__cfft__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,28,1], +"structarm__cfft__instance__q31.html":[5,0,29], +"structarm__cfft__instance__q31.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,29,2], +"structarm__cfft__instance__q31.html#a65e1b3e327b8fab9404287ed8f347cc8":[5,0,29,0], +"structarm__cfft__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e":[5,0,29,3], +"structarm__cfft__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,29,1], +"structarm__cfft__radix2__instance__f16.html":[5,0,30], +"structarm__cfft__radix2__instance__f16.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,30,0], +"structarm__cfft__radix2__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6":[5,0,30,6], +"structarm__cfft__radix2__instance__f16.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,30,1], +"structarm__cfft__radix2__instance__f16.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,30,5], +"structarm__cfft__radix2__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8":[5,0,30,4], +"structarm__cfft__radix2__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,30,2], +"structarm__cfft__radix2__instance__f16.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,30,3], +"structarm__cfft__radix2__instance__f16.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,30,7], +"structarm__cfft__radix2__instance__f32.html":[5,0,31], +"structarm__cfft__radix2__instance__f32.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,31,0], +"structarm__cfft__radix2__instance__f32.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,31,1], +"structarm__cfft__radix2__instance__f32.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,31,5], +"structarm__cfft__radix2__instance__f32.html#a8292d9775f5c5472f59915649fe3b378":[5,0,31,6], +"structarm__cfft__radix2__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,31,2], +"structarm__cfft__radix2__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6":[5,0,31,4], +"structarm__cfft__radix2__instance__f32.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,31,3], +"structarm__cfft__radix2__instance__f32.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,31,7], +"structarm__cfft__radix2__instance__q15.html":[5,0,32], +"structarm__cfft__radix2__instance__q15.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,32,0], +"structarm__cfft__radix2__instance__q15.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,32,1], +"structarm__cfft__radix2__instance__q15.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,32,4], +"structarm__cfft__radix2__instance__q15.html#a7f19217cfa0370f9e518caa882265386":[5,0,32,5], +"structarm__cfft__radix2__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,32,2], +"structarm__cfft__radix2__instance__q15.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,32,3], +"structarm__cfft__radix2__instance__q15.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,32,6], +"structarm__cfft__radix2__instance__q31.html":[5,0,33], +"structarm__cfft__radix2__instance__q31.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,33,0], +"structarm__cfft__radix2__instance__q31.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,33,1], +"structarm__cfft__radix2__instance__q31.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,33,4], +"structarm__cfft__radix2__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e":[5,0,33,5], +"structarm__cfft__radix2__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,33,2], +"structarm__cfft__radix2__instance__q31.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,33,3], +"structarm__cfft__radix2__instance__q31.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,33,6], +"structarm__cfft__radix4__instance__f16.html":[5,0,34], +"structarm__cfft__radix4__instance__f16.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,34,0], +"structarm__cfft__radix4__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6":[5,0,34,6], +"structarm__cfft__radix4__instance__f16.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,34,1], +"structarm__cfft__radix4__instance__f16.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,34,5], +"structarm__cfft__radix4__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8":[5,0,34,4], +"structarm__cfft__radix4__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,34,2], +"structarm__cfft__radix4__instance__f16.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,34,3], +"structarm__cfft__radix4__instance__f16.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,34,7], +"structarm__cfft__radix4__instance__f32.html":[5,0,35], +"structarm__cfft__radix4__instance__f32.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,35,0], +"structarm__cfft__radix4__instance__f32.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,35,1], +"structarm__cfft__radix4__instance__f32.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,35,5], +"structarm__cfft__radix4__instance__f32.html#a8292d9775f5c5472f59915649fe3b378":[5,0,35,6], +"structarm__cfft__radix4__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,35,2], +"structarm__cfft__radix4__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6":[5,0,35,4], +"structarm__cfft__radix4__instance__f32.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,35,3], +"structarm__cfft__radix4__instance__f32.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,35,7], +"structarm__cfft__radix4__instance__q15.html":[5,0,36], +"structarm__cfft__radix4__instance__q15.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,36,0], +"structarm__cfft__radix4__instance__q15.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,36,1], +"structarm__cfft__radix4__instance__q15.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,36,4], +"structarm__cfft__radix4__instance__q15.html#a7f19217cfa0370f9e518caa882265386":[5,0,36,5], +"structarm__cfft__radix4__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,36,2], +"structarm__cfft__radix4__instance__q15.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,36,3], +"structarm__cfft__radix4__instance__q15.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,36,6], +"structarm__cfft__radix4__instance__q31.html":[5,0,37], +"structarm__cfft__radix4__instance__q31.html#a09a221a818c6d0e064557a99e2fe9a8b":[5,0,37,0], +"structarm__cfft__radix4__instance__q31.html#a33386d95319dc3ee7097b3a8e52e01ec":[5,0,37,1], +"structarm__cfft__radix4__instance__q31.html#a3b229432d381b0a511a9cdbe3aa74e78":[5,0,37,4], +"structarm__cfft__radix4__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e":[5,0,37,5], +"structarm__cfft__radix4__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a":[5,0,37,2], +"structarm__cfft__radix4__instance__q31.html#ad6ca6e223f986ebfd94c5ee1e410aa73":[5,0,37,3], +"structarm__cfft__radix4__instance__q31.html#afe772e5b5001c9d8e85032115a8df5bf":[5,0,37,6], +"structarm__dct4__instance__f32.html":[5,0,38], +"structarm__dct4__instance__f32.html#a1bf2ed86ef2c3dd83af606bb3f520f2a":[5,0,38,2], +"structarm__dct4__instance__f32.html#a37d49571fe35012087153c093705cd11":[5,0,38,0], +"structarm__dct4__instance__f32.html#a6978f973c110508f6086347c87eaea7a":[5,0,38,4], +"structarm__dct4__instance__f32.html#a8292d9775f5c5472f59915649fe3b378":[5,0,38,6], +"structarm__dct4__instance__f32.html#ab7bd4d374a1780dea50efd3e7ac220be":[5,0,38,3], +"structarm__dct4__instance__f32.html#ad4cd7c85eea3f7c5fff4630bbd979e6a":[5,0,38,5], +"structarm__dct4__instance__f32.html#afa64b1618089e35c2b55cff71cb29715":[5,0,38,1], +"structarm__dct4__instance__q15.html":[5,0,39], +"structarm__dct4__instance__q15.html#a37d49571fe35012087153c093705cd11":[5,0,39,0], +"structarm__dct4__instance__q15.html#a7f19217cfa0370f9e518caa882265386":[5,0,39,6], +"structarm__dct4__instance__q15.html#a86cbfbde15fcedaa49e2548f5fd85d95":[5,0,39,4] }; diff --git a/main/navtreeindex9.js b/main/navtreeindex9.js index 7cc55a38..f5a365d9 100644 --- a/main/navtreeindex9.js +++ b/main/navtreeindex9.js @@ -1,204 +1,253 @@ var NAVTREEINDEX9 = { -"structarm__lms__norm__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2":[5,0,70,1], -"structarm__lms__norm__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,70,4], -"structarm__lms__norm__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,70,2], -"structarm__lms__norm__instance__f32.html#aacbb8dd8eeba4b21fc2bb40076405ee3":[5,0,70,3], -"structarm__lms__norm__instance__f32.html#ab56b6f83c5b324c3ef620474b6e5a6e1":[5,0,70,5], -"structarm__lms__norm__instance__f32.html#ae1ed544b72f1510ed55d144a9424fddd":[5,0,70,0], -"structarm__lms__norm__instance__q15.html":[5,0,71], -"structarm__lms__norm__instance__q15.html#a3c975fed200b19723a2ed11efccca6cd":[5,0,71,7], -"structarm__lms__norm__instance__q15.html#a74050e9f36542bd56f4052381a82ae8f":[5,0,71,4], -"structarm__lms__norm__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,71,2], -"structarm__lms__norm__instance__q15.html#a7ca181a37f714d174445f486bebce26f":[5,0,71,3], -"structarm__lms__norm__instance__q15.html#aab4745770bd667de040227eec1b5ff8d":[5,0,71,1], -"structarm__lms__norm__instance__q15.html#adb208045a3bf521f9522f574dc76dff3":[5,0,71,6], -"structarm__lms__norm__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,71,5], -"structarm__lms__norm__instance__q15.html#ae7a8ccabc82348f6742ca7a2b3da2a41":[5,0,71,0], -"structarm__lms__norm__instance__q31.html":[5,0,72], -"structarm__lms__norm__instance__q31.html#a012fee0f71095d2557bb633e73ef7355":[5,0,72,0], -"structarm__lms__norm__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577":[5,0,72,1], -"structarm__lms__norm__instance__q31.html#a68888e36167d81cb7836db10367a1682":[5,0,72,3], -"structarm__lms__norm__instance__q31.html#a74050e9f36542bd56f4052381a82ae8f":[5,0,72,4], -"structarm__lms__norm__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,72,2], -"structarm__lms__norm__instance__q31.html#a973b8350a0c7b113a5f002bc0b86bf76":[5,0,72,7], -"structarm__lms__norm__instance__q31.html#ac2e860f11b18d416a6b9aeb4660694dc":[5,0,72,6], -"structarm__lms__norm__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,72,5], -"structarm__matrix__instance__f16.html":[5,0,73], -"structarm__matrix__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,73,1], -"structarm__matrix__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,73,0], -"structarm__matrix__instance__f16.html#abcbab5a68f46d0b548a363a0b6c8b261":[5,0,73,2], -"structarm__matrix__instance__f32.html":[5,0,74], -"structarm__matrix__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,74,1], -"structarm__matrix__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,74,0], -"structarm__matrix__instance__f32.html#af5c3a2f15c98850cdcfbe6f87e5ac5df":[5,0,74,2], -"structarm__matrix__instance__f64.html":[5,0,75], -"structarm__matrix__instance__f64.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,75,1], -"structarm__matrix__instance__f64.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,75,0], -"structarm__matrix__instance__f64.html#aa7a4c9839c31e933360ef3a3167b9877":[5,0,75,2], -"structarm__matrix__instance__q15.html":[5,0,76], -"structarm__matrix__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,76,1], -"structarm__matrix__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,76,0], -"structarm__matrix__instance__q15.html#a817ede38365e63e561a12069c6c5c087":[5,0,76,2], -"structarm__matrix__instance__q31.html":[5,0,77], -"structarm__matrix__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,77,1], -"structarm__matrix__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,77,0], -"structarm__matrix__instance__q31.html#ad296f76577326ff280726323536eed6d":[5,0,77,2], -"structarm__matrix__instance__q7.html":[5,0,78], -"structarm__matrix__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,78,1], -"structarm__matrix__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,78,0], -"structarm__matrix__instance__q7.html#afde7546ea2ec5df9fe42fb04d128a016":[5,0,78,2], -"structarm__merge__sort__instance__f32.html":[5,0,79], -"structarm__merge__sort__instance__f32.html#a9b67a1e090a51749b3485e0e078314a0":[5,0,79,0], -"structarm__merge__sort__instance__f32.html#ac6f3976ef6b482e4c2b4a865bb362518":[5,0,79,1], -"structarm__mfcc__instance__f16.html":[5,0,80], -"structarm__mfcc__instance__f16.html#a13e9ec26f0771670bc9e3802b8d774d3":[5,0,80,1], -"structarm__mfcc__instance__f16.html#a3e37d561da6f86c8f7b6ed9c3d28c11a":[5,0,80,7], -"structarm__mfcc__instance__f16.html#a42d2ba7cf9c1d3606860005eb5de8026":[5,0,80,0], -"structarm__mfcc__instance__f16.html#a4bf2fc236988cf1e39f7b3efbd0a1797":[5,0,80,4], -"structarm__mfcc__instance__f16.html#a8ac2a63296ee4e08bb019bf75f66f7d0":[5,0,80,6], -"structarm__mfcc__instance__f16.html#a92fa17569af954a83e7d76d88693ecc6":[5,0,80,3], -"structarm__mfcc__instance__f16.html#acfacbcf8d50f063823b8097880bc9485":[5,0,80,5], -"structarm__mfcc__instance__f16.html#ad5e5aff68fbc05cb8ab468dce6cfe915":[5,0,80,2], -"structarm__mfcc__instance__f32.html":[5,0,81], -"structarm__mfcc__instance__f32.html#a13e9ec26f0771670bc9e3802b8d774d3":[5,0,81,1], -"structarm__mfcc__instance__f32.html#a4a698086e918a056cb7175569c59cb61":[5,0,81,7], -"structarm__mfcc__instance__f32.html#a4bf2fc236988cf1e39f7b3efbd0a1797":[5,0,81,4], -"structarm__mfcc__instance__f32.html#a5dfb2cf763294de0b95c7a3a2cf8fbe1":[5,0,81,2], -"structarm__mfcc__instance__f32.html#a8026013bc0810af2b1db606041228cca":[5,0,81,0], -"structarm__mfcc__instance__f32.html#a8ac2a63296ee4e08bb019bf75f66f7d0":[5,0,81,6], -"structarm__mfcc__instance__f32.html#a92fa17569af954a83e7d76d88693ecc6":[5,0,81,3], -"structarm__mfcc__instance__f32.html#acfacbcf8d50f063823b8097880bc9485":[5,0,81,5], -"structarm__mfcc__instance__q15.html":[5,0,82], -"structarm__mfcc__instance__q15.html#a13e9ec26f0771670bc9e3802b8d774d3":[5,0,82,1], -"structarm__mfcc__instance__q15.html#a2bca8826d8bccd175c29c47367bdef2b":[5,0,82,0], -"structarm__mfcc__instance__q15.html#a4bf2fc236988cf1e39f7b3efbd0a1797":[5,0,82,4], -"structarm__mfcc__instance__q15.html#a8ac2a63296ee4e08bb019bf75f66f7d0":[5,0,82,6], -"structarm__mfcc__instance__q15.html#a8be8e70eb1e8f3ecf297c39d6bedafc9":[5,0,82,2], -"structarm__mfcc__instance__q15.html#a92fa17569af954a83e7d76d88693ecc6":[5,0,82,3], -"structarm__mfcc__instance__q15.html#acfacbcf8d50f063823b8097880bc9485":[5,0,82,5], -"structarm__mfcc__instance__q15.html#af4dfc8960dea69fe00bf6018eb70eb5a":[5,0,82,7], -"structarm__mfcc__instance__q31.html":[5,0,83], -"structarm__mfcc__instance__q31.html#a13e9ec26f0771670bc9e3802b8d774d3":[5,0,83,1], -"structarm__mfcc__instance__q31.html#a1fc91e7ce8c2582d9e142ff25ca3c8ca":[5,0,83,7], -"structarm__mfcc__instance__q31.html#a4bf2fc236988cf1e39f7b3efbd0a1797":[5,0,83,4], -"structarm__mfcc__instance__q31.html#a60390d32129e3b390a6b249223168b63":[5,0,83,2], -"structarm__mfcc__instance__q31.html#a8ac2a63296ee4e08bb019bf75f66f7d0":[5,0,83,6], -"structarm__mfcc__instance__q31.html#a92fa17569af954a83e7d76d88693ecc6":[5,0,83,3], -"structarm__mfcc__instance__q31.html#acfacbcf8d50f063823b8097880bc9485":[5,0,83,5], -"structarm__mfcc__instance__q31.html#adb2eef6a7ff4b4c20143a902612f915e":[5,0,83,0], -"structarm__rfft__fast__instance__f16.html":[5,0,87], -"structarm__rfft__fast__instance__f16.html#a0bdfaa2305e8c0a3f88ddbd07270a1b6":[5,0,87,1], -"structarm__rfft__fast__instance__f16.html#a174f8c72d545034e19ba4ced52b31353":[5,0,87,0], -"structarm__rfft__fast__instance__f16.html#ad3c25d7002465379ef6047b3ca0ea2d0":[5,0,87,2], -"structarm__rfft__fast__instance__f32.html":[5,0,88], -"structarm__rfft__fast__instance__f32.html#a174f8c72d545034e19ba4ced52b31353":[5,0,88,0], -"structarm__rfft__fast__instance__f32.html#aa8a05a9fabc3852e5d476152a5067e53":[5,0,88,2], -"structarm__rfft__fast__instance__f32.html#ae701bffa723225a574f41989e62cff2e":[5,0,88,1], -"structarm__rfft__fast__instance__f64.html":[5,0,89], -"structarm__rfft__fast__instance__f64.html#a0915e69281e9037d7a7508a2a04dea61":[5,0,89,2], -"structarm__rfft__fast__instance__f64.html#a174f8c72d545034e19ba4ced52b31353":[5,0,89,0], -"structarm__rfft__fast__instance__f64.html#ae1f4aa2eb9bde099d9df8eba28670c31":[5,0,89,1], -"structarm__rfft__instance__f32.html":[5,0,90], -"structarm__rfft__instance__f32.html#a206b7cd92c35fde3432e5b9a0650c42c":[5,0,90,1], -"structarm__rfft__instance__f32.html#a5b06f7f76c018db993fe6acc5708c589":[5,0,90,7], -"structarm__rfft__instance__f32.html#a5cebe2c6994199d1c89a87105f8b4351":[5,0,90,6], -"structarm__rfft__instance__f32.html#a787d72055c89e4d62b188d6bd646341c":[5,0,90,3], -"structarm__rfft__instance__f32.html#a9242c2e59819701cb99429b0dc9f3796":[5,0,90,5], -"structarm__rfft__instance__f32.html#ab7bd4d374a1780dea50efd3e7ac220be":[5,0,90,4], -"structarm__rfft__instance__f32.html#ad56ec2425e2422108b8767b43d944591":[5,0,90,0], -"structarm__rfft__instance__f32.html#adf0d4604cf5546075d9d4cf122d6c986":[5,0,90,2], -"structarm__rfft__instance__q15.html":[5,0,91], -"structarm__rfft__instance__q15.html#a19474a01d3d1784e3447c140d8c30f19":[5,0,91,5], -"structarm__rfft__instance__q15.html#a5b06f7f76c018db993fe6acc5708c589":[5,0,91,6], -"structarm__rfft__instance__q15.html#a787d72055c89e4d62b188d6bd646341c":[5,0,91,2], -"structarm__rfft__instance__q15.html#a8d14d45dce27a9a467f9f482d3397a5a":[5,0,91,4], -"structarm__rfft__instance__q15.html#abd0c3c04ec88379f48e51447e95f092a":[5,0,91,3], -"structarm__rfft__instance__q15.html#ad56ec2425e2422108b8767b43d944591":[5,0,91,0], -"structarm__rfft__instance__q15.html#adf0d4604cf5546075d9d4cf122d6c986":[5,0,91,1], -"structarm__rfft__instance__q31.html":[5,0,92], -"structarm__rfft__instance__q31.html#a47ffe031454baeb52b1f5ce1a16e165a":[5,0,92,5], -"structarm__rfft__instance__q31.html#a5b06f7f76c018db993fe6acc5708c589":[5,0,92,6], -"structarm__rfft__instance__q31.html#a787d72055c89e4d62b188d6bd646341c":[5,0,92,2], -"structarm__rfft__instance__q31.html#aa583d759b8b176ad1696b27eb5821daf":[5,0,92,3], -"structarm__rfft__instance__q31.html#ad56ec2425e2422108b8767b43d944591":[5,0,92,0], -"structarm__rfft__instance__q31.html#adf0d4604cf5546075d9d4cf122d6c986":[5,0,92,1], -"structarm__rfft__instance__q31.html#ae0a31403d6a5d850adc926af9508d762":[5,0,92,4], -"structarm__sort__instance__f32.html":[5,0,93], -"structarm__sort__instance__f32.html#a0c7e20695ca4dff4a5bbb54d454b6ed7":[5,0,93,0], -"structarm__sort__instance__f32.html#ac6f3976ef6b482e4c2b4a865bb362518":[5,0,93,1], -"structarm__spline__instance__f32.html":[5,0,94], -"structarm__spline__instance__f32.html#a0ba30157b3b00a2e132c50481a0aeb05":[5,0,94,2], -"structarm__spline__instance__f32.html#a6ceaa0b32c96a0b5be445ae8b51035ef":[5,0,94,0], -"structarm__spline__instance__f32.html#ad15db0a88cd7095cda0e9b32efbbc772":[5,0,94,3], -"structarm__spline__instance__f32.html#aec265976ff59be5ac710a5f5c687e6df":[5,0,94,4], -"structarm__spline__instance__f32.html#af5be28c7b7cbd186d14079f59192a50b":[5,0,94,1], -"structarm__svm__linear__instance__f16.html":[5,0,95], -"structarm__svm__linear__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a":[5,0,95,2], -"structarm__svm__linear__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,95,0], -"structarm__svm__linear__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91":[5,0,95,1], -"structarm__svm__linear__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c":[5,0,95,4], -"structarm__svm__linear__instance__f16.html#aba6e7453494beedd1e73763a57247e33":[5,0,95,3], -"structarm__svm__linear__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,95,5], -"structarm__svm__linear__instance__f32.html":[5,0,96], -"structarm__svm__linear__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,96,0], -"structarm__svm__linear__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b":[5,0,96,2], -"structarm__svm__linear__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366":[5,0,96,1], -"structarm__svm__linear__instance__f32.html#aba6e7453494beedd1e73763a57247e33":[5,0,96,3], -"structarm__svm__linear__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,96,5], -"structarm__svm__linear__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc":[5,0,96,4], -"structarm__svm__polynomial__instance__f16.html":[5,0,97], -"structarm__svm__polynomial__instance__f16.html#a192432a474907a70b37aa10ddabc0c97":[5,0,97,2], -"structarm__svm__polynomial__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a":[5,0,97,5], -"structarm__svm__polynomial__instance__f16.html#a2d1be16c16d99cbba003a47ee2a3234f":[5,0,97,4], -"structarm__svm__polynomial__instance__f16.html#a3232c3bca693bfd6a95f03aaec8bd4ef":[5,0,97,1], -"structarm__svm__polynomial__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,97,0], -"structarm__svm__polynomial__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91":[5,0,97,3], -"structarm__svm__polynomial__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c":[5,0,97,7], -"structarm__svm__polynomial__instance__f16.html#aba6e7453494beedd1e73763a57247e33":[5,0,97,6], -"structarm__svm__polynomial__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,97,8], -"structarm__svm__polynomial__instance__f32.html":[5,0,98], -"structarm__svm__polynomial__instance__f32.html#a146a0e95d7c3714b2c58ba2859c8e44c":[5,0,98,4], -"structarm__svm__polynomial__instance__f32.html#a192432a474907a70b37aa10ddabc0c97":[5,0,98,2], -"structarm__svm__polynomial__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,98,0], -"structarm__svm__polynomial__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b":[5,0,98,5], -"structarm__svm__polynomial__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366":[5,0,98,3], -"structarm__svm__polynomial__instance__f32.html#aba6e7453494beedd1e73763a57247e33":[5,0,98,6], -"structarm__svm__polynomial__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,98,8], -"structarm__svm__polynomial__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc":[5,0,98,7], -"structarm__svm__polynomial__instance__f32.html#aed464fe96870d4fcee492ab05b5dba21":[5,0,98,1], -"structarm__svm__rbf__instance__f16.html":[5,0,99], -"structarm__svm__rbf__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a":[5,0,99,3], -"structarm__svm__rbf__instance__f16.html#a2d1be16c16d99cbba003a47ee2a3234f":[5,0,99,2], -"structarm__svm__rbf__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,99,0], -"structarm__svm__rbf__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91":[5,0,99,1], -"structarm__svm__rbf__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c":[5,0,99,5], -"structarm__svm__rbf__instance__f16.html#aba6e7453494beedd1e73763a57247e33":[5,0,99,4], -"structarm__svm__rbf__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,99,6], -"structarm__svm__rbf__instance__f32.html":[5,0,100], -"structarm__svm__rbf__instance__f32.html#a146a0e95d7c3714b2c58ba2859c8e44c":[5,0,100,2], -"structarm__svm__rbf__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,100,0], -"structarm__svm__rbf__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b":[5,0,100,3], -"structarm__svm__rbf__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366":[5,0,100,1], -"structarm__svm__rbf__instance__f32.html#aba6e7453494beedd1e73763a57247e33":[5,0,100,4], -"structarm__svm__rbf__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,100,6], -"structarm__svm__rbf__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc":[5,0,100,5], -"structarm__svm__sigmoid__instance__f16.html":[5,0,101], -"structarm__svm__sigmoid__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a":[5,0,101,4], -"structarm__svm__sigmoid__instance__f16.html#a2d1be16c16d99cbba003a47ee2a3234f":[5,0,101,3], -"structarm__svm__sigmoid__instance__f16.html#a3232c3bca693bfd6a95f03aaec8bd4ef":[5,0,101,1], -"structarm__svm__sigmoid__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,101,0], -"structarm__svm__sigmoid__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91":[5,0,101,2], -"structarm__svm__sigmoid__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c":[5,0,101,6], -"structarm__svm__sigmoid__instance__f16.html#aba6e7453494beedd1e73763a57247e33":[5,0,101,5], -"structarm__svm__sigmoid__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,101,7], -"structarm__svm__sigmoid__instance__f32.html":[5,0,102], -"structarm__svm__sigmoid__instance__f32.html#a146a0e95d7c3714b2c58ba2859c8e44c":[5,0,102,3], -"structarm__svm__sigmoid__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1":[5,0,102,0], -"structarm__svm__sigmoid__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b":[5,0,102,4], -"structarm__svm__sigmoid__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366":[5,0,102,2], -"structarm__svm__sigmoid__instance__f32.html#aba6e7453494beedd1e73763a57247e33":[5,0,102,5], -"structarm__svm__sigmoid__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,102,7], -"structarm__svm__sigmoid__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc":[5,0,102,6], -"structarm__svm__sigmoid__instance__f32.html#aed464fe96870d4fcee492ab05b5dba21":[5,0,102,1] +"structarm__dct4__instance__q15.html#a8ba8c9fa75542dac82553fee982ccd3e":[5,0,39,2], +"structarm__dct4__instance__q15.html#ae0ac7c3a89699793fc0dac960db7f056":[5,0,39,3], +"structarm__dct4__instance__q15.html#aea6aa42c838f2b22c8c31e9e259b8d75":[5,0,39,5], +"structarm__dct4__instance__q15.html#afa64b1618089e35c2b55cff71cb29715":[5,0,39,1], +"structarm__dct4__instance__q31.html":[5,0,40], +"structarm__dct4__instance__q31.html#a0b1f4a05c1824bab3b9bd837a260232a":[5,0,40,3], +"structarm__dct4__instance__q31.html#a16c74f8496e1691e62da3c57e0c676eb":[5,0,40,5], +"structarm__dct4__instance__q31.html#a37d49571fe35012087153c093705cd11":[5,0,40,0], +"structarm__dct4__instance__q31.html#a3a2f571658a202a38fa508098001b47c":[5,0,40,2], +"structarm__dct4__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e":[5,0,40,6], +"structarm__dct4__instance__q31.html#aa974df00a55867c29876179e57f2ac7f":[5,0,40,4], +"structarm__dct4__instance__q31.html#afa64b1618089e35c2b55cff71cb29715":[5,0,40,1], +"structarm__fir__decimate__instance__f32.html":[5,0,41], +"structarm__fir__decimate__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,41,3], +"structarm__fir__decimate__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,41,2], +"structarm__fir__decimate__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,41,1], +"structarm__fir__decimate__instance__f32.html#ae2c8107d00d3c9942e7a20fc598edecf":[5,0,41,0], +"structarm__fir__decimate__instance__f64.html":[5,0,42], +"structarm__fir__decimate__instance__f64.html#a751941891e47f522a7f5375fe8990aac":[5,0,42,1], +"structarm__fir__decimate__instance__f64.html#adad49a8a7b229bd2c63e4fe53ce53d5c":[5,0,42,2], +"structarm__fir__decimate__instance__f64.html#ae2c8107d00d3c9942e7a20fc598edecf":[5,0,42,0], +"structarm__fir__decimate__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6":[5,0,42,3], +"structarm__fir__decimate__instance__q15.html":[5,0,43], +"structarm__fir__decimate__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,43,1], +"structarm__fir__decimate__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,43,3], +"structarm__fir__decimate__instance__q15.html#ae2c8107d00d3c9942e7a20fc598edecf":[5,0,43,0], +"structarm__fir__decimate__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,43,2], +"structarm__fir__decimate__instance__q31.html":[5,0,44], +"structarm__fir__decimate__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,44,1], +"structarm__fir__decimate__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,44,2], +"structarm__fir__decimate__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,44,3], +"structarm__fir__decimate__instance__q31.html#ae2c8107d00d3c9942e7a20fc598edecf":[5,0,44,0], +"structarm__fir__instance__f16.html":[5,0,45], +"structarm__fir__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a":[5,0,45,2], +"structarm__fir__instance__f16.html#a751941891e47f522a7f5375fe8990aac":[5,0,45,0], +"structarm__fir__instance__f16.html#a80e92a7d5f62cc7657f544a05c1b4ca2":[5,0,45,1], +"structarm__fir__instance__f32.html":[5,0,46], +"structarm__fir__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,46,2], +"structarm__fir__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,46,1], +"structarm__fir__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,46,0], +"structarm__fir__instance__f64.html":[5,0,47], +"structarm__fir__instance__f64.html#a751941891e47f522a7f5375fe8990aac":[5,0,47,0], +"structarm__fir__instance__f64.html#adad49a8a7b229bd2c63e4fe53ce53d5c":[5,0,47,1], +"structarm__fir__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6":[5,0,47,2], +"structarm__fir__instance__q15.html":[5,0,48], +"structarm__fir__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,48,0], +"structarm__fir__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,48,2], +"structarm__fir__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,48,1], +"structarm__fir__instance__q31.html":[5,0,49], +"structarm__fir__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,49,0], +"structarm__fir__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,49,1], +"structarm__fir__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,49,2], +"structarm__fir__instance__q7.html":[5,0,50], +"structarm__fir__instance__q7.html#a751941891e47f522a7f5375fe8990aac":[5,0,50,0], +"structarm__fir__instance__q7.html#aa8f67102521b620af6f259afdcf29785":[5,0,50,2], +"structarm__fir__instance__q7.html#abe82cb517dbe44d3938c3b38265870b2":[5,0,50,1], +"structarm__fir__interpolate__instance__f32.html":[5,0,51], +"structarm__fir__interpolate__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,51,3], +"structarm__fir__interpolate__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,51,1], +"structarm__fir__interpolate__instance__f32.html#a8f92bb07e0812f94679438cdf412b26a":[5,0,51,2], +"structarm__fir__interpolate__instance__f32.html#aee73cc056696e504430c53eaa9c58cf0":[5,0,51,0], +"structarm__fir__interpolate__instance__q15.html":[5,0,52], +"structarm__fir__interpolate__instance__q15.html#a8f92bb07e0812f94679438cdf412b26a":[5,0,52,2], +"structarm__fir__interpolate__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,52,3], +"structarm__fir__interpolate__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,52,1], +"structarm__fir__interpolate__instance__q15.html#aee73cc056696e504430c53eaa9c58cf0":[5,0,52,0], +"structarm__fir__interpolate__instance__q31.html":[5,0,53], +"structarm__fir__interpolate__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,53,1], +"structarm__fir__interpolate__instance__q31.html#a8f92bb07e0812f94679438cdf412b26a":[5,0,53,2], +"structarm__fir__interpolate__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,53,3], +"structarm__fir__interpolate__instance__q31.html#aee73cc056696e504430c53eaa9c58cf0":[5,0,53,0], +"structarm__fir__lattice__instance__f32.html":[5,0,54], +"structarm__fir__lattice__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,54,2], +"structarm__fir__lattice__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,54,1], +"structarm__fir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,54,0], +"structarm__fir__lattice__instance__q15.html":[5,0,55], +"structarm__fir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,55,0], +"structarm__fir__lattice__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,55,2], +"structarm__fir__lattice__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,55,1], +"structarm__fir__lattice__instance__q31.html":[5,0,56], +"structarm__fir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,56,0], +"structarm__fir__lattice__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,56,1], +"structarm__fir__lattice__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,56,2], +"structarm__fir__sparse__instance__f32.html":[5,0,57], +"structarm__fir__sparse__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,57,3], +"structarm__fir__sparse__instance__f32.html#a39230f04a29d8321948e339633780442":[5,0,57,2], +"structarm__fir__sparse__instance__f32.html#a566a0cb53437e48b9a3bf18e5b03d8aa":[5,0,57,5], +"structarm__fir__sparse__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,57,1], +"structarm__fir__sparse__instance__f32.html#ab25f4ee7550e6d92acff77ada283733f":[5,0,57,0], +"structarm__fir__sparse__instance__f32.html#adec00b3793ab4f08edfeb4ea6a9eb6e6":[5,0,57,4], +"structarm__fir__sparse__instance__q15.html":[5,0,58], +"structarm__fir__sparse__instance__q15.html#a566a0cb53437e48b9a3bf18e5b03d8aa":[5,0,58,5], +"structarm__fir__sparse__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,58,1], +"structarm__fir__sparse__instance__q15.html#ab25f4ee7550e6d92acff77ada283733f":[5,0,58,0], +"structarm__fir__sparse__instance__q15.html#adec00b3793ab4f08edfeb4ea6a9eb6e6":[5,0,58,4], +"structarm__fir__sparse__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,58,3], +"structarm__fir__sparse__instance__q15.html#ae85d417edcdce57e9a54f8c841580578":[5,0,58,2], +"structarm__fir__sparse__instance__q31.html":[5,0,59], +"structarm__fir__sparse__instance__q31.html#a566a0cb53437e48b9a3bf18e5b03d8aa":[5,0,59,5], +"structarm__fir__sparse__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,59,1], +"structarm__fir__sparse__instance__q31.html#a80e7fdf4747dbda8eadb2663fb4be317":[5,0,59,2], +"structarm__fir__sparse__instance__q31.html#ab25f4ee7550e6d92acff77ada283733f":[5,0,59,0], +"structarm__fir__sparse__instance__q31.html#adec00b3793ab4f08edfeb4ea6a9eb6e6":[5,0,59,4], +"structarm__fir__sparse__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,59,3], +"structarm__fir__sparse__instance__q7.html":[5,0,60], +"structarm__fir__sparse__instance__q7.html#a566a0cb53437e48b9a3bf18e5b03d8aa":[5,0,60,5], +"structarm__fir__sparse__instance__q7.html#a751941891e47f522a7f5375fe8990aac":[5,0,60,1], +"structarm__fir__sparse__instance__q7.html#aa8f67102521b620af6f259afdcf29785":[5,0,60,3], +"structarm__fir__sparse__instance__q7.html#ab25f4ee7550e6d92acff77ada283733f":[5,0,60,0], +"structarm__fir__sparse__instance__q7.html#abe82cb517dbe44d3938c3b38265870b2":[5,0,60,2], +"structarm__fir__sparse__instance__q7.html#adec00b3793ab4f08edfeb4ea6a9eb6e6":[5,0,60,4], +"structarm__gaussian__naive__bayes__instance__f16.html":[5,0,61], +"structarm__gaussian__naive__bayes__instance__f16.html#a3e8f818ca8817326747ea17945c1751b":[5,0,61,1], +"structarm__gaussian__naive__bayes__instance__f16.html#a40aa206e9576a40e06c7eafbf881b49e":[5,0,61,2], +"structarm__gaussian__naive__bayes__instance__f16.html#a4551f17c68969bd504e9eb2745cfb38e":[5,0,61,0], +"structarm__gaussian__naive__bayes__instance__f16.html#a6c451b7a4776c42c20a475e6e673a16d":[5,0,61,3], +"structarm__gaussian__naive__bayes__instance__f16.html#a77e000dd719b33c501b58dca1e29278a":[5,0,61,4], +"structarm__gaussian__naive__bayes__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,61,5], +"structarm__gaussian__naive__bayes__instance__f32.html":[5,0,62], +"structarm__gaussian__naive__bayes__instance__f32.html#a3643f22834fcd6a940367776b7ef3674":[5,0,62,0], +"structarm__gaussian__naive__bayes__instance__f32.html#a40aa206e9576a40e06c7eafbf881b49e":[5,0,62,2], +"structarm__gaussian__naive__bayes__instance__f32.html#a42033b12e3779c533791e69d144bf8b0":[5,0,62,3], +"structarm__gaussian__naive__bayes__instance__f32.html#a60ddd36c1b1e0c25bc9d3e09e59c7d40":[5,0,62,4], +"structarm__gaussian__naive__bayes__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88":[5,0,62,5], +"structarm__gaussian__naive__bayes__instance__f32.html#ad2b99521268e7cfcceceb2a14dd8b9a1":[5,0,62,1], +"structarm__iir__lattice__instance__f32.html":[5,0,63], +"structarm__iir__lattice__instance__f32.html#a0f8815744fade9c580d44277ff802308":[5,0,63,3], +"structarm__iir__lattice__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,63,2], +"structarm__iir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,63,0], +"structarm__iir__lattice__instance__f32.html#a994889c5c4a866c50a0ee63326378816":[5,0,63,1], +"structarm__iir__lattice__instance__q15.html":[5,0,64], +"structarm__iir__lattice__instance__q15.html#a12497c299b0341c18d497f8ab3465084":[5,0,64,1], +"structarm__iir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,64,0], +"structarm__iir__lattice__instance__q15.html#a52866ed127c7b2a8a102e2ed1a2ebab8":[5,0,64,3], +"structarm__iir__lattice__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,64,2], +"structarm__iir__lattice__instance__q31.html":[5,0,65], +"structarm__iir__lattice__instance__q31.html#a3d7de56fe9de3458f033a64f14407533":[5,0,65,3], +"structarm__iir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212":[5,0,65,0], +"structarm__iir__lattice__instance__q31.html#a9d45339bf841bf86aec57be5f70d2b01":[5,0,65,1], +"structarm__iir__lattice__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,65,2], +"structarm__linear__interp__instance__f16.html":[5,0,66], +"structarm__linear__interp__instance__f16.html#a2ea653b0599388e9a72ebab9841707ba":[5,0,66,0], +"structarm__linear__interp__instance__f16.html#a3ca98ab12e8278b03be58cd48cdbdbab":[5,0,66,3], +"structarm__linear__interp__instance__f16.html#a4f7ecfee28de250d7bb9e73f669a467c":[5,0,66,2], +"structarm__linear__interp__instance__f16.html#a593426daa071e6a9c4ee445987b41416":[5,0,66,1], +"structarm__linear__interp__instance__f32.html":[5,0,67], +"structarm__linear__interp__instance__f32.html#a08675584bb57fc42bbb3739c13674346":[5,0,67,3], +"structarm__linear__interp__instance__f32.html#a2ea653b0599388e9a72ebab9841707ba":[5,0,67,0], +"structarm__linear__interp__instance__f32.html#a795ed79ea4c18d52afe5eb5e868e1c5a":[5,0,67,2], +"structarm__linear__interp__instance__f32.html#ae3054fab496d16e3d6aed36af5676316":[5,0,67,1], +"structarm__lms__instance__f32.html":[5,0,68], +"structarm__lms__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2":[5,0,68,0], +"structarm__lms__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,68,3], +"structarm__lms__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,68,1], +"structarm__lms__instance__f32.html#aacbb8dd8eeba4b21fc2bb40076405ee3":[5,0,68,2], +"structarm__lms__instance__q15.html":[5,0,69], +"structarm__lms__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,69,1], +"structarm__lms__instance__q15.html#a7ca181a37f714d174445f486bebce26f":[5,0,69,2], +"structarm__lms__instance__q15.html#aa2cacddfc5e1d86905d7d31a18b1979b":[5,0,69,3], +"structarm__lms__instance__q15.html#aab4745770bd667de040227eec1b5ff8d":[5,0,69,0], +"structarm__lms__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,69,4], +"structarm__lms__instance__q31.html":[5,0,70], +"structarm__lms__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577":[5,0,70,0], +"structarm__lms__instance__q31.html#a68888e36167d81cb7836db10367a1682":[5,0,70,2], +"structarm__lms__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,70,1], +"structarm__lms__instance__q31.html#aa2cacddfc5e1d86905d7d31a18b1979b":[5,0,70,3], +"structarm__lms__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,70,4], +"structarm__lms__norm__instance__f32.html":[5,0,71], +"structarm__lms__norm__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2":[5,0,71,1], +"structarm__lms__norm__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463":[5,0,71,4], +"structarm__lms__norm__instance__f32.html#a751941891e47f522a7f5375fe8990aac":[5,0,71,2], +"structarm__lms__norm__instance__f32.html#aacbb8dd8eeba4b21fc2bb40076405ee3":[5,0,71,3], +"structarm__lms__norm__instance__f32.html#ab56b6f83c5b324c3ef620474b6e5a6e1":[5,0,71,5], +"structarm__lms__norm__instance__f32.html#ae1ed544b72f1510ed55d144a9424fddd":[5,0,71,0], +"structarm__lms__norm__instance__q15.html":[5,0,72], +"structarm__lms__norm__instance__q15.html#a3c975fed200b19723a2ed11efccca6cd":[5,0,72,7], +"structarm__lms__norm__instance__q15.html#a74050e9f36542bd56f4052381a82ae8f":[5,0,72,4], +"structarm__lms__norm__instance__q15.html#a751941891e47f522a7f5375fe8990aac":[5,0,72,2], +"structarm__lms__norm__instance__q15.html#a7ca181a37f714d174445f486bebce26f":[5,0,72,3], +"structarm__lms__norm__instance__q15.html#aab4745770bd667de040227eec1b5ff8d":[5,0,72,1], +"structarm__lms__norm__instance__q15.html#adb208045a3bf521f9522f574dc76dff3":[5,0,72,6], +"structarm__lms__norm__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c":[5,0,72,5], +"structarm__lms__norm__instance__q15.html#ae7a8ccabc82348f6742ca7a2b3da2a41":[5,0,72,0], +"structarm__lms__norm__instance__q31.html":[5,0,73], +"structarm__lms__norm__instance__q31.html#a012fee0f71095d2557bb633e73ef7355":[5,0,73,0], +"structarm__lms__norm__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577":[5,0,73,1], +"structarm__lms__norm__instance__q31.html#a68888e36167d81cb7836db10367a1682":[5,0,73,3], +"structarm__lms__norm__instance__q31.html#a74050e9f36542bd56f4052381a82ae8f":[5,0,73,4], +"structarm__lms__norm__instance__q31.html#a751941891e47f522a7f5375fe8990aac":[5,0,73,2], +"structarm__lms__norm__instance__q31.html#a973b8350a0c7b113a5f002bc0b86bf76":[5,0,73,7], +"structarm__lms__norm__instance__q31.html#ac2e860f11b18d416a6b9aeb4660694dc":[5,0,73,6], +"structarm__lms__norm__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6":[5,0,73,5], +"structarm__matrix__instance__f16.html":[5,0,74], +"structarm__matrix__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,74,1], +"structarm__matrix__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,74,0], +"structarm__matrix__instance__f16.html#abcbab5a68f46d0b548a363a0b6c8b261":[5,0,74,2], +"structarm__matrix__instance__f32.html":[5,0,75], +"structarm__matrix__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,75,1], +"structarm__matrix__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,75,0], +"structarm__matrix__instance__f32.html#af5c3a2f15c98850cdcfbe6f87e5ac5df":[5,0,75,2], +"structarm__matrix__instance__f64.html":[5,0,76], +"structarm__matrix__instance__f64.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,76,1], +"structarm__matrix__instance__f64.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,76,0], +"structarm__matrix__instance__f64.html#aa7a4c9839c31e933360ef3a3167b9877":[5,0,76,2], +"structarm__matrix__instance__q15.html":[5,0,77], +"structarm__matrix__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,77,1], +"structarm__matrix__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,77,0], +"structarm__matrix__instance__q15.html#a817ede38365e63e561a12069c6c5c087":[5,0,77,2], +"structarm__matrix__instance__q31.html":[5,0,78], +"structarm__matrix__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,78,1], +"structarm__matrix__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,78,0], +"structarm__matrix__instance__q31.html#ad296f76577326ff280726323536eed6d":[5,0,78,2], +"structarm__matrix__instance__q7.html":[5,0,79], +"structarm__matrix__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390":[5,0,79,1], +"structarm__matrix__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117":[5,0,79,0], +"structarm__matrix__instance__q7.html#afde7546ea2ec5df9fe42fb04d128a016":[5,0,79,2], +"structarm__merge__sort__instance__f32.html":[5,0,80], +"structarm__merge__sort__instance__f32.html#a9b67a1e090a51749b3485e0e078314a0":[5,0,80,0], +"structarm__merge__sort__instance__f32.html#ac6f3976ef6b482e4c2b4a865bb362518":[5,0,80,1], +"structarm__mfcc__instance__f16.html":[5,0,81], +"structarm__mfcc__instance__f16.html#a13e9ec26f0771670bc9e3802b8d774d3":[5,0,81,1], +"structarm__mfcc__instance__f16.html#a3e37d561da6f86c8f7b6ed9c3d28c11a":[5,0,81,7], +"structarm__mfcc__instance__f16.html#a42d2ba7cf9c1d3606860005eb5de8026":[5,0,81,0], +"structarm__mfcc__instance__f16.html#a4bf2fc236988cf1e39f7b3efbd0a1797":[5,0,81,4], +"structarm__mfcc__instance__f16.html#a8ac2a63296ee4e08bb019bf75f66f7d0":[5,0,81,6], +"structarm__mfcc__instance__f16.html#a92fa17569af954a83e7d76d88693ecc6":[5,0,81,3], +"structarm__mfcc__instance__f16.html#acfacbcf8d50f063823b8097880bc9485":[5,0,81,5], +"structarm__mfcc__instance__f16.html#ad5e5aff68fbc05cb8ab468dce6cfe915":[5,0,81,2], +"structarm__mfcc__instance__f32.html":[5,0,82], +"structarm__mfcc__instance__f32.html#a13e9ec26f0771670bc9e3802b8d774d3":[5,0,82,1], +"structarm__mfcc__instance__f32.html#a4a698086e918a056cb7175569c59cb61":[5,0,82,7], +"structarm__mfcc__instance__f32.html#a4bf2fc236988cf1e39f7b3efbd0a1797":[5,0,82,4], +"structarm__mfcc__instance__f32.html#a5dfb2cf763294de0b95c7a3a2cf8fbe1":[5,0,82,2], +"structarm__mfcc__instance__f32.html#a8026013bc0810af2b1db606041228cca":[5,0,82,0], +"structarm__mfcc__instance__f32.html#a8ac2a63296ee4e08bb019bf75f66f7d0":[5,0,82,6], +"structarm__mfcc__instance__f32.html#a92fa17569af954a83e7d76d88693ecc6":[5,0,82,3], +"structarm__mfcc__instance__f32.html#acfacbcf8d50f063823b8097880bc9485":[5,0,82,5], +"structarm__mfcc__instance__q15.html":[5,0,83], +"structarm__mfcc__instance__q15.html#a13e9ec26f0771670bc9e3802b8d774d3":[5,0,83,1], +"structarm__mfcc__instance__q15.html#a2bca8826d8bccd175c29c47367bdef2b":[5,0,83,0], +"structarm__mfcc__instance__q15.html#a4bf2fc236988cf1e39f7b3efbd0a1797":[5,0,83,4], +"structarm__mfcc__instance__q15.html#a8ac2a63296ee4e08bb019bf75f66f7d0":[5,0,83,6], +"structarm__mfcc__instance__q15.html#a8be8e70eb1e8f3ecf297c39d6bedafc9":[5,0,83,2], +"structarm__mfcc__instance__q15.html#a92fa17569af954a83e7d76d88693ecc6":[5,0,83,3], +"structarm__mfcc__instance__q15.html#acfacbcf8d50f063823b8097880bc9485":[5,0,83,5], +"structarm__mfcc__instance__q15.html#af4dfc8960dea69fe00bf6018eb70eb5a":[5,0,83,7], +"structarm__mfcc__instance__q31.html":[5,0,84], +"structarm__mfcc__instance__q31.html#a13e9ec26f0771670bc9e3802b8d774d3":[5,0,84,1], +"structarm__mfcc__instance__q31.html#a1fc91e7ce8c2582d9e142ff25ca3c8ca":[5,0,84,7], +"structarm__mfcc__instance__q31.html#a4bf2fc236988cf1e39f7b3efbd0a1797":[5,0,84,4] }; diff --git a/main/num__features_2complex__float_8hpp.html b/main/num__features_2complex__float_8hpp.html new file mode 100644 index 00000000..08e35d91 --- /dev/null +++ b/main/num__features_2complex__float_8hpp.html @@ -0,0 +1,184 @@ + + + + + + + +CMSIS-DSP: complex_float.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    + +
    num_features/complex_float.hpp File Reference
    +
    +
    + + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< float > >
     Features for complex float. More...
     
    struct  vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
     Vector instructions for complex float when no Helium or Neon. More...
     
    + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + + + + + + + +

    +Functions

    std::complex< float > from_accumulator (const std::complex< float > &a)
     Convert from accumulator representtaion.
     
    std::complex< float > mac (const std::complex< float > &acc, const std::complex< float > &a, const std::complex< float > &b)
     Scalar multiply and accumulate.
     
    void accumulate (std::complex< float > &a, const std::complex< float > &b)
     Scalar accumulate.
     
    std::complex< float > mult (const std::complex< float > &a, const std::complex< float > &b)
     Scalar multiply.
     
    +
    +
    + + + + diff --git a/main/num__features_2complex__half_8hpp.html b/main/num__features_2complex__half_8hpp.html new file mode 100644 index 00000000..73347433 --- /dev/null +++ b/main/num__features_2complex__half_8hpp.html @@ -0,0 +1,184 @@ + + + + + + + +CMSIS-DSP: complex_half.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    + +
    num_features/complex_half.hpp File Reference
    +
    +
    + + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< float16_t > >
     Feature for complex float16. More...
     
    struct  vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
     float16 vector descrition when no vector architecture More...
     
    + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + + + + + + + +

    +Functions

    std::complex< float16_t > from_accumulator (const std::complex< float16_t > a)
     Convert from accumulator datatype.
     
    std::complex< float16_t > mac (const std::complex< float16_t > acc, const std::complex< float16_t > a, const std::complex< float16_t > b)
     Multiply and accumulate.
     
    void accumulate (std::complex< float16_t > &a, const std::complex< float16_t > &b)
     Accumulate.
     
    std::complex< float16_t > mult (const std::complex< float16_t > &a, const std::complex< float16_t > &b)
     Multiply.
     
    +
    +
    + + + + diff --git a/main/num__features_2complex__q15_8hpp.html b/main/num__features_2complex__q15_8hpp.html new file mode 100644 index 00000000..1c858015 --- /dev/null +++ b/main/num__features_2complex__q15_8hpp.html @@ -0,0 +1,178 @@ + + + + + + + +CMSIS-DSP: complex_q15.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    + +
    num_features/complex_q15.hpp File Reference
    +
    +
    + + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< Q15 > >
     Features for complex Q15. More...
     
    struct  vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
     Vector features for Q15 when no vector architecture. More...
     
    + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + +

    +Functions

    std::complex< Q15 > from_accumulator (const std::complex< Q< 33, 30 > > &a)
     Convert from accumulator type.
     
    std::complex< Q< 33, 30 > > mac (const std::complex< Q< 33, 30 > > &acc, const std::complex< Q15 > a, const std::complex< Q15 > b)
     Multiply and accumulate.
     
    +
    +
    + + + + diff --git a/main/num__features_2complex__q31_8hpp.html b/main/num__features_2complex__q31_8hpp.html new file mode 100644 index 00000000..7677aa58 --- /dev/null +++ b/main/num__features_2complex__q31_8hpp.html @@ -0,0 +1,178 @@ + + + + + + + +CMSIS-DSP: complex_q31.hpp File Reference + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + +
    +
    CMSIS-DSP +   + +
    +
    CMSIS DSP Software Library
    +
    + +   + + + + +
    +
    +
    + +
    +
      + +
    +
    + + +
    +
    + +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    Loading...
    +
    Searching...
    +
    No Matches
    +
    +
    +
    +
    + +
    + +
    num_features/complex_q31.hpp File Reference
    +
    +
    + + + + + + + + +

    +Data Structures

    struct  number_traits< std::complex< Q31 > >
     Features for complex Q31. More...
     
    struct  vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >
     Vector features for std::complex<Q31> when no vector instructions. More...
     
    + + + +

    +Namespaces

    namespace  inner
     
    + + + + + + + +

    +Functions

    std::complex< Q31 > from_accumulator (const std::complex< Q< 15, 48 > > a)
     Convert from accumulator (with no saturation)
     
    std::complex< Q< 15, 48 > > mac (const std::complex< Q< 15, 48 > > acc, const std::complex< Q31 > a, const std::complex< Q31 > b)
     Multiply and accumulate.
     
    +
    +
    + + + + diff --git a/main/num__features_2float_8hpp.html b/main/num__features_2float_8hpp.html index fef14eb6..d2092a76 100644 --- a/main/num__features_2float_8hpp.html +++ b/main/num__features_2float_8hpp.html @@ -161,9 +161,9 @@

    void accumulate (float &a, const float &b)
     Scalar accumulate.
     
    float mult (float &a, const float &b)
     Scalar multiply.
     
    float mult (const float &a, const float &b)
     Scalar multiply.
     
    diff --git a/main/number_8hpp.html b/main/number_8hpp.html index 8c887cc8..622b7001 100644 --- a/main/number_8hpp.html +++ b/main/number_8hpp.html @@ -138,12 +138,18 @@ #include <type_traits>
    #include "arm_math_types.h"
    #include "arm_math_types_f16.h"
    +#include "num_features/complex_double.hpp"
    #include "num_features/double.hpp"
    +#include "num_features/complex_float.hpp"
    #include "num_features/float.hpp"
    +#include "num_features/complex_half.hpp"
    #include "num_features/half.hpp"
    #include "num_features/q31.hpp"
    +#include "num_features/complex_q31.hpp"
    #include "num_features/q15.hpp"
    +#include "num_features/complex_q15.hpp"
    #include "num_features/q7.hpp"
    +#include "num_features/complex_q7.hpp"
    #include "DSP/num_features.hpp"
    #include "Helium/num_features.hpp"
    #include "num_features/group.hpp"
    diff --git a/main/pages.html b/main/pages.html index 0fe39711..6c12de7f 100644 --- a/main/pages.html +++ b/main/pages.html @@ -145,6 +145,7 @@
     Revision History
     Deprecated List
    diff --git a/main/search/all_0.js b/main/search/all_0.js index 95047658..217c423c 100644 --- a/main/search/all_0.js +++ b/main/search/all_0.js @@ -4,28 +4,30 @@ var searchData= ['_5farm_5fmat_5ftrans_1',['_arm_mat_trans',['../group__SCALARALG.html#ga47bb2ac69df29ba95a74825e4fff2726',1,'matrix_multiply.hpp']]], ['_5fbinary_2',['_Binary',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Binary',1,'arm_cmsis_dsp']]], ['_5fbinaryoperator_3',['_BinaryOperator',['../group__FUSION.html#struct__BinaryOperator',1,'']]], - ['_5fbinaryoperator_3c_20scalar_2c_20_5faddop_3c_20scalar_20_3e_20_3e_4',['_BinaryOperator< Scalar, _AddOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5fbinaryoperator_3c_20scalar_2c_20_5fmulop_3c_20scalar_20_3e_20_3e_5',['_BinaryOperator< Scalar, _MulOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5fbinaryoperator_3c_20scalar_2c_20_5fsubop_3c_20scalar_20_3e_20_3e_6',['_BinaryOperator< Scalar, _SubOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5fbinaryoperator_3c_20scalar_2c_20derivedop_20_3e_7',['_BinaryOperator< Scalar, DerivedOp >',['../group__FUSION.html',1,'']]], - ['_5fdot_8',['_dot',['../group__SCALARALG.html#ga5cf13c3f71d165f946688b084ec87a6a',1,'_dot(const DA &a, const DB &b, const vector_length_t l, const Scalar *=nullptr): basic.hpp'],['../group__HELIUMALG.html#ga6e93f3782669bf2f1870ea177c536d7e',1,'_dot(const DA &a, const DB &b, const vector_length_t l, const Helium *=nullptr): basic.hpp']]], - ['_5fdot_5fm_5fm_9',['_dot_m_m',['../group__SCALARALG.html#gadcf9c4800720cb2ffba648426eea4411',1,'_dot_m_m(const MA &pSrcA, const MB &pSrcB, RES &&pDst, const Scalar *=nullptr): matrix_multiply_float.hpp'],['../group__SCALARALG.html#ga4e6fec1c099138a96cf3f56e68b50880',1,'_dot_m_m(const MA &pSrcA, const MB &pSrcB, RES &&pDst, const TMP &BT, const Scalar *=nullptr): matrix_multiply_fixed.hpp']]], - ['_5fdot_5fm_5fv_10',['_dot_m_v',['../group__SCALARALG.html#gac896323f3479d29fb42470c2880ec387',1,'matrix_multiply.hpp']]], - ['_5fexpr_11',['_Expr',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Expr',1,'arm_cmsis_dsp']]], - ['_5fexpr_3c_20_5fbinary_3c_20lhs_2c_20rhs_2c_20derivedop_20_3e_20_3e_12',['_Expr< _Binary< LHS, RHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], - ['_5fexpr_3c_20_5fouter_3c_20lhs_2c_20rhs_2c_20derivedop_20_3e_20_3e_13',['_Expr< _Outer< LHS, RHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], - ['_5fexpr_3c_20_5funary_3c_20lhs_2c_20derivedop_20_3e_20_3e_14',['_Expr< _Unary< LHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], - ['_5ffill_15',['_Fill',['../group__HELIUMALG.html#ga86891b1c2eb658a9f15746434e30fdd5',1,'_Fill(DST &v, const T val, const vector_length_t l, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#gaacfdbc65b4bc9eae30eae72788119c79',1,'_Fill(DST &v, const T val, vector_length_t l, const Scalar *=nullptr): basic.hpp']]], - ['_5ffill2d_16',['_Fill2D',['../group__HELIUMALG.html#ga2acf49f8cba5a245ed8a3d30b8300c3b',1,'_Fill2D(DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#gadcb70129a3f439ce785e0ffc2bbb79d0',1,'_Fill2D(DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Scalar *=nullptr): basic.hpp']]], - ['_5fmulop_17',['_MulOp',['../group__FUSION.html#struct__MulOp',1,'']]], - ['_5fnegop_18',['_NegOp',['../group__FUSION.html#struct__NegOp',1,'']]], - ['_5fnoop_19',['_NoOp',['../group__FUSION.html#struct__NoOp',1,'']]], - ['_5fouter_20',['_Outer',['../group__Matrix.html#a39ac7c6f90f1e1add6e5b4a2fc20f222',1,'arm_cmsis_dsp::_Outer::_Outer(const LHS &lhs, const RHS &rhs, const _BinaryOperator< Scalar, DerivedOp > &op)'],['../group__Matrix.html#a92940fa16ed7a72448f710d0655cdb27',1,'arm_cmsis_dsp::_Outer::_Outer(const _Outer &other)'],['../group__Matrix.html#ad66af455b861f9e03c1166e5b3c20f6c',1,'arm_cmsis_dsp::_Outer::_Outer(_Outer &&other)'],['../group__Matrix.html#structarm__cmsis__dsp_1_1__Outer',1,'_Outer< LHS, RHS, DerivedOp >']]], - ['_5fsubop_21',['_SubOp',['../group__FUSION.html#struct__SubOp',1,'']]], - ['_5fswap_22',['_swap',['../group__HELIUMALG.html#gaf769d651b0aa9c7cbc026beefc8257ba',1,'_swap(DA &&a, DB &&b, const vector_length_t l, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#gaeb8f0fc557ca32b051250003e56dba85',1,'_swap(DA &&a, DB &&b, const vector_length_t l, const Scalar *=nullptr): basic.hpp']]], - ['_5funary_23',['_Unary',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Unary',1,'arm_cmsis_dsp']]], - ['_5funaryoperator_24',['_UnaryOperator',['../group__FUSION.html#struct__UnaryOperator',1,'']]], - ['_5funaryoperator_3c_20scalar_2c_20_5fnegop_3c_20scalar_20_3e_20_3e_25',['_UnaryOperator< Scalar, _NegOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5funaryoperator_3c_20scalar_2c_20_5fnoop_3c_20scalar_20_3e_20_3e_26',['_UnaryOperator< Scalar, _NoOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5funaryoperator_3c_20scalar_2c_20derivedop_20_3e_27',['_UnaryOperator< Scalar, DerivedOp >',['../group__FUSION.html',1,'']]] + ['_5fbinaryoperator_3c_20scalarlhs_2c_20scalarrhs_2c_20_5faddop_3c_20scalarlhs_2c_20scalarrhs_20_3e_20_3e_4',['_BinaryOperator< ScalarLHS, ScalarRHS, _AddOp< ScalarLHS, ScalarRHS > >',['../group__FUSION.html',1,'']]], + ['_5fbinaryoperator_3c_20scalarlhs_2c_20scalarrhs_2c_20_5fmulop_3c_20scalarlhs_2c_20scalarrhs_20_3e_20_3e_5',['_BinaryOperator< ScalarLHS, ScalarRHS, _MulOp< ScalarLHS, ScalarRHS > >',['../group__FUSION.html',1,'']]], + ['_5fbinaryoperator_3c_20scalarlhs_2c_20scalarrhs_2c_20_5fsubop_3c_20scalarlhs_2c_20scalarrhs_20_3e_20_3e_6',['_BinaryOperator< ScalarLHS, ScalarRHS, _SubOp< ScalarLHS, ScalarRHS > >',['../group__FUSION.html',1,'']]], + ['_5fbinaryoperator_3c_20scalarlhs_2c_20scalarrhs_2c_20derivedop_20_3e_7',['_BinaryOperator< ScalarLHS, ScalarRHS, DerivedOp >',['../group__FUSION.html',1,'']]], + ['_5fconjugateop_8',['_ConjugateOp',['../group__FUSION.html#struct__ConjugateOp',1,'']]], + ['_5fdot_9',['_dot',['../group__SCALARALG.html#gaab556ffb9401d98c72042cac1b9b1ea0',1,'_dot(const DA &a, const DB &b, const vector_length_t l, const Scalar *=nullptr): basic.hpp'],['../group__HELIUMALG.html#ga8b3315347db8969ec7d77c8277fdc692',1,'_dot(const DA &a, const DB &b, const vector_length_t l, const Helium *=nullptr): basic.hpp']]], + ['_5fdot_5fm_5fm_10',['_dot_m_m',['../group__SCALARALG.html#gadcf9c4800720cb2ffba648426eea4411',1,'_dot_m_m(const MA &pSrcA, const MB &pSrcB, RES &&pDst, const Scalar *=nullptr): matrix_multiply_float.hpp'],['../group__SCALARALG.html#ga4e6fec1c099138a96cf3f56e68b50880',1,'_dot_m_m(const MA &pSrcA, const MB &pSrcB, RES &&pDst, const TMP &BT, const Scalar *=nullptr): matrix_multiply_fixed.hpp']]], + ['_5fdot_5fm_5fv_11',['_dot_m_v',['../group__SCALARALG.html#gac896323f3479d29fb42470c2880ec387',1,'matrix_multiply.hpp']]], + ['_5fexpr_12',['_Expr',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Expr',1,'arm_cmsis_dsp']]], + ['_5fexpr_3c_20_5fbinary_3c_20lhs_2c_20rhs_2c_20derivedop_20_3e_20_3e_13',['_Expr< _Binary< LHS, RHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], + ['_5fexpr_3c_20_5fouter_3c_20lhs_2c_20rhs_2c_20derivedop_20_3e_20_3e_14',['_Expr< _Outer< LHS, RHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], + ['_5fexpr_3c_20_5funary_3c_20lhs_2c_20derivedop_20_3e_20_3e_15',['_Expr< _Unary< LHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], + ['_5ffill_16',['_Fill',['../group__SCALARALG.html#gaacfdbc65b4bc9eae30eae72788119c79',1,'_Fill(DST &v, const T val, vector_length_t l, const Scalar *=nullptr): basic.hpp'],['../group__HELIUMALG.html#ga86891b1c2eb658a9f15746434e30fdd5',1,'_Fill(DST &v, const T val, const vector_length_t l, const Helium *=nullptr): basic.hpp']]], + ['_5ffill2d_17',['_Fill2D',['../group__SCALARALG.html#gadcb70129a3f439ce785e0ffc2bbb79d0',1,'_Fill2D(DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Scalar *=nullptr): basic.hpp'],['../group__HELIUMALG.html#ga2acf49f8cba5a245ed8a3d30b8300c3b',1,'_Fill2D(DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Helium *=nullptr): basic.hpp']]], + ['_5fmulop_18',['_MulOp',['../group__FUSION.html#struct__MulOp',1,'']]], + ['_5fnegop_19',['_NegOp',['../group__FUSION.html#struct__NegOp',1,'']]], + ['_5fnoop_20',['_NoOp',['../group__FUSION.html#struct__NoOp',1,'']]], + ['_5fouter_21',['_Outer',['../group__Matrix.html#a40f017d8971c7a125d4e0e026a82e75e',1,'arm_cmsis_dsp::_Outer::_Outer(const LHS &lhs, const RHS &rhs, const _BinaryOperator< ScalarLHS, ScalarRHS, DerivedOp > &op)'],['../group__Matrix.html#a92940fa16ed7a72448f710d0655cdb27',1,'arm_cmsis_dsp::_Outer::_Outer(const _Outer &other)'],['../group__Matrix.html#ad66af455b861f9e03c1166e5b3c20f6c',1,'arm_cmsis_dsp::_Outer::_Outer(_Outer &&other)'],['../group__Matrix.html#structarm__cmsis__dsp_1_1__Outer',1,'_Outer< LHS, RHS, DerivedOp >']]], + ['_5fsubop_22',['_SubOp',['../group__FUSION.html#struct__SubOp',1,'']]], + ['_5fswap_23',['_swap',['../group__HELIUMALG.html#gaf769d651b0aa9c7cbc026beefc8257ba',1,'_swap(DA &&a, DB &&b, const vector_length_t l, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#gaeb8f0fc557ca32b051250003e56dba85',1,'_swap(DA &&a, DB &&b, const vector_length_t l, const Scalar *=nullptr): basic.hpp']]], + ['_5funary_24',['_Unary',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Unary',1,'arm_cmsis_dsp']]], + ['_5funaryoperator_25',['_UnaryOperator',['../group__FUSION.html#struct__UnaryOperator',1,'']]], + ['_5funaryoperator_3c_20scalar_2c_20_5fconjugateop_3c_20scalar_20_3e_20_3e_26',['_UnaryOperator< Scalar, _ConjugateOp< Scalar > >',['../group__FUSION.html',1,'']]], + ['_5funaryoperator_3c_20scalar_2c_20_5fnegop_3c_20scalar_20_3e_20_3e_27',['_UnaryOperator< Scalar, _NegOp< Scalar > >',['../group__FUSION.html',1,'']]], + ['_5funaryoperator_3c_20scalar_2c_20_5fnoop_3c_20scalar_20_3e_20_3e_28',['_UnaryOperator< Scalar, _NoOp< Scalar > >',['../group__FUSION.html',1,'']]], + ['_5funaryoperator_3c_20scalar_2c_20derivedop_20_3e_29',['_UnaryOperator< Scalar, DerivedOp >',['../group__FUSION.html',1,'']]] ]; diff --git a/main/search/all_1.js b/main/search/all_1.js index 99cfabdd..a2abf186 100644 --- a/main/search/all_1.js +++ b/main/search/all_1.js @@ -2,16 +2,16 @@ var searchData= [ ['a0_0',['A0',['../group__PID.html#a1aa73268c65cea0c7bc66bb70ff35205',1,'arm_pid_instance_q15::A0()'],['../group__PID.html#ab58496a4137da4c667915a5fc0ef57ef',1,'arm_pid_instance_q31::A0()'],['../group__PID.html#afc2ed2bf70b7d9d84f49ee9ae7caa004',1,'arm_pid_instance_f32::A0()']]], ['a1_1',['A1',['../group__PID.html#af66ed2ba68c67c1cac2c37cc902bb386',1,'arm_pid_instance_q15::A1()'],['../group__PID.html#aeb897c84724b56948e4222aca8d0e1f4',1,'arm_pid_instance_q31::A1()'],['../group__PID.html#a5e6785a3a5cf7b98f3bfc7b180d98273',1,'arm_pid_instance_f32::A1()']]], - ['a2_2',['A2',['../group__PID.html#a5b00947275caf079f351271bf41573fe',1,'arm_pid_instance_f32::A2()'],['../group__PID.html#a4ae945f839719fb2c04c978724b78ebb',1,'arm_pid_instance_q31::A2()'],['../group__PID.html#a06ee5d86e97bf48a15096806b79f299c',1,'arm_pid_instance_q15::A2()']]], + ['a2_2',['A2',['../group__PID.html#a06ee5d86e97bf48a15096806b79f299c',1,'arm_pid_instance_q15::A2()'],['../group__PID.html#a4ae945f839719fb2c04c978724b78ebb',1,'arm_pid_instance_q31::A2()'],['../group__PID.html#a5b00947275caf079f351271bf41573fe',1,'arm_pid_instance_f32::A2()']]], ['absolute_20maximum_3',['Absolute Maximum',['../group__AbsMax.html',1,'']]], ['absolute_20minimum_4',['Absolute Minimum',['../group__AbsMin.html',1,'']]], ['abstract_20syntax_20tree_20for_20fusion_5',['Abstract syntax tree for fusion',['../group__FUSION.html',1,'']]], ['acc_6',['acc',['../group__FIXED.html#a8e532789de7edb66cc240ddf70b9b468',1,'arm_cmsis_dsp::Accumulate< MD, MS, F, S, true >']]], - ['accumulate_7',['accumulate',['../group__FIXED.html#ga1bffba044bb76b8457477d74a91e59f6',1,'arm_cmsis_dsp::accumulate()'],['../namespaceinner.html#a0884f0f2704b60b9aff383039e9ec67a',1,'inner::accumulate(double &a, const double &b)'],['../namespaceinner.html#a5730dc14f53eecf85fd7231823d9709e',1,'inner::accumulate(float &a, const float &b)'],['../namespaceinner.html#a26cf88708ea49c78842ca6392276d637',1,'inner::accumulate(float16_t &a, const float16_t &b)']]], + ['accumulate_7',['accumulate',['../group__FIXED.html#ga1bffba044bb76b8457477d74a91e59f6',1,'arm_cmsis_dsp::accumulate()'],['../namespaceinner.html#a0f2e05ee907df4eade7e9e447cb28dcf',1,'inner::accumulate(std::complex< double > &a, const std::complex< double > &b)'],['../namespaceinner.html#a87333ccdc32ce41e222ab4f8b6f1aba6',1,'inner::accumulate(std::complex< float > &a, const std::complex< float > &b)'],['../namespaceinner.html#a4e05a7801281427f96742d608d5dfca8',1,'inner::accumulate(std::complex< float16_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a0884f0f2704b60b9aff383039e9ec67a',1,'inner::accumulate(double &a, const double &b)'],['../namespaceinner.html#a5730dc14f53eecf85fd7231823d9709e',1,'inner::accumulate(float &a, const float &b)'],['../namespaceinner.html#a26cf88708ea49c78842ca6392276d637',1,'inner::accumulate(float16_t &a, const float16_t &b)']]], ['accumulate_8',['Accumulate',['../group__FIXED.html#structarm__cmsis__dsp_1_1Accumulate',1,'arm_cmsis_dsp']]], ['accumulate_3c_20md_2c_20ms_2c_20f_2c_20s_2c_20true_20_3e_9',['Accumulate< MD, MS, F, S, true >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Accumulate_3_01MD_00_01MS_00_01F_00_01S_00_01true_01_4',1,'arm_cmsis_dsp']]], ['accumulation_20functions_10',['Accumulation functions',['../group__Accumulation.html',1,'']]], - ['accumulator_11',['accumulator',['../group__GenericQ7Number.html#a11afc18b08766b3e9348591798333164',1,'number_traits< Q7 >::accumulator()'],['../group__GenericQ31Number.html#ad9fbed5d4f41babc7698af277ddff4ca',1,'number_traits< Q31 >::accumulator()'],['../group__GenericQ15Number.html#a08c5ca411f83dd18746260721f1782eb',1,'number_traits< Q15 >::accumulator()'],['../group__GenericHalfNumber.html#abcdb1f86d2e9c500c8203cc607766b00',1,'number_traits< float16_t >::accumulator()'],['../group__GenericDoubleNumber.html#a0bbe27ede4e373cb8dbe97fae9ea9db0',1,'number_traits< double >::accumulator()'],['../group__GenericFloatNumber.html#a7975ef80ce1e2a471e5a59129dcc705a',1,'number_traits< float >::accumulator()'],['../group__GenericTUPLENumber.html#a6ddf5d8b0b530318dcc5b330775a7d95',1,'number_traits< std::tuple< E... > >::accumulator()']]], + ['accumulator_11',['accumulator',['../group__GenericQ31Number.html#ad9fbed5d4f41babc7698af277ddff4ca',1,'number_traits< Q31 >::accumulator()'],['../group__GenericQ15Number.html#a08c5ca411f83dd18746260721f1782eb',1,'number_traits< Q15 >::accumulator()'],['../group__GenericQ7Number.html#a11afc18b08766b3e9348591798333164',1,'number_traits< Q7 >::accumulator()'],['../group__GenericComplexDoubleNumber.html#a6edd73504114644d1e89141bffbba705',1,'number_traits< std::complex< double > >::accumulator()'],['../group__GenericHalfNumber.html#abcdb1f86d2e9c500c8203cc607766b00',1,'number_traits< float16_t >::accumulator()'],['../group__GenericTUPLENumber.html#a6ddf5d8b0b530318dcc5b330775a7d95',1,'number_traits< std::tuple< E... > >::accumulator()'],['../group__GenericComplexFloatNumber.html#a2af971cbb51868d0d4ed8edb29275e95',1,'number_traits< std::complex< float > >::accumulator()'],['../group__GenericFloatNumber.html#a7975ef80ce1e2a471e5a59129dcc705a',1,'number_traits< float >::accumulator()'],['../group__GenericDoubleNumber.html#a0bbe27ede4e373cb8dbe97fae9ea9db0',1,'number_traits< double >::accumulator()'],['../group__GenericComplexQ7Number.html#a886d762b936ed8bd88ecdf115c889d9e',1,'number_traits< std::complex< Q7 > >::accumulator()'],['../group__GenericComplexQ31Number.html#a65d5b0ccd8fdd20632d0c0afbb9575f6',1,'number_traits< std::complex< Q31 > >::accumulator()'],['../group__GenericComplexQ15Number.html#a61612a4cb56e1d9697b6bba5ba37d414',1,'number_traits< std::complex< Q15 > >::accumulator()'],['../group__GenericComplexHalfNumber.html#ac271daae8dfa0fc762d3ce195a183081',1,'number_traits< std::complex< float16_t > >::accumulator()']]], ['add_12',['add',['../group__FIXED.html#ga83b4352119780463d8192a1086c3cc13',1,'arm_cmsis_dsp']]], ['alg_13',['alg',['../structarm__sort__instance__f32.html#a0c7e20695ca4dff4a5bbb54d454b6ed7',1,'arm_sort_instance_f32']]], ['algorithms_2ehpp_14',['algorithms.hpp',['../algorithms_8hpp.html',1,'']]], @@ -715,12 +715,12 @@ var searchData= ['arm_5fq7_5fto_5fq15_712',['arm_q7_to_q15',['../group__q7__to__x.html#ga1023c3832ca6be3a6d17ef338cafa28b',1,'arm_q7_to_q15(const q7_t *pSrc, q15_t *pDst, uint32_t blockSize): arm_q7_to_q15.c'],['../group__q7__to__x.html#ga1023c3832ca6be3a6d17ef338cafa28b',1,'arm_q7_to_q15(const q7_t *pSrc, q15_t *pDst, uint32_t blockSize): arm_q7_to_q15.c']]], ['arm_5fq7_5fto_5fq31_713',['arm_q7_to_q31',['../group__q7__to__x.html#ga3c73bfb98fc5a1b4f612264662d0549c',1,'arm_q7_to_q31(const q7_t *pSrc, q31_t *pDst, uint32_t blockSize): arm_q7_to_q31.c'],['../group__q7__to__x.html#ga3c73bfb98fc5a1b4f612264662d0549c',1,'arm_q7_to_q31(const q7_t *pSrc, q31_t *pDst, uint32_t blockSize): arm_q7_to_q31.c']]], ['arm_5fquaternion2rotation_5ff32_714',['arm_quaternion2rotation_f32',['../group__QuatRot.html#ga452ea33f74a02599424d71b4de26b0ba',1,'arm_quaternion2rotation_f32(const float32_t *pInputQuaternions, float32_t *pOutputRotations, uint32_t nbQuaternions): arm_quaternion2rotation_f32.c'],['../group__QuatRot.html#ga452ea33f74a02599424d71b4de26b0ba',1,'arm_quaternion2rotation_f32(const float32_t *pInputQuaternions, float32_t *pOutputRotations, uint32_t nbQuaternions): arm_quaternion2rotation_f32.c']]], - ['arm_5fquaternion_5fconjugate_5ff32_715',['arm_quaternion_conjugate_f32',['../group__QuatConjugate.html#ga066689b29d6cba11ea87645241deb09b',1,'arm_quaternion_conjugate_f32(const float32_t *pInputQuaternions, float32_t *pConjugateQuaternions, uint32_t nbQuaternions): arm_quaternion_conjugate_f32.c'],['../group__QuatConjugate.html#ga066689b29d6cba11ea87645241deb09b',1,'arm_quaternion_conjugate_f32(const float32_t *inputQuaternions, float32_t *pConjugateQuaternions, uint32_t nbQuaternions): arm_quaternion_conjugate_f32.c']]], + ['arm_5fquaternion_5fconjugate_5ff32_715',['arm_quaternion_conjugate_f32',['../group__QuatConjugate.html#ga066689b29d6cba11ea87645241deb09b',1,'arm_quaternion_conjugate_f32(const float32_t *inputQuaternions, float32_t *pConjugateQuaternions, uint32_t nbQuaternions): arm_quaternion_conjugate_f32.c'],['../group__QuatConjugate.html#ga066689b29d6cba11ea87645241deb09b',1,'arm_quaternion_conjugate_f32(const float32_t *pInputQuaternions, float32_t *pConjugateQuaternions, uint32_t nbQuaternions): arm_quaternion_conjugate_f32.c']]], ['arm_5fquaternion_5finverse_5ff32_716',['arm_quaternion_inverse_f32',['../group__QuatInverse.html#ga31e853884e1a3e8ca4482f65ff818032',1,'arm_quaternion_inverse_f32(const float32_t *pInputQuaternions, float32_t *pInverseQuaternions, uint32_t nbQuaternions): arm_quaternion_inverse_f32.c'],['../group__QuatInverse.html#ga31e853884e1a3e8ca4482f65ff818032',1,'arm_quaternion_inverse_f32(const float32_t *pInputQuaternions, float32_t *pInverseQuaternions, uint32_t nbQuaternions): arm_quaternion_inverse_f32.c']]], ['arm_5fquaternion_5fnorm_5ff32_717',['arm_quaternion_norm_f32',['../group__QuatNorm.html#ga49a1e25e3a6147aecfecb6f4074e41d4',1,'arm_quaternion_norm_f32(const float32_t *pInputQuaternions, float32_t *pNorms, uint32_t nbQuaternions): arm_quaternion_norm_f32.c'],['../group__QuatNorm.html#ga49a1e25e3a6147aecfecb6f4074e41d4',1,'arm_quaternion_norm_f32(const float32_t *pInputQuaternions, float32_t *pNorms, uint32_t nbQuaternions): arm_quaternion_norm_f32.c']]], - ['arm_5fquaternion_5fnormalize_5ff32_718',['arm_quaternion_normalize_f32',['../group__QuatNormalized.html#gaa25451f519ec348fae068ca9f8128038',1,'arm_quaternion_normalize_f32(const float32_t *inputQuaternions, float32_t *pNormalizedQuaternions, uint32_t nbQuaternions): arm_quaternion_normalize_f32.c'],['../group__QuatNormalized.html#gaa25451f519ec348fae068ca9f8128038',1,'arm_quaternion_normalize_f32(const float32_t *pInputQuaternions, float32_t *pNormalizedQuaternions, uint32_t nbQuaternions): arm_quaternion_normalize_f32.c']]], - ['arm_5fquaternion_5fproduct_5ff32_719',['arm_quaternion_product_f32',['../group__QuatProdVect.html#ga8d25a6adf6d3fb12a6311b1ddfc2c8c1',1,'arm_quaternion_product_f32(const float32_t *qa, const float32_t *qb, float32_t *r, uint32_t nbQuaternions): arm_quaternion_product_f32.c'],['../group__QuatProdVect.html#ga8d25a6adf6d3fb12a6311b1ddfc2c8c1',1,'arm_quaternion_product_f32(const float32_t *qa, const float32_t *qb, float32_t *qr, uint32_t nbQuaternions): arm_quaternion_product_f32.c']]], - ['arm_5fquaternion_5fproduct_5fsingle_5ff32_720',['arm_quaternion_product_single_f32',['../group__QuatProdSingle.html#ga93269654e1b26482c90d89c7904b3039',1,'arm_quaternion_product_single_f32(const float32_t *qa, const float32_t *qb, float32_t *r): arm_quaternion_product_single_f32.c'],['../group__QuatProdSingle.html#ga93269654e1b26482c90d89c7904b3039',1,'arm_quaternion_product_single_f32(const float32_t *qa, const float32_t *qb, float32_t *qr): arm_quaternion_product_single_f32.c']]], + ['arm_5fquaternion_5fnormalize_5ff32_718',['arm_quaternion_normalize_f32',['../group__QuatNormalized.html#gaa25451f519ec348fae068ca9f8128038',1,'arm_quaternion_normalize_f32(const float32_t *pInputQuaternions, float32_t *pNormalizedQuaternions, uint32_t nbQuaternions): arm_quaternion_normalize_f32.c'],['../group__QuatNormalized.html#gaa25451f519ec348fae068ca9f8128038',1,'arm_quaternion_normalize_f32(const float32_t *inputQuaternions, float32_t *pNormalizedQuaternions, uint32_t nbQuaternions): arm_quaternion_normalize_f32.c']]], + ['arm_5fquaternion_5fproduct_5ff32_719',['arm_quaternion_product_f32',['../group__QuatProdVect.html#ga8d25a6adf6d3fb12a6311b1ddfc2c8c1',1,'arm_quaternion_product_f32(const float32_t *qa, const float32_t *qb, float32_t *qr, uint32_t nbQuaternions): arm_quaternion_product_f32.c'],['../group__QuatProdVect.html#ga8d25a6adf6d3fb12a6311b1ddfc2c8c1',1,'arm_quaternion_product_f32(const float32_t *qa, const float32_t *qb, float32_t *r, uint32_t nbQuaternions): arm_quaternion_product_f32.c']]], + ['arm_5fquaternion_5fproduct_5fsingle_5ff32_720',['arm_quaternion_product_single_f32',['../group__QuatProdSingle.html#ga93269654e1b26482c90d89c7904b3039',1,'arm_quaternion_product_single_f32(const float32_t *qa, const float32_t *qb, float32_t *qr): arm_quaternion_product_single_f32.c'],['../group__QuatProdSingle.html#ga93269654e1b26482c90d89c7904b3039',1,'arm_quaternion_product_single_f32(const float32_t *qa, const float32_t *qb, float32_t *r): arm_quaternion_product_single_f32.c']]], ['arm_5frfft_5ff32_721',['arm_rfft_f32',['../group__DeprecatedRealFFT.html#ga3df1766d230532bc068fc4ed69d0fcdc',1,'arm_rfft_f32(const arm_rfft_instance_f32 *S, float32_t *pSrc, float32_t *pDst): arm_rfft_f32.c'],['../group__DeprecatedRealFFT.html#ga3df1766d230532bc068fc4ed69d0fcdc',1,'arm_rfft_f32(const arm_rfft_instance_f32 *S, float32_t *pSrc, float32_t *pDst): arm_rfft_f32.c']]], ['arm_5frfft_5ffast_5ff16_722',['arm_rfft_fast_f16',['../group__RealFFTF16.html#gaf018157c88626e83de3d9143f5273d18',1,'arm_rfft_fast_f16(const arm_rfft_fast_instance_f16 *S, float16_t *p, float16_t *pOut, uint8_t ifftFlag): arm_rfft_fast_f16.c'],['../group__RealFFTF16.html#gaf018157c88626e83de3d9143f5273d18',1,'arm_rfft_fast_f16(const arm_rfft_fast_instance_f16 *S, float16_t *p, float16_t *pOut, uint8_t ifftFlag): arm_rfft_fast_f16.c']]], ['arm_5frfft_5ffast_5ff32_723',['arm_rfft_fast_f32',['../group__RealFFTF32.html#ga5d2ec62f3e35575eba467d09ddcd98b5',1,'arm_rfft_fast_f32(const arm_rfft_fast_instance_f32 *S, float32_t *p, float32_t *pOut, uint8_t ifftFlag): arm_rfft_fast_f32.c'],['../group__RealFFTF32.html#ga5d2ec62f3e35575eba467d09ddcd98b5',1,'arm_rfft_fast_f32(const arm_rfft_fast_instance_f32 *S, float32_t *p, float32_t *pOut, uint8_t ifftFlag): arm_rfft_fast_f32.c']]], diff --git a/main/search/all_10.js b/main/search/all_10.js index 21bb3678..716df677 100644 --- a/main/search/all_10.js +++ b/main/search/all_10.js @@ -12,11 +12,11 @@ var searchData= ['polynomial_20svm_9',['Polynomial SVM',['../group__polysvm.html',1,'']]], ['postshift_10',['postShift',['../structarm__lms__instance__q31.html#aa2cacddfc5e1d86905d7d31a18b1979b',1,'arm_lms_instance_q31::postShift()'],['../structarm__biquad__casd__df1__inst__q15.html#a3603cbf084938b6931bcb05dfe487f09',1,'arm_biquad_casd_df1_inst_q15::postShift()'],['../structarm__biquad__casd__df1__inst__q31.html#a74050e9f36542bd56f4052381a82ae8f',1,'arm_biquad_casd_df1_inst_q31::postShift()'],['../structarm__biquad__cas__df1__32x64__ins__q31.html#a74050e9f36542bd56f4052381a82ae8f',1,'arm_biquad_cas_df1_32x64_ins_q31::postShift()'],['../structarm__lms__instance__q15.html#aa2cacddfc5e1d86905d7d31a18b1979b',1,'arm_lms_instance_q15::postShift()'],['../structarm__lms__norm__instance__q31.html#a74050e9f36542bd56f4052381a82ae8f',1,'arm_lms_norm_instance_q31::postShift()'],['../structarm__lms__norm__instance__q15.html#a74050e9f36542bd56f4052381a82ae8f',1,'arm_lms_norm_instance_q15::postShift()']]], ['power_11',['Power',['../group__power.html',1,'']]], - ['predicate_5ft_12',['predicate_t',['../group__HeliumFloatNumber.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__GenericQ7Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::predicate_t()'],['../group__GenericQ31Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::predicate_t()'],['../group__GenericTUPLENumber.html#a8938573d3fc13e4d64dccf51839d9b7f',1,'vector_traits< std::tuple< E... >, arch >::predicate_t()'],['../group__DSPQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::predicate_t()'],['../group__HeliumHalfNumber.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumQ15Number.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__GenericDoubleNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< double, arch, void >::predicate_t()'],['../group__GenericHalfNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< float16_t >::predicate_t()'],['../group__GenericFloatNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()']]], - ['prfft_13',['pRfft',['../structarm__dct4__instance__q15.html#aea6aa42c838f2b22c8c31e9e259b8d75',1,'arm_dct4_instance_q15::pRfft()'],['../structarm__dct4__instance__f32.html#ad4cd7c85eea3f7c5fff4630bbd979e6a',1,'arm_dct4_instance_f32::pRfft()'],['../structarm__dct4__instance__q31.html#a16c74f8496e1691e62da3c57e0c676eb',1,'arm_dct4_instance_q31::pRfft()']]], + ['predicate_5ft_12',['predicate_t',['../group__HeliumComplexFloatNumber.html#a3777de34f2324cc76ea8e00520102243',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__GenericQ7Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::predicate_t()'],['../group__GenericQ31Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::predicate_t()'],['../group__GenericHalfNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< float16_t >::predicate_t()'],['../group__GenericTUPLENumber.html#a8938573d3fc13e4d64dccf51839d9b7f',1,'vector_traits< std::tuple< E... >, arch >::predicate_t()'],['../group__GenericFloatNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericDoubleNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< double, arch, void >::predicate_t()'],['../group__GenericComplexQ31Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__DSPQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::predicate_t()'],['../group__HeliumComplexHalfNumber.html#a3777de34f2324cc76ea8e00520102243',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumFloatNumber.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumHalfNumber.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumQ15Number.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__GenericComplexDoubleNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< double >, arch, void >::predicate_t()'],['../group__GenericComplexQ7Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< Q7 >, arch, void >::predicate_t()'],['../group__GenericComplexQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericComplexHalfNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericComplexFloatNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()']]], + ['prfft_13',['pRfft',['../structarm__dct4__instance__f32.html#ad4cd7c85eea3f7c5fff4630bbd979e6a',1,'arm_dct4_instance_f32::pRfft()'],['../structarm__dct4__instance__q31.html#a16c74f8496e1691e62da3c57e0c676eb',1,'arm_dct4_instance_q31::pRfft()'],['../structarm__dct4__instance__q15.html#aea6aa42c838f2b22c8c31e9e259b8d75',1,'arm_dct4_instance_q15::pRfft()']]], ['printt_14',['printt',['../group__HELIUMALG.html#ga36ced6a37a48ee04127daa2c77ae9262',1,'printt(const std::tuple< T... > &_tup): basic.hpp'],['../group__HELIUMALG.html#gad7879e299982cf015820f9f30951426f',1,'printt(const TupType &_tup, std::index_sequence< I... >): basic.hpp']]], ['printtype_15',['PrintType',['../group__DEBUG.html#ga82964360e36a1ac1667d4ccac141e11b',1,'arm_cmsis_dsp']]], - ['pstate_16',['pState',['../structarm__iir__lattice__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_iir_lattice_instance_f32::pState()'],['../structarm__fir__instance__q7.html#aa8f67102521b620af6f259afdcf29785',1,'arm_fir_instance_q7::pState()'],['../structarm__lms__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_lms_instance_f32::pState()'],['../structarm__lms__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_lms_instance_q15::pState()'],['../structarm__lms__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_lms_instance_q31::pState()'],['../structarm__lms__norm__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_lms_norm_instance_f32::pState()'],['../structarm__lms__norm__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_lms_norm_instance_q31::pState()'],['../structarm__lms__norm__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_lms_norm_instance_q15::pState()'],['../structarm__fir__sparse__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_sparse_instance_f32::pState()'],['../structarm__fir__sparse__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_sparse_instance_q31::pState()'],['../structarm__fir__sparse__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_sparse_instance_q15::pState()'],['../structarm__fir__sparse__instance__q7.html#aa8f67102521b620af6f259afdcf29785',1,'arm_fir_sparse_instance_q7::pState()'],['../structarm__fir__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a',1,'arm_fir_instance_f16::pState()'],['../structarm__biquad__casd__df1__inst__f16.html#a23468c4fc9ae2a74b412f47094f6799a',1,'arm_biquad_casd_df1_inst_f16::pState()'],['../structarm__biquad__cascade__df2T__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a',1,'arm_biquad_cascade_df2T_instance_f16::pState()'],['../structarm__biquad__cascade__stereo__df2T__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a',1,'arm_biquad_cascade_stereo_df2T_instance_f16::pState()'],['../structarm__iir__lattice__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_iir_lattice_instance_q15::pState()'],['../structarm__fir__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_instance_q15::pState()'],['../structarm__fir__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_instance_q31::pState()'],['../structarm__fir__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_instance_f32::pState()'],['../structarm__fir__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6',1,'arm_fir_instance_f64::pState()'],['../structarm__biquad__casd__df1__inst__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_biquad_casd_df1_inst_q15::pState()'],['../structarm__biquad__casd__df1__inst__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_biquad_casd_df1_inst_q31::pState()'],['../structarm__biquad__casd__df1__inst__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_biquad_casd_df1_inst_f32::pState()'],['../structarm__fir__decimate__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_decimate_instance_q15::pState()'],['../structarm__fir__decimate__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_decimate_instance_q31::pState()'],['../structarm__fir__decimate__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_decimate_instance_f32::pState()'],['../structarm__fir__decimate__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6',1,'arm_fir_decimate_instance_f64::pState()'],['../structarm__fir__interpolate__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_interpolate_instance_q31::pState()'],['../structarm__iir__lattice__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_iir_lattice_instance_q31::pState()'],['../structarm__fir__lattice__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_lattice_instance_f32::pState()'],['../structarm__fir__lattice__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_lattice_instance_q31::pState()'],['../structarm__fir__lattice__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_lattice_instance_q15::pState()'],['../structarm__biquad__cascade__df2T__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6',1,'arm_biquad_cascade_df2T_instance_f64::pState()'],['../structarm__biquad__cascade__stereo__df2T__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_biquad_cascade_stereo_df2T_instance_f32::pState()'],['../structarm__biquad__cascade__df2T__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_biquad_cascade_df2T_instance_f32::pState()'],['../structarm__fir__interpolate__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_interpolate_instance_q15::pState()'],['../structarm__fir__interpolate__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_interpolate_instance_f32::pState()'],['../structarm__biquad__cas__df1__32x64__ins__q31.html#adefeb77301cc04e4d7d22f323029d588',1,'arm_biquad_cas_df1_32x64_ins_q31::pState()']]], + ['pstate_16',['pState',['../structarm__lms__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_lms_instance_f32::pState()'],['../structarm__fir__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_instance_f32::pState()'],['../structarm__lms__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_lms_instance_q15::pState()'],['../structarm__lms__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_lms_instance_q31::pState()'],['../structarm__lms__norm__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_lms_norm_instance_f32::pState()'],['../structarm__lms__norm__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_lms_norm_instance_q31::pState()'],['../structarm__lms__norm__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_lms_norm_instance_q15::pState()'],['../structarm__fir__sparse__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_sparse_instance_f32::pState()'],['../structarm__fir__sparse__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_sparse_instance_q31::pState()'],['../structarm__fir__sparse__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_sparse_instance_q15::pState()'],['../structarm__fir__sparse__instance__q7.html#aa8f67102521b620af6f259afdcf29785',1,'arm_fir_sparse_instance_q7::pState()'],['../structarm__fir__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a',1,'arm_fir_instance_f16::pState()'],['../structarm__biquad__casd__df1__inst__f16.html#a23468c4fc9ae2a74b412f47094f6799a',1,'arm_biquad_casd_df1_inst_f16::pState()'],['../structarm__biquad__cascade__df2T__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a',1,'arm_biquad_cascade_df2T_instance_f16::pState()'],['../structarm__biquad__cascade__stereo__df2T__instance__f16.html#a23468c4fc9ae2a74b412f47094f6799a',1,'arm_biquad_cascade_stereo_df2T_instance_f16::pState()'],['../structarm__fir__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_instance_q15::pState()'],['../structarm__fir__instance__q7.html#aa8f67102521b620af6f259afdcf29785',1,'arm_fir_instance_q7::pState()'],['../structarm__iir__lattice__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_iir_lattice_instance_q31::pState()'],['../structarm__fir__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_instance_q31::pState()'],['../structarm__fir__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6',1,'arm_fir_instance_f64::pState()'],['../structarm__biquad__casd__df1__inst__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_biquad_casd_df1_inst_q15::pState()'],['../structarm__biquad__casd__df1__inst__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_biquad_casd_df1_inst_q31::pState()'],['../structarm__biquad__casd__df1__inst__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_biquad_casd_df1_inst_f32::pState()'],['../structarm__fir__decimate__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_decimate_instance_q15::pState()'],['../structarm__fir__decimate__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_decimate_instance_q31::pState()'],['../structarm__fir__decimate__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_decimate_instance_f32::pState()'],['../structarm__fir__decimate__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6',1,'arm_fir_decimate_instance_f64::pState()'],['../structarm__fir__interpolate__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_interpolate_instance_q15::pState()'],['../structarm__fir__interpolate__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_interpolate_instance_f32::pState()'],['../structarm__iir__lattice__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_iir_lattice_instance_f32::pState()'],['../structarm__iir__lattice__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_iir_lattice_instance_q15::pState()'],['../structarm__fir__lattice__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_fir_lattice_instance_f32::pState()'],['../structarm__fir__lattice__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_lattice_instance_q31::pState()'],['../structarm__fir__lattice__instance__q15.html#ae29dfdb736374fcddaeaec4b7770170c',1,'arm_fir_lattice_instance_q15::pState()'],['../structarm__biquad__cascade__df2T__instance__f64.html#ae97c926a7e3a4bfe26fcdd0a3cc2f5c6',1,'arm_biquad_cascade_df2T_instance_f64::pState()'],['../structarm__biquad__cascade__stereo__df2T__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_biquad_cascade_stereo_df2T_instance_f32::pState()'],['../structarm__fir__interpolate__instance__q31.html#adee4ba3ee8869865af7d8fa08ca913d6',1,'arm_fir_interpolate_instance_q31::pState()'],['../structarm__biquad__cas__df1__32x64__ins__q31.html#adefeb77301cc04e4d7d22f323029d588',1,'arm_biquad_cas_df1_32x64_ins_q31::pState()'],['../structarm__biquad__cascade__df2T__instance__f32.html#a335c87e6fdc4b96601d95a5de8b9c463',1,'arm_biquad_cascade_df2T_instance_f32::pState()']]], ['ptapdelay_17',['pTapDelay',['../structarm__fir__sparse__instance__f32.html#adec00b3793ab4f08edfeb4ea6a9eb6e6',1,'arm_fir_sparse_instance_f32::pTapDelay()'],['../structarm__fir__sparse__instance__q31.html#adec00b3793ab4f08edfeb4ea6a9eb6e6',1,'arm_fir_sparse_instance_q31::pTapDelay()'],['../structarm__fir__sparse__instance__q15.html#adec00b3793ab4f08edfeb4ea6a9eb6e6',1,'arm_fir_sparse_instance_q15::pTapDelay()'],['../structarm__fir__sparse__instance__q7.html#adec00b3793ab4f08edfeb4ea6a9eb6e6',1,'arm_fir_sparse_instance_q7::pTapDelay()']]], ['ptr_18',['ptr',['../group__Matrix.html#ad62d481db7f40d0856f327ac78cbb69f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::ptr()'],['../group__Matrix.html#ad62d481db7f40d0856f327ac78cbb69f',1,'arm_cmsis_dsp::MatrixView::ptr()'],['../group__VECTOR.html#af12a57ecdc5aa7459bbe2f4e2b723a6c',1,'arm_cmsis_dsp::Vector_Base::ptr() const'],['../group__VECTOR.html#a3b54ceaeeebb31461d63a482309f46f7',1,'arm_cmsis_dsp::Vector_Base::ptr(const index_t i) const'],['../group__VECTOR.html#ad62d481db7f40d0856f327ac78cbb69f',1,'arm_cmsis_dsp::VectorView::ptr() const'],['../group__VECTOR.html#a9baf1b5602df556c6ab8216dcb083c08',1,'arm_cmsis_dsp::VectorView::ptr(const index_t i) const'],['../group__VECTOR.html#ad62d481db7f40d0856f327ac78cbb69f',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::ptr() const'],['../group__VECTOR.html#a9baf1b5602df556c6ab8216dcb083c08',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::ptr(const index_t i) const']]], ['ptwiddle_19',['pTwiddle',['../structarm__cfft__radix4__instance__q15.html#a7f19217cfa0370f9e518caa882265386',1,'arm_cfft_radix4_instance_q15::pTwiddle()'],['../structarm__cfft__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6',1,'arm_cfft_instance_f16::pTwiddle()'],['../structarm__cfft__radix4__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6',1,'arm_cfft_radix4_instance_f16::pTwiddle()'],['../structarm__cfft__radix2__instance__f16.html#a3105983ff5c852a5c17028dee33f24c6',1,'arm_cfft_radix2_instance_f16::pTwiddle()'],['../structarm__dct4__instance__q15.html#a7f19217cfa0370f9e518caa882265386',1,'arm_dct4_instance_q15::pTwiddle()'],['../structarm__dct4__instance__f32.html#a8292d9775f5c5472f59915649fe3b378',1,'arm_dct4_instance_f32::pTwiddle()'],['../structarm__cfft__radix2__instance__q15.html#a7f19217cfa0370f9e518caa882265386',1,'arm_cfft_radix2_instance_q15::pTwiddle()'],['../structarm__cfft__radix2__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e',1,'arm_cfft_radix2_instance_q31::pTwiddle()'],['../structarm__cfft__radix4__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e',1,'arm_cfft_radix4_instance_q31::pTwiddle()'],['../structarm__cfft__radix2__instance__f32.html#a8292d9775f5c5472f59915649fe3b378',1,'arm_cfft_radix2_instance_f32::pTwiddle()'],['../structarm__cfft__radix4__instance__f32.html#a8292d9775f5c5472f59915649fe3b378',1,'arm_cfft_radix4_instance_f32::pTwiddle()'],['../structarm__cfft__instance__q15.html#a7f19217cfa0370f9e518caa882265386',1,'arm_cfft_instance_q15::pTwiddle()'],['../structarm__cfft__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e',1,'arm_cfft_instance_q31::pTwiddle()'],['../structarm__dct4__instance__q31.html#a9760c603af5d85652496dbffd63a8a2e',1,'arm_dct4_instance_q31::pTwiddle()'],['../structarm__cfft__instance__f64.html#a8a6eddea3385b1fca85ccb9b956ec1a3',1,'arm_cfft_instance_f64::pTwiddle()'],['../structarm__cfft__instance__f32.html#a8292d9775f5c5472f59915649fe3b378',1,'arm_cfft_instance_f32::pTwiddle()']]], diff --git a/main/search/all_11.js b/main/search/all_11.js index d69afd7e..a5e1e705 100644 --- a/main/search/all_11.js +++ b/main/search/all_11.js @@ -1,6 +1,6 @@ var searchData= [ - ['q_0',['Q',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q',1,'Q< M, F, S, T >'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q()'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q()'],['../group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q()'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q()'],['../group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q()'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q()'],['../group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q()'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q()'],['../group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q()'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q()']]], + ['q_0',['Q',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q',1,'Q< M, F, S, T >'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q()'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q()'],['../group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q()'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q()'],['../group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q()'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q()'],['../group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q()'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q()'],['../group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q()'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q()']]], ['q15_1',['Q15',['../group__DSPQ15Number.html',1,'(Global Namespace)'],['../group__GenericQ15Number.html',1,'(Global Namespace)'],['../group__HeliumQ15Number.html',1,'(Global Namespace)'],['../group__FIXED.html#ga51955f28b22fcdc84593909693a99e81',1,'arm_cmsis_dsp::Q15()']]], ['q15_5ft_2',['q15_t',['../group__genericTypes.html#gab5a8fb21a5b3b983d5f54f31614052ea',1,'arm_math_types.h']]], ['q15dspvector_3',['Q15DSPVector',['../group__DSPQ15Number.html#structQ15DSPVector',1,'Q15DSPVector'],['../group__DSPQ15Number.html#ac6901274e6556f5f31b9be8794dbc634',1,'Q15DSPVector::Q15DSPVector()'],['../group__DSPQ15Number.html#ade65aea404ebe82cea0dfa4ebefd6fea',1,'Q15DSPVector::Q15DSPVector(int32_t val)']]], diff --git a/main/search/all_12.js b/main/search/all_12.js index 2daca8cf..e99a28f5 100644 --- a/main/search/all_12.js +++ b/main/search/all_12.js @@ -8,21 +8,22 @@ var searchData= ['real_20fft_20q15_20functions_5',['Real FFT Q15 Functions',['../group__RealFFTQ15.html',1,'']]], ['real_20fft_20q31_20functions_6',['Real FFT Q31 Functions',['../group__RealFFTQ31.html',1,'']]], ['real_20fft_20tables_7',['Real FFT Tables',['../group__RealFFT__Table.html',1,'']]], - ['realcoefa_8',['realCoefA',['../group__RealFFT__Table.html#ga8b1ad947c470596674fa3364e16045c6',1,'realCoefA(): arm_common_tables.c'],['../group__RealFFT__Table.html#ga8b1ad947c470596674fa3364e16045c6',1,'realCoefA(): arm_common_tables.c']]], - ['realcoefaq15_9',['realCoefAQ15',['../group__RealFFT__Table.html#gaf8699e77c7774359b96ef388efa7d453',1,'realCoefAQ15(): arm_common_tables.c'],['../group__RealFFT__Table.html#gaf8699e77c7774359b96ef388efa7d453',1,'realCoefAQ15(): arm_common_tables.c']]], - ['realcoefaq31_10',['realCoefAQ31',['../group__RealFFT__Table.html#gaf1592a6cf0504675205074a43c3728a2',1,'realCoefAQ31(): arm_common_tables.c'],['../group__RealFFT__Table.html#gaf1592a6cf0504675205074a43c3728a2',1,'realCoefAQ31(): arm_common_tables.c']]], - ['realcoefb_11',['realCoefB',['../group__RealFFT__Table.html#gac52f98b52a1f03bfac8b57a67ba07397',1,'realCoefB(): arm_common_tables.c'],['../group__RealFFT__Table.html#gac52f98b52a1f03bfac8b57a67ba07397',1,'realCoefB(): arm_common_tables.c']]], - ['realcoefbq15_12',['realCoefBQ15',['../group__RealFFT__Table.html#ga3b12ecbb17514304c09f90d26cada4cd',1,'realCoefBQ15(): arm_common_tables.c'],['../group__RealFFT__Table.html#ga3b12ecbb17514304c09f90d26cada4cd',1,'realCoefBQ15(): arm_common_tables.c']]], - ['realcoefbq31_13',['realCoefBQ31',['../group__RealFFT__Table.html#ga1eb5745728a61c3715755f5d69a4a960',1,'realCoefBQ31(): arm_common_tables.c'],['../group__RealFFT__Table.html#ga1eb5745728a61c3715755f5d69a4a960',1,'realCoefBQ31(): arm_common_tables.c']]], - ['reciptable_14',['recipTable',['../structarm__lms__norm__instance__q31.html#ac2e860f11b18d416a6b9aeb4660694dc',1,'arm_lms_norm_instance_q31::recipTable()'],['../structarm__lms__norm__instance__q15.html#adb208045a3bf521f9522f574dc76dff3',1,'arm_lms_norm_instance_q15::recipTable()']]], - ['recycle_5fbuffer_15',['recycle_buffer',['../group__MEMORY.html#a3b12e09f14619e8516bac335eff12623',1,'arm_cmsis_dsp::MemoryPool']]], - ['refscalar_16',['RefScalar',['../group__GenericTUPLENumber.html#a778709132bba78a67ec4a2f266aed099',1,'vector_traits< std::tuple< E... >, arch >']]], - ['regular_20window_20functions_17',['Regular window functions',['../group__WindowNormal.html',1,'']]], - ['reset_18',['reset',['../group__MEMORY.html#a20194325f0380eb3bbc6bc6c8b2697d9',1,'arm_cmsis_dsp::MemoryPool']]], - ['revision_20history_19',['Revision History',['../rev_hist.html',1,'']]], - ['root_20mean_20square_20_28rms_29_20',['Root mean square (RMS)',['../group__RMS.html',1,'']]], - ['rotation_20to_20quaternion_21',['Rotation to Quaternion',['../group__RotQuat.html',1,'']]], - ['row_22',['row',['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView::row()'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row()'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView::row()'],['../group__Matrix.html#a21fdccd79d0757d8b094490d05a13ca7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a6d255382635c508140d61fefbf56a139',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a104c4b97ad18da8b99b5760a5a1bfffc',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a75af2b6e66821cea29c146606b3d2e06',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#a9b8294b1a8c6b79806dd547b55eeea17',1,'arm_cmsis_dsp::Matrix::row(const index_t i, const index_t start=0, const index_t stop=C) const'],['../group__Matrix.html#a6e5d540a9dc9b09ac43aac1cb71c6e8a',1,'arm_cmsis_dsp::Matrix::row(const index_t i, const index_t start=0, const index_t stop=C)'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start, const index_t stop) const']]], - ['rows_23',['rows',['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView::rows()'],['../group__FUSION.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::_Expr::rows()'],['../group__Matrix.html#a0fb228c4ace4a06bc2d993f8ff4dd002',1,'arm_cmsis_dsp::_Outer::rows()'],['../group__Matrix.html#af99af8432c5198ee872efb409e20383f',1,'arm_cmsis_dsp::Matrix::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::rows()']]], - ['run_24',['run',['../group__HeliumFloatNumber.html#a16e1b8c625b5b0bfa3609acba914dede',1,'inner::vstore1_gen_stride< 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#a16e1b8c625b5b0bfa3609acba914dede',1,'inner::vstore1_gen_stride::run()'],['../group__HeliumFloatNumber.html#ab92887742c4504b4af02840c09d13109',1,'inner::vload1_gen_stride_z< 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#ab92887742c4504b4af02840c09d13109',1,'inner::vload1_gen_stride_z::run()'],['../group__HeliumFloatNumber.html#a57bb9c7ce001f67cc45982c30519cba4',1,'inner::vload1_gen_stride< 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#a57bb9c7ce001f67cc45982c30519cba4',1,'inner::vload1_gen_stride::run()']]] + ['real_5fvector_8',['real_vector',['../group__HeliumComplexHalfNumber.html#a76c25894268d892709cb9d354a7a62a6',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::real_vector()'],['../group__GenericTUPLENumber.html#a44368d26d467915b5fd73a55f40fe80c',1,'vector_traits< std::tuple< E... >, arch >::real_vector()'],['../group__HeliumComplexFloatNumber.html#a7643201f518ac18e1cefe885f5330128',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::real_vector()']]], + ['realcoefa_9',['realCoefA',['../group__RealFFT__Table.html#ga8b1ad947c470596674fa3364e16045c6',1,'realCoefA(): arm_common_tables.c'],['../group__RealFFT__Table.html#ga8b1ad947c470596674fa3364e16045c6',1,'realCoefA(): arm_common_tables.c']]], + ['realcoefaq15_10',['realCoefAQ15',['../group__RealFFT__Table.html#gaf8699e77c7774359b96ef388efa7d453',1,'realCoefAQ15(): arm_common_tables.c'],['../group__RealFFT__Table.html#gaf8699e77c7774359b96ef388efa7d453',1,'realCoefAQ15(): arm_common_tables.c']]], + ['realcoefaq31_11',['realCoefAQ31',['../group__RealFFT__Table.html#gaf1592a6cf0504675205074a43c3728a2',1,'realCoefAQ31(): arm_common_tables.c'],['../group__RealFFT__Table.html#gaf1592a6cf0504675205074a43c3728a2',1,'realCoefAQ31(): arm_common_tables.c']]], + ['realcoefb_12',['realCoefB',['../group__RealFFT__Table.html#gac52f98b52a1f03bfac8b57a67ba07397',1,'realCoefB(): arm_common_tables.c'],['../group__RealFFT__Table.html#gac52f98b52a1f03bfac8b57a67ba07397',1,'realCoefB(): arm_common_tables.c']]], + ['realcoefbq15_13',['realCoefBQ15',['../group__RealFFT__Table.html#ga3b12ecbb17514304c09f90d26cada4cd',1,'realCoefBQ15(): arm_common_tables.c'],['../group__RealFFT__Table.html#ga3b12ecbb17514304c09f90d26cada4cd',1,'realCoefBQ15(): arm_common_tables.c']]], + ['realcoefbq31_14',['realCoefBQ31',['../group__RealFFT__Table.html#ga1eb5745728a61c3715755f5d69a4a960',1,'realCoefBQ31(): arm_common_tables.c'],['../group__RealFFT__Table.html#ga1eb5745728a61c3715755f5d69a4a960',1,'realCoefBQ31(): arm_common_tables.c']]], + ['reciptable_15',['recipTable',['../structarm__lms__norm__instance__q31.html#ac2e860f11b18d416a6b9aeb4660694dc',1,'arm_lms_norm_instance_q31::recipTable()'],['../structarm__lms__norm__instance__q15.html#adb208045a3bf521f9522f574dc76dff3',1,'arm_lms_norm_instance_q15::recipTable()']]], + ['recycle_5fbuffer_16',['recycle_buffer',['../group__MEMORY.html#a3b12e09f14619e8516bac335eff12623',1,'arm_cmsis_dsp::MemoryPool']]], + ['refscalar_17',['RefScalar',['../group__GenericTUPLENumber.html#a778709132bba78a67ec4a2f266aed099',1,'vector_traits< std::tuple< E... >, arch >']]], + ['regular_20window_20functions_18',['Regular window functions',['../group__WindowNormal.html',1,'']]], + ['reset_19',['reset',['../group__MEMORY.html#a20194325f0380eb3bbc6bc6c8b2697d9',1,'arm_cmsis_dsp::MemoryPool']]], + ['revision_20history_20',['Revision History',['../rev_hist.html',1,'']]], + ['root_20mean_20square_20_28rms_29_21',['Root mean square (RMS)',['../group__RMS.html',1,'']]], + ['rotation_20to_20quaternion_22',['Rotation to Quaternion',['../group__RotQuat.html',1,'']]], + ['row_23',['row',['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView::row()'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row()'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView::row()'],['../group__Matrix.html#a21fdccd79d0757d8b094490d05a13ca7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a6d255382635c508140d61fefbf56a139',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a104c4b97ad18da8b99b5760a5a1bfffc',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a75af2b6e66821cea29c146606b3d2e06',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#a9b8294b1a8c6b79806dd547b55eeea17',1,'arm_cmsis_dsp::Matrix::row(const index_t i, const index_t start=0, const index_t stop=C) const'],['../group__Matrix.html#a6e5d540a9dc9b09ac43aac1cb71c6e8a',1,'arm_cmsis_dsp::Matrix::row(const index_t i, const index_t start=0, const index_t stop=C)'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start, const index_t stop) const']]], + ['rows_24',['rows',['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::rows()'],['../group__Matrix.html#af99af8432c5198ee872efb409e20383f',1,'arm_cmsis_dsp::Matrix::rows()'],['../group__Matrix.html#a0fb228c4ace4a06bc2d993f8ff4dd002',1,'arm_cmsis_dsp::_Outer::rows()'],['../group__FUSION.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::_Expr::rows()']]], + ['run_25',['run',['../group__HeliumFloatNumber.html#a16e1b8c625b5b0bfa3609acba914dede',1,'inner::vstore1_gen_stride< float32_t, 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#ab92887742c4504b4af02840c09d13109',1,'inner::vload1_gen_stride_z< float32_t, 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#a57bb9c7ce001f67cc45982c30519cba4',1,'inner::vload1_gen_stride< float32_t, 0, 1, 2, 3 >::run()'],['../group__HeliumComplexHalfNumber.html#afe748018cbff17aca898e9cdb207ae1d',1,'inner::vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >::run()'],['../group__HeliumComplexHalfNumber.html#afb2b9d93abf4343b274f043b5370de42',1,'inner::vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >::run()'],['../group__HeliumComplexFloatNumber.html#a318c8bcae1867703bc51951363a1bd53',1,'inner::vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >::run()'],['../group__HeliumComplexFloatNumber.html#aa478c2365b7c60f3776d9974e7015378',1,'inner::vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >::run()']]] ]; diff --git a/main/search/all_13.js b/main/search/all_13.js index 479bd53f..ff260a93 100644 --- a/main/search/all_13.js +++ b/main/search/all_13.js @@ -3,42 +3,45 @@ var searchData= ['basic_2ehpp_0',['basic.hpp',['../Scalar_2basic_8hpp.html',1,'']]], ['matrix_5fmultiply_2ehpp_1',['matrix_multiply.hpp',['../Scalar_2matrix__multiply_8hpp.html',1,'']]], ['matrix_5fmultiply_5ffixed_2ehpp_2',['matrix_multiply_fixed.hpp',['../Scalar_2matrix__multiply__fixed_8hpp.html',1,'']]], - ['same_5fstatic_5flength_3',['same_static_length',['../group__FUSION.html#ga0d7636d950aa0638b9a6532e4814b22d',1,'arm_cmsis_dsp']]], - ['sat_4',['sat',['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::sat()']]], - ['saturate_5',['saturate',['../group__FIXED.html#gace6ec77975f52ad598ab4c70e0ab2bdc',1,'arm_cmsis_dsp::saturate(const Q< MS, F, false > &src, typename std::enable_if<(MD< MS) &&((MD+F)< 31)>::type *=nullptr)'],['../group__FIXED.html#gaae413a52cf3b2d641ad8121b807eafaf',1,'arm_cmsis_dsp::saturate(const Q< MS, F, true > &src, typename std::enable_if<(MD< MS) &&((MD+F)< 31)>::type *=nullptr)']]], - ['scalar_6',['Scalar',['../group__ARCH.html#classarm__cmsis__dsp_1_1Scalar',1,'Scalar'],['../group__Matrix.html#a92d556ad09113e9ed985e7636995413b',1,'arm_cmsis_dsp::_Outer::Scalar()']]], - ['scalar_20algorithm_7',['Scalar algorithm',['../group__SCALARALG.html',1,'']]], - ['scalar_20number_20definitions_8',['Scalar number definitions',['../group__GenericNumber.html',1,'']]], - ['sigma_9',['sigma',['../structarm__gaussian__naive__bayes__instance__f16.html#a6c451b7a4776c42c20a475e6e673a16d',1,'arm_gaussian_naive_bayes_instance_f16::sigma()'],['../structarm__gaussian__naive__bayes__instance__f32.html#a42033b12e3779c533791e69d144bf8b0',1,'arm_gaussian_naive_bayes_instance_f32::sigma()']]], - ['sigmoid_20svm_10',['Sigmoid SVM',['../group__sigmoidsvm.html',1,'']]], - ['signal_20convergence_20example_11',['Signal Convergence Example',['../group__SignalConvergence.html',1,'']]], - ['sine_12',['Sine',['../group__sin.html',1,'']]], - ['sine_20cosine_13',['Sine Cosine',['../group__SinCos.html',1,'']]], - ['sinecosine_20example_14',['SineCosine Example',['../group__SinCosExample.html',1,'']]], - ['sint_15',['Sint',['../structarm__rfft__fast__instance__f64.html#a0915e69281e9037d7a7508a2a04dea61',1,'arm_rfft_fast_instance_f64::Sint()'],['../structarm__rfft__fast__instance__f32.html#aa8a05a9fabc3852e5d476152a5067e53',1,'arm_rfft_fast_instance_f32::Sint()'],['../structarm__rfft__fast__instance__f16.html#ad3c25d7002465379ef6047b3ca0ea2d0',1,'arm_rfft_fast_instance_f16::Sint()']]], - ['slice_16',['Slice',['../group__Matrix.html#structarm__cmsis__dsp_1_1Slice',1,'Slice'],['../group__Matrix.html#a8e16785cf81a52c79bf57a683c3ffcbf',1,'arm_cmsis_dsp::Slice::Slice()']]], - ['square_20root_17',['Square Root',['../group__SQRT.html',1,'']]], - ['standard_20deviation_18',['Standard deviation',['../group__STD.html',1,'']]], - ['start_19',['start',['../group__Matrix.html#a17fa2ffc9618036b777daaaccb1b0133',1,'arm_cmsis_dsp::Slice']]], - ['state_20',['state',['../group__PID.html#a473556ac6100fc188e77930d56f51062',1,'arm_pid_instance_f32::state()'],['../group__PID.html#af0a2da4da9a94af652873ec7e7be4880',1,'arm_pid_instance_q31::state()'],['../group__PID.html#a4c4e19d77015f5f7a31a1daf0faf31b6',1,'arm_pid_instance_q15::state()']]], - ['stateindex_21',['stateIndex',['../structarm__fir__sparse__instance__q7.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q7::stateIndex()'],['../structarm__fir__sparse__instance__q15.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q15::stateIndex()'],['../structarm__fir__sparse__instance__q31.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q31::stateIndex()'],['../structarm__fir__sparse__instance__f32.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_f32::stateIndex()']]], - ['static_20_2f_20dynamic_22',['Static / dynamic',['../dsppp_memory_static_dynamic.html',1,'dsppp_main']]], - ['static_5flength_23',['static_length',['../group__FUSION.html#ga5e94654d3f1f670867fb8957577396dc',1,'arm_cmsis_dsp']]], - ['statistics_20functions_24',['Statistics Functions',['../group__groupStats.html',1,'']]], - ['status16x4_5ft_25',['status16x4_t',['../group__genericTypes.html#ga8e7a59684aa80c56a7728336f60c3b26',1,'arm_math_types.h']]], - ['status16x8_5ft_26',['status16x8_t',['../group__genericTypes.html#ga7dd24ee10b1e85c9faefe2a21b4495b4',1,'arm_math_types.h']]], - ['status32x2_5ft_27',['status32x2_t',['../group__genericTypes.html#gaf5f078125674727b1fff9924b76c1718',1,'arm_math_types.h']]], - ['status32x4_5ft_28',['status32x4_t',['../group__genericTypes.html#ga9e7c6646a4aaba462ceeb94533de4d47',1,'arm_math_types.h']]], - ['status64x2_5ft_29',['status64x2_t',['../group__genericTypes.html#ga4ae10a6dde9f54c9074a733f481677ba',1,'arm_math_types.h']]], - ['status8x16_5ft_30',['status8x16_t',['../group__genericTypes.html#ga627dde19e8863a3d375169bacbd1e2ee',1,'arm_math_types.h']]], - ['status8x8_5ft_31',['status8x8_t',['../group__genericTypes.html#gaead5b2800fc4b9d71f8507a03ce9a4a8',1,'arm_math_types.h']]], - ['stop_32',['stop',['../group__Matrix.html#ac1064b2371946611521f83f697c61218',1,'arm_cmsis_dsp::Slice']]], - ['storage_5ftype_33',['storage_type',['../group__GenericQ31Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__NUMBER.html#a86e6521d809d67f5bd0a3b1840a518af',1,'arm_cmsis_dsp::vector_traits::storage_type()'],['../group__GenericQ7Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::storage_type()'],['../group__GenericQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::storage_type()'],['../group__GenericHalfNumber.html#ac5706fee56c61076b3f152059180e4ad',1,'vector_traits< float16_t >::storage_type()'],['../group__GenericFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericDoubleNumber.html#a49f18be07ebdd69af9b364617b479476',1,'vector_traits< double, arch, void >::storage_type()'],['../group__HeliumQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumHalfNumber.html#ac5706fee56c61076b3f152059180e4ad',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__DSPQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::storage_type()']]], - ['stride_34',['stride',['../group__Matrix.html#a660cc287d61bac84138fe7fac3959de9',1,'arm_cmsis_dsp::MatrixView::stride()'],['../group__Matrix.html#a660cc287d61bac84138fe7fac3959de9',1,'arm_cmsis_dsp::Matrix::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::stride()'],['../group__VECTOR.html#aa40f983747f08a35ea85f91d45059336',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::stride()']]], - ['sub_35',['sub',['../group__Matrix.html#a1c932f31156287cd61b02e6b3bbba903',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const index_t cs) const'],['../group__Matrix.html#a6757820eff5b2b9b4cb7b65ef08754cd',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const index_t cs)'],['../group__Matrix.html#ac627da20519ec89ebb92b2a6c1d055da',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce)'],['../group__Matrix.html#a5759e77b23a7a3f4f3c854d069a64c96',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t cs) const'],['../group__Matrix.html#a98d97d787079874b0628ba9d29b79d9d',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t cs)'],['../group__Matrix.html#a3eb58acde067d2d3d9a6be6c83f34237',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce) const'],['../group__Matrix.html#a50d8b064449dd4909210aa5779b16e0c',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce)'],['../group__Matrix.html#a2dbffa29bb3a793b745857fa484d3ef9',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const Slice &cs) const'],['../group__FIXED.html#gad75a6726a85f54f54d606a746d93ee3e',1,'arm_cmsis_dsp::sub()'],['../group__Matrix.html#aa9816f3ba8ed086ce56aef9ed2313dc9',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const Slice &cs)'],['../group__Matrix.html#aa48d05b8685804d22542050771976da1',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const Slice &cs) const'],['../group__Matrix.html#a3c86ab9f0d0aa720752d96b66b6ec23f',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const Slice &cs)'],['../group__Matrix.html#abca00dccb6f37ab25656ba78c1148a48',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const index_t cs) const'],['../group__Matrix.html#a7c7069fb572485bdcb053f3ed3ca3a98',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const index_t cs)'],['../group__Matrix.html#a0a9220975aae16789db515892427923b',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t cs) const'],['../group__Matrix.html#aea381d885caa49623b14f84710370d29',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t cs)'],['../group__Matrix.html#a8ec59e9e8ca287ec76658ed37874dee3',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const Slice &cs) const'],['../group__Matrix.html#a050bf271784b7b5e5c7c19656c8330c8',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce) const'],['../group__VECTOR.html#ac55204f6b0e93c444eed5f71da211ad3',1,'arm_cmsis_dsp::Vector::sub()'],['../group__VECTOR.html#a0cf4ee1df7aec0d5f2905d1a2f1c3d28',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::sub()'],['../group__VECTOR.html#afd2c091ec1be8fee50e7b1d61aa01d4d',1,'arm_cmsis_dsp::VectorView::sub(const index_t start=0, const index_t stop=-1)'],['../group__VECTOR.html#a1f1d4237807ec7b18541e100b3ca463b',1,'arm_cmsis_dsp::VectorView::sub(const index_t start=0, const index_t stop=-1) const'],['../group__VECTOR.html#afb84f4725777a614c27f1b08ae64a355',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::sub(const index_t start=0, const index_t stop=-1)'],['../group__VECTOR.html#aed4157673307425bae94298cac691155',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::sub(const index_t start=0, const index_t stop=-1) const'],['../group__Matrix.html#a68ec7f0fa0366b0ef54d3ef08f055840',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const Slice &cs) const'],['../group__Matrix.html#ab75a7e6a7489be47fa7836134cac7587',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const Slice &cs)'],['../group__Matrix.html#a81676dc7b4448c810d80f7fdd7fdf271',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const Slice &cs)']]], - ['support_20functions_36',['Support Functions',['../group__groupSupport.html',1,'']]], - ['supportvectors_37',['supportVectors',['../structarm__svm__sigmoid__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_sigmoid_instance_f32::supportVectors()'],['../structarm__svm__rbf__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_rbf_instance_f32::supportVectors()'],['../structarm__svm__polynomial__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_polynomial_instance_f32::supportVectors()'],['../structarm__svm__linear__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_linear_instance_f32::supportVectors()'],['../structarm__svm__linear__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_linear_instance_f16::supportVectors()'],['../structarm__svm__polynomial__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_polynomial_instance_f16::supportVectors()'],['../structarm__svm__rbf__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_rbf_instance_f16::supportVectors()'],['../structarm__svm__sigmoid__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_sigmoid_instance_f16::supportVectors()']]], - ['svm_20example_38',['SVM Example',['../group__SVMExample.html',1,'']]], - ['svm_20functions_39',['SVM Functions',['../group__groupSVM.html',1,'']]], - ['swap_40',['swap',['../group__FUSION.html#ga6075eb8ee82582f275e7e166f9293fb9',1,'arm_cmsis_dsp']]] + ['same_5fnb_5flanes_3',['same_nb_lanes',['../group__FUSION.html#ga38ba2ef20d9d28ef5e3ce091988aff60',1,'arm_cmsis_dsp']]], + ['same_5fstatic_5flength_4',['same_static_length',['../group__FUSION.html#ga0d7636d950aa0638b9a6532e4814b22d',1,'arm_cmsis_dsp']]], + ['sat_5',['sat',['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::sat()']]], + ['saturate_6',['saturate',['../group__FIXED.html#gace6ec77975f52ad598ab4c70e0ab2bdc',1,'arm_cmsis_dsp::saturate(const Q< MS, F, false > &src, typename std::enable_if<(MD< MS) &&((MD+F)< 31)>::type *=nullptr)'],['../group__FIXED.html#gaae413a52cf3b2d641ad8121b807eafaf',1,'arm_cmsis_dsp::saturate(const Q< MS, F, true > &src, typename std::enable_if<(MD< MS) &&((MD+F)< 31)>::type *=nullptr)']]], + ['scalar_7',['Scalar',['../group__ARCH.html#classarm__cmsis__dsp_1_1Scalar',1,'arm_cmsis_dsp']]], + ['scalar_20algorithm_8',['Scalar algorithm',['../group__SCALARALG.html',1,'']]], + ['scalar_20number_20definitions_9',['Scalar number definitions',['../group__GenericNumber.html',1,'']]], + ['scalarlhs_10',['ScalarLHS',['../group__Matrix.html#ae5a5ec66969419aacb382cbb1120e989',1,'arm_cmsis_dsp::_Outer']]], + ['sigma_11',['sigma',['../structarm__gaussian__naive__bayes__instance__f16.html#a6c451b7a4776c42c20a475e6e673a16d',1,'arm_gaussian_naive_bayes_instance_f16::sigma()'],['../structarm__gaussian__naive__bayes__instance__f32.html#a42033b12e3779c533791e69d144bf8b0',1,'arm_gaussian_naive_bayes_instance_f32::sigma()']]], + ['sigmoid_20svm_12',['Sigmoid SVM',['../group__sigmoidsvm.html',1,'']]], + ['signal_20convergence_20example_13',['Signal Convergence Example',['../group__SignalConvergence.html',1,'']]], + ['sine_14',['Sine',['../group__sin.html',1,'']]], + ['sine_20cosine_15',['Sine Cosine',['../group__SinCos.html',1,'']]], + ['sinecosine_20example_16',['SineCosine Example',['../group__SinCosExample.html',1,'']]], + ['sint_17',['Sint',['../structarm__rfft__fast__instance__f32.html#aa8a05a9fabc3852e5d476152a5067e53',1,'arm_rfft_fast_instance_f32::Sint()'],['../structarm__rfft__fast__instance__f16.html#ad3c25d7002465379ef6047b3ca0ea2d0',1,'arm_rfft_fast_instance_f16::Sint()'],['../structarm__rfft__fast__instance__f64.html#a0915e69281e9037d7a7508a2a04dea61',1,'arm_rfft_fast_instance_f64::Sint()']]], + ['slice_18',['Slice',['../group__Matrix.html#structarm__cmsis__dsp_1_1Slice',1,'Slice'],['../group__Matrix.html#a8e16785cf81a52c79bf57a683c3ffcbf',1,'arm_cmsis_dsp::Slice::Slice()']]], + ['square_20root_19',['Square Root',['../group__SQRT.html',1,'']]], + ['standard_20deviation_20',['Standard deviation',['../group__STD.html',1,'']]], + ['start_21',['start',['../group__Matrix.html#a17fa2ffc9618036b777daaaccb1b0133',1,'arm_cmsis_dsp::Slice']]], + ['state_22',['state',['../group__PID.html#a473556ac6100fc188e77930d56f51062',1,'arm_pid_instance_f32::state()'],['../group__PID.html#af0a2da4da9a94af652873ec7e7be4880',1,'arm_pid_instance_q31::state()'],['../group__PID.html#a4c4e19d77015f5f7a31a1daf0faf31b6',1,'arm_pid_instance_q15::state()']]], + ['stateindex_23',['stateIndex',['../structarm__fir__sparse__instance__q7.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q7::stateIndex()'],['../structarm__fir__sparse__instance__q15.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q15::stateIndex()'],['../structarm__fir__sparse__instance__q31.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q31::stateIndex()'],['../structarm__fir__sparse__instance__f32.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_f32::stateIndex()']]], + ['static_20_2f_20dynamic_24',['Static / dynamic',['../dsppp_memory_static_dynamic.html',1,'dsppp_main']]], + ['static_5flength_25',['static_length',['../group__FUSION.html#ga5e94654d3f1f670867fb8957577396dc',1,'arm_cmsis_dsp']]], + ['statistics_20functions_26',['Statistics Functions',['../group__groupStats.html',1,'']]], + ['status16x4_5ft_27',['status16x4_t',['../group__genericTypes.html#ga8e7a59684aa80c56a7728336f60c3b26',1,'arm_math_types.h']]], + ['status16x8_5ft_28',['status16x8_t',['../group__genericTypes.html#ga7dd24ee10b1e85c9faefe2a21b4495b4',1,'arm_math_types.h']]], + ['status32x2_5ft_29',['status32x2_t',['../group__genericTypes.html#gaf5f078125674727b1fff9924b76c1718',1,'arm_math_types.h']]], + ['status32x4_5ft_30',['status32x4_t',['../group__genericTypes.html#ga9e7c6646a4aaba462ceeb94533de4d47',1,'arm_math_types.h']]], + ['status64x2_5ft_31',['status64x2_t',['../group__genericTypes.html#ga4ae10a6dde9f54c9074a733f481677ba',1,'arm_math_types.h']]], + ['status8x16_5ft_32',['status8x16_t',['../group__genericTypes.html#ga627dde19e8863a3d375169bacbd1e2ee',1,'arm_math_types.h']]], + ['status8x8_5ft_33',['status8x8_t',['../group__genericTypes.html#gaead5b2800fc4b9d71f8507a03ce9a4a8',1,'arm_math_types.h']]], + ['stop_34',['stop',['../group__Matrix.html#ac1064b2371946611521f83f697c61218',1,'arm_cmsis_dsp::Slice']]], + ['storage_5ftype_35',['storage_type',['../group__GenericComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexDoubleNumber.html#ad6f689f5352dfaf9ff6b6cacc496f324',1,'vector_traits< std::complex< double >, arch, void >::storage_type()'],['../group__HeliumQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumHalfNumber.html#ac5706fee56c61076b3f152059180e4ad',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__DSPQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::storage_type()'],['../group__GenericHalfNumber.html#ac5706fee56c61076b3f152059180e4ad',1,'vector_traits< float16_t >::storage_type()'],['../group__GenericComplexQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexQ31Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexQ7Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< std::complex< Q7 >, arch, void >::storage_type()'],['../group__GenericDoubleNumber.html#a49f18be07ebdd69af9b364617b479476',1,'vector_traits< double, arch, void >::storage_type()'],['../group__GenericFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::storage_type()'],['../group__GenericQ31Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericQ7Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::storage_type()'],['../group__NUMBER.html#a86e6521d809d67f5bd0a3b1840a518af',1,'arm_cmsis_dsp::vector_traits::storage_type()']]], + ['stride_36',['stride',['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::stride()'],['../group__VECTOR.html#aa40f983747f08a35ea85f91d45059336',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::stride()'],['../group__Matrix.html#a660cc287d61bac84138fe7fac3959de9',1,'arm_cmsis_dsp::MatrixView::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::stride()'],['../group__Matrix.html#a660cc287d61bac84138fe7fac3959de9',1,'arm_cmsis_dsp::Matrix::stride()']]], + ['sub_37',['sub',['../group__Matrix.html#a98d97d787079874b0628ba9d29b79d9d',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub()'],['../group__Matrix.html#a3eb58acde067d2d3d9a6be6c83f34237',1,'arm_cmsis_dsp::Matrix::sub()'],['../group__Matrix.html#a6757820eff5b2b9b4cb7b65ef08754cd',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub()'],['../group__Matrix.html#a50d8b064449dd4909210aa5779b16e0c',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce)'],['../group__Matrix.html#a2dbffa29bb3a793b745857fa484d3ef9',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const Slice &cs) const'],['../group__Matrix.html#aa9816f3ba8ed086ce56aef9ed2313dc9',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const Slice &cs)'],['../group__Matrix.html#aa48d05b8685804d22542050771976da1',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const Slice &cs) const'],['../group__Matrix.html#a3c86ab9f0d0aa720752d96b66b6ec23f',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const Slice &cs)'],['../group__Matrix.html#abca00dccb6f37ab25656ba78c1148a48',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const index_t cs) const'],['../group__Matrix.html#a7c7069fb572485bdcb053f3ed3ca3a98',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const index_t cs)'],['../group__Matrix.html#a0a9220975aae16789db515892427923b',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t cs) const'],['../group__Matrix.html#aea381d885caa49623b14f84710370d29',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t cs)'],['../group__FIXED.html#gad75a6726a85f54f54d606a746d93ee3e',1,'arm_cmsis_dsp::sub()'],['../group__VECTOR.html#a1f1d4237807ec7b18541e100b3ca463b',1,'arm_cmsis_dsp::VectorView::sub()'],['../group__Matrix.html#a1c932f31156287cd61b02e6b3bbba903',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const index_t cs) const'],['../group__Matrix.html#a81676dc7b4448c810d80f7fdd7fdf271',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const Slice &cs)'],['../group__Matrix.html#a8ec59e9e8ca287ec76658ed37874dee3',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const Slice &cs) const'],['../group__Matrix.html#ab75a7e6a7489be47fa7836134cac7587',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const Slice &cs)'],['../group__Matrix.html#a68ec7f0fa0366b0ef54d3ef08f055840',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const Slice &cs) const'],['../group__Matrix.html#ac627da20519ec89ebb92b2a6c1d055da',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce)'],['../group__Matrix.html#a050bf271784b7b5e5c7c19656c8330c8',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce) const'],['../group__VECTOR.html#ac55204f6b0e93c444eed5f71da211ad3',1,'arm_cmsis_dsp::Vector::sub()'],['../group__VECTOR.html#a0cf4ee1df7aec0d5f2905d1a2f1c3d28',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::sub()'],['../group__VECTOR.html#afd2c091ec1be8fee50e7b1d61aa01d4d',1,'arm_cmsis_dsp::VectorView::sub()'],['../group__Matrix.html#a5759e77b23a7a3f4f3c854d069a64c96',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub()'],['../group__VECTOR.html#afb84f4725777a614c27f1b08ae64a355',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::sub(const index_t start=0, const index_t stop=-1)'],['../group__VECTOR.html#aed4157673307425bae94298cac691155',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::sub(const index_t start=0, const index_t stop=-1) const']]], + ['support_20functions_38',['Support Functions',['../group__groupSupport.html',1,'']]], + ['support_5fmixed_39',['support_mixed',['../group__HeliumComplexFloatNumber.html#a6dc4c7ed8056e3b08c2fdb4080aa8a7a',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::support_mixed()'],['../group__HeliumComplexHalfNumber.html#a6dc4c7ed8056e3b08c2fdb4080aa8a7a',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::support_mixed()']]], + ['supportvectors_40',['supportVectors',['../structarm__svm__linear__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_linear_instance_f32::supportVectors()'],['../structarm__svm__polynomial__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_polynomial_instance_f32::supportVectors()'],['../structarm__svm__rbf__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_rbf_instance_f32::supportVectors()'],['../structarm__svm__sigmoid__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_sigmoid_instance_f32::supportVectors()'],['../structarm__svm__linear__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_linear_instance_f16::supportVectors()'],['../structarm__svm__polynomial__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_polynomial_instance_f16::supportVectors()'],['../structarm__svm__rbf__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_rbf_instance_f16::supportVectors()'],['../structarm__svm__sigmoid__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_sigmoid_instance_f16::supportVectors()']]], + ['svm_20example_41',['SVM Example',['../group__SVMExample.html',1,'']]], + ['svm_20functions_42',['SVM Functions',['../group__groupSVM.html',1,'']]], + ['swap_43',['swap',['../group__FUSION.html#ga6075eb8ee82582f275e7e166f9293fb9',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/all_14.js b/main/search/all_14.js index b9cecfb4..ec56e048 100644 --- a/main/search/all_14.js +++ b/main/search/all_14.js @@ -1,7 +1,7 @@ var searchData= [ - ['temp_5facc_5fzero_0',['temp_acc_zero',['../group__HeliumFloatNumber.html#af3aca4d4238acef42e16bc700750a591',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__DSPQ15Number.html#a2828ef5b1c219971f9f32b3f893d9f3f',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::temp_acc_zero()'],['../group__GenericTUPLENumber.html#a678616ea4a12a0ceb5a881d51cad9c8f',1,'vector_traits< std::tuple< E... >, arch >::temp_acc_zero()'],['../group__HeliumQ15Number.html#a2828ef5b1c219971f9f32b3f893d9f3f',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumHalfNumber.html#aa01b6f27c6c360d9e2abd98ff58751da',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()']]], - ['temp_5faccumulator_1',['temp_accumulator',['../group__DSPQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::temp_accumulator()'],['../group__HeliumFloatNumber.html#a03e533d95267eea1ea9ef099b6c91bb3',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumHalfNumber.html#a2b56abefd20dce8f06ee8792a5e9e83e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__GenericDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< double, arch, void >::temp_accumulator()'],['../group__GenericFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericTUPLENumber.html#a3111dcd2e50f203ff8bc2dbfcb11db41',1,'vector_traits< std::tuple< E... >, arch >::temp_accumulator()'],['../group__GenericHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< float16_t >::temp_accumulator()'],['../group__GenericQ15Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::temp_accumulator()'],['../group__GenericQ31Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericQ7Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::temp_accumulator()']]], + ['temp_5facc_5fzero_0',['temp_acc_zero',['../group__HeliumComplexFloatNumber.html#af5ba0f4fb6135f7f2d5509ddeb7ea1ca',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumComplexHalfNumber.html#a82bf79cb9ea947e4e84254864467f1f0',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumFloatNumber.html#af3aca4d4238acef42e16bc700750a591',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumHalfNumber.html#aa01b6f27c6c360d9e2abd98ff58751da',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumQ15Number.html#a2828ef5b1c219971f9f32b3f893d9f3f',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__GenericTUPLENumber.html#a678616ea4a12a0ceb5a881d51cad9c8f',1,'vector_traits< std::tuple< E... >, arch >::temp_acc_zero()'],['../group__DSPQ15Number.html#a2828ef5b1c219971f9f32b3f893d9f3f',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::temp_acc_zero()']]], + ['temp_5faccumulator_1',['temp_accumulator',['../group__GenericTUPLENumber.html#a3111dcd2e50f203ff8bc2dbfcb11db41',1,'vector_traits< std::tuple< E... >, arch >::temp_accumulator()'],['../group__GenericQ7Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::temp_accumulator()'],['../group__GenericQ31Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericQ15Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::temp_accumulator()'],['../group__GenericHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< float16_t >::temp_accumulator()'],['../group__GenericFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< double, arch, void >::temp_accumulator()'],['../group__GenericComplexQ7Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< Q7 >, arch, void >::temp_accumulator()'],['../group__GenericComplexQ31Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericComplexHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericComplexFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericComplexDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< double >, arch, void >::temp_accumulator()'],['../group__HeliumQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__GenericComplexQ15Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__HeliumHalfNumber.html#a2b56abefd20dce8f06ee8792a5e9e83e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumFloatNumber.html#a03e533d95267eea1ea9ef099b6c91bb3',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumComplexHalfNumber.html#a56c566b930f094dde07cc68c9d0db9ad',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumComplexFloatNumber.html#a0c4b26611359840ae77a3b6947421c07',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__DSPQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::temp_accumulator()']]], ['test16_2',['test16',['../group__FIXED.html#ga17b0ea005c375bc6596ed466b2dd2e29',1,'arm_cmsis_dsp']]], ['test32_3',['test32',['../group__FIXED.html#ga6718751b99b39522bd3922845a8ac615',1,'arm_cmsis_dsp']]], ['test64_4',['test64',['../group__FIXED.html#ga95a6d03c8204a5b55923ff90d850c476',1,'arm_cmsis_dsp']]], @@ -61,6 +61,6 @@ var searchData= ['twiddlecoeff64_5f4096_58',['twiddleCoefF64_4096',['../group__CFFT__CIFFT.html#gac0f43575fce0ab5e30d8731924dbc6d3',1,'twiddleCoefF64_4096(): arm_common_tables.c'],['../group__CFFT__CIFFT.html#gac0f43575fce0ab5e30d8731924dbc6d3',1,'twiddleCoefF64_4096(): arm_common_tables.c']]], ['twiddlecoeff64_5f512_59',['twiddleCoefF64_512',['../group__CFFT__CIFFT.html#gadf57a6c3f49246e356cc72615c5dc8ba',1,'twiddleCoefF64_512(): arm_common_tables.c'],['../group__CFFT__CIFFT.html#gadf57a6c3f49246e356cc72615c5dc8ba',1,'twiddleCoefF64_512(): arm_common_tables.c']]], ['twiddlecoeff64_5f64_60',['twiddleCoefF64_64',['../group__CFFT__CIFFT.html#ga6fe9e2b9200445a2313d7542c586639b',1,'twiddleCoefF64_64(): arm_common_tables.c'],['../group__CFFT__CIFFT.html#ga6fe9e2b9200445a2313d7542c586639b',1,'twiddleCoefF64_64(): arm_common_tables.c']]], - ['type_61',['type',['../group__HeliumFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__DSPQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::type()'],['../group__HeliumHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__GenericQ7Number.html#a3b716952ea77bf51a7bede967d86ab47',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::type()'],['../group__GenericQ31Number.html#aa999f3fdfb7e34a5cebd7f76cd070ac1',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__NUMBER.html#a565429e62c1d4fd084335146ba778e17',1,'arm_cmsis_dsp::vector_traits::type()'],['../structarm__spline__instance__f32.html#a0ba30157b3b00a2e132c50481a0aeb05',1,'arm_spline_instance_f32::type()'],['../group__GenericQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::type()'],['../group__GenericHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e',1,'vector_traits< float16_t >::type()'],['../group__GenericFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericDoubleNumber.html#abc14b08675edcf33d151007d5134859a',1,'vector_traits< double, arch, void >::type()'],['../group__HeliumQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()']]], + ['type_61',['type',['../group__HeliumComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__DSPQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::type()'],['../group__HeliumComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__GenericComplexQ15Number.html#ac165450586fe2b3a686fd7f13332fe0f',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericQ7Number.html#a3b716952ea77bf51a7bede967d86ab47',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::type()'],['../group__HeliumFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__HeliumHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__HeliumQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__GenericComplexDoubleNumber.html#a5dcaa7d60eb986563767774404fcee7a',1,'vector_traits< std::complex< double >, arch, void >::type()'],['../group__GenericComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../structarm__spline__instance__f32.html#a0ba30157b3b00a2e132c50481a0aeb05',1,'arm_spline_instance_f32::type()'],['../group__NUMBER.html#a565429e62c1d4fd084335146ba778e17',1,'arm_cmsis_dsp::vector_traits::type()'],['../group__GenericComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericQ31Number.html#aa999f3fdfb7e34a5cebd7f76cd070ac1',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::type()'],['../group__GenericHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e',1,'vector_traits< float16_t >::type()'],['../group__GenericFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericDoubleNumber.html#abc14b08675edcf33d151007d5134859a',1,'vector_traits< double, arch, void >::type()'],['../group__GenericComplexQ7Number.html#a19f674ae62f8ddd2ab659c85aed7a71c',1,'vector_traits< std::complex< Q7 >, arch, void >::type()'],['../group__GenericComplexQ31Number.html#a431a3793964b0ccb95c834d6c0ea27d0',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()']]], ['typecasting_62',['Typecasting',['../group__typecast.html',1,'']]] ]; diff --git a/main/search/all_16.js b/main/search/all_16.js index 84cb5cd3..8cef047f 100644 --- a/main/search/all_16.js +++ b/main/search/all_16.js @@ -1,94 +1,100 @@ var searchData= [ - ['v_0',['v',['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::v()']]], - ['vadd_1',['vadd',['../namespaceinner.html#a8143ee91966eb144e90813f136d6c8d4',1,'inner::vadd(const float32x4_t a, const float b)'],['../namespaceinner.html#a9101232b9099c7014613ff25435f6e1d',1,'inner::vadd(const float a, const float32x4_t b)'],['../namespaceinner.html#a9237031119eac23f9cc628b43349b69b',1,'inner::vadd(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a2c7a5370b55658e702af52dd37b7ecaf',1,'inner::vadd(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#ac5fda3b04c1145e83b4fb86c69c4a771',1,'inner::vadd(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a67fc2f01bdb9be1b165604be8510faa8',1,'inner::vadd(const float16x8_t a, const float16x8_t b)'],['../namespaceinner.html#a3444a62b5da474f8c1f7707b305623aa',1,'inner::vadd(const float16x8_t a, const float16_t b)'],['../namespaceinner.html#aa45c9bb44957b0df6cc500aacbf73963',1,'inner::vadd(const float16_t a, const float16x8_t b)'],['../namespaceinner.html#a10dc6270f4beb69c1575a29b9c295ab7',1,'inner::vadd(const float16x8_t a, const float16x8_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ad8d484110009d39e77297d1171fabed2',1,'inner::vadd(const float16x8_t a, const float16_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a92544a0ad27a9dc216e7bf2b854be8e2',1,'inner::vadd(const float16_t a, const float16x8_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ab61aaf634c6fc0dfb607b6d88d5f47bb',1,'inner::vadd(const float32x4_t a, const float32x4_t b)']]], - ['value_5ftype_2',['value_type',['../group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::value_type()'],['../group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::value_type()'],['../group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::value_type()'],['../group__FIXED.html#a9762a47a5bb47d23e70575b1e3c2c0a6',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::value_type()'],['../group__FIXED.html#a334467121b703df4737919be4ddf5ab6',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::value_type()'],['../group__FIXED.html#acf448b0c979f51eb0ed528723bb8741e',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::value_type()'],['../group__FIXED.html#a5330a25089bcc989068baf0f475f8288',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::value_type()'],['../group__FIXED.html#a01ff1590236123181364f4f60e0612c1',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::value_type()'],['../group__FIXED.html#a7999bfbf0aeb8968d9e650ae9a4cfb64',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::value_type()'],['../group__FIXED.html#a44566a2275a84a317842a12fc16a2ab5',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::value_type()'],['../group__FIXED.html#a4bbdd41bfc847213cc17df2150f2d36f',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::value_type()'],['../group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::value_type()'],['../group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::value_type()'],['../group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::value_type()'],['../group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::value_type()'],['../group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::value_type()']]], + ['v_0',['v',['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::v()']]], + ['vadd_1',['vadd',['../namespaceinner.html#a3444a62b5da474f8c1f7707b305623aa',1,'inner::vadd(const float16x8_t a, const float16_t b)'],['../namespaceinner.html#a92544a0ad27a9dc216e7bf2b854be8e2',1,'inner::vadd(const float16_t a, const float16x8_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a67fc2f01bdb9be1b165604be8510faa8',1,'inner::vadd(const float16x8_t a, const float16x8_t b)'],['../namespaceinner.html#ac5fda3b04c1145e83b4fb86c69c4a771',1,'inner::vadd(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a2c7a5370b55658e702af52dd37b7ecaf',1,'inner::vadd(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a9237031119eac23f9cc628b43349b69b',1,'inner::vadd(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a9101232b9099c7014613ff25435f6e1d',1,'inner::vadd(const float a, const float32x4_t b)'],['../namespaceinner.html#a8143ee91966eb144e90813f136d6c8d4',1,'inner::vadd(const float32x4_t a, const float b)'],['../namespaceinner.html#ab61aaf634c6fc0dfb607b6d88d5f47bb',1,'inner::vadd(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#a7d9478d6e8d055abc9b23842ac6e999d',1,'inner::vadd(const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#aebcd528597dec2f06be20a9072615e51',1,'inner::vadd(const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#acc1054c4207edb5ca1ba8725c4e04605',1,'inner::vadd(const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#ad75d1e5085b84144924b219e9563d17c',1,'inner::vadd(const std::complex< float > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#afcd1b183ad03a042d88862df609acd0d',1,'inner::vadd(const ComplexVector< float32x4_t > &a, const std::complex< float > &b)'],['../namespaceinner.html#a14da36b6f6dfaab0b8764f1d4b2031cd',1,'inner::vadd(const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#a10dc6270f4beb69c1575a29b9c295ab7',1,'inner::vadd(const float16x8_t a, const float16x8_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ad8d484110009d39e77297d1171fabed2',1,'inner::vadd(const float16x8_t a, const float16_t b, const mve_pred16_t p0)'],['../namespaceinner.html#aa45c9bb44957b0df6cc500aacbf73963',1,'inner::vadd(const float16_t a, const float16x8_t b)']]], + ['value_5ftype_2',['value_type',['../group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::value_type()'],['../group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::value_type()'],['../group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::value_type()'],['../group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::value_type()'],['../group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::value_type()'],['../group__FIXED.html#ga4bbdd41bfc847213cc17df2150f2d36f',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::value_type()'],['../group__FIXED.html#ga44566a2275a84a317842a12fc16a2ab5',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::value_type()'],['../group__FIXED.html#ga7999bfbf0aeb8968d9e650ae9a4cfb64',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::value_type()'],['../group__FIXED.html#ga01ff1590236123181364f4f60e0612c1',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::value_type()'],['../group__FIXED.html#ga5330a25089bcc989068baf0f475f8288',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::value_type()'],['../group__FIXED.html#gacf448b0c979f51eb0ed528723bb8741e',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::value_type()'],['../group__FIXED.html#ga334467121b703df4737919be4ddf5ab6',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::value_type()'],['../group__FIXED.html#ga9762a47a5bb47d23e70575b1e3c2c0a6',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::value_type()'],['../group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::value_type()'],['../group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::value_type()'],['../group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::value_type()']]], ['variance_3',['Variance',['../group__variance.html',1,'']]], ['variance_20example_4',['Variance Example',['../group__VarianceExample.html',1,'']]], - ['vconst_5',['vconst',['../namespaceinner.html#a6c72e9caeb22cad8aedf091ec0878111',1,'inner::vconst(float16_t v)'],['../namespaceinner.html#a37350a0ce870e8e8afecf70137a59b2c',1,'inner::vconst(const float v)'],['../namespaceinner.html#ad07ea78a40293882c98c6c5cee24e0bf',1,'inner::vconst(Q15 val)']]], - ['vconst_5ftail_6',['vconst_tail',['../namespaceinner.html#a41e6d2dc3ed6fed80495b8b17ce6f52d',1,'inner::vconst_tail(const float v, const mve_pred16_t p0)'],['../namespaceinner.html#a93e22e42b2d361b236d0f0af89eeac6f',1,'inner::vconst_tail(const float16_t v, const mve_pred16_t p0)']]], - ['vctpq_7',['vctpq',['../group__NUMBER.html#structarm__cmsis__dsp_1_1inner_1_1vctpq',1,'arm_cmsis_dsp::inner']]], - ['vctpq_3c_20float_20_3e_8',['vctpq< float >',['../group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4',1,'inner']]], - ['vctpq_3c_20float16_5ft_20_3e_9',['vctpq< float16_t >',['../group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4',1,'inner']]], - ['vec_2ehpp_10',['vec.hpp',['../vec_8hpp.html',1,'']]], - ['vector_11',['Vector',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector',1,'Vector< P, L, Allocator >'],['../dsppp_vector.html',1,'dsppp_main']]], - ['vector_12',['vector',['../group__HeliumHalfNumber.html#adbc8cfdcdb696f357a77cabc445f11cb',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >']]], - ['vector_13',['Vector',['../group__VECTOR.html#a281086b9c6098921385003ce17b4235f',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(vector_length_t length)'],['../group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const std::initializer_list< P > &l)'],['../group__VECTOR.html#ae14b3d1ebd2e188230eab92ea5aa55d6',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const Vector< P, K, OtherAllocator > &other)'],['../group__VECTOR.html#ae18a5c54fc21fb5fe69fbfb8e18275f7',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const Vector &other)'],['../group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const VectorView< P, S > &other)'],['../group__VECTOR.html#a97b012af38344d285c72d91cb6499864',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const _Expr< Derived > &other)']]], - ['vector_14',['vector',['../group__DSPQ15Number.html#a282bf94548694174c49d21ae2dc672be',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::vector()'],['../group__HeliumFloatNumber.html#a80c09e97407d5640a99667e3ea61d293',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()']]], - ['vector_15',['Vector',['../group__VECTOR.html#a4482a7bf773a1eabd199f6a4894d56d2',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >']]], - ['vector_16',['vector',['../group__HeliumQ15Number.html#abe2e84848da0a86b66fb761063011e73',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__GenericDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< double, arch, void >::vector()'],['../group__GenericFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericTUPLENumber.html#a7324a5b8982417230f50776a48c69d8f',1,'vector_traits< std::tuple< E... >, arch >::vector()'],['../group__GenericHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< float16_t >::vector()'],['../group__GenericQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::vector()'],['../group__GenericQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::vector()']]], - ['vector_17',['Vector',['../group__VECTOR.html#a97b012af38344d285c72d91cb6499864',1,'arm_cmsis_dsp::Vector::Vector()'],['../group__Matrix.html#ac36ac26d54b3c30816c5d59a37242d22',1,'arm_cmsis_dsp::_Outer::Vector()'],['../group__VECTOR.html#a308c13b7bc9aa9f3732d8e9af5e35894',1,'arm_cmsis_dsp::Vector_Base::Vector()'],['../group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d',1,'arm_cmsis_dsp::VectorView::Vector()'],['../group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::Vector()'],['../group__VECTOR.html#a4df026156780bc0ca651c342b7d6daa4',1,'arm_cmsis_dsp::Vector::Vector()'],['../group__VECTOR.html#a79810f2ce7bc276c6c9c7f5e60e73b0d',1,'arm_cmsis_dsp::Vector::Vector(P init_val)'],['../group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d',1,'arm_cmsis_dsp::Vector::Vector(const std::initializer_list< P > &l)'],['../group__VECTOR.html#a9a7f45e7718b40e30bfac225508f0786',1,'arm_cmsis_dsp::Vector::Vector(const Vector< P, L, OtherAllocator > &other)'],['../group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771',1,'arm_cmsis_dsp::Vector::Vector(const VectorView< P, S > &other)']]], - ['vector_20_2f_20matrix_20buffer_20allocator_18',['Vector / matrix buffer allocator',['../group__MEMVEC.html',1,'']]], - ['vector_20absolute_20value_19',['Vector Absolute Value',['../group__BasicAbs.html',1,'']]], - ['vector_20addition_20',['Vector Addition',['../group__BasicAdd.html',1,'']]], - ['vector_20bitwise_20and_21',['Vector bitwise AND',['../group__And.html',1,'']]], - ['vector_20bitwise_20exclusive_20or_22',['Vector bitwise exclusive OR',['../group__Xor.html',1,'']]], - ['vector_20bitwise_20inclusive_20or_23',['Vector bitwise inclusive OR',['../group__Or.html',1,'']]], - ['vector_20bitwise_20not_24',['Vector bitwise NOT',['../group__Not.html',1,'']]], - ['vector_20clarke_20transform_25',['Vector Clarke Transform',['../group__clarke.html',1,'']]], - ['vector_20copy_26',['Vector Copy',['../group__copy.html',1,'']]], - ['vector_20dot_20product_27',['Vector Dot Product',['../group__BasicDotProd.html',1,'']]], - ['vector_20exponential_28',['Vector Exponential',['../group__vexp.html',1,'']]], - ['vector_20fill_29',['Vector Fill',['../group__Fill.html',1,'']]], - ['vector_20inverse_20clarke_20transform_30',['Vector Inverse Clarke Transform',['../group__inv__clarke.html',1,'']]], - ['vector_20inverse_20park_20transform_31',['Vector Inverse Park transform',['../group__inv__park.html',1,'']]], - ['vector_20log_32',['Vector Log',['../group__vlog.html',1,'']]], - ['vector_20multiplication_33',['Vector Multiplication',['../group__BasicMult.html',1,'']]], - ['vector_20negate_34',['Vector Negate',['../group__BasicNegate.html',1,'']]], - ['vector_20offset_35',['Vector Offset',['../group__BasicOffset.html',1,'']]], - ['vector_20operation_20example_36',['Vector operation example',['../dsppp_vector_example.html',1,'dsppp_main']]], - ['vector_20park_20transform_37',['Vector Park Transform',['../group__park.html',1,'']]], - ['vector_20scale_38',['Vector Scale',['../group__BasicScale.html',1,'']]], - ['vector_20shift_39',['Vector Shift',['../group__BasicShift.html',1,'']]], - ['vector_20sorting_20algorithms_40',['Vector sorting algorithms',['../group__Sorting.html',1,'']]], - ['vector_20subtraction_41',['Vector Subtraction',['../group__BasicSub.html',1,'']]], - ['vector_3c_20p_2c_20dynamic_20_2adynamic_2c_20malloc_5fallocator_20_3e_42',['Vector< P, DYNAMIC *DYNAMIC, malloc_allocator >',['../group__VECTOR.html',1,'arm_cmsis_dsp']]], - ['vector_3c_20p_2c_20dynamic_2c_20allocator_20_3e_43',['Vector< P, DYNAMIC, Allocator >',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector_3_01P_00_01DYNAMIC_00_01Allocator_01_4',1,'arm_cmsis_dsp']]], - ['vector_5fbase_44',['Vector_Base',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector__Base',1,'arm_cmsis_dsp']]], - ['vector_5fidx_5fpair_45',['vector_idx_pair',['../group__FUSION.html#gac46de68e57bd3e7c10bc879645583d6c',1,'arm_cmsis_dsp']]], - ['vector_5fimpl_2ehpp_46',['vector_impl.hpp',['../vector__impl_8hpp.html',1,'']]], - ['vector_5flength_5ft_47',['vector_length_t',['../group__COMMON.html#ga87032cf209a345081caeb3692af2174b',1,'arm_cmsis_dsp']]], - ['vector_5fop_48',['vector_op',['../group__FUSION.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::_Expr::vector_op()'],['../group__VECTOR.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::Vector_Base::vector_op()'],['../group__VECTOR.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::VectorView::vector_op()'],['../group__VECTOR.html#a500b283ce371c87d9aec23f034345ddf',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_op(index_t i) const']]], - ['vector_5fop_5ftail_49',['vector_op_tail',['../group__VECTOR.html#ac4e558184c300cabdfd34bf9c52c1864',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_op_tail()'],['../group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::VectorView::vector_op_tail()'],['../group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::Vector_Base::vector_op_tail()'],['../group__FUSION.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::_Expr::vector_op_tail()']]], - ['vector_5fsize_50',['vector_size',['../group__VECTOR.html#af7057014e360b66bf03833c4f412cdb1',1,'arm_cmsis_dsp::Vector']]], - ['vector_5fstore_51',['vector_store',['../group__VECTOR.html#aab12e58859127e63cc3b56177f9e8927',1,'arm_cmsis_dsp::Vector_Base::vector_store()'],['../group__VECTOR.html#aeb210f593fe1490d5e0f5391427c2014',1,'arm_cmsis_dsp::VectorView::vector_store()'],['../group__VECTOR.html#a2f7c0851c4204a880b6dfdc6515389f4',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_store()']]], - ['vector_5fstore_5ftail_52',['vector_store_tail',['../group__VECTOR.html#a43234ee88400c3276c152f7a5b42f57e',1,'arm_cmsis_dsp::Vector_Base::vector_store_tail()'],['../group__VECTOR.html#a087153674e277a90cca2514f2546f6ff',1,'arm_cmsis_dsp::VectorView::vector_store_tail()'],['../group__VECTOR.html#a4fb45f9f4f1b5503c4e4b915eab01ea0',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_store_tail()']]], - ['vector_5ftraits_53',['vector_traits',['../group__NUMBER.html#structarm__cmsis__dsp_1_1vector__traits',1,'arm_cmsis_dsp']]], - ['vector_5ftraits_3c_20double_2c_20arch_2c_20void_20_3e_54',['vector_traits< double, arch, void >',['../group__GenericDoubleNumber.html#structvector__traits_3_01double_00_01arch_00_01void_01_4',1,'']]], - ['vector_5ftraits_3c_20float_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_55',['vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__ba5ab38020bf229f10c8cb296601cd2a',1,'']]], - ['vector_5ftraits_3c_20float_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_56',['vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__o90f4a252693d6998222af60019971d09',1,'']]], - ['vector_5ftraits_3c_20float16_5ft_20_3e_57',['vector_traits< float16_t >',['../group__GenericHalfNumber.html#structvector__traits_3_01float16__t_01_4',1,'']]], - ['vector_5ftraits_3c_20float16_5ft_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_58',['vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumHalfNumber.html#structvector__traits_3_01float16__t_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__bbf0c88ec3dcce04bc63f988798dbaaac',1,'']]], - ['vector_5ftraits_3c_20q15_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_59',['vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__of8f632c1300f8f47d48a293f567e4c1db',1,'']]], - ['vector_5ftraits_3c_20q15_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20dsp_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_60',['vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >',['../group__GenericQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_736401966ad6c7e96bbc91e818be4c30',1,'']]], - ['vector_5ftraits_3c_20q15_2c_20dsp_2c_20typename_20std_3a_3aenable_5fif_3c_20true_20_3e_3a_3atype_20_3e_61',['vector_traits< Q15, DSP, typename std::enable_if< true >::type >',['../group__DSPQ15Number.html#structvector__traits_3_01Q15_00_01DSP_00_01typename_01std_1_1enable__if_3_01true_01_4_1_1type_01_4',1,'']]], - ['vector_5ftraits_3c_20q31_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_62',['vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericQ31Number.html#structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f',1,'']]], - ['vector_5ftraits_3c_20q7_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20dsp_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_63',['vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >',['../group__GenericQ7Number.html#structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5',1,'']]], - ['vector_5ftraits_3c_20std_3a_3atuple_3c_20e_2e_2e_2e_20_3e_2c_20arch_20_3e_64',['vector_traits< std::tuple< E... >, arch >',['../group__GenericTUPLENumber.html#structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4',1,'']]], - ['vector_5fview_2ehpp_65',['vector_view.hpp',['../vector__view_8hpp.html',1,'']]], - ['vectordimension_66',['vectorDimension',['../structarm__svm__sigmoid__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_sigmoid_instance_f32::vectorDimension()'],['../structarm__svm__rbf__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_rbf_instance_f32::vectorDimension()'],['../structarm__svm__polynomial__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_polynomial_instance_f32::vectorDimension()'],['../structarm__svm__linear__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_linear_instance_f32::vectorDimension()'],['../structarm__gaussian__naive__bayes__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_gaussian_naive_bayes_instance_f16::vectorDimension()'],['../structarm__gaussian__naive__bayes__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_gaussian_naive_bayes_instance_f32::vectorDimension()'],['../structarm__svm__polynomial__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_polynomial_instance_f16::vectorDimension()'],['../structarm__svm__linear__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_linear_instance_f16::vectorDimension()'],['../structarm__svm__rbf__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_rbf_instance_f16::vectorDimension()'],['../structarm__svm__sigmoid__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_sigmoid_instance_f16::vectorDimension()']]], - ['vectors_67',['Vectors',['../group__VECTOR.html',1,'']]], - ['vectortype_68',['VectorType',['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::VectorType()'],['../group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5',1,'arm_cmsis_dsp::Matrix::VectorType()'],['../group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::VectorType()']]], - ['vectorview_69',['VectorView',['../group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView',1,'VectorView< T, stride >'],['../group__VECTOR.html#a18bbd0abdc05921450bf9524e76eacc8',1,'arm_cmsis_dsp::VectorView::VectorView(T *v, const vector_length_t start, const vector_length_t stop)'],['../group__VECTOR.html#a227832769dae1600253815a19639a704',1,'arm_cmsis_dsp::VectorView::VectorView(const Vector_Base< T > &v)'],['../group__VECTOR.html#a4ae410ceb64a78882e37cde0a6d19cb2',1,'arm_cmsis_dsp::VectorView::VectorView(const Vector_Base< T > &v, const index_t start, const index_t stop)'],['../group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed',1,'arm_cmsis_dsp::VectorView::VectorView(const VectorView &other)'],['../group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff',1,'arm_cmsis_dsp::VectorView::VectorView(VectorView &&other)'],['../group__VECTOR.html#a8677ae944080956113c3329280b224d2',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(T *v, const index_t start, const index_t stop, const index_t stride)'],['../group__VECTOR.html#a195c9f47399a58a0ebfb667c31c82fc6',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const Vector_Base< T > &v, const index_t stride)'],['../group__VECTOR.html#acb4080aa6e72e58f3c7e01d80d8bc47b',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const Vector_Base< T > &v, const index_t start, const index_t stop, const index_t stride)'],['../group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const VectorView &other)'],['../group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(VectorView &&other)']]], - ['vectorview_3c_20t_2c_201_20_3e_70',['VectorView< T, 1 >',['../group__VECTOR.html',1,'arm_cmsis_dsp']]], - ['vectorview_3c_20t_2c_20dynamic_20_3e_71',['VectorView< T, DYNAMIC >',['../group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView_3_01T_00_01DYNAMIC_01_4',1,'arm_cmsis_dsp']]], - ['vload1_72',['vload1',['../namespaceinner.html#a873f8f33efd363a92a431d5a53641ec1',1,'inner::vload1(const float32_t *p)'],['../namespaceinner.html#a78aecb6f187980b97950127afa66fb82',1,'inner::vload1(const float32_t *p, const index_t stride)'],['../namespaceinner.html#a18c90033f873b7801b2a847764064263',1,'inner::vload1(const Q15 *p)']]], - ['vload1_5fgen_5fstride_73',['vload1_gen_stride',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride',1,'inner']]], - ['vload1_5fgen_5fstride_3c_200_2c_201_2c_202_2c_203_20_3e_74',['vload1_gen_stride< 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_010_00_011_00_012_00_013_01_4',1,'inner']]], - ['vload1_5fgen_5fstride_5fz_75',['vload1_gen_stride_z',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z',1,'inner']]], - ['vload1_5fgen_5fstride_5fz_3c_200_2c_201_2c_202_2c_203_20_3e_76',['vload1_gen_stride_z< 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_010_00_011_00_012_00_013_01_4',1,'inner']]], - ['vload1_5fz_77',['vload1_z',['../namespaceinner.html#a4b4a6360138739e6a19c490898930b38',1,'inner::vload1_z(const float32_t *p, const std::size_t nb, const mve_pred16_t p0)'],['../namespaceinner.html#a77935fcebeb1f4f73e2de0ff9f29819c',1,'inner::vload1_z(const float32_t *p, const index_t stride, const std::size_t nb, const mve_pred16_t p0)']]], - ['vmacc_78',['vmacc',['../namespaceinner.html#ac823c4f0fd8714560e259ef79c379d05',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float_t b)'],['../namespaceinner.html#a4b27d59d7ec293cba89efea4e86c88aa',1,'inner::vmacc(const A &acc, const std::tuple< E... > &a, const std::tuple< E... > &b, const B p0)'],['../namespaceinner.html#ad8e2f1f93358cf800ecf893219c4a876',1,'inner::vmacc(const A &acc, const std::tuple< E... > &a, const std::tuple< E... > &b)'],['../namespaceinner.html#a4abd76b41ccc19f690189ea43e228cb3',1,'inner::vmacc(const Q< 33, 30 > sum, const int16x8_t vala, const int16x8_t valb)'],['../namespaceinner.html#a8685105a6df68a50419946cc0367d819',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ab1ff2dbd35c628f951b3cac89caca633',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float32x4_t b)']]], - ['vmacc_5fimpl_79',['vmacc_impl',['../namespaceinner.html#ab1e67e2936ace3cdebde3e06612fd8c1',1,'inner::vmacc_impl(const A &acc, const V &a, const V &b, std::index_sequence< Ns... >)'],['../namespaceinner.html#ab8ccf18d4244e3bc9d1419ef9d791b45',1,'inner::vmacc_impl(const A &acc, const V &a, const V &b, const B p0, std::index_sequence< Ns... >)']]], - ['vmul_80',['vmul',['../namespaceinner.html#a961270ef40d9628dd1007a7bab1f0f69',1,'inner::vmul(const float a, const float32x4_t b)'],['../namespaceinner.html#ae9d2d35f1c9f5db8b075ffb6652cd72b',1,'inner::vmul(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#a6740c80fdc1105c3b0b40e90f95889fd',1,'inner::vmul(const float32x4_t a, const float b)'],['../namespaceinner.html#a874956bb38d47c06fc032e81d4a19723',1,'inner::vmul(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a39132ee2d8e023ef6415f6e2f1b07a18',1,'inner::vmul(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a3375c10c0f8b773d8b8eb1b351c20828',1,'inner::vmul(const float a, const float32x4_t b, const mve_pred16_t p0)']]], - ['vneg_81',['vneg',['../namespaceinner.html#a0ac6054a53871e862310c4d487bbf7c8',1,'inner::vneg(const float32x4_t a)'],['../namespaceinner.html#a2e7edbc88d18b0cb6672ade5ea35cb00',1,'inner::vneg(const float32x4_t a, const mve_pred16_t p0)'],['../namespaceinner.html#a4a16dcaa8fbc60eaa8fb6068ab447bac',1,'inner::vneg(const float16x8_t a)'],['../namespaceinner.html#aa7f5007010aed91a77475e7b2547c2a4',1,'inner::vneg(const float16x8_t a, const mve_pred16_t p0)']]], - ['vreduce_82',['vreduce',['../namespaceinner.html#a209d4fdedaa36e2e0440cd58c77d55da',1,'inner::vreduce(const Q< 33, 30 > sum)'],['../namespaceinner.html#abe715f16db6071bb6ee155abec79adee',1,'inner::vreduce(const float32x4_t in)'],['../namespaceinner.html#ae1dab2dc00863f76597076b03ad18036',1,'inner::vreduce(const std::tuple< E... > &acc)']]], - ['vreduce_5fimpl_83',['vreduce_impl',['../namespaceinner.html#af353fc06a138dec5fb93c90d752df023',1,'inner']]], - ['vstore1_84',['vstore1',['../namespaceinner.html#a534604fc97b7006f4f49e219ca643e22',1,'inner::vstore1(float32_t *p, const index_t stride, const float32x4_t val)'],['../namespaceinner.html#abf6598c1e4bcfa99e1a9bfaeee9ead7b',1,'inner::vstore1(float32_t *p, const float32x4_t val)']]], - ['vstore1_5fgen_5fstride_85',['vstore1_gen_stride',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride',1,'inner']]], - ['vstore1_5fgen_5fstride_3c_200_2c_201_2c_202_2c_203_20_3e_86',['vstore1_gen_stride< 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_010_00_011_00_012_00_013_01_4',1,'inner']]], - ['vstore1_5fgen_5fstride_5fz_87',['vstore1_gen_stride_z',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z',1,'inner']]], - ['vstore1_5fgen_5fstride_5fz_3c_200_2c_201_2c_202_2c_203_20_3e_88',['vstore1_gen_stride_z< 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_010_00_011_00_012_00_013_01_4',1,'inner']]], - ['vstore1_5fz_89',['vstore1_z',['../namespaceinner.html#af3597573058ac70b3e3d9210d5d16a83',1,'inner::vstore1_z()'],['../group__HeliumFloatNumber.html#a1e54518440eeb52d0a0a525c99ddcfd8',1,'inner::vstore1_gen_stride_z::vstore1_z()'],['../namespaceinner.html#a0e04b6b531259fadf6af96942b523eee',1,'inner::vstore1_z()'],['../group__HeliumFloatNumber.html#a1e54518440eeb52d0a0a525c99ddcfd8',1,'inner::vstore1_gen_stride_z< 0, 1, 2, 3 >::vstore1_z()']]], - ['vsub_90',['vsub',['../namespaceinner.html#ab40ad55ce50f45c7809fa669897e820d',1,'inner::vsub(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#ad3864f3477597e2f8228b10ddad84618',1,'inner::vsub(const float32x4_t a, const float b)'],['../namespaceinner.html#aa33ce8a1c1fa399037be4bd1acf1057b',1,'inner::vsub(const float a, const float32x4_t b)'],['../namespaceinner.html#a566bd4e865b11382118f0a1522705e1c',1,'inner::vsub(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#acfc381713e1c4074d5f960923bbb326d',1,'inner::vsub(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a408c0abcd1169177718ab8e1a9dee1b0',1,'inner::vsub(const float a, const float32x4_t b, const mve_pred16_t p0)']]] + ['vconjugate_5',['vconjugate',['../namespaceinner.html#a5775dcefe661f46d7d1ca8ce31001992',1,'inner::vconjugate(const ComplexVector< float32x4_t > &a)'],['../namespaceinner.html#a808c462cffd8588a6f93ab03081ef045',1,'inner::vconjugate(const ComplexVector< float16x8_t > &a)'],['../namespaceinner.html#ac28a3cf991af4fa82e5fcf89317207df',1,'inner::vconjugate(const float32x4_t a)'],['../namespaceinner.html#afe4f9c77761bfbbfbd97fbf819033297',1,'inner::vconjugate(const float32x4_t a, const mve_pred16_t p0)'],['../namespaceinner.html#a9b45b8592e092c19289438fce47d15c0',1,'inner::vconjugate(const float16x8_t a)'],['../namespaceinner.html#ae54a03f4d028d0f46b0c88b06b72ed9c',1,'inner::vconjugate(const float16x8_t a, const mve_pred16_t p0)']]], + ['vconst_6',['vconst',['../namespaceinner.html#a2e08958727c654eb63aeeab985c716e8',1,'inner::vconst(const std::complex< float16_t > v)'],['../namespaceinner.html#a6c72e9caeb22cad8aedf091ec0878111',1,'inner::vconst(float16_t v)'],['../namespaceinner.html#a37350a0ce870e8e8afecf70137a59b2c',1,'inner::vconst(const float v)'],['../namespaceinner.html#a8bea10ac8909e2a7c154bf46620f9417',1,'inner::vconst(const std::complex< float > v)'],['../namespaceinner.html#ad07ea78a40293882c98c6c5cee24e0bf',1,'inner::vconst(Q15 val)']]], + ['vconst_5ftail_7',['vconst_tail',['../namespaceinner.html#a41e6d2dc3ed6fed80495b8b17ce6f52d',1,'inner::vconst_tail(const float v, const mve_pred16_t p0)'],['../namespaceinner.html#a93e22e42b2d361b236d0f0af89eeac6f',1,'inner::vconst_tail(const float16_t v, const mve_pred16_t p0)']]], + ['vctpq_8',['vctpq',['../group__NUMBER.html#structarm__cmsis__dsp_1_1inner_1_1vctpq',1,'arm_cmsis_dsp::inner']]], + ['vctpq_3c_20float_20_3e_9',['vctpq< float >',['../group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4',1,'inner']]], + ['vctpq_3c_20float16_5ft_20_3e_10',['vctpq< float16_t >',['../group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4',1,'inner']]], + ['vec_2ehpp_11',['vec.hpp',['../vec_8hpp.html',1,'']]], + ['vector_12',['Vector',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector',1,'Vector< P, L, Allocator >'],['../dsppp_vector.html',1,'dsppp_main']]], + ['vector_13',['vector',['../group__GenericComplexQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__HeliumComplexFloatNumber.html#a2c67b52bb4d2bfd4a88059e1372280f0',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumComplexHalfNumber.html#aa66a68dbd092697845ad1fdc8abbb0ee',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumFloatNumber.html#a80c09e97407d5640a99667e3ea61d293',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumHalfNumber.html#adbc8cfdcdb696f357a77cabc445f11cb',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumQ15Number.html#abe2e84848da0a86b66fb761063011e73',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__GenericComplexDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< double >, arch, void >::vector()'],['../group__GenericComplexFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericComplexHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericComplexQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__DSPQ15Number.html#a282bf94548694174c49d21ae2dc672be',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::vector()'],['../group__GenericComplexQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< Q7 >, arch, void >::vector()'],['../group__GenericDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< double, arch, void >::vector()'],['../group__GenericFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericTUPLENumber.html#a7324a5b8982417230f50776a48c69d8f',1,'vector_traits< std::tuple< E... >, arch >::vector()'],['../group__GenericHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< float16_t >::vector()'],['../group__GenericQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::vector()'],['../group__GenericQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::vector()']]], + ['vector_14',['Vector',['../group__VECTOR.html#a97b012af38344d285c72d91cb6499864',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector()'],['../group__VECTOR.html#a308c13b7bc9aa9f3732d8e9af5e35894',1,'arm_cmsis_dsp::Vector_Base::Vector()'],['../group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d',1,'arm_cmsis_dsp::VectorView::Vector()'],['../group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::Vector()'],['../group__VECTOR.html#a4df026156780bc0ca651c342b7d6daa4',1,'arm_cmsis_dsp::Vector::Vector()'],['../group__VECTOR.html#a79810f2ce7bc276c6c9c7f5e60e73b0d',1,'arm_cmsis_dsp::Vector::Vector(P init_val)'],['../group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d',1,'arm_cmsis_dsp::Vector::Vector(const std::initializer_list< P > &l)'],['../group__VECTOR.html#a9a7f45e7718b40e30bfac225508f0786',1,'arm_cmsis_dsp::Vector::Vector(const Vector< P, L, OtherAllocator > &other)'],['../group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771',1,'arm_cmsis_dsp::Vector::Vector(const VectorView< P, S > &other)'],['../group__VECTOR.html#a97b012af38344d285c72d91cb6499864',1,'arm_cmsis_dsp::Vector::Vector(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4482a7bf773a1eabd199f6a4894d56d2',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(vector_length_t length, P init_val)'],['../group__VECTOR.html#a281086b9c6098921385003ce17b4235f',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(vector_length_t length)'],['../group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const std::initializer_list< P > &l)'],['../group__VECTOR.html#ae14b3d1ebd2e188230eab92ea5aa55d6',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const Vector< P, K, OtherAllocator > &other)'],['../group__VECTOR.html#ae18a5c54fc21fb5fe69fbfb8e18275f7',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const Vector &other)'],['../group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const VectorView< P, S > &other)']]], + ['vector_20_2f_20matrix_20buffer_20allocator_15',['Vector / matrix buffer allocator',['../group__MEMVEC.html',1,'']]], + ['vector_20absolute_20value_16',['Vector Absolute Value',['../group__BasicAbs.html',1,'']]], + ['vector_20addition_17',['Vector Addition',['../group__BasicAdd.html',1,'']]], + ['vector_20bitwise_20and_18',['Vector bitwise AND',['../group__And.html',1,'']]], + ['vector_20bitwise_20exclusive_20or_19',['Vector bitwise exclusive OR',['../group__Xor.html',1,'']]], + ['vector_20bitwise_20inclusive_20or_20',['Vector bitwise inclusive OR',['../group__Or.html',1,'']]], + ['vector_20bitwise_20not_21',['Vector bitwise NOT',['../group__Not.html',1,'']]], + ['vector_20clarke_20transform_22',['Vector Clarke Transform',['../group__clarke.html',1,'']]], + ['vector_20copy_23',['Vector Copy',['../group__copy.html',1,'']]], + ['vector_20dot_20product_24',['Vector Dot Product',['../group__BasicDotProd.html',1,'']]], + ['vector_20exponential_25',['Vector Exponential',['../group__vexp.html',1,'']]], + ['vector_20fill_26',['Vector Fill',['../group__Fill.html',1,'']]], + ['vector_20inverse_20clarke_20transform_27',['Vector Inverse Clarke Transform',['../group__inv__clarke.html',1,'']]], + ['vector_20inverse_20park_20transform_28',['Vector Inverse Park transform',['../group__inv__park.html',1,'']]], + ['vector_20log_29',['Vector Log',['../group__vlog.html',1,'']]], + ['vector_20multiplication_30',['Vector Multiplication',['../group__BasicMult.html',1,'']]], + ['vector_20negate_31',['Vector Negate',['../group__BasicNegate.html',1,'']]], + ['vector_20offset_32',['Vector Offset',['../group__BasicOffset.html',1,'']]], + ['vector_20operation_20example_33',['Vector operation example',['../dsppp_vector_example.html',1,'dsppp_main']]], + ['vector_20park_20transform_34',['Vector Park Transform',['../group__park.html',1,'']]], + ['vector_20scale_35',['Vector Scale',['../group__BasicScale.html',1,'']]], + ['vector_20shift_36',['Vector Shift',['../group__BasicShift.html',1,'']]], + ['vector_20sorting_20algorithms_37',['Vector sorting algorithms',['../group__Sorting.html',1,'']]], + ['vector_20subtraction_38',['Vector Subtraction',['../group__BasicSub.html',1,'']]], + ['vector_3c_20p_2c_20dynamic_20_2adynamic_2c_20malloc_5fallocator_20_3e_39',['Vector< P, DYNAMIC *DYNAMIC, malloc_allocator >',['../group__VECTOR.html',1,'arm_cmsis_dsp']]], + ['vector_3c_20p_2c_20dynamic_2c_20allocator_20_3e_40',['Vector< P, DYNAMIC, Allocator >',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector_3_01P_00_01DYNAMIC_00_01Allocator_01_4',1,'arm_cmsis_dsp']]], + ['vector_5fbase_41',['Vector_Base',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector__Base',1,'arm_cmsis_dsp']]], + ['vector_5fidx_5fpair_42',['vector_idx_pair',['../group__FUSION.html#gac46de68e57bd3e7c10bc879645583d6c',1,'arm_cmsis_dsp']]], + ['vector_5fimpl_2ehpp_43',['vector_impl.hpp',['../vector__impl_8hpp.html',1,'']]], + ['vector_5flength_5ft_44',['vector_length_t',['../group__COMMON.html#ga87032cf209a345081caeb3692af2174b',1,'arm_cmsis_dsp']]], + ['vector_5fop_45',['vector_op',['../group__FUSION.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::_Expr::vector_op()'],['../group__VECTOR.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::Vector_Base::vector_op()'],['../group__VECTOR.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::VectorView::vector_op()'],['../group__VECTOR.html#a500b283ce371c87d9aec23f034345ddf',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_op()']]], + ['vector_5fop_5ftail_46',['vector_op_tail',['../group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::VectorView::vector_op_tail()'],['../group__VECTOR.html#ac4e558184c300cabdfd34bf9c52c1864',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_op_tail()'],['../group__VECTOR.html#a46410f8cb42bb9876a6e6a4ff49591a3',1,'arm_cmsis_dsp::Vector_Base::vector_op_tail()'],['../group__FUSION.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::_Expr::vector_op_tail()']]], + ['vector_5fsize_47',['vector_size',['../group__VECTOR.html#af7057014e360b66bf03833c4f412cdb1',1,'arm_cmsis_dsp::Vector']]], + ['vector_5fstore_48',['vector_store',['../group__VECTOR.html#aab12e58859127e63cc3b56177f9e8927',1,'arm_cmsis_dsp::Vector_Base::vector_store()'],['../group__VECTOR.html#aeb210f593fe1490d5e0f5391427c2014',1,'arm_cmsis_dsp::VectorView::vector_store()'],['../group__VECTOR.html#a2f7c0851c4204a880b6dfdc6515389f4',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_store()']]], + ['vector_5fstore_5ftail_49',['vector_store_tail',['../group__VECTOR.html#a42c936d12fb0533e78cbc8de18c1c897',1,'arm_cmsis_dsp::Vector_Base::vector_store_tail()'],['../group__VECTOR.html#a087153674e277a90cca2514f2546f6ff',1,'arm_cmsis_dsp::VectorView::vector_store_tail()'],['../group__VECTOR.html#a4fb45f9f4f1b5503c4e4b915eab01ea0',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_store_tail()']]], + ['vector_5ftraits_50',['vector_traits',['../group__NUMBER.html#structarm__cmsis__dsp_1_1vector__traits',1,'arm_cmsis_dsp']]], + ['vector_5ftraits_3c_20double_2c_20arch_2c_20void_20_3e_51',['vector_traits< double, arch, void >',['../group__GenericDoubleNumber.html#structvector__traits_3_01double_00_01arch_00_01void_01_4',1,'']]], + ['vector_5ftraits_3c_20float_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_52',['vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__ba5ab38020bf229f10c8cb296601cd2a',1,'']]], + ['vector_5ftraits_3c_20float_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_53',['vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__o90f4a252693d6998222af60019971d09',1,'']]], + ['vector_5ftraits_3c_20float16_5ft_20_3e_54',['vector_traits< float16_t >',['../group__GenericHalfNumber.html#structvector__traits_3_01float16__t_01_4',1,'']]], + ['vector_5ftraits_3c_20float16_5ft_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_55',['vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumHalfNumber.html#structvector__traits_3_01float16__t_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__bbf0c88ec3dcce04bc63f988798dbaaac',1,'']]], + ['vector_5ftraits_3c_20q15_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_56',['vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__of8f632c1300f8f47d48a293f567e4c1db',1,'']]], + ['vector_5ftraits_3c_20q15_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20dsp_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_57',['vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >',['../group__GenericQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_736401966ad6c7e96bbc91e818be4c30',1,'']]], + ['vector_5ftraits_3c_20q15_2c_20dsp_2c_20typename_20std_3a_3aenable_5fif_3c_20true_20_3e_3a_3atype_20_3e_58',['vector_traits< Q15, DSP, typename std::enable_if< true >::type >',['../group__DSPQ15Number.html#structvector__traits_3_01Q15_00_01DSP_00_01typename_01std_1_1enable__if_3_01true_01_4_1_1type_01_4',1,'']]], + ['vector_5ftraits_3c_20q31_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_59',['vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericQ31Number.html#structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f',1,'']]], + ['vector_5ftraits_3c_20q7_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20dsp_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_60',['vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >',['../group__GenericQ7Number.html#structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20double_20_3e_2c_20arch_2c_20void_20_3e_61',['vector_traits< std::complex< double >, arch, void >',['../group__GenericComplexDoubleNumber.html#structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20float_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_62',['vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20float_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_63',['vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_64',['vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_65',['vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20q15_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_66',['vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericComplexQ15Number.html#structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20q31_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_67',['vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericComplexQ31Number.html#structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20q7_20_3e_2c_20arch_2c_20void_20_3e_68',['vector_traits< std::complex< Q7 >, arch, void >',['../group__GenericComplexQ7Number.html#structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4',1,'']]], + ['vector_5ftraits_3c_20std_3a_3atuple_3c_20e_2e_2e_2e_20_3e_2c_20arch_20_3e_69',['vector_traits< std::tuple< E... >, arch >',['../group__GenericTUPLENumber.html#structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4',1,'']]], + ['vector_5fview_2ehpp_70',['vector_view.hpp',['../vector__view_8hpp.html',1,'']]], + ['vectordimension_71',['vectorDimension',['../structarm__svm__polynomial__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_polynomial_instance_f16::vectorDimension()'],['../structarm__svm__rbf__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_rbf_instance_f16::vectorDimension()'],['../structarm__svm__sigmoid__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_sigmoid_instance_f16::vectorDimension()'],['../structarm__svm__linear__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_linear_instance_f16::vectorDimension()'],['../structarm__svm__sigmoid__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_sigmoid_instance_f32::vectorDimension()'],['../structarm__svm__rbf__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_rbf_instance_f32::vectorDimension()'],['../structarm__svm__polynomial__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_polynomial_instance_f32::vectorDimension()'],['../structarm__svm__linear__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_linear_instance_f32::vectorDimension()'],['../structarm__gaussian__naive__bayes__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_gaussian_naive_bayes_instance_f16::vectorDimension()'],['../structarm__gaussian__naive__bayes__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_gaussian_naive_bayes_instance_f32::vectorDimension()']]], + ['vectorlhs_72',['VectorLHS',['../group__Matrix.html#a402a40d59c3350d926139ece2fd282b4',1,'arm_cmsis_dsp::_Outer']]], + ['vectors_73',['Vectors',['../group__VECTOR.html',1,'']]], + ['vectortype_74',['VectorType',['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView::VectorType()'],['../group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::VectorType()'],['../group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5',1,'arm_cmsis_dsp::Matrix::VectorType()']]], + ['vectorview_75',['VectorView',['../group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView',1,'VectorView< T, stride >'],['../group__VECTOR.html#a195c9f47399a58a0ebfb667c31c82fc6',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const Vector_Base< T > &v, const index_t stride)'],['../group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(VectorView &&other)'],['../group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const VectorView &other)'],['../group__VECTOR.html#acb4080aa6e72e58f3c7e01d80d8bc47b',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const Vector_Base< T > &v, const index_t start, const index_t stop, const index_t stride)'],['../group__VECTOR.html#a8677ae944080956113c3329280b224d2',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(T *v, const index_t start, const index_t stop, const index_t stride)'],['../group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff',1,'arm_cmsis_dsp::VectorView::VectorView(VectorView &&other)'],['../group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed',1,'arm_cmsis_dsp::VectorView::VectorView(const VectorView &other)'],['../group__VECTOR.html#a4ae410ceb64a78882e37cde0a6d19cb2',1,'arm_cmsis_dsp::VectorView::VectorView(const Vector_Base< T > &v, const index_t start, const index_t stop)'],['../group__VECTOR.html#a227832769dae1600253815a19639a704',1,'arm_cmsis_dsp::VectorView::VectorView(const Vector_Base< T > &v)'],['../group__VECTOR.html#a18bbd0abdc05921450bf9524e76eacc8',1,'arm_cmsis_dsp::VectorView::VectorView(T *v, const vector_length_t start, const vector_length_t stop)']]], + ['vectorview_3c_20t_2c_201_20_3e_76',['VectorView< T, 1 >',['../group__VECTOR.html',1,'arm_cmsis_dsp']]], + ['vectorview_3c_20t_2c_20dynamic_20_3e_77',['VectorView< T, DYNAMIC >',['../group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView_3_01T_00_01DYNAMIC_01_4',1,'arm_cmsis_dsp']]], + ['vload1_78',['vload1',['../namespaceinner.html#a884682121ae62457cbd3970984c75b05',1,'inner::vload1(const std::complex< float16_t > *p, const index_t stride)'],['../namespaceinner.html#a268bc8ed07ac76695724048cfefe844f',1,'inner::vload1(const std::complex< float32_t > *p)'],['../namespaceinner.html#a764f869d5075df026e4258151276fa12',1,'inner::vload1(const std::complex< float32_t > *p, const index_t stride)'],['../namespaceinner.html#ac10633a3ec45a85e6ef9e37fc5cf11ab',1,'inner::vload1(const std::complex< float16_t > *p)'],['../namespaceinner.html#a873f8f33efd363a92a431d5a53641ec1',1,'inner::vload1(const float32_t *p)'],['../namespaceinner.html#a78aecb6f187980b97950127afa66fb82',1,'inner::vload1(const float32_t *p, const index_t stride)'],['../namespaceinner.html#a18c90033f873b7801b2a847764064263',1,'inner::vload1(const Q15 *p)']]], + ['vload1_5fgen_5fstride_3c_20float32_5ft_2c_200_2c_201_2c_202_2c_203_20_3e_79',['vload1_gen_stride< float32_t, 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vload1_5fgen_5fstride_3c_20std_3a_3acomplex_3c_20float_20_3e_2c_200_2c_201_2c_202_2c_203_20_3e_80',['vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >',['../group__HeliumComplexFloatNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float_01_4_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vload1_5fgen_5fstride_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_2c_200_2c_201_2c_202_2c_203_2c_204_2c_205_2c_206_2c_207_20_3e_81',['vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >',['../group__HeliumComplexHalfNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_0f3764e0778e22e08a979438f422bbfe5',1,'inner']]], + ['vload1_5fgen_5fstride_5fz_3c_20float32_5ft_2c_200_2c_201_2c_202_2c_203_20_3e_82',['vload1_gen_stride_z< float32_t, 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vload1_5fz_83',['vload1_z',['../namespaceinner.html#a4b4a6360138739e6a19c490898930b38',1,'inner::vload1_z(const float32_t *p, const std::size_t nb, const mve_pred16_t p0)'],['../namespaceinner.html#a77935fcebeb1f4f73e2de0ff9f29819c',1,'inner::vload1_z(const float32_t *p, const index_t stride, const std::size_t nb, const mve_pred16_t p0)']]], + ['vmacc_84',['vmacc',['../namespaceinner.html#ac823c4f0fd8714560e259ef79c379d05',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float_t b)'],['../namespaceinner.html#af1460a6cefac6e31d6cef4ed8d21a1cb',1,'inner::vmacc(const A &acc, const std::tuple< EA... > &a, const std::tuple< EB... > &b, const B p0)'],['../namespaceinner.html#a8ad529b6425e1866b935c1cabbaa6952',1,'inner::vmacc(const A &acc, const std::tuple< EA... > &a, const std::tuple< EB... > &b)'],['../namespaceinner.html#a4abd76b41ccc19f690189ea43e228cb3',1,'inner::vmacc(const Q< 33, 30 > sum, const int16x8_t vala, const int16x8_t valb)'],['../namespaceinner.html#a8685105a6df68a50419946cc0367d819',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ab1ff2dbd35c628f951b3cac89caca633',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#a2c8598bfc9c986cfea5e0ff6eb7287db',1,'inner::vmacc(const ComplexVector< float16x8_t > &acc, const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a9691e09d1346773d98c3abc0c420a060',1,'inner::vmacc(const ComplexVector< float16x8_t > &acc, const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#a46ea9ccc91273062855b13aa3f39e16e',1,'inner::vmacc(const ComplexVector< float32x4_t > &acc, const ComplexVector< float32x4_t > &a, const std::complex< float > &b)'],['../namespaceinner.html#a807a2c3ecf5940adda19a7f2943e3ca0',1,'inner::vmacc(const ComplexVector< float32x4_t > &acc, const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)']]], + ['vmacc_5fimpl_85',['vmacc_impl',['../namespaceinner.html#af48824302f222bf49cfc8c428bfadfea',1,'inner::vmacc_impl(const A &acc, const VA &a, const VB &b, std::index_sequence< Ns... >)'],['../namespaceinner.html#a90677b6747ae7e073e3609d9f857a7bf',1,'inner::vmacc_impl(const A &acc, const VA &a, const VB &b, const B p0, std::index_sequence< Ns... >)']]], + ['vmul_86',['vmul',['../namespaceinner.html#abfed99deb087199e517b66cbe675436d',1,'inner::vmul(const std::complex< float > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#a57565b64490df1629b1d0f4b4af2f270',1,'inner::vmul(const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#ab5e407092fe64cf1e1d2b5b69f928e5a',1,'inner::vmul(const ComplexVector< float32x4_t > &a, const std::complex< float > &b)'],['../namespaceinner.html#a3375c10c0f8b773d8b8eb1b351c20828',1,'inner::vmul(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a874956bb38d47c06fc032e81d4a19723',1,'inner::vmul(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a39132ee2d8e023ef6415f6e2f1b07a18',1,'inner::vmul(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a961270ef40d9628dd1007a7bab1f0f69',1,'inner::vmul(const float a, const float32x4_t b)'],['../namespaceinner.html#a6740c80fdc1105c3b0b40e90f95889fd',1,'inner::vmul(const float32x4_t a, const float b)'],['../namespaceinner.html#ae9d2d35f1c9f5db8b075ffb6652cd72b',1,'inner::vmul(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#aa97a592fcafc5e5f76f758f87dce39a9',1,'inner::vmul(const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#ac66de88a940de901eb83bf6cdd66646d',1,'inner::vmul(const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a576306bfe9ac75eb244e40ecec156f69',1,'inner::vmul(const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)']]], + ['vneg_87',['vneg',['../namespaceinner.html#a0da8f8495779f89b0fdbe4f876cd830e',1,'inner::vneg(const ComplexVector< float32x4_t > &a)'],['../namespaceinner.html#af5fe2024da04acc4d47b63dd908977c9',1,'inner::vneg(const ComplexVector< float16x8_t > &a)'],['../namespaceinner.html#a0ac6054a53871e862310c4d487bbf7c8',1,'inner::vneg(const float32x4_t a)'],['../namespaceinner.html#a2e7edbc88d18b0cb6672ade5ea35cb00',1,'inner::vneg(const float32x4_t a, const mve_pred16_t p0)'],['../namespaceinner.html#a4a16dcaa8fbc60eaa8fb6068ab447bac',1,'inner::vneg(const float16x8_t a)'],['../namespaceinner.html#aa7f5007010aed91a77475e7b2547c2a4',1,'inner::vneg(const float16x8_t a, const mve_pred16_t p0)']]], + ['vreduce_88',['vreduce',['../namespaceinner.html#afd951b0adba514dba0faec5e34a9017f',1,'inner::vreduce(const ComplexVector< float16x8_t > &in)'],['../namespaceinner.html#a209d4fdedaa36e2e0440cd58c77d55da',1,'inner::vreduce(const Q< 33, 30 > sum)'],['../namespaceinner.html#ad41b93ff154765c525ab480df42bd1d4',1,'inner::vreduce(const ComplexVector< float32x4_t > &in)'],['../namespaceinner.html#abe715f16db6071bb6ee155abec79adee',1,'inner::vreduce(const float32x4_t in)'],['../namespaceinner.html#ae1dab2dc00863f76597076b03ad18036',1,'inner::vreduce(const std::tuple< E... > &acc)']]], + ['vreduce_5fimpl_89',['vreduce_impl',['../namespaceinner.html#af353fc06a138dec5fb93c90d752df023',1,'inner']]], + ['vstore1_90',['vstore1',['../namespaceinner.html#a1f5ce8dd21604a175e78f5bbf5f8c839',1,'inner::vstore1(std::complex< float32_t > *p, const ComplexVector< float32x4_t > &val)'],['../namespaceinner.html#a57dc758aeb181b420eab93e2fc9a6c43',1,'inner::vstore1(std::complex< float16_t > *p, const ComplexVector< float16x8_t > &val)'],['../namespaceinner.html#aac213d22106ea1b1986271bb6e9c5bba',1,'inner::vstore1(std::complex< float16_t > *p, const index_t stride, const ComplexVector< float16x8_t > &val)'],['../namespaceinner.html#abf6598c1e4bcfa99e1a9bfaeee9ead7b',1,'inner::vstore1(float32_t *p, const float32x4_t val)'],['../namespaceinner.html#a534604fc97b7006f4f49e219ca643e22',1,'inner::vstore1(float32_t *p, const index_t stride, const float32x4_t val)'],['../namespaceinner.html#ad976ed9258a6c80387533a74f8fb25d3',1,'inner::vstore1(std::complex< float32_t > *p, const index_t stride, const ComplexVector< float32x4_t > &val)']]], + ['vstore1_5fgen_5fstride_3c_20float32_5ft_2c_200_2c_201_2c_202_2c_203_20_3e_91',['vstore1_gen_stride< float32_t, 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vstore1_5fgen_5fstride_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_2c_200_2c_201_2c_202_2c_203_2c_204_2c_205_2c_206_2c_207_20_3e_92',['vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >',['../group__HeliumComplexHalfNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_5e642801addc2951256c14a74a86944f',1,'inner']]], + ['vstore1_5fgen_5fstride_3c_20std_3a_3acomplex_3c_20float32_5ft_20_3e_2c_200_2c_201_2c_202_2c_203_20_3e_93',['vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >',['../group__HeliumComplexFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float32__t_01_4_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vstore1_5fgen_5fstride_5fz_3c_20float32_5ft_2c_200_2c_201_2c_202_2c_203_20_3e_94',['vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vstore1_5fz_95',['vstore1_z',['../group__HeliumFloatNumber.html#a1e54518440eeb52d0a0a525c99ddcfd8',1,'inner::vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >::vstore1_z()'],['../namespaceinner.html#af3597573058ac70b3e3d9210d5d16a83',1,'inner::vstore1_z(float32_t *p, const float32x4_t val, const std::size_t nb, const mve_pred16_t p0)'],['../namespaceinner.html#a0e04b6b531259fadf6af96942b523eee',1,'inner::vstore1_z(float32_t *p, const index_t stride, const float32x4_t val, const std::size_t nb, const mve_pred16_t p0)']]], + ['vsub_96',['vsub',['../namespaceinner.html#af768cfb94f210b75f57a56b854697c42',1,'inner::vsub(const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#a408c0abcd1169177718ab8e1a9dee1b0',1,'inner::vsub(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#acfc381713e1c4074d5f960923bbb326d',1,'inner::vsub(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a566bd4e865b11382118f0a1522705e1c',1,'inner::vsub(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ac57b109b86c28f89850c811adb9a6ecb',1,'inner::vsub(const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#ac589d1161df1c6966ee850f8cb2f8b12',1,'inner::vsub(const ComplexVector< float32x4_t > &a, const std::complex< float > &b)'],['../namespaceinner.html#a5f68559a8f94f2dc7ea94d4d43469b25',1,'inner::vsub(const std::complex< float > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#aa33ce8a1c1fa399037be4bd1acf1057b',1,'inner::vsub(const float a, const float32x4_t b)'],['../namespaceinner.html#a40edeaad478115f20dffcfe27592d603',1,'inner::vsub(const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a1e84856fed2b0cdd5ab4b2237bdb09b8',1,'inner::vsub(const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#ab40ad55ce50f45c7809fa669897e820d',1,'inner::vsub(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#ad3864f3477597e2f8228b10ddad84618',1,'inner::vsub(const float32x4_t a, const float b)']]] ]; diff --git a/main/search/all_17.js b/main/search/all_17.js index 5188162a..df6973e7 100644 --- a/main/search/all_17.js +++ b/main/search/all_17.js @@ -6,7 +6,7 @@ var searchData= ['weightsq31_5f128_3',['WeightsQ31_128',['../group__DCT4__IDCT4__Table.html#ga02d7024538a87214296b01d83ba36b02',1,'WeightsQ31_128(): arm_common_tables.c'],['../group__DCT4__IDCT4__Table.html#ga02d7024538a87214296b01d83ba36b02',1,'WeightsQ31_128(): arm_common_tables.c']]], ['welch_20window_20function_20_2821_2e3_20db_29_4',['Welch window function (21.3 dB)',['../group__WindowWELCH.html',1,'']]], ['what_20you_20need_20to_20know_20about_20c_2b_2b_20templates_5',['What you need to know about C++ templates',['../dsppp_template.html',1,'dsppp_main']]], - ['wider_5ftype_6',['wider_type',['../group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::wider_type()'],['../group__FIXED.html#a97baeea683b4be57269774d0485d11ab',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::wider_type()'],['../group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::wider_type()'],['../group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::wider_type()'],['../group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::wider_type()'],['../group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::wider_type()'],['../group__FIXED.html#a97baeea683b4be57269774d0485d11ab',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::wider_type()'],['../group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::wider_type()'],['../group__FIXED.html#a651aa0bb6eccbdebdfc06ab9391bef00',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::wider_type()'],['../group__FIXED.html#a557f81ce640773012edda158e39bbc6b',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::wider_type()'],['../group__FIXED.html#add70f98e7103309ae6d6d70bb41e52f8',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::wider_type()'],['../group__FIXED.html#a4c50ac10bfe807e90da32cd3fcc420c5',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::wider_type()'],['../group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::wider_type()'],['../group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::wider_type()'],['../group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::wider_type()'],['../group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::wider_type()']]], + ['wider_5ftype_6',['wider_type',['../group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::wider_type()'],['../group__FIXED.html#ga97baeea683b4be57269774d0485d11ab',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::wider_type()'],['../group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::wider_type()'],['../group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::wider_type()'],['../group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::wider_type()'],['../group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::wider_type()'],['../group__FIXED.html#ga97baeea683b4be57269774d0485d11ab',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::wider_type()'],['../group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::wider_type()'],['../group__FIXED.html#ga651aa0bb6eccbdebdfc06ab9391bef00',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::wider_type()'],['../group__FIXED.html#ga557f81ce640773012edda158e39bbc6b',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::wider_type()'],['../group__FIXED.html#gadd70f98e7103309ae6d6d70bb41e52f8',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::wider_type()'],['../group__FIXED.html#ga4c50ac10bfe807e90da32cd3fcc420c5',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::wider_type()'],['../group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::wider_type()'],['../group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::wider_type()'],['../group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::wider_type()'],['../group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::wider_type()']]], ['window_20functions_7',['Window Functions',['../group__groupWindow.html',1,'']]], ['windowcoefs_8',['windowCoefs',['../structarm__mfcc__instance__f16.html#a3e37d561da6f86c8f7b6ed9c3d28c11a',1,'arm_mfcc_instance_f16::windowCoefs()'],['../structarm__mfcc__instance__q15.html#af4dfc8960dea69fe00bf6018eb70eb5a',1,'arm_mfcc_instance_q15::windowCoefs()'],['../structarm__mfcc__instance__q31.html#a1fc91e7ce8c2582d9e142ff25ca3c8ca',1,'arm_mfcc_instance_q31::windowCoefs()'],['../structarm__mfcc__instance__f32.html#a4a698086e918a056cb7175569c59cb61',1,'arm_mfcc_instance_f32::windowCoefs()']]] ]; diff --git a/main/search/all_3.js b/main/search/all_3.js index 1de2c595..ab0d8d43 100644 --- a/main/search/all_3.js +++ b/main/search/all_3.js @@ -6,50 +6,61 @@ var searchData= ['cholesky_20and_20ldlt_20decompositions_3',['Cholesky and LDLT decompositions',['../group__MatrixChol.html',1,'']]], ['cityblock_20_28manhattan_29_20distance_4',['Cityblock (Manhattan) distance',['../group__Manhattan.html',1,'']]], ['class_20marks_20example_5',['Class Marks Example',['../group__ClassMarks.html',1,'']]], - ['classes_6',['classes',['../structarm__svm__sigmoid__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_sigmoid_instance_f16::classes()'],['../structarm__svm__rbf__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_rbf_instance_f16::classes()'],['../structarm__svm__polynomial__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_polynomial_instance_f16::classes()'],['../structarm__svm__linear__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_linear_instance_f16::classes()'],['../structarm__svm__sigmoid__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_sigmoid_instance_f32::classes()'],['../structarm__svm__rbf__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_rbf_instance_f32::classes()'],['../structarm__svm__polynomial__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_polynomial_instance_f32::classes()'],['../structarm__svm__linear__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_linear_instance_f32::classes()']]], + ['classes_6',['classes',['../structarm__svm__rbf__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_rbf_instance_f32::classes()'],['../structarm__svm__sigmoid__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_sigmoid_instance_f32::classes()'],['../structarm__svm__linear__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_linear_instance_f16::classes()'],['../structarm__svm__polynomial__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_polynomial_instance_f16::classes()'],['../structarm__svm__rbf__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_rbf_instance_f16::classes()'],['../structarm__svm__sigmoid__instance__f16.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_sigmoid_instance_f16::classes()'],['../structarm__svm__polynomial__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_polynomial_instance_f32::classes()'],['../structarm__svm__linear__instance__f32.html#a3fb69b6a70ff2d687329d334d02af9e1',1,'arm_svm_linear_instance_f32::classes()']]], ['classpriors_7',['classPriors',['../structarm__gaussian__naive__bayes__instance__f32.html#a3643f22834fcd6a940367776b7ef3674',1,'arm_gaussian_naive_bayes_instance_f32::classPriors()'],['../structarm__gaussian__naive__bayes__instance__f16.html#a4551f17c68969bd504e9eb2745cfb38e',1,'arm_gaussian_naive_bayes_instance_f16::classPriors()']]], ['code_20size_8',['Code size',['../dsppp_code_size.html',1,'dsppp_main']]], - ['coef0_9',['coef0',['../structarm__svm__sigmoid__instance__f16.html#a3232c3bca693bfd6a95f03aaec8bd4ef',1,'arm_svm_sigmoid_instance_f16::coef0()'],['../structarm__svm__polynomial__instance__f16.html#a3232c3bca693bfd6a95f03aaec8bd4ef',1,'arm_svm_polynomial_instance_f16::coef0()'],['../structarm__svm__sigmoid__instance__f32.html#aed464fe96870d4fcee492ab05b5dba21',1,'arm_svm_sigmoid_instance_f32::coef0()'],['../structarm__svm__polynomial__instance__f32.html#aed464fe96870d4fcee492ab05b5dba21',1,'arm_svm_polynomial_instance_f32::coef0()']]], + ['coef0_9',['coef0',['../structarm__svm__polynomial__instance__f32.html#aed464fe96870d4fcee492ab05b5dba21',1,'arm_svm_polynomial_instance_f32::coef0()'],['../structarm__svm__sigmoid__instance__f32.html#aed464fe96870d4fcee492ab05b5dba21',1,'arm_svm_sigmoid_instance_f32::coef0()'],['../structarm__svm__polynomial__instance__f16.html#a3232c3bca693bfd6a95f03aaec8bd4ef',1,'arm_svm_polynomial_instance_f16::coef0()'],['../structarm__svm__sigmoid__instance__f16.html#a3232c3bca693bfd6a95f03aaec8bd4ef',1,'arm_svm_sigmoid_instance_f16::coef0()']]], ['coeffs_10',['coeffs',['../structarm__spline__instance__f32.html#a6ceaa0b32c96a0b5be445ae8b51035ef',1,'arm_spline_instance_f32']]], - ['col_11',['col',['../group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col()'],['../group__Matrix.html#a4a7fd895c6f10261c3cdc129f2199bf7',1,'arm_cmsis_dsp::Matrix::col(const index_t i, const index_t start=0, const index_t stop=R)'],['../group__Matrix.html#a5cc6b0ed875cfa1af09ae3ae5dda1cd3',1,'arm_cmsis_dsp::Matrix::col(const index_t i, const index_t start=0, const index_t stop=R) const'],['../group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a0debe871b5dffff9c427427062d3e82c',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a8f5768b8c57fc0744241045df4f08ac2',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#ae451a86820bd819a2a3411197ac4fa76',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a34b2c13038acf1bc2d20d8c89bf9efef',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#af6db0b146cf2443781c0143d83a241af',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a32a8671aeb0d3c70fcf73e13ab4f498f',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#ac0ab62adc16d1427b1790a76165046db',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a1b4bee75d06b5bfd426f9ade8f53ede9',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a69c3747e99a6320796ccc2fbda4c57e6',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a0debe871b5dffff9c427427062d3e82c',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start=0) const']]], - ['columns_12',['columns',['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::columns()'],['../group__Matrix.html#a414c883585f5b0900f7481128db6a14d',1,'arm_cmsis_dsp::Matrix::columns()'],['../group__Matrix.html#ab00a60bfa54e851d42f81f216c240a69',1,'arm_cmsis_dsp::_Outer::columns()'],['../group__FUSION.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::_Expr::columns()']]], + ['col_11',['col',['../group__Matrix.html#a0debe871b5dffff9c427427062d3e82c',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a69c3747e99a6320796ccc2fbda4c57e6',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a1b4bee75d06b5bfd426f9ade8f53ede9',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#ac0ab62adc16d1427b1790a76165046db',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a32a8671aeb0d3c70fcf73e13ab4f498f',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#af6db0b146cf2443781c0143d83a241af',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a34b2c13038acf1bc2d20d8c89bf9efef',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#ae451a86820bd819a2a3411197ac4fa76',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a4a7fd895c6f10261c3cdc129f2199bf7',1,'arm_cmsis_dsp::Matrix::col(const index_t i, const index_t start=0, const index_t stop=R)'],['../group__Matrix.html#a5cc6b0ed875cfa1af09ae3ae5dda1cd3',1,'arm_cmsis_dsp::Matrix::col(const index_t i, const index_t start=0, const index_t stop=R) const'],['../group__Matrix.html#a0debe871b5dffff9c427427062d3e82c',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col()'],['../group__Matrix.html#a8f5768b8c57fc0744241045df4f08ac2',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col()']]], + ['columns_12',['columns',['../group__Matrix.html#a414c883585f5b0900f7481128db6a14d',1,'arm_cmsis_dsp::Matrix::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::columns()'],['../group__Matrix.html#ab00a60bfa54e851d42f81f216c240a69',1,'arm_cmsis_dsp::_Outer::columns()'],['../group__FUSION.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::_Expr::columns()']]], ['common_20types_20and_20constants_13',['Common types and constants',['../group__COMMON.html',1,'']]], ['common_2ehpp_14',['common.hpp',['../common_8hpp.html',1,'']]], ['complex_20conjugate_15',['Complex Conjugate',['../group__cmplx__conj.html',1,'']]], ['complex_20dot_20product_16',['Complex Dot Product',['../group__cmplx__dot__prod.html',1,'']]], - ['complex_20fft_20f16_17',['Complex FFT F16',['../group__ComplexFFTF16.html',1,'']]], - ['complex_20fft_20f32_18',['Complex FFT F32',['../group__ComplexFFTF32.html',1,'']]], - ['complex_20fft_20f64_19',['Complex FFT F64',['../group__ComplexFFTF64.html',1,'']]], - ['complex_20fft_20functions_20',['Complex FFT Functions',['../group__ComplexFFT.html',1,'']]], - ['complex_20fft_20q15_21',['Complex FFT Q15',['../group__ComplexFFTQ15.html',1,'']]], - ['complex_20fft_20q31_22',['Complex FFT Q31',['../group__ComplexFFTQ31.html',1,'']]], - ['complex_20fft_20tables_23',['Complex FFT Tables',['../group__CFFT__CIFFT.html',1,'']]], - ['complex_20magnitude_24',['Complex Magnitude',['../group__cmplx__mag.html',1,'']]], - ['complex_20magnitude_20squared_25',['Complex Magnitude Squared',['../group__cmplx__mag__squared.html',1,'']]], - ['complex_20math_20functions_26',['Complex Math Functions',['../group__groupCmplxMath.html',1,'']]], - ['complex_20matrix_20multiplication_27',['Complex Matrix Multiplication',['../group__CmplxMatrixMult.html',1,'']]], - ['complex_20matrix_20transpose_28',['Complex Matrix Transpose',['../group__MatrixComplexTrans.html',1,'']]], - ['complex_2dby_2dcomplex_20multiplication_29',['Complex-by-Complex Multiplication',['../group__CmplxByCmplxMult.html',1,'']]], - ['complex_2dby_2dreal_20multiplication_30',['Complex-by-Real Multiplication',['../group__CmplxByRealMult.html',1,'']]], - ['compute_5flength_31',['compute_length',['../group__VECTOR.html#a2e959b346a8924d99d2ead35543a5e2d',1,'arm_cmsis_dsp::VectorView::compute_length()'],['../group__VECTOR.html#a447332a607788595a8c2fb744b86f782',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::compute_length()']]], - ['compute_5ftype_32',['compute_type',['../group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827',1,'number_traits< Q7 >::compute_type()'],['../group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114',1,'number_traits< float >::compute_type()'],['../group__GenericTUPLENumber.html#af278d4e4010149d9ca2551e5cba59e5e',1,'number_traits< std::tuple< E... > >::compute_type()'],['../group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811',1,'number_traits< float16_t >::compute_type()'],['../group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c',1,'number_traits< Q15 >::compute_type()'],['../group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86',1,'number_traits< Q31 >::compute_type()'],['../group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f',1,'number_traits< double >::compute_type()']]], - ['const_5fptr_33',['const_ptr',['../group__VECTOR.html#ad2de869aa192fef5d011f854b7734a2f',1,'arm_cmsis_dsp::Vector_Base::const_ptr()'],['../group__VECTOR.html#ade7cf34a619c49dc0dbc8bb1e155b411',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::const_ptr(const index_t i) const'],['../group__VECTOR.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::const_ptr() const'],['../group__VECTOR.html#ade7cf34a619c49dc0dbc8bb1e155b411',1,'arm_cmsis_dsp::VectorView::const_ptr(const index_t i) const'],['../group__VECTOR.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::VectorView::const_ptr() const'],['../group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::MatrixView::const_ptr()'],['../group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::const_ptr()'],['../group__VECTOR.html#aef42fab2ae1dc05032eb31d353701f19',1,'arm_cmsis_dsp::Vector_Base::const_ptr()']]], - ['constrained_5fdynamic_34',['CONSTRAINED_DYNAMIC',['../group__COMMON.html#ga79826d197b2243b245651a79637cf72d',1,'arm_cmsis_dsp']]], - ['controller_20functions_35',['Controller Functions',['../group__groupController.html',1,'']]], - ['convert_36',['convert',['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::convert()']]], - ['convert_2016_2dbit_20fixed_20point_20value_37',['Convert 16-bit fixed point value',['../group__q15__to__x.html',1,'']]], - ['convert_2016_2dbit_20floating_20point_20value_38',['Convert 16-bit floating point value',['../group__f16__to__x.html',1,'']]], - ['convert_2032_2dbit_20fixed_20point_20value_39',['Convert 32-bit fixed point value',['../group__q31__to__x.html',1,'']]], - ['convert_2032_2dbit_20floating_20point_20value_40',['Convert 32-bit floating point value',['../group__float__to__x.html',1,'']]], - ['convert_2064_2dbit_20floating_20point_20value_41',['Convert 64-bit floating point value',['../group__f64__to__x.html',1,'']]], - ['convert_208_2dbit_20fixed_20point_20value_42',['Convert 8-bit fixed point value',['../group__q7__to__x.html',1,'']]], - ['convolution_43',['Convolution',['../group__Conv.html',1,'']]], - ['convolution_20example_44',['Convolution Example',['../group__ConvolutionExample.html',1,'']]], - ['copy_45',['copy',['../group__VECTOR.html#ga642296392b4581cbc3761d8d34625f12',1,'arm_cmsis_dsp']]], - ['correlation_46',['Correlation',['../group__Corr.html',1,'']]], - ['correlation_20distance_47',['Correlation distance',['../group__Correlation.html',1,'']]], - ['cosine_48',['Cosine',['../group__cos.html',1,'']]], - ['cosine_20distance_49',['Cosine distance',['../group__CosineDist.html',1,'']]], - ['create_50',['create',['../group__Matrix.html#a72b177e916734c04aab9fc90daa24d58',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::create()'],['../group__Matrix.html#ae53a2a6a33e8e751225cbf2db30cce2f',1,'arm_cmsis_dsp::Matrix::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView::create()']]], - ['cubic_20spline_20interpolation_51',['Cubic Spline Interpolation',['../group__SplineInterpolate.html',1,'']]] + ['complex_20double_17',['Complex Double',['../group__GenericComplexDoubleNumber.html',1,'']]], + ['complex_20fft_20f16_18',['Complex FFT F16',['../group__ComplexFFTF16.html',1,'']]], + ['complex_20fft_20f32_19',['Complex FFT F32',['../group__ComplexFFTF32.html',1,'']]], + ['complex_20fft_20f64_20',['Complex FFT F64',['../group__ComplexFFTF64.html',1,'']]], + ['complex_20fft_20functions_21',['Complex FFT Functions',['../group__ComplexFFT.html',1,'']]], + ['complex_20fft_20q15_22',['Complex FFT Q15',['../group__ComplexFFTQ15.html',1,'']]], + ['complex_20fft_20q31_23',['Complex FFT Q31',['../group__ComplexFFTQ31.html',1,'']]], + ['complex_20fft_20tables_24',['Complex FFT Tables',['../group__CFFT__CIFFT.html',1,'']]], + ['complex_20float_25',['Complex Float',['../group__GenericComplexFloatNumber.html',1,'(Global Namespace)'],['../group__HeliumComplexFloatNumber.html',1,'(Global Namespace)']]], + ['complex_20half_26',['Complex Half',['../group__GenericComplexHalfNumber.html',1,'(Global Namespace)'],['../group__HeliumComplexHalfNumber.html',1,'(Global Namespace)']]], + ['complex_20magnitude_27',['Complex Magnitude',['../group__cmplx__mag.html',1,'']]], + ['complex_20magnitude_20squared_28',['Complex Magnitude Squared',['../group__cmplx__mag__squared.html',1,'']]], + ['complex_20math_20functions_29',['Complex Math Functions',['../group__groupCmplxMath.html',1,'']]], + ['complex_20matrix_20multiplication_30',['Complex Matrix Multiplication',['../group__CmplxMatrixMult.html',1,'']]], + ['complex_20matrix_20transpose_31',['Complex Matrix Transpose',['../group__MatrixComplexTrans.html',1,'']]], + ['complex_20numbers_32',['Complex numbers',['../dsppp_complex.html',1,'dsppp_main']]], + ['complex_20q15_33',['Complex Q15',['../group__GenericComplexQ15Number.html',1,'(Global Namespace)'],['../group__HeliumComplexQ15Number.html',1,'(Global Namespace)']]], + ['complex_20q31_34',['Complex Q31',['../group__GenericComplexQ31Number.html',1,'(Global Namespace)'],['../group__HeliumComplexQ31Number.html',1,'(Global Namespace)']]], + ['complex_20q7_35',['Complex Q7',['../group__GenericComplexQ7Number.html',1,'']]], + ['complex_2dby_2dcomplex_20multiplication_36',['Complex-by-Complex Multiplication',['../group__CmplxByCmplxMult.html',1,'']]], + ['complex_2dby_2dreal_20multiplication_37',['Complex-by-Real Multiplication',['../group__CmplxByRealMult.html',1,'']]], + ['complex_5fdouble_2ehpp_38',['complex_double.hpp',['../complex__double_8hpp.html',1,'']]], + ['complex_5fq7_2ehpp_39',['complex_q7.hpp',['../complex__q7_8hpp.html',1,'']]], + ['complexvector_40',['ComplexVector',['../group__NUMBER.html#structarm__cmsis__dsp_1_1ComplexVector',1,'arm_cmsis_dsp']]], + ['compute_5flength_41',['compute_length',['../group__VECTOR.html#a2e959b346a8924d99d2ead35543a5e2d',1,'arm_cmsis_dsp::VectorView::compute_length()'],['../group__VECTOR.html#a447332a607788595a8c2fb744b86f782',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::compute_length()']]], + ['compute_5ftype_42',['compute_type',['../group__GenericComplexQ15Number.html#a4b2fb328797b24e7fb9d206cd4e6bb51',1,'number_traits< std::complex< Q15 > >::compute_type()'],['../group__GenericComplexQ31Number.html#a70e704db7e078338d19c6399d9c4cff2',1,'number_traits< std::complex< Q31 > >::compute_type()'],['../group__GenericComplexQ7Number.html#af6f31bf0552209f36fd433ceff55024c',1,'number_traits< std::complex< Q7 > >::compute_type()'],['../group__GenericComplexHalfNumber.html#a17cd769118d7ce52d9b63c9fc03d1f34',1,'number_traits< std::complex< float16_t > >::compute_type()'],['../group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f',1,'number_traits< double >::compute_type()'],['../group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114',1,'number_traits< float >::compute_type()'],['../group__GenericTUPLENumber.html#af278d4e4010149d9ca2551e5cba59e5e',1,'number_traits< std::tuple< E... > >::compute_type()'],['../group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811',1,'number_traits< float16_t >::compute_type()'],['../group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c',1,'number_traits< Q15 >::compute_type()'],['../group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86',1,'number_traits< Q31 >::compute_type()'],['../group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827',1,'number_traits< Q7 >::compute_type()'],['../group__GenericComplexFloatNumber.html#a9bcd032c271b04ad90978b0bfb9d6320',1,'number_traits< std::complex< float > >::compute_type()'],['../group__GenericComplexDoubleNumber.html#af22ffe9626c863a31144cf3e115ce8c5',1,'number_traits< std::complex< double > >::compute_type()']]], + ['conjugate_43',['conjugate',['../group__VECTOR.html#ga8d88b4b24a63a8e76886bcbe9da8f239',1,'arm_cmsis_dsp']]], + ['const_5fptr_44',['const_ptr',['../group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::MatrixView::const_ptr()'],['../group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::const_ptr()'],['../group__VECTOR.html#ad2de869aa192fef5d011f854b7734a2f',1,'arm_cmsis_dsp::Vector_Base::const_ptr() const'],['../group__VECTOR.html#aef42fab2ae1dc05032eb31d353701f19',1,'arm_cmsis_dsp::Vector_Base::const_ptr(const index_t i) const'],['../group__VECTOR.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::VectorView::const_ptr() const'],['../group__VECTOR.html#ade7cf34a619c49dc0dbc8bb1e155b411',1,'arm_cmsis_dsp::VectorView::const_ptr(const index_t i) const'],['../group__VECTOR.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::const_ptr() const'],['../group__VECTOR.html#ade7cf34a619c49dc0dbc8bb1e155b411',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::const_ptr(const index_t i) const']]], + ['constrained_5fdynamic_45',['CONSTRAINED_DYNAMIC',['../group__COMMON.html#ga79826d197b2243b245651a79637cf72d',1,'arm_cmsis_dsp']]], + ['controller_20functions_46',['Controller Functions',['../group__groupController.html',1,'']]], + ['convert_47',['convert',['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::convert()']]], + ['convert_2016_2dbit_20fixed_20point_20value_48',['Convert 16-bit fixed point value',['../group__q15__to__x.html',1,'']]], + ['convert_2016_2dbit_20floating_20point_20value_49',['Convert 16-bit floating point value',['../group__f16__to__x.html',1,'']]], + ['convert_2032_2dbit_20fixed_20point_20value_50',['Convert 32-bit fixed point value',['../group__q31__to__x.html',1,'']]], + ['convert_2032_2dbit_20floating_20point_20value_51',['Convert 32-bit floating point value',['../group__float__to__x.html',1,'']]], + ['convert_2064_2dbit_20floating_20point_20value_52',['Convert 64-bit floating point value',['../group__f64__to__x.html',1,'']]], + ['convert_208_2dbit_20fixed_20point_20value_53',['Convert 8-bit fixed point value',['../group__q7__to__x.html',1,'']]], + ['convolution_54',['Convolution',['../group__Conv.html',1,'']]], + ['convolution_20example_55',['Convolution Example',['../group__ConvolutionExample.html',1,'']]], + ['copy_56',['copy',['../group__VECTOR.html#ga642296392b4581cbc3761d8d34625f12',1,'arm_cmsis_dsp']]], + ['correlation_57',['Correlation',['../group__Corr.html',1,'']]], + ['correlation_20distance_58',['Correlation distance',['../group__Correlation.html',1,'']]], + ['cosine_59',['Cosine',['../group__cos.html',1,'']]], + ['cosine_20distance_60',['Cosine distance',['../group__CosineDist.html',1,'']]], + ['create_61',['create',['../group__Matrix.html#a72b177e916734c04aab9fc90daa24d58',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView::create()'],['../group__Matrix.html#ae53a2a6a33e8e751225cbf2db30cce2f',1,'arm_cmsis_dsp::Matrix::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::create()']]], + ['cubic_20spline_20interpolation_62',['Cubic Spline Interpolation',['../group__SplineInterpolate.html',1,'']]] ]; diff --git a/main/search/all_4.js b/main/search/all_4.js index f9087672..fca9d128 100644 --- a/main/search/all_4.js +++ b/main/search/all_4.js @@ -6,7 +6,7 @@ var searchData= ['dct4_20f32_3',['DCT4 F32',['../group__DCT4F32.html',1,'']]], ['dct4_20q15_4',['DCT4 Q15',['../group__DCT4Q15.html',1,'']]], ['dct4_20q31_5',['DCT4 Q31',['../group__DCT4Q31.html',1,'']]], - ['dctcoefs_6',['dctCoefs',['../structarm__mfcc__instance__q31.html#adb2eef6a7ff4b4c20143a902612f915e',1,'arm_mfcc_instance_q31::dctCoefs()'],['../structarm__mfcc__instance__f16.html#a42d2ba7cf9c1d3606860005eb5de8026',1,'arm_mfcc_instance_f16::dctCoefs()'],['../structarm__mfcc__instance__q15.html#a2bca8826d8bccd175c29c47367bdef2b',1,'arm_mfcc_instance_q15::dctCoefs()'],['../structarm__mfcc__instance__f32.html#a8026013bc0810af2b1db606041228cca',1,'arm_mfcc_instance_f32::dctCoefs()']]], + ['dctcoefs_6',['dctCoefs',['../structarm__mfcc__instance__f32.html#a8026013bc0810af2b1db606041228cca',1,'arm_mfcc_instance_f32::dctCoefs()'],['../structarm__mfcc__instance__q31.html#adb2eef6a7ff4b4c20143a902612f915e',1,'arm_mfcc_instance_q31::dctCoefs()'],['../structarm__mfcc__instance__q15.html#a2bca8826d8bccd175c29c47367bdef2b',1,'arm_mfcc_instance_q15::dctCoefs()'],['../structarm__mfcc__instance__f16.html#a42d2ba7cf9c1d3606860005eb5de8026',1,'arm_mfcc_instance_f16::dctCoefs()']]], ['default_5fuser_5fallocator_5fmalloc_5ffree_7',['default_user_allocator_malloc_free',['../group__MEMORY.html#structarm__cmsis__dsp_1_1default__user__allocator__malloc__free',1,'arm_cmsis_dsp']]], ['degree_8',['degree',['../structarm__svm__polynomial__instance__f32.html#a192432a474907a70b37aa10ddabc0c97',1,'arm_svm_polynomial_instance_f32::degree()'],['../structarm__svm__polynomial__instance__f16.html#a192432a474907a70b37aa10ddabc0c97',1,'arm_svm_polynomial_instance_f16::degree()']]], ['deprecated_20complex_20fft_20functions_9',['Deprecated Complex FFT functions',['../group__ComplexFFTDeprecated.html',1,'']]], @@ -14,22 +14,24 @@ var searchData= ['deprecated_20real_20fft_20functions_11',['Deprecated Real FFT Functions',['../group__DeprecatedRealFFT.html',1,'']]], ['derived_12',['derived',['../group__FUSION.html#a14eb873a3c94c910d97d7d5dc469a85c',1,'arm_cmsis_dsp::_Expr::derived()'],['../group__FUSION.html#a74e98b8e607f5ef000a6d75c6b3e0c03',1,'arm_cmsis_dsp::_Expr::derived() const']]], ['destroy_13',['destroy',['../group__MEMORY.html#a67092a8b5388c349191dc471946096a7',1,'arm_cmsis_dsp::malloc_allocator']]], - ['diagonal_14',['diagonal',['../group__Matrix.html#a308790672440faa2ecd8b275a2aaa955',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::diagonal()'],['../group__Matrix.html#a67deb7fb5d7e21da4bf0d9b4fc76ee15',1,'arm_cmsis_dsp::Matrix::diagonal()']]], + ['diagonal_14',['diagonal',['../group__Matrix.html#a67deb7fb5d7e21da4bf0d9b4fc76ee15',1,'arm_cmsis_dsp::Matrix::diagonal()'],['../group__Matrix.html#a308790672440faa2ecd8b275a2aaa955',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::diagonal()']]], ['dir_15',['dir',['../structarm__sort__instance__f32.html#ac6f3976ef6b482e4c2b4a865bb362518',1,'arm_sort_instance_f32::dir()'],['../structarm__merge__sort__instance__f32.html#ac6f3976ef6b482e4c2b4a865bb362518',1,'arm_merge_sort_instance_f32::dir()']]], - ['distance_20functions_16',['Distance Functions',['../group__groupDistance.html',1,'']]], - ['dot_17',['dot',['../group__FUSION.html#ga33724358c41f7bf00015fb1297232b31',1,'arm_cmsis_dsp::dot(const VA &a, const VB &b)'],['../group__ALGO.html#ga9ff393c027c34a738d05d7b85e142ef3',1,'arm_cmsis_dsp::dot(const M &m, const V &v)'],['../group__ALGO.html#ga6f240fadd29713133582469ac2fa629c',1,'arm_cmsis_dsp::dot(const MA &ma, const MB &mb)'],['../group__ALGO.html#ga0daa478d27289dac1758367ae8d19a86',1,'arm_cmsis_dsp::dot(RES &&res, const MA &ma, const MB &mb)']]], - ['dot_20product_20example_18',['Dot Product Example',['../group__DotproductExample.html',1,'']]], - ['double_19',['Double',['../group__GenericDoubleNumber.html',1,'']]], - ['double_2ehpp_20',['double.hpp',['../double_8hpp.html',1,'']]], - ['dsp_21',['DSP',['../group__ARCH.html#classarm__cmsis__dsp_1_1DSP',1,'arm_cmsis_dsp']]], - ['dsp_20extension_20specific_20algorithm_22',['DSP Extension specific algorithm',['../group__DSPALG.html',1,'']]], - ['dsp_20extension_20specific_20number_20definitions_23',['DSP extension specific number definitions',['../group__DSPNumber.html',1,'']]], - ['dsp_2b_2b_20extension_24',['DSP++ extension',['../dsppp_main.html',1,'']]], - ['dualcoefficients_25',['dualCoefficients',['../structarm__svm__sigmoid__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91',1,'arm_svm_sigmoid_instance_f16::dualCoefficients()'],['../structarm__svm__rbf__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91',1,'arm_svm_rbf_instance_f16::dualCoefficients()'],['../structarm__svm__polynomial__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91',1,'arm_svm_polynomial_instance_f16::dualCoefficients()'],['../structarm__svm__linear__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91',1,'arm_svm_linear_instance_f16::dualCoefficients()'],['../structarm__svm__sigmoid__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366',1,'arm_svm_sigmoid_instance_f32::dualCoefficients()'],['../structarm__svm__rbf__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366',1,'arm_svm_rbf_instance_f32::dualCoefficients()'],['../structarm__svm__polynomial__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366',1,'arm_svm_polynomial_instance_f32::dualCoefficients()'],['../structarm__svm__linear__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366',1,'arm_svm_linear_instance_f32::dualCoefficients()']]], - ['dynamic_26',['DYNAMIC',['../group__COMMON.html#ga07f6031cada84b740e7233bdf702ee0d',1,'arm_cmsis_dsp']]], - ['dynamic_20time_20warping_20distance_27',['Dynamic Time Warping Distance',['../group__DTW.html',1,'']]], - ['matrix_5fmultiply_2ehpp_28',['matrix_multiply.hpp',['../DSP_2matrix__multiply_8hpp.html',1,'']]], - ['num_5ffeatures_2ehpp_29',['num_features.hpp',['../DSP_2num__features_8hpp.html',1,'']]], - ['q15_2ehpp_30',['q15.hpp',['../DSP_2q15_8hpp.html',1,'']]], - ['q7_2ehpp_31',['q7.hpp',['../DSP_2q7_8hpp.html',1,'']]] + ['display_5ftype_16',['display_type',['../group__GenericQ7Number.html#a0e11385c6d349a4e19eaf8e849e331e1',1,'number_traits< Q7 >::display_type()'],['../group__GenericQ31Number.html#a3cb3d6494bd19033b03a4a9f7c891000',1,'number_traits< Q31 >::display_type()'],['../group__GenericQ15Number.html#a4e616cf3b997fe051f31e9eb7885b440',1,'number_traits< Q15 >::display_type()'],['../group__GenericHalfNumber.html#a79ed57cabeb9f78779679be212960882',1,'number_traits< float16_t >::display_type()'],['../group__GenericFloatNumber.html#a79ed57cabeb9f78779679be212960882',1,'number_traits< float >::display_type()'],['../group__GenericComplexQ7Number.html#a7dbc4d3fc1492d971a3fb8754b9a096f',1,'number_traits< std::complex< Q7 > >::display_type()'],['../group__GenericComplexQ31Number.html#a2e11513ca30a9d79ea214ed1a5b45bcb',1,'number_traits< std::complex< Q31 > >::display_type()'],['../group__GenericComplexQ15Number.html#a1cfad11eab721592908caef73ac1a32f',1,'number_traits< std::complex< Q15 > >::display_type()'],['../group__GenericComplexHalfNumber.html#a5d85fcb3c86e3d3716f7f6a4766f7e6c',1,'number_traits< std::complex< float16_t > >::display_type()'],['../group__GenericComplexFloatNumber.html#ad904597fc89e3a4885bdb0c4400ba87e',1,'number_traits< std::complex< float > >::display_type()'],['../group__GenericDoubleNumber.html#a062f06d3634a219afa279325c6b6c167',1,'number_traits< double >::display_type()']]], + ['distance_20functions_17',['Distance Functions',['../group__groupDistance.html',1,'']]], + ['dot_18',['dot',['../group__FUSION.html#gafce937761484296b656518840d9e7b72',1,'arm_cmsis_dsp::dot(const VA &a, const VB &b)'],['../group__ALGO.html#ga0daa478d27289dac1758367ae8d19a86',1,'arm_cmsis_dsp::dot(RES &&res, const MA &ma, const MB &mb)'],['../group__ALGO.html#ga6f240fadd29713133582469ac2fa629c',1,'arm_cmsis_dsp::dot(const MA &ma, const MB &mb)'],['../group__ALGO.html#ga9ff393c027c34a738d05d7b85e142ef3',1,'arm_cmsis_dsp::dot(const M &m, const V &v)']]], + ['dot_20product_20example_19',['Dot Product Example',['../group__DotproductExample.html',1,'']]], + ['double_20',['Double',['../group__GenericDoubleNumber.html',1,'']]], + ['double_2ehpp_21',['double.hpp',['../double_8hpp.html',1,'']]], + ['dsp_22',['DSP',['../group__ARCH.html#classarm__cmsis__dsp_1_1DSP',1,'arm_cmsis_dsp']]], + ['dsp_20extension_20specific_20algorithm_23',['DSP Extension specific algorithm',['../group__DSPALG.html',1,'']]], + ['dsp_20extension_20specific_20number_20definitions_24',['DSP extension specific number definitions',['../group__DSPNumber.html',1,'']]], + ['dsp_2b_2b_20extension_25',['DSP++ extension',['../dsppp_main.html',1,'']]], + ['dual_26',['Dual',['../group__NUMBER.html#structarm__cmsis__dsp_1_1Dual',1,'arm_cmsis_dsp']]], + ['dualcoefficients_27',['dualCoefficients',['../structarm__svm__rbf__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366',1,'arm_svm_rbf_instance_f32::dualCoefficients()'],['../structarm__svm__rbf__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91',1,'arm_svm_rbf_instance_f16::dualCoefficients()'],['../structarm__svm__sigmoid__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91',1,'arm_svm_sigmoid_instance_f16::dualCoefficients()'],['../structarm__svm__polynomial__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91',1,'arm_svm_polynomial_instance_f16::dualCoefficients()'],['../structarm__svm__linear__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366',1,'arm_svm_linear_instance_f32::dualCoefficients()'],['../structarm__svm__polynomial__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366',1,'arm_svm_polynomial_instance_f32::dualCoefficients()'],['../structarm__svm__linear__instance__f16.html#a5d4e70779fa42764818a1fcbf44e3b91',1,'arm_svm_linear_instance_f16::dualCoefficients()'],['../structarm__svm__sigmoid__instance__f32.html#a97fe467fbc733cbaa864399edaaf7366',1,'arm_svm_sigmoid_instance_f32::dualCoefficients()']]], + ['dynamic_28',['DYNAMIC',['../group__COMMON.html#ga07f6031cada84b740e7233bdf702ee0d',1,'arm_cmsis_dsp']]], + ['dynamic_20time_20warping_20distance_29',['Dynamic Time Warping Distance',['../group__DTW.html',1,'']]], + ['matrix_5fmultiply_2ehpp_30',['matrix_multiply.hpp',['../DSP_2matrix__multiply_8hpp.html',1,'']]], + ['num_5ffeatures_2ehpp_31',['num_features.hpp',['../DSP_2num__features_8hpp.html',1,'']]], + ['q15_2ehpp_32',['q15.hpp',['../DSP_2q15_8hpp.html',1,'']]], + ['q7_2ehpp_33',['q7.hpp',['../DSP_2q7_8hpp.html',1,'']]] ]; diff --git a/main/search/all_6.js b/main/search/all_6.js index 2256f3ad..48e75118 100644 --- a/main/search/all_6.js +++ b/main/search/all_6.js @@ -1,6 +1,6 @@ var searchData= [ - ['f_0',['f',['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::f()']]], + ['f_0',['f',['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::f()']]], ['f32x2_5ft_1',['f32x2_t',['../group__genericTypes.html#ga5a2e6d25ddb5523307305c42189bf05d',1,'arm_math_types.h']]], ['f32x2x2_5ft_2',['f32x2x2_t',['../group__genericTypes.html#ga4e8ac500763bf83f06aeb0113ad297e6',1,'arm_math_types.h']]], ['f32x2x3_5ft_3',['f32x2x3_t',['../group__genericTypes.html#ga56b58ee03e4f65b8be19d79f653e3863',1,'arm_math_types.h']]], @@ -10,11 +10,11 @@ var searchData= ['f32x4x3_5ft_7',['f32x4x3_t',['../group__genericTypes.html#gac2b1a8aad973e75a63ff72c48d0410de',1,'arm_math_types.h']]], ['f32x4x4_5ft_8',['f32x4x4_t',['../group__genericTypes.html#gac0b7ca992b885f69bb8789505b482d24',1,'arm_math_types.h']]], ['fast_20math_20functions_9',['Fast Math Functions',['../group__groupFastMath.html',1,'']]], - ['fftlen_10',['fftLen',['../structarm__mfcc__instance__f32.html#a13e9ec26f0771670bc9e3802b8d774d3',1,'arm_mfcc_instance_f32::fftLen()'],['../structarm__cfft__instance__f64.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_f64::fftLen()'],['../structarm__mfcc__instance__q31.html#a13e9ec26f0771670bc9e3802b8d774d3',1,'arm_mfcc_instance_q31::fftLen()'],['../structarm__mfcc__instance__q15.html#a13e9ec26f0771670bc9e3802b8d774d3',1,'arm_mfcc_instance_q15::fftLen()'],['../structarm__cfft__radix2__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix2_instance_f16::fftLen()'],['../structarm__cfft__radix4__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix4_instance_f16::fftLen()'],['../structarm__cfft__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_f16::fftLen()'],['../structarm__mfcc__instance__f16.html#a13e9ec26f0771670bc9e3802b8d774d3',1,'arm_mfcc_instance_f16::fftLen()'],['../structarm__cfft__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_f32::fftLen()'],['../structarm__cfft__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_q31::fftLen()'],['../structarm__cfft__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_q15::fftLen()'],['../structarm__cfft__radix4__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix4_instance_f32::fftLen()'],['../structarm__cfft__radix4__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix4_instance_q31::fftLen()'],['../structarm__cfft__radix2__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix2_instance_q31::fftLen()'],['../structarm__cfft__radix4__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix4_instance_q15::fftLen()'],['../structarm__cfft__radix2__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix2_instance_q15::fftLen()'],['../structarm__cfft__radix2__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix2_instance_f32::fftLen()']]], + ['fftlen_10',['fftLen',['../structarm__cfft__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_f32::fftLen()'],['../structarm__cfft__instance__f64.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_f64::fftLen()'],['../structarm__mfcc__instance__f32.html#a13e9ec26f0771670bc9e3802b8d774d3',1,'arm_mfcc_instance_f32::fftLen()'],['../structarm__mfcc__instance__q31.html#a13e9ec26f0771670bc9e3802b8d774d3',1,'arm_mfcc_instance_q31::fftLen()'],['../structarm__mfcc__instance__q15.html#a13e9ec26f0771670bc9e3802b8d774d3',1,'arm_mfcc_instance_q15::fftLen()'],['../structarm__cfft__radix2__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix2_instance_f16::fftLen()'],['../structarm__cfft__radix4__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix4_instance_f16::fftLen()'],['../structarm__cfft__instance__f16.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_f16::fftLen()'],['../structarm__mfcc__instance__f16.html#a13e9ec26f0771670bc9e3802b8d774d3',1,'arm_mfcc_instance_f16::fftLen()'],['../structarm__cfft__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_q31::fftLen()'],['../structarm__cfft__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_instance_q15::fftLen()'],['../structarm__cfft__radix4__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix4_instance_f32::fftLen()'],['../structarm__cfft__radix2__instance__f32.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix2_instance_f32::fftLen()'],['../structarm__cfft__radix2__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix2_instance_q31::fftLen()'],['../structarm__cfft__radix4__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix4_instance_q15::fftLen()'],['../structarm__cfft__radix2__instance__q15.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix2_instance_q15::fftLen()'],['../structarm__cfft__radix4__instance__q31.html#ab8db3bbe7c61e6bb8ca2a55e3446e11a',1,'arm_cfft_radix4_instance_q31::fftLen()']]], ['fftlenby2_11',['fftLenBy2',['../structarm__rfft__instance__f32.html#a206b7cd92c35fde3432e5b9a0650c42c',1,'arm_rfft_instance_f32']]], - ['fftlenreal_12',['fftLenReal',['../structarm__rfft__instance__f32.html#adf0d4604cf5546075d9d4cf122d6c986',1,'arm_rfft_instance_f32::fftLenReal()'],['../structarm__rfft__instance__q31.html#adf0d4604cf5546075d9d4cf122d6c986',1,'arm_rfft_instance_q31::fftLenReal()'],['../structarm__rfft__instance__q15.html#adf0d4604cf5546075d9d4cf122d6c986',1,'arm_rfft_instance_q15::fftLenReal()']]], + ['fftlenreal_12',['fftLenReal',['../structarm__rfft__instance__f32.html#adf0d4604cf5546075d9d4cf122d6c986',1,'arm_rfft_instance_f32::fftLenReal()'],['../structarm__rfft__instance__q15.html#adf0d4604cf5546075d9d4cf122d6c986',1,'arm_rfft_instance_q15::fftLenReal()'],['../structarm__rfft__instance__q31.html#adf0d4604cf5546075d9d4cf122d6c986',1,'arm_rfft_instance_q31::fftLenReal()']]], ['fftlenrfft_13',['fftLenRFFT',['../structarm__rfft__fast__instance__f16.html#a174f8c72d545034e19ba4ced52b31353',1,'arm_rfft_fast_instance_f16::fftLenRFFT()'],['../structarm__rfft__fast__instance__f32.html#a174f8c72d545034e19ba4ced52b31353',1,'arm_rfft_fast_instance_f32::fftLenRFFT()'],['../structarm__rfft__fast__instance__f64.html#a174f8c72d545034e19ba4ced52b31353',1,'arm_rfft_fast_instance_f64::fftLenRFFT()']]], - ['fill_5fdiagonal_14',['fill_diagonal',['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::fill_diagonal()'],['../group__Matrix.html#ad93b3e4bb616fefe47e5c2af6dc2dddd',1,'arm_cmsis_dsp::Matrix::fill_diagonal()']]], + ['fill_5fdiagonal_14',['fill_diagonal',['../group__Matrix.html#ad93b3e4bb616fefe47e5c2af6dc2dddd',1,'arm_cmsis_dsp::Matrix::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::fill_diagonal()']]], ['filtercoefs_15',['filterCoefs',['../structarm__mfcc__instance__f32.html#a5dfb2cf763294de0b95c7a3a2cf8fbe1',1,'arm_mfcc_instance_f32::filterCoefs()'],['../structarm__mfcc__instance__q31.html#a60390d32129e3b390a6b249223168b63',1,'arm_mfcc_instance_q31::filterCoefs()'],['../structarm__mfcc__instance__q15.html#a8be8e70eb1e8f3ecf297c39d6bedafc9',1,'arm_mfcc_instance_q15::filterCoefs()'],['../structarm__mfcc__instance__f16.html#ad5e5aff68fbc05cb8ab468dce6cfe915',1,'arm_mfcc_instance_f16::filterCoefs()']]], ['filtering_20functions_16',['Filtering Functions',['../group__groupFilters.html',1,'']]], ['filterlengths_17',['filterLengths',['../structarm__mfcc__instance__f16.html#a92fa17569af954a83e7d76d88693ecc6',1,'arm_mfcc_instance_f16::filterLengths()'],['../structarm__mfcc__instance__f32.html#a92fa17569af954a83e7d76d88693ecc6',1,'arm_mfcc_instance_f32::filterLengths()'],['../structarm__mfcc__instance__q31.html#a92fa17569af954a83e7d76d88693ecc6',1,'arm_mfcc_instance_q31::filterLengths()'],['../structarm__mfcc__instance__q15.html#a92fa17569af954a83e7d76d88693ecc6',1,'arm_mfcc_instance_q15::filterLengths()']]], @@ -46,13 +46,14 @@ var searchData= ['float_20distances_43',['Float Distances',['../group__FloatDist.html',1,'']]], ['float32_5ft_44',['float32_t',['../group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715',1,'arm_math_types.h']]], ['float64_5ft_45',['float64_t',['../group__genericTypes.html#gac55f3ae81b5bc9053760baacf57e47f4',1,'arm_math_types.h']]], - ['forward_2ehpp_46',['forward.hpp',['../forward_8hpp.html',1,'']]], - ['fracbits_47',['fracBits',['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::fracBits()']]], - ['free_48',['free',['../group__MEMORY.html#aa83260bc7ffde63ba0aab4efaaf75737',1,'arm_cmsis_dsp::user_allocator_aligned_malloc::free()'],['../group__MEMORY.html#aa83260bc7ffde63ba0aab4efaaf75737',1,'arm_cmsis_dsp::default_user_allocator_malloc_free::free()']]], - ['frequency_20bin_20example_49',['Frequency Bin Example',['../group__FrequencyBin.html',1,'']]], - ['from_5faccumulator_50',['from_accumulator',['../namespaceinner.html#a5b72bf01955f068fb41fec77beb35e66',1,'inner::from_accumulator(const Q< 33, 30 > a)'],['../namespaceinner.html#a9eeb14ac30c47b0ced92db675e038afa',1,'inner::from_accumulator(const Q< 17, 14 > a)'],['../namespaceinner.html#ae0c7a1d3d9a4e45f52339908116ebaf0',1,'inner::from_accumulator(const Q< 15, 48 > a)'],['../namespaceinner.html#a91425ff74ce25f89906bea97cb303bb8',1,'inner::from_accumulator(const float16_t a)'],['../namespaceinner.html#a33a603cf8d860f7f25355a76a0bdd1e7',1,'inner::from_accumulator(const std::tuple< E... > &acc)'],['../namespaceinner.html#a51700c5f0ad4c76229b51cbd9196ad06',1,'inner::from_accumulator(const float a)'],['../namespaceinner.html#ab641639c5a73d8af1fa62eea54fd4cd8',1,'inner::from_accumulator(const double a)']]], - ['from_5faccumulator_5fimpl_51',['from_accumulator_impl',['../namespaceinner.html#a90c494db01b252301897524c39bf35e2',1,'inner']]], - ['fusion_52',['Fusion',['../dsppp_fusion.html',1,'dsppp_main']]], - ['fusion_2ehpp_53',['fusion.hpp',['../fusion_8hpp.html',1,'']]], - ['fusion_5fops_2ehpp_54',['fusion_ops.hpp',['../fusion__ops_8hpp.html',1,'']]] + ['floattype_46',['FloatType',['../group__FUSION.html#structarm__cmsis__dsp_1_1FloatType',1,'arm_cmsis_dsp']]], + ['forward_2ehpp_47',['forward.hpp',['../forward_8hpp.html',1,'']]], + ['fracbits_48',['fracBits',['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::fracBits()']]], + ['free_49',['free',['../group__MEMORY.html#aa83260bc7ffde63ba0aab4efaaf75737',1,'arm_cmsis_dsp::user_allocator_aligned_malloc::free()'],['../group__MEMORY.html#aa83260bc7ffde63ba0aab4efaaf75737',1,'arm_cmsis_dsp::default_user_allocator_malloc_free::free()']]], + ['frequency_20bin_20example_50',['Frequency Bin Example',['../group__FrequencyBin.html',1,'']]], + ['from_5faccumulator_51',['from_accumulator',['../namespaceinner.html#ab641639c5a73d8af1fa62eea54fd4cd8',1,'inner::from_accumulator(const double a)'],['../namespaceinner.html#a9eeb14ac30c47b0ced92db675e038afa',1,'inner::from_accumulator(const Q< 17, 14 > a)'],['../namespaceinner.html#ae0c7a1d3d9a4e45f52339908116ebaf0',1,'inner::from_accumulator(const Q< 15, 48 > a)'],['../namespaceinner.html#a5b72bf01955f068fb41fec77beb35e66',1,'inner::from_accumulator(const Q< 33, 30 > a)'],['../namespaceinner.html#a91425ff74ce25f89906bea97cb303bb8',1,'inner::from_accumulator(const float16_t a)'],['../namespaceinner.html#a33a603cf8d860f7f25355a76a0bdd1e7',1,'inner::from_accumulator(const std::tuple< E... > &acc)'],['../namespaceinner.html#a51700c5f0ad4c76229b51cbd9196ad06',1,'inner::from_accumulator(const float a)'],['../namespaceinner.html#aadc09034e744eebe88fac20a4530b993',1,'inner::from_accumulator(const std::complex< Q< 17, 14 > > &a)'],['../namespaceinner.html#ad79d2098555ea0ffa18bd0d8e87db3fc',1,'inner::from_accumulator(const std::complex< Q< 15, 48 > > a)'],['../namespaceinner.html#a0bc046a022c8a0fec2f47275eb4bbcc8',1,'inner::from_accumulator(const std::complex< Q< 33, 30 > > &a)'],['../namespaceinner.html#a3b729934c51c4d12c53a3c48df295874',1,'inner::from_accumulator(const std::complex< float16_t > a)'],['../namespaceinner.html#abbcbcd9b0585fa8513e5ed7b814c6acd',1,'inner::from_accumulator(const std::complex< float > &a)'],['../namespaceinner.html#ae915e48d6bdbe628a163a450ac5c8c93',1,'inner::from_accumulator(const std::complex< double > &a)']]], + ['from_5faccumulator_5fimpl_52',['from_accumulator_impl',['../namespaceinner.html#a90c494db01b252301897524c39bf35e2',1,'inner']]], + ['fusion_53',['Fusion',['../dsppp_fusion.html',1,'dsppp_main']]], + ['fusion_2ehpp_54',['fusion.hpp',['../fusion_8hpp.html',1,'']]], + ['fusion_5fops_2ehpp_55',['fusion_ops.hpp',['../fusion__ops_8hpp.html',1,'']]] ]; diff --git a/main/search/all_8.js b/main/search/all_8.js index 5ecb91a2..b934d8e7 100644 --- a/main/search/all_8.js +++ b/main/search/all_8.js @@ -1,33 +1,39 @@ var searchData= [ ['basic_2ehpp_0',['basic.hpp',['../Helium_2basic_8hpp.html',1,'']]], - ['float_2ehpp_1',['float.hpp',['../Helium_2float_8hpp.html',1,'']]], - ['half_2',['Half',['../group__GenericHalfNumber.html',1,'(Global Namespace)'],['../group__HeliumHalfNumber.html',1,'(Global Namespace)']]], - ['half_2ehpp_3',['half.hpp',['../Helium_2half_8hpp.html',1,'']]], - ['hamming_20window_20function_20_2842_2e7_20db_29_4',['Hamming window function (42.7 dB)',['../group__WindowHAMMING.html',1,'']]], - ['hanning_20window_20function_20_2831_2e5_20db_29_5',['Hanning window function (31.5 dB)',['../group__WindowHANNING.html',1,'']]], - ['has_5fpredicate_6',['has_predicate',['../group__HeliumHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__GenericQ7Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_predicate()'],['../group__GenericQ31Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_predicate()'],['../group__GenericHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float16_t >::has_predicate()'],['../group__GenericTUPLENumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::tuple< E... >, arch >::has_predicate()'],['../group__GenericFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericDoubleNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< double, arch, void >::has_predicate()'],['../group__HeliumQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__HeliumFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__DSPQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::has_predicate()']]], - ['has_5fpredicate_5finst_7',['has_predicate_inst',['../group__FUSION.html#ga5cbfe80069a65eebf82f8b1b8e9ae86e',1,'arm_cmsis_dsp']]], - ['has_5fvector_8',['has_vector',['../group__GenericDoubleNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< double, arch, void >::has_vector()'],['../group__GenericQ7Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_vector()'],['../group__NUMBER.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'arm_cmsis_dsp::vector_traits::has_vector()'],['../group__GenericQ31Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_vector()'],['../group__GenericHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float16_t >::has_vector()'],['../group__GenericTUPLENumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::tuple< E... >, arch >::has_vector()'],['../group__GenericFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__HeliumQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__DSPQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::has_vector()']]], - ['has_5fvector_5finst_9',['has_vector_inst',['../group__FUSION.html#ga29fc0caca6b223e2b108fd18f696b276',1,'arm_cmsis_dsp']]], - ['helium_10',['Helium',['../group__ARCH.html#classarm__cmsis__dsp_1_1Helium',1,'arm_cmsis_dsp']]], - ['helium_20specific_20algorithm_11',['Helium specific algorithm',['../group__HELIUMALG.html',1,'']]], - ['helium_20specific_20number_20definitions_12',['Helium specific number definitions',['../group__HeliumNumber.html',1,'']]], - ['helium82_13',['Helium82',['../group__ARCH.html#classarm__cmsis__dsp_1_1Helium82',1,'arm_cmsis_dsp']]], - ['hft116d_20window_20function_20_28116_2e8_20db_29_14',['Hft116d window function (116.8 dB)',['../group__WindowHFT116D.html',1,'']]], - ['hft144d_20window_20function_20_28144_2e1_20db_29_15',['Hft144d window function (144.1 dB)',['../group__WindowHFT144D.html',1,'']]], - ['hft169d_20window_20function_20_28169_2e5_20db_29_16',['Hft169d window function (169.5 dB)',['../group__WindowHFT169D.html',1,'']]], - ['hft196d_20window_20function_20_28196_2e2_20db_29_17',['Hft196d window function (196.2 dB)',['../group__WindowHFT196D.html',1,'']]], - ['hft223d_20window_20function_20_28223_2e0_20db_29_18',['Hft223d window function (223.0 dB)',['../group__WindowHFT223D.html',1,'']]], - ['hft248d_20window_20function_20_28248_2e4_20db_29_19',['Hft248d window function (248.4 dB)',['../group__WindowHFT248D.html',1,'']]], - ['hft90d_20window_20function_20_2890_2e2_20db_29_20',['Hft90d window function (90.2 dB)',['../group__WindowHFT90D.html',1,'']]], - ['hft95_20window_20function_20_2895_2e0_20db_29_21',['Hft95 window function (95.0 dB)',['../group__WindowHFT95.html',1,'']]], - ['high_20precision_20q31_20biquad_20cascade_20filter_22',['High Precision Q31 Biquad Cascade Filter',['../group__BiquadCascadeDF1__32x64.html',1,'']]], - ['householder_20transform_20of_20a_20vector_23',['Householder transform of a vector',['../group__MatrixHouseholder.html',1,'']]], - ['matrix_5fmultiply_2ehpp_24',['matrix_multiply.hpp',['../Helium_2matrix__multiply_8hpp.html',1,'']]], - ['matrix_5fmultiply_5ffixed_2ehpp_25',['matrix_multiply_fixed.hpp',['../Helium_2matrix__multiply__fixed_8hpp.html',1,'']]], - ['num_5ffeatures_2ehpp_26',['num_features.hpp',['../Helium_2num__features_8hpp.html',1,'']]], - ['q15_2ehpp_27',['q15.hpp',['../Helium_2q15_8hpp.html',1,'']]], - ['q31_2ehpp_28',['q31.hpp',['../Helium_2q31_8hpp.html',1,'']]], - ['q7_2ehpp_29',['q7.hpp',['../Helium_2q7_8hpp.html',1,'']]] + ['complex_5ffloat_2ehpp_1',['complex_float.hpp',['../Helium_2complex__float_8hpp.html',1,'']]], + ['complex_5fhalf_2ehpp_2',['complex_half.hpp',['../Helium_2complex__half_8hpp.html',1,'']]], + ['complex_5fq15_2ehpp_3',['complex_q15.hpp',['../Helium_2complex__q15_8hpp.html',1,'']]], + ['complex_5fq31_2ehpp_4',['complex_q31.hpp',['../Helium_2complex__q31_8hpp.html',1,'']]], + ['float_2ehpp_5',['float.hpp',['../Helium_2float_8hpp.html',1,'']]], + ['half_6',['Half',['../group__GenericHalfNumber.html',1,'(Global Namespace)'],['../group__HeliumHalfNumber.html',1,'(Global Namespace)']]], + ['half_2ehpp_7',['half.hpp',['../Helium_2half_8hpp.html',1,'']]], + ['half_5fvector_8',['half_vector',['../group__HeliumComplexHalfNumber.html#ae85f8b9083217e6e07ed8ac85267a576',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::half_vector()'],['../group__HeliumComplexFloatNumber.html#a7f273faaf9bffa861f5c157e4bb339a7',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::half_vector()']]], + ['halfcomplexvector_9',['HalfComplexVector',['../group__NUMBER.html#structarm__cmsis__dsp_1_1HalfComplexVector',1,'arm_cmsis_dsp']]], + ['hamming_20window_20function_20_2842_2e7_20db_29_10',['Hamming window function (42.7 dB)',['../group__WindowHAMMING.html',1,'']]], + ['hanning_20window_20function_20_2831_2e5_20db_29_11',['Hanning window function (31.5 dB)',['../group__WindowHANNING.html',1,'']]], + ['has_5fpredicate_12',['has_predicate',['../group__GenericComplexQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericComplexQ31Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__HeliumQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__GenericComplexHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericComplexQ7Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< Q7 >, arch, void >::has_predicate()'],['../group__GenericDoubleNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< double, arch, void >::has_predicate()'],['../group__GenericFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericTUPLENumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::tuple< E... >, arch >::has_predicate()'],['../group__GenericHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float16_t >::has_predicate()'],['../group__GenericQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_predicate()'],['../group__GenericQ31Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericQ7Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_predicate()'],['../group__GenericComplexDoubleNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< double >, arch, void >::has_predicate()'],['../group__FUSION.html#ga36c13882f29abdf00846e5437ee0057e',1,'arm_cmsis_dsp::has_predicate()'],['../group__DSPQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::has_predicate()'],['../group__HeliumComplexFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__HeliumComplexHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__HeliumFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__HeliumHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__GenericComplexFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()']]], + ['has_5fpredicate_5finst_13',['has_predicate_inst',['../group__FUSION.html#ga5cbfe80069a65eebf82f8b1b8e9ae86e',1,'arm_cmsis_dsp']]], + ['has_5fvector_14',['has_vector',['../group__HeliumComplexFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__GenericQ7Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_vector()'],['../group__NUMBER.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'arm_cmsis_dsp::vector_traits::has_vector()'],['../group__GenericQ31Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_vector()'],['../group__GenericHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float16_t >::has_vector()'],['../group__GenericTUPLENumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::tuple< E... >, arch >::has_vector()'],['../group__GenericFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericDoubleNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< double, arch, void >::has_vector()'],['../group__GenericComplexQ7Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< Q7 >, arch, void >::has_vector()'],['../group__GenericComplexQ31Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericComplexHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericComplexFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericComplexDoubleNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< double >, arch, void >::has_vector()'],['../group__HeliumQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumComplexHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__DSPQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::has_vector()'],['../group__GenericComplexQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()']]], + ['has_5fvector_5finst_15',['has_vector_inst',['../group__FUSION.html#ga29fc0caca6b223e2b108fd18f696b276',1,'arm_cmsis_dsp']]], + ['helium_16',['Helium',['../group__ARCH.html#classarm__cmsis__dsp_1_1Helium',1,'arm_cmsis_dsp']]], + ['helium_20specific_20algorithm_17',['Helium specific algorithm',['../group__HELIUMALG.html',1,'']]], + ['helium_20specific_20number_20definitions_18',['Helium specific number definitions',['../group__HeliumNumber.html',1,'']]], + ['helium82_19',['Helium82',['../group__ARCH.html#classarm__cmsis__dsp_1_1Helium82',1,'arm_cmsis_dsp']]], + ['hft116d_20window_20function_20_28116_2e8_20db_29_20',['Hft116d window function (116.8 dB)',['../group__WindowHFT116D.html',1,'']]], + ['hft144d_20window_20function_20_28144_2e1_20db_29_21',['Hft144d window function (144.1 dB)',['../group__WindowHFT144D.html',1,'']]], + ['hft169d_20window_20function_20_28169_2e5_20db_29_22',['Hft169d window function (169.5 dB)',['../group__WindowHFT169D.html',1,'']]], + ['hft196d_20window_20function_20_28196_2e2_20db_29_23',['Hft196d window function (196.2 dB)',['../group__WindowHFT196D.html',1,'']]], + ['hft223d_20window_20function_20_28223_2e0_20db_29_24',['Hft223d window function (223.0 dB)',['../group__WindowHFT223D.html',1,'']]], + ['hft248d_20window_20function_20_28248_2e4_20db_29_25',['Hft248d window function (248.4 dB)',['../group__WindowHFT248D.html',1,'']]], + ['hft90d_20window_20function_20_2890_2e2_20db_29_26',['Hft90d window function (90.2 dB)',['../group__WindowHFT90D.html',1,'']]], + ['hft95_20window_20function_20_2895_2e0_20db_29_27',['Hft95 window function (95.0 dB)',['../group__WindowHFT95.html',1,'']]], + ['high_20precision_20q31_20biquad_20cascade_20filter_28',['High Precision Q31 Biquad Cascade Filter',['../group__BiquadCascadeDF1__32x64.html',1,'']]], + ['householder_20transform_20of_20a_20vector_29',['Householder transform of a vector',['../group__MatrixHouseholder.html',1,'']]], + ['matrix_5fmultiply_2ehpp_30',['matrix_multiply.hpp',['../Helium_2matrix__multiply_8hpp.html',1,'']]], + ['matrix_5fmultiply_5ffixed_2ehpp_31',['matrix_multiply_fixed.hpp',['../Helium_2matrix__multiply__fixed_8hpp.html',1,'']]], + ['num_5ffeatures_2ehpp_32',['num_features.hpp',['../Helium_2num__features_8hpp.html',1,'']]], + ['q15_2ehpp_33',['q15.hpp',['../Helium_2q15_8hpp.html',1,'']]], + ['q31_2ehpp_34',['q31.hpp',['../Helium_2q31_8hpp.html',1,'']]], + ['q7_2ehpp_35',['q7.hpp',['../Helium_2q7_8hpp.html',1,'']]] ]; diff --git a/main/search/all_9.js b/main/search/all_9.js index e2428a6f..95309e5b 100644 --- a/main/search/all_9.js +++ b/main/search/all_9.js @@ -9,9 +9,11 @@ var searchData= ['intercept_6',['intercept',['../structarm__svm__linear__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_linear_instance_f32::intercept()'],['../structarm__svm__polynomial__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_polynomial_instance_f32::intercept()'],['../structarm__svm__rbf__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_rbf_instance_f32::intercept()'],['../structarm__svm__sigmoid__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_sigmoid_instance_f32::intercept()'],['../structarm__svm__linear__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_linear_instance_f16::intercept()'],['../structarm__svm__polynomial__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_polynomial_instance_f16::intercept()'],['../structarm__svm__rbf__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_rbf_instance_f16::intercept()'],['../structarm__svm__sigmoid__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_sigmoid_instance_f16::intercept()']]], ['interpolation_20functions_7',['Interpolation Functions',['../group__groupInterpolation.html',1,'']]], ['introduction_8',['Introduction',['../dsppp_intro.html',1,'dsppp_main']]], - ['is_5ffixed_9',['is_fixed',['../group__GenericDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< double, arch, void >::is_fixed()'],['../group__DSPQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::is_fixed()'],['../group__HeliumFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__NUMBER.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'arm_cmsis_dsp::vector_traits::is_fixed()'],['../group__GenericQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_fixed()'],['../group__GenericQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q7 >::is_fixed()'],['../group__GenericQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q31 >::is_fixed()'],['../group__GenericQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q15 >::is_fixed()'],['../group__GenericDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< double >::is_fixed()'],['../group__GenericFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< float >::is_fixed()'],['../group__GenericFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericTUPLENumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::tuple< E... > >::is_fixed()'],['../group__GenericQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_fixed()'],['../group__GenericHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float16_t >::is_fixed()'],['../group__GenericHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< float16_t >::is_fixed()'],['../group__GenericTUPLENumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::tuple< E... >, arch >::is_fixed()']]], - ['is_5ffloat_10',['is_float',['../group__GenericQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q7 >::is_float()'],['../group__NUMBER.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'arm_cmsis_dsp::vector_traits::is_float()'],['../group__GenericQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_float()'],['../group__DSPQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::is_float()'],['../group__GenericQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q31 >::is_float()'],['../group__GenericQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_float()'],['../group__GenericQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q15 >::is_float()'],['../group__GenericHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< float16_t >::is_float()'],['../group__HeliumFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__GenericDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< double >::is_float()'],['../group__GenericDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< double, arch, void >::is_float()'],['../group__GenericFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< float >::is_float()'],['../group__GenericFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericTUPLENumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::tuple< E... > >::is_float()'],['../group__GenericTUPLENumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::tuple< E... >, arch >::is_float()'],['../group__GenericHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float16_t >::is_float()']]], - ['is_5fonly_5fvector_11',['is_only_vector',['../group__FUSION.html#gad3bbb6d52dc030dd2adcf61f232689a7',1,'arm_cmsis_dsp']]], - ['is_5fscalar_12',['is_scalar',['../group__FUSION.html#ga0e33c869f88a709094c90f6f9f0bcd5a',1,'arm_cmsis_dsp']]], - ['issigned_13',['isSigned',['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::isSigned()']]] + ['is_5fcomplex_9',['is_complex',['../group__FUSION.html#ga1bd960439b8f3e0eeb5069d3d47457aa',1,'arm_cmsis_dsp']]], + ['is_5ffixed_10',['is_fixed',['../group__GenericQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q7 >::is_fixed()'],['../group__GenericTUPLENumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::tuple< E... > >::is_fixed()'],['../group__GenericTUPLENumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::tuple< E... >, arch >::is_fixed()'],['../group__GenericHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< float16_t >::is_fixed()'],['../group__GenericHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float16_t >::is_fixed()'],['../group__GenericQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q15 >::is_fixed()'],['../group__GenericQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_fixed()'],['../group__GenericQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q31 >::is_fixed()'],['../group__GenericQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__HeliumQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__GenericQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_fixed()'],['../group__NUMBER.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'arm_cmsis_dsp::vector_traits::is_fixed()'],['../group__HeliumFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__FUSION.html#gacea8d6d85638c8b0a14726eedee25128',1,'arm_cmsis_dsp::is_fixed()'],['../group__HeliumComplexHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumComplexFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__DSPQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::is_fixed()'],['../group__GenericFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< float >::is_fixed()'],['../group__HeliumHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__GenericComplexDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< double > >::is_fixed()'],['../group__GenericComplexDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< double >, arch, void >::is_fixed()'],['../group__GenericComplexFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< float > >::is_fixed()'],['../group__GenericComplexFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericComplexHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< float16_t > >::is_fixed()'],['../group__GenericComplexHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericComplexQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< Q15 > >::is_fixed()'],['../group__GenericComplexQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< Q31 > >::is_fixed()'],['../group__GenericFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< double, arch, void >::is_fixed()'],['../group__GenericDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< double >::is_fixed()'],['../group__GenericComplexQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< Q7 >, arch, void >::is_fixed()'],['../group__GenericComplexQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< Q7 > >::is_fixed()'],['../group__GenericComplexQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericComplexQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()']]], + ['is_5ffloat_11',['is_float',['../group__GenericTUPLENumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::tuple< E... >, arch >::is_float()'],['../group__GenericQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q31 >::is_float()'],['../group__GenericHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< float16_t >::is_float()'],['../group__GenericHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float16_t >::is_float()'],['../group__GenericQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q15 >::is_float()'],['../group__GenericQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_float()'],['../group__HeliumQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__GenericQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q7 >::is_float()'],['../group__GenericQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_float()'],['../group__NUMBER.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'arm_cmsis_dsp::vector_traits::is_float()'],['../group__HeliumHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumComplexHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__FUSION.html#ga623d69c13dcec6b1b10432550d31c184',1,'arm_cmsis_dsp::is_float()'],['../group__HeliumComplexFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__DSPQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::is_float()'],['../group__GenericFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericComplexDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< double > >::is_float()'],['../group__GenericComplexDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< double >, arch, void >::is_float()'],['../group__GenericComplexFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< float > >::is_float()'],['../group__GenericComplexFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericComplexHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< float16_t > >::is_float()'],['../group__GenericComplexHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericComplexQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< Q15 > >::is_float()'],['../group__GenericComplexQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericComplexQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericTUPLENumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::tuple< E... > >::is_float()'],['../group__GenericFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< float >::is_float()'],['../group__GenericDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< double, arch, void >::is_float()'],['../group__GenericDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< double >::is_float()'],['../group__GenericComplexQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< Q7 >, arch, void >::is_float()'],['../group__GenericComplexQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< Q7 > >::is_float()'],['../group__GenericComplexQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< Q31 > >::is_float()']]], + ['is_5fmixed_12',['is_mixed',['../group__FUSION.html#gadaf89cc3b2046a99f2da37073ce60780',1,'arm_cmsis_dsp']]], + ['is_5fonly_5fvector_13',['is_only_vector',['../group__FUSION.html#gad3bbb6d52dc030dd2adcf61f232689a7',1,'arm_cmsis_dsp']]], + ['is_5fscalar_14',['is_scalar',['../group__FUSION.html#ga0e33c869f88a709094c90f6f9f0bcd5a',1,'arm_cmsis_dsp']]], + ['issigned_15',['isSigned',['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::isSigned()']]] ]; diff --git a/main/search/all_d.js b/main/search/all_d.js index d0c47ba6..7148cc77 100644 --- a/main/search/all_d.js +++ b/main/search/all_d.js @@ -1,12 +1,12 @@ var searchData= [ ['m_0',['M',['../structarm__fir__decimate__instance__f64.html#ae2c8107d00d3c9942e7a20fc598edecf',1,'arm_fir_decimate_instance_f64::M()'],['../structarm__fir__decimate__instance__f32.html#ae2c8107d00d3c9942e7a20fc598edecf',1,'arm_fir_decimate_instance_f32::M()'],['../structarm__fir__decimate__instance__q31.html#ae2c8107d00d3c9942e7a20fc598edecf',1,'arm_fir_decimate_instance_q31::M()'],['../structarm__fir__decimate__instance__q15.html#ae2c8107d00d3c9942e7a20fc598edecf',1,'arm_fir_decimate_instance_q15::M()']]], - ['mac_1',['mac',['../namespaceinner.html#a9c2d5faac160c4523a3d4d0a0ae104b2',1,'inner::mac(const A &acc, const std::tuple< E... > &a, const std::tuple< E... > &b, const B p0)'],['../namespaceinner.html#a610e78558495d3f5ee0fc64d7cb16129',1,'inner::mac(const double acc, const double a, const double b)'],['../namespaceinner.html#a8014d6d6709fc355d2f427204d1e0999',1,'inner::mac(const float acc, const float a, const float b)'],['../namespaceinner.html#ab56b4c5aef04429cae0f228ad0c74b1b',1,'inner::mac(const A &acc, const std::tuple< E... > &a, const std::tuple< E... > &b)'],['../namespaceinner.html#a89303b00c3c2903ede7c7e7dbd8c43a4',1,'inner::mac(const float16_t acc, const float16_t a, const float16_t b)'],['../namespaceinner.html#a777574d5bff66d9af59e7c37f1da2b4b',1,'inner::mac(const Q< 33, 30 > acc, const Q15 a, const Q15 b)'],['../namespaceinner.html#a562ab35f9afb9e1f3eb0484ee7bfc48a',1,'inner::mac(const Q< 15, 48 > acc, const Q31 a, const Q31 b)'],['../namespaceinner.html#a56a1b697090b777cab60b1f48e92b5aa',1,'inner::mac(const Q< 17, 14 > acc, const Q7 a, const Q7 b)']]], - ['mac_5fimpl_2',['mac_impl',['../namespaceinner.html#a4bdb89d04f37db2cd89dcca0025a4f32',1,'inner::mac_impl(const A &acc, const V &a, const V &b, std::index_sequence< Ns... >)'],['../namespaceinner.html#ad2d250a3a63b6d277c94f5e4cc1a213e',1,'inner::mac_impl(const A &acc, const V &a, const V &b, const B p0, std::index_sequence< Ns... >)']]], - ['malloc_3',['malloc',['../group__MEMORY.html#a2dccee9ddb32743ee3f82882b4fbbb79',1,'arm_cmsis_dsp::user_allocator_aligned_malloc::malloc()'],['../group__MEMORY.html#a0d8981d262d8637fd4d847ed12646f80',1,'arm_cmsis_dsp::default_user_allocator_malloc_free::malloc()']]], + ['mac_1',['mac',['../namespaceinner.html#ab1113ea11ed1311033786c06558d06eb',1,'inner::mac(const std::complex< double > &acc, const std::complex< double > &a, const std::complex< double > &b)'],['../namespaceinner.html#ae7877f8c4b2fe212714a27806fb53279',1,'inner::mac(const std::complex< float > &acc, const std::complex< float > &a, const std::complex< float > &b)'],['../namespaceinner.html#a345290f6d502af591e63fe030b7ddc8c',1,'inner::mac(const std::complex< float16_t > acc, const std::complex< float16_t > a, const std::complex< float16_t > b)'],['../namespaceinner.html#a747d0d6dace4b31bf4e5aab5579e6efc',1,'inner::mac(const std::complex< Q< 33, 30 > > &acc, const std::complex< Q15 > a, const std::complex< Q15 > b)'],['../namespaceinner.html#a775a309356a0d92ef28caa0b14d165b4',1,'inner::mac(const std::complex< Q< 15, 48 > > acc, const std::complex< Q31 > a, const std::complex< Q31 > b)'],['../namespaceinner.html#a4f714b4a51c04548dfa6762da2ee477d',1,'inner::mac(const std::complex< Q< 17, 14 > > acc, const std::complex< Q7 > a, const std::complex< Q7 > b)'],['../namespaceinner.html#a610e78558495d3f5ee0fc64d7cb16129',1,'inner::mac(const double acc, const double a, const double b)'],['../namespaceinner.html#ac8cd70a6d0ce491f80b376134796456f',1,'inner::mac(const A &acc, const std::tuple< EA... > &a, const std::tuple< EB... > &b)'],['../namespaceinner.html#a1e19215b730691b12d95da08320eea71',1,'inner::mac(const A &acc, const std::tuple< EA... > &a, const std::tuple< EB... > &b, const B p0)'],['../namespaceinner.html#a89303b00c3c2903ede7c7e7dbd8c43a4',1,'inner::mac(const float16_t acc, const float16_t a, const float16_t b)'],['../namespaceinner.html#a777574d5bff66d9af59e7c37f1da2b4b',1,'inner::mac(const Q< 33, 30 > acc, const Q15 a, const Q15 b)'],['../namespaceinner.html#a562ab35f9afb9e1f3eb0484ee7bfc48a',1,'inner::mac(const Q< 15, 48 > acc, const Q31 a, const Q31 b)'],['../namespaceinner.html#a56a1b697090b777cab60b1f48e92b5aa',1,'inner::mac(const Q< 17, 14 > acc, const Q7 a, const Q7 b)'],['../namespaceinner.html#a8014d6d6709fc355d2f427204d1e0999',1,'inner::mac(const float acc, const float a, const float b)']]], + ['mac_5fimpl_2',['mac_impl',['../namespaceinner.html#a0fe18feb05443903d1b6ff9961f9c144',1,'inner::mac_impl(const A &acc, const VA &a, const VB &b, std::index_sequence< Ns... >)'],['../namespaceinner.html#acbe2d41436a69709008ab8e55b3f0073',1,'inner::mac_impl(const A &acc, const VA &a, const VB &b, const B p0, std::index_sequence< Ns... >)']]], + ['malloc_3',['malloc',['../group__MEMORY.html#a0d8981d262d8637fd4d847ed12646f80',1,'arm_cmsis_dsp::default_user_allocator_malloc_free::malloc()'],['../group__MEMORY.html#a2dccee9ddb32743ee3f82882b4fbbb79',1,'arm_cmsis_dsp::user_allocator_aligned_malloc::malloc()']]], ['malloc_5fallocator_4',['malloc_allocator',['../group__MEMORY.html#structarm__cmsis__dsp_1_1malloc__allocator',1,'arm_cmsis_dsp']]], - ['mantissabits_5',['mantissaBits',['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::mantissaBits()']]], - ['matrix_6',['Matrix',['../group__Matrix.html#structarm__cmsis__dsp_1_1Matrix',1,'Matrix< P, R, C, Allocator >'],['../dsppp_matrix.html',1,'dsppp_main'],['../group__Matrix.html#a3aede62f513da27e6f61ae7a972b4f96',1,'arm_cmsis_dsp::Matrix::Matrix()'],['../group__Matrix.html#a152a6be370e8f9d66582074364b74f93',1,'arm_cmsis_dsp::Matrix::Matrix(P init_val)'],['../group__Matrix.html#a26a138c661ca0a7ab4d5263c12058172',1,'arm_cmsis_dsp::Matrix::Matrix(const Matrix< P, R, C, OtherAllocator > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#a2856349806237c54fcec23adb8fff942',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(vector_length_t r, vector_length_t c)'],['../group__Matrix.html#a5813348d82f4ffff56e76c908240a9b6',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(vector_length_t r, vector_length_t c, P init_val)'],['../group__Matrix.html#a3f40b54f9911dfc184749149b4b48c24',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const Matrix< P, RK, CK, OtherAllocator > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const _Expr< Derived > &other)']]], + ['mantissabits_5',['mantissaBits',['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::mantissaBits()']]], + ['matrix_6',['Matrix',['../group__Matrix.html#structarm__cmsis__dsp_1_1Matrix',1,'Matrix< P, R, C, Allocator >'],['../dsppp_matrix.html',1,'dsppp_main'],['../group__Matrix.html#a2856349806237c54fcec23adb8fff942',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix()'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#a26a138c661ca0a7ab4d5263c12058172',1,'arm_cmsis_dsp::Matrix::Matrix(const Matrix< P, R, C, OtherAllocator > &other)'],['../group__Matrix.html#a152a6be370e8f9d66582074364b74f93',1,'arm_cmsis_dsp::Matrix::Matrix(P init_val)'],['../group__Matrix.html#a3aede62f513da27e6f61ae7a972b4f96',1,'arm_cmsis_dsp::Matrix::Matrix()'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#a3f40b54f9911dfc184749149b4b48c24',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const Matrix< P, RK, CK, OtherAllocator > &other)'],['../group__Matrix.html#a5813348d82f4ffff56e76c908240a9b6',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(vector_length_t r, vector_length_t c, P init_val)']]], ['matrix_20addition_7',['Matrix Addition',['../group__MatrixAdd.html',1,'']]], ['matrix_20example_8',['Matrix Example',['../group__MatrixExample.html',1,'']]], ['matrix_20functions_9',['Matrix Functions',['../group__groupMatrix.html',1,'']]], @@ -23,18 +23,18 @@ var searchData= ['matrix_5fmultiply_5ff16_2ehpp_20',['matrix_multiply_f16.hpp',['../matrix__multiply__f16_8hpp.html',1,'']]], ['matrix_5fmultiply_5ff32_2ehpp_21',['matrix_multiply_f32.hpp',['../matrix__multiply__f32_8hpp.html',1,'']]], ['matrix_5fmultiply_5ffloat_2ehpp_22',['matrix_multiply_float.hpp',['../matrix__multiply__float_8hpp.html',1,'']]], - ['matrix_5fop_23',['matrix_op',['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::Matrix::matrix_op()'],['../group__Matrix.html#a2a0db0db3652e250eb2d0780441c0c89',1,'arm_cmsis_dsp::_Outer::matrix_op()'],['../group__FUSION.html#a6b1af4850aca22b40d2769d4e07b9793',1,'arm_cmsis_dsp::_Expr::matrix_op()']]], - ['matrix_5fop_5ftail_24',['matrix_op_tail',['../group__Matrix.html#a2b07d557d906e244524ca72a204aefdc',1,'arm_cmsis_dsp::_Outer::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::Matrix::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_op_tail()'],['../group__FUSION.html#a0c23b31f84f27a18ee4a34e31534058d',1,'arm_cmsis_dsp::_Expr::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_op_tail()']]], - ['matrix_5fstore_25',['matrix_store',['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::Matrix::matrix_store(const index_t row, const index_t col, const VectorType val) const']]], - ['matrix_5fstore_5ftail_26',['matrix_store_tail',['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::Matrix::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_store_tail()']]], + ['matrix_5fop_23',['matrix_op',['../group__FUSION.html#a6b1af4850aca22b40d2769d4e07b9793',1,'arm_cmsis_dsp::_Expr::matrix_op()'],['../group__Matrix.html#a3f2a974f390acf7a5a25ba5e17c05714',1,'arm_cmsis_dsp::_Outer::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::Matrix::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_op(const index_t row, const index_t col) const']]], + ['matrix_5fop_5ftail_24',['matrix_op_tail',['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::Matrix::matrix_op_tail()'],['../group__Matrix.html#abc541f5ba42db2c3d6d9f8d839bc842f',1,'arm_cmsis_dsp::_Outer::matrix_op_tail()'],['../group__FUSION.html#a0c23b31f84f27a18ee4a34e31534058d',1,'arm_cmsis_dsp::_Expr::matrix_op_tail()']]], + ['matrix_5fstore_25',['matrix_store',['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::Matrix::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView::matrix_store()']]], + ['matrix_5fstore_5ftail_26',['matrix_store_tail',['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::Matrix::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_store_tail()']]], ['matrix_5fview_2ehpp_27',['matrix_view.hpp',['../matrix__view_8hpp.html',1,'']]], ['matrixes_28',['Matrixes',['../group__Matrix.html',1,'']]], - ['matrixview_29',['MatrixView',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView',1,'MatrixView< T, S >'],['../group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::MatrixView()'],['../group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b',1,'arm_cmsis_dsp::MatrixView::MatrixView(T *v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59',1,'arm_cmsis_dsp::MatrixView::MatrixView(const Vector_Base< T > &v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#ac4ecc10146b3c70e8c8b982acf22a264',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::MatrixView(T *v, const vector_length_t rows, const vector_length_t cols, const uint32_t stride)'],['../group__Matrix.html#aaec199749e60e2e881b4d3eb302123a3',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::MatrixView(const Vector_Base< T > &v, const vector_length_t rows, const vector_length_t cols, const uint32_t stride)'],['../group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::MatrixView()']]], + ['matrixview_29',['MatrixView',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView',1,'MatrixView< T, S >'],['../group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b',1,'arm_cmsis_dsp::MatrixView::MatrixView(T *v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59',1,'arm_cmsis_dsp::MatrixView::MatrixView(const Vector_Base< T > &v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#ac4ecc10146b3c70e8c8b982acf22a264',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::MatrixView()'],['../group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::MatrixView()'],['../group__Matrix.html#aaec199749e60e2e881b4d3eb302123a3',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::MatrixView()'],['../group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::MatrixView()']]], ['matrixview_3c_20t_2c_20constrained_5fdynamic_20_3e_30',['MatrixView< T, CONSTRAINED_DYNAMIC >',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01CONSTRAINED__DYNAMIC_01_4',1,'arm_cmsis_dsp']]], ['matrixview_3c_20t_2c_20dynamic_20_3e_31',['MatrixView< T, DYNAMIC >',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01DYNAMIC_01_4',1,'arm_cmsis_dsp']]], - ['maxdelay_32',['maxDelay',['../structarm__fir__sparse__instance__q7.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q7::maxDelay()'],['../structarm__fir__sparse__instance__q15.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q15::maxDelay()'],['../structarm__fir__sparse__instance__q31.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q31::maxDelay()'],['../structarm__fir__sparse__instance__f32.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_f32::maxDelay()']]], + ['maxdelay_32',['maxDelay',['../structarm__fir__sparse__instance__f32.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_f32::maxDelay()'],['../structarm__fir__sparse__instance__q31.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q31::maxDelay()'],['../structarm__fir__sparse__instance__q15.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q15::maxDelay()'],['../structarm__fir__sparse__instance__q7.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q7::maxDelay()']]], ['maximum_33',['Maximum',['../group__Max.html',1,'']]], - ['maxval_34',['maxVal',['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::maxVal()']]], + ['maxval_34',['maxVal',['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::maxVal()']]], ['mean_35',['Mean',['../group__mean.html',1,'']]], ['mean_20square_20error_36',['Mean Square Error',['../group__MSE.html',1,'']]], ['memory_20allocation_37',['Memory allocation',['../dsppp_memory_allocator.html',1,'dsppp_main']]], @@ -50,12 +50,12 @@ var searchData= ['mfcc_20q31_47',['MFCC Q31',['../group__MFCCQ31.html',1,'']]], ['minimum_48',['Minimum',['../group__Min.html',1,'']]], ['minkowski_20distance_49',['Minkowski distance',['../group__Minkowski.html',1,'']]], - ['minval_50',['minVal',['../group__FIXED.html#aab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::minVal()'],['../group__FIXED.html#aab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::minVal()'],['../group__FIXED.html#aab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::minVal()'],['../group__FIXED.html#aab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::minVal()']]], + ['minval_50',['minVal',['../group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::minVal()'],['../group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::minVal()'],['../group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::minVal()'],['../group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::minVal()']]], ['miscellaneous_20utilities_20for_20memory_51',['Miscellaneous utilities for memory',['../group__MEMTOOL.html',1,'']]], - ['mk_52',['mk',['../group__HeliumHalfNumber.html#af958cd9adf0300661e199f298934b22e',1,'inner::vctpq< float16_t >::mk()'],['../group__HeliumFloatNumber.html#af958cd9adf0300661e199f298934b22e',1,'inner::vctpq< float >::mk()']]], - ['mk_5fidentity_53',['mk_identity',['../group__ALGO.html#ga93d78ef39047753c0022cfdc02fa165c',1,'arm_cmsis_dsp::mk_identity(const vector_length_t l)'],['../group__ALGO.html#ga3136a72e7b1c5752887f605bef68575d',1,'arm_cmsis_dsp::mk_identity()']]], - ['mu_54',['mu',['../structarm__lms__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2',1,'arm_lms_instance_f32::mu()'],['../structarm__lms__instance__q15.html#aab4745770bd667de040227eec1b5ff8d',1,'arm_lms_instance_q15::mu()'],['../structarm__lms__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577',1,'arm_lms_instance_q31::mu()'],['../structarm__lms__norm__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2',1,'arm_lms_norm_instance_f32::mu()'],['../structarm__lms__norm__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577',1,'arm_lms_norm_instance_q31::mu()'],['../structarm__lms__norm__instance__q15.html#aab4745770bd667de040227eec1b5ff8d',1,'arm_lms_norm_instance_q15::mu()']]], - ['mult_55',['mult',['../namespaceinner.html#aa4b69e9b6ad84dc20f177bf96b24464c',1,'inner::mult()'],['../group__FIXED.html#gae54236b92fff9b3f0690ec1445cf1fa2',1,'arm_cmsis_dsp::mult()'],['../namespaceinner.html#a270283538407fd32a59ba01033ce13dc',1,'inner::mult(double &a, const double &b)'],['../namespaceinner.html#a6e720efb3843c78d6fdca083d29a7768',1,'inner::mult(float16_t &a, const float16_t &b)']]], + ['mk_52',['mk',['../group__HeliumFloatNumber.html#af958cd9adf0300661e199f298934b22e',1,'inner::vctpq< float >::mk()'],['../group__HeliumHalfNumber.html#af958cd9adf0300661e199f298934b22e',1,'inner::vctpq< float16_t >::mk()']]], + ['mk_5fidentity_53',['mk_identity',['../group__ALGO.html#ga3136a72e7b1c5752887f605bef68575d',1,'arm_cmsis_dsp::mk_identity()'],['../group__ALGO.html#ga93d78ef39047753c0022cfdc02fa165c',1,'arm_cmsis_dsp::mk_identity(const vector_length_t l)']]], + ['mu_54',['mu',['../structarm__lms__norm__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2',1,'arm_lms_norm_instance_f32::mu()'],['../structarm__lms__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2',1,'arm_lms_instance_f32::mu()'],['../structarm__lms__instance__q15.html#aab4745770bd667de040227eec1b5ff8d',1,'arm_lms_instance_q15::mu()'],['../structarm__lms__norm__instance__q15.html#aab4745770bd667de040227eec1b5ff8d',1,'arm_lms_norm_instance_q15::mu()'],['../structarm__lms__norm__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577',1,'arm_lms_norm_instance_q31::mu()'],['../structarm__lms__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577',1,'arm_lms_instance_q31::mu()']]], + ['mult_55',['mult',['../namespaceinner.html#a6e720efb3843c78d6fdca083d29a7768',1,'inner::mult(float16_t &a, const float16_t &b)'],['../namespaceinner.html#a8085257fc701f7f48336c10614e68d30',1,'inner::mult(const float &a, const float &b)'],['../namespaceinner.html#a131309c515d59090f1dea3fdbf7afcc8',1,'inner::mult(const double &a, const double &b)'],['../namespaceinner.html#adae5626f869e4b7fedc58f346dec8772',1,'inner::mult(const std::complex< float16_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a96a25b6c7da6c32b1ec5af1a0ca3315c',1,'inner::mult(const std::complex< float > &a, const std::complex< float > &b)'],['../namespaceinner.html#a532185ddc1f1c6156d9e143db4d8c1d9',1,'inner::mult(const std::complex< double > &a, const std::complex< double > &b)'],['../group__FIXED.html#gae54236b92fff9b3f0690ec1445cf1fa2',1,'arm_cmsis_dsp::mult(const Q< MA, FA, SA > &a, const Q< MB, FB, SB > &b)']]], ['must_5fuse_5fmatrix_5fidx_56',['must_use_matrix_idx',['../group__FUSION.html#ga5cde8a194003dbc98c300f76989492aa',1,'arm_cmsis_dsp']]], ['must_5fuse_5fmatrix_5fidx_5fpair_57',['must_use_matrix_idx_pair',['../group__FUSION.html#gabd6c4626892c6496eb44f2111d71ddf5',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/all_e.js b/main/search/all_e.js index 8e73852c..228aa8d5 100644 --- a/main/search/all_e.js +++ b/main/search/all_e.js @@ -1,42 +1,52 @@ var searchData= [ - ['float_2ehpp_0',['float.hpp',['../num__features_2float_8hpp.html',1,'']]], - ['half_2ehpp_1',['half.hpp',['../num__features_2half_8hpp.html',1,'']]], - ['n_2',['N',['../structarm__dct4__instance__q15.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_q15::N()'],['../structarm__dct4__instance__q31.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_q31::N()'],['../structarm__dct4__instance__f32.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_f32::N()']]], - ['n_5fx_3',['n_x',['../structarm__spline__instance__f32.html#af5be28c7b7cbd186d14079f59192a50b',1,'arm_spline_instance_f32']]], - ['narrow_5ftype_4',['narrow_type',['../group__FIXED.html#a0ce5940174a9394578b544a6e30d53c4',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::narrow_type()'],['../group__FIXED.html#a5963fd4cd2c67a9090c4ce2455d847dd',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::narrow_type()'],['../group__FIXED.html#a8cb3c5dac106a0ad1c6c9a30fe07ee8b',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::narrow_type()'],['../group__FIXED.html#a7ffc338938e520fd66808215955ff493',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::narrow_type()'],['../group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::narrow_type()'],['../group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::narrow_type()'],['../group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::narrow_type()'],['../group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::narrow_type()']]], - ['nb_5flanes_5',['nb_lanes',['../group__DSPQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::nb_lanes()'],['../group__HeliumFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__GenericTUPLENumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::tuple< E... >, arch >::nb_lanes()']]], - ['nbdctoutputs_6',['nbDctOutputs',['../structarm__mfcc__instance__f32.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_f32::nbDctOutputs()'],['../structarm__mfcc__instance__q31.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_q31::nbDctOutputs()'],['../structarm__mfcc__instance__q15.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_q15::nbDctOutputs()'],['../structarm__mfcc__instance__f16.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_f16::nbDctOutputs()']]], - ['nbmelfilters_7',['nbMelFilters',['../structarm__mfcc__instance__f32.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_f32::nbMelFilters()'],['../structarm__mfcc__instance__q31.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_q31::nbMelFilters()'],['../structarm__mfcc__instance__q15.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_q15::nbMelFilters()'],['../structarm__mfcc__instance__f16.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_f16::nbMelFilters()']]], - ['nbofsupportvectors_8',['nbOfSupportVectors',['../structarm__svm__linear__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_linear_instance_f32::nbOfSupportVectors()'],['../structarm__svm__polynomial__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_polynomial_instance_f32::nbOfSupportVectors()'],['../structarm__svm__rbf__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_rbf_instance_f32::nbOfSupportVectors()'],['../structarm__svm__sigmoid__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_sigmoid_instance_f32::nbOfSupportVectors()'],['../structarm__svm__linear__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_linear_instance_f16::nbOfSupportVectors()'],['../structarm__svm__polynomial__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_polynomial_instance_f16::nbOfSupportVectors()'],['../structarm__svm__rbf__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_rbf_instance_f16::nbOfSupportVectors()'],['../structarm__svm__sigmoid__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_sigmoid_instance_f16::nbOfSupportVectors()']]], - ['nby2_9',['Nby2',['../structarm__dct4__instance__f32.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_f32::Nby2()'],['../structarm__dct4__instance__q31.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_q31::Nby2()'],['../structarm__dct4__instance__q15.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_q15::Nby2()']]], - ['neon_10',['Neon',['../group__ARCH.html#classarm__cmsis__dsp_1_1Neon',1,'arm_cmsis_dsp']]], - ['normalize_11',['normalize',['../structarm__dct4__instance__f32.html#a1bf2ed86ef2c3dd83af606bb3f520f2a',1,'arm_dct4_instance_f32::normalize()'],['../structarm__dct4__instance__q31.html#a3a2f571658a202a38fa508098001b47c',1,'arm_dct4_instance_q31::normalize()'],['../structarm__dct4__instance__q15.html#a8ba8c9fa75542dac82553fee982ccd3e',1,'arm_dct4_instance_q15::normalize()']]], - ['normalized_20lms_20filters_12',['Normalized LMS Filters',['../group__LMS__NORM.html',1,'']]], - ['number_20datatypes_13',['Number datatypes',['../group__NUMBER.html',1,'']]], - ['number_2ehpp_14',['number.hpp',['../number_8hpp.html',1,'']]], - ['number_5ftraits_15',['number_traits',['../group__NUMBER.html#structarm__cmsis__dsp_1_1number__traits',1,'arm_cmsis_dsp']]], - ['number_5ftraits_3c_20double_20_3e_16',['number_traits< double >',['../group__GenericDoubleNumber.html#structnumber__traits_3_01double_01_4',1,'']]], - ['number_5ftraits_3c_20float_20_3e_17',['number_traits< float >',['../group__GenericFloatNumber.html#structnumber__traits_3_01float_01_4',1,'']]], - ['number_5ftraits_3c_20float16_5ft_20_3e_18',['number_traits< float16_t >',['../group__GenericHalfNumber.html#structnumber__traits_3_01float16__t_01_4',1,'']]], - ['number_5ftraits_3c_20q15_20_3e_19',['number_traits< Q15 >',['../group__GenericQ15Number.html#structnumber__traits_3_01Q15_01_4',1,'']]], - ['number_5ftraits_3c_20q31_20_3e_20',['number_traits< Q31 >',['../group__GenericQ31Number.html#structnumber__traits_3_01Q31_01_4',1,'']]], - ['number_5ftraits_3c_20q7_20_3e_21',['number_traits< Q7 >',['../group__GenericQ7Number.html#structnumber__traits_3_01Q7_01_4',1,'']]], - ['number_5ftraits_3c_20std_3a_3atuple_3c_20e_2e_2e_2e_20_3e_20_3e_22',['number_traits< std::tuple< E... > >',['../group__GenericTUPLENumber.html#structnumber__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_01_4',1,'']]], - ['numberofclasses_23',['numberOfClasses',['../structarm__gaussian__naive__bayes__instance__f32.html#a40aa206e9576a40e06c7eafbf881b49e',1,'arm_gaussian_naive_bayes_instance_f32::numberOfClasses()'],['../structarm__gaussian__naive__bayes__instance__f16.html#a40aa206e9576a40e06c7eafbf881b49e',1,'arm_gaussian_naive_bayes_instance_f16::numberOfClasses()']]], - ['numcols_24',['numCols',['../structarm__matrix__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f16::numCols()'],['../structarm__matrix__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q31::numCols()'],['../structarm__matrix__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q15::numCols()'],['../structarm__matrix__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q7::numCols()'],['../structarm__matrix__instance__f64.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f64::numCols()'],['../structarm__matrix__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f32::numCols()'],['../structarm__bilinear__interp__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q7::numCols()'],['../structarm__bilinear__interp__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q15::numCols()'],['../structarm__bilinear__interp__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q31::numCols()'],['../structarm__bilinear__interp__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_f32::numCols()'],['../structarm__bilinear__interp__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_f16::numCols()']]], - ['numrows_25',['numRows',['../structarm__matrix__instance__f64.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f64::numRows()'],['../structarm__matrix__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f16::numRows()'],['../structarm__matrix__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q31::numRows()'],['../structarm__matrix__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q15::numRows()'],['../structarm__matrix__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q7::numRows()'],['../structarm__matrix__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f32::numRows()'],['../structarm__bilinear__interp__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f16::numRows()'],['../structarm__bilinear__interp__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q7::numRows()'],['../structarm__bilinear__interp__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q15::numRows()'],['../structarm__bilinear__interp__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q31::numRows()'],['../structarm__bilinear__interp__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f32::numRows()']]], - ['numstages_26',['numStages',['../structarm__fir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q15::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f16::numStages()'],['../structarm__biquad__cascade__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f16::numStages()'],['../structarm__biquad__casd__df1__inst__f16.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f16::numStages()'],['../structarm__iir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_f32::numStages()'],['../structarm__iir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q31::numStages()'],['../structarm__iir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q15::numStages()'],['../structarm__fir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_f32::numStages()'],['../structarm__fir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q31::numStages()'],['../structarm__biquad__cascade__df2T__instance__f64.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f64::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f32::numStages()'],['../structarm__biquad__cascade__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f32::numStages()'],['../structarm__biquad__cas__df1__32x64__ins__q31.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cas_df1_32x64_ins_q31::numStages()'],['../structarm__biquad__casd__df1__inst__f32.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f32::numStages()'],['../structarm__biquad__casd__df1__inst__q31.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_q31::numStages()'],['../structarm__biquad__casd__df1__inst__q15.html#af59c4ceb94f92d6613492b37e7c949de',1,'arm_biquad_casd_df1_inst_q15::numStages()']]], - ['numtaps_27',['numTaps',['../structarm__lms__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q15::numTaps()'],['../structarm__lms__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q31::numTaps()'],['../structarm__lms__norm__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_f32::numTaps()'],['../structarm__lms__norm__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q31::numTaps()'],['../structarm__lms__norm__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_f32::numTaps()'],['../structarm__fir__sparse__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q31::numTaps()'],['../structarm__fir__sparse__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q7::numTaps()'],['../structarm__fir__instance__f16.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f16::numTaps()'],['../structarm__fir__decimate__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f64::numTaps()'],['../structarm__lms__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_f32::numTaps()'],['../structarm__fir__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q7::numTaps()'],['../structarm__fir__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q15::numTaps()'],['../structarm__fir__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q31::numTaps()'],['../structarm__fir__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f32::numTaps()'],['../structarm__fir__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f64::numTaps()'],['../structarm__fir__decimate__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q15::numTaps()'],['../structarm__fir__decimate__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q31::numTaps()'],['../structarm__fir__decimate__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f32::numTaps()']]], - ['nuttall3_20window_20function_20_2846_2e7_20db_29_28',['Nuttall3 window function (46.7 dB)',['../group__WindowNUTTALL3.html',1,'']]], - ['nuttall3a_20window_20function_20_2864_2e2_20db_29_29',['Nuttall3a window function (64.2 dB)',['../group__WindowNUTTALL3A.html',1,'']]], - ['nuttall3b_20window_20function_20_2871_2e5_20db_29_30',['Nuttall3b window function (71.5 dB)',['../group__WindowNUTTALL3B.html',1,'']]], - ['nuttall4_20window_20function_20_2860_2e9_20db_29_31',['Nuttall4 window function (60.9 dB)',['../group__WindowNUTTALL4.html',1,'']]], - ['nuttall4a_20window_20function_20_2882_2e6_20db_29_32',['Nuttall4a window function (82.6 dB)',['../group__WindowNUTTALL4A.html',1,'']]], - ['nuttall4b_20window_20function_20_2893_2e3_20db_29_33',['Nuttall4b window function (93.3 dB)',['../group__WindowNUTTALL4B.html',1,'']]], - ['nuttall4c_20window_20function_20_2898_2e1_20db_29_34',['Nuttall4c window function (98.1 dB)',['../group__WindowNUTTALL4C.html',1,'']]], - ['nvalues_35',['nValues',['../structarm__linear__interp__instance__f32.html#a2ea653b0599388e9a72ebab9841707ba',1,'arm_linear_interp_instance_f32::nValues()'],['../structarm__linear__interp__instance__f16.html#a2ea653b0599388e9a72ebab9841707ba',1,'arm_linear_interp_instance_f16::nValues()']]], - ['q15_2ehpp_36',['q15.hpp',['../num__features_2q15_8hpp.html',1,'']]], - ['q31_2ehpp_37',['q31.hpp',['../num__features_2q31_8hpp.html',1,'']]], - ['q7_2ehpp_38',['q7.hpp',['../num__features_2q7_8hpp.html',1,'']]] + ['complex_5ffloat_2ehpp_0',['complex_float.hpp',['../num__features_2complex__float_8hpp.html',1,'']]], + ['complex_5fhalf_2ehpp_1',['complex_half.hpp',['../num__features_2complex__half_8hpp.html',1,'']]], + ['complex_5fq15_2ehpp_2',['complex_q15.hpp',['../num__features_2complex__q15_8hpp.html',1,'']]], + ['complex_5fq31_2ehpp_3',['complex_q31.hpp',['../num__features_2complex__q31_8hpp.html',1,'']]], + ['float_2ehpp_4',['float.hpp',['../num__features_2float_8hpp.html',1,'']]], + ['half_2ehpp_5',['half.hpp',['../num__features_2half_8hpp.html',1,'']]], + ['n_6',['N',['../structarm__dct4__instance__f32.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_f32::N()'],['../structarm__dct4__instance__q31.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_q31::N()'],['../structarm__dct4__instance__q15.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_q15::N()']]], + ['n_5fx_7',['n_x',['../structarm__spline__instance__f32.html#af5be28c7b7cbd186d14079f59192a50b',1,'arm_spline_instance_f32']]], + ['narrow_5ftype_8',['narrow_type',['../group__FIXED.html#ga7ffc338938e520fd66808215955ff493',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::narrow_type()'],['../group__FIXED.html#ga5963fd4cd2c67a9090c4ce2455d847dd',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::narrow_type()'],['../group__FIXED.html#ga8cb3c5dac106a0ad1c6c9a30fe07ee8b',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::narrow_type()'],['../group__FIXED.html#ga0ce5940174a9394578b544a6e30d53c4',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::narrow_type()'],['../group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::narrow_type()'],['../group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::narrow_type()'],['../group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::narrow_type()'],['../group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::narrow_type()']]], + ['nb_5flanes_9',['nb_lanes',['../group__GenericComplexQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__DSPQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::nb_lanes()'],['../group__HeliumComplexFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumComplexHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__GenericComplexFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericQ7Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::nb_lanes()'],['../group__GenericQ31Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::nb_lanes()'],['../group__GenericHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float16_t >::nb_lanes()'],['../group__GenericTUPLENumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::tuple< E... >, arch >::nb_lanes()'],['../group__GenericFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericDoubleNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< double, arch, void >::nb_lanes()'],['../group__GenericComplexQ7Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< Q7 >, arch, void >::nb_lanes()'],['../group__GenericComplexQ31Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericComplexHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericComplexDoubleNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< double >, arch, void >::nb_lanes()']]], + ['nbdctoutputs_10',['nbDctOutputs',['../structarm__mfcc__instance__f32.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_f32::nbDctOutputs()'],['../structarm__mfcc__instance__q31.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_q31::nbDctOutputs()'],['../structarm__mfcc__instance__q15.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_q15::nbDctOutputs()'],['../structarm__mfcc__instance__f16.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_f16::nbDctOutputs()']]], + ['nbmelfilters_11',['nbMelFilters',['../structarm__mfcc__instance__q31.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_q31::nbMelFilters()'],['../structarm__mfcc__instance__f32.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_f32::nbMelFilters()'],['../structarm__mfcc__instance__f16.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_f16::nbMelFilters()'],['../structarm__mfcc__instance__q15.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_q15::nbMelFilters()']]], + ['nbofsupportvectors_12',['nbOfSupportVectors',['../structarm__svm__sigmoid__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_sigmoid_instance_f16::nbOfSupportVectors()'],['../structarm__svm__rbf__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_rbf_instance_f16::nbOfSupportVectors()'],['../structarm__svm__polynomial__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_polynomial_instance_f16::nbOfSupportVectors()'],['../structarm__svm__linear__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_linear_instance_f16::nbOfSupportVectors()'],['../structarm__svm__sigmoid__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_sigmoid_instance_f32::nbOfSupportVectors()'],['../structarm__svm__rbf__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_rbf_instance_f32::nbOfSupportVectors()'],['../structarm__svm__polynomial__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_polynomial_instance_f32::nbOfSupportVectors()'],['../structarm__svm__linear__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_linear_instance_f32::nbOfSupportVectors()']]], + ['nby2_13',['Nby2',['../structarm__dct4__instance__f32.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_f32::Nby2()'],['../structarm__dct4__instance__q31.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_q31::Nby2()'],['../structarm__dct4__instance__q15.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_q15::Nby2()']]], + ['neon_14',['Neon',['../group__ARCH.html#classarm__cmsis__dsp_1_1Neon',1,'arm_cmsis_dsp']]], + ['normalize_15',['normalize',['../structarm__dct4__instance__f32.html#a1bf2ed86ef2c3dd83af606bb3f520f2a',1,'arm_dct4_instance_f32::normalize()'],['../structarm__dct4__instance__q31.html#a3a2f571658a202a38fa508098001b47c',1,'arm_dct4_instance_q31::normalize()'],['../structarm__dct4__instance__q15.html#a8ba8c9fa75542dac82553fee982ccd3e',1,'arm_dct4_instance_q15::normalize()']]], + ['normalized_20lms_20filters_16',['Normalized LMS Filters',['../group__LMS__NORM.html',1,'']]], + ['number_20datatypes_17',['Number datatypes',['../group__NUMBER.html',1,'']]], + ['number_2ehpp_18',['number.hpp',['../number_8hpp.html',1,'']]], + ['number_5ftraits_19',['number_traits',['../group__NUMBER.html#structarm__cmsis__dsp_1_1number__traits',1,'arm_cmsis_dsp']]], + ['number_5ftraits_3c_20double_20_3e_20',['number_traits< double >',['../group__GenericDoubleNumber.html#structnumber__traits_3_01double_01_4',1,'']]], + ['number_5ftraits_3c_20float_20_3e_21',['number_traits< float >',['../group__GenericFloatNumber.html#structnumber__traits_3_01float_01_4',1,'']]], + ['number_5ftraits_3c_20float16_5ft_20_3e_22',['number_traits< float16_t >',['../group__GenericHalfNumber.html#structnumber__traits_3_01float16__t_01_4',1,'']]], + ['number_5ftraits_3c_20q15_20_3e_23',['number_traits< Q15 >',['../group__GenericQ15Number.html#structnumber__traits_3_01Q15_01_4',1,'']]], + ['number_5ftraits_3c_20q31_20_3e_24',['number_traits< Q31 >',['../group__GenericQ31Number.html#structnumber__traits_3_01Q31_01_4',1,'']]], + ['number_5ftraits_3c_20q7_20_3e_25',['number_traits< Q7 >',['../group__GenericQ7Number.html#structnumber__traits_3_01Q7_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20double_20_3e_20_3e_26',['number_traits< std::complex< double > >',['../group__GenericComplexDoubleNumber.html#structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20float_20_3e_20_3e_27',['number_traits< std::complex< float > >',['../group__GenericComplexFloatNumber.html#structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_20_3e_28',['number_traits< std::complex< float16_t > >',['../group__GenericComplexHalfNumber.html#structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20q15_20_3e_20_3e_29',['number_traits< std::complex< Q15 > >',['../group__GenericComplexQ15Number.html#structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20q31_20_3e_20_3e_30',['number_traits< std::complex< Q31 > >',['../group__GenericComplexQ31Number.html#structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20q7_20_3e_20_3e_31',['number_traits< std::complex< Q7 > >',['../group__GenericComplexQ7Number.html#structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3atuple_3c_20e_2e_2e_2e_20_3e_20_3e_32',['number_traits< std::tuple< E... > >',['../group__GenericTUPLENumber.html#structnumber__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_01_4',1,'']]], + ['numberofclasses_33',['numberOfClasses',['../structarm__gaussian__naive__bayes__instance__f32.html#a40aa206e9576a40e06c7eafbf881b49e',1,'arm_gaussian_naive_bayes_instance_f32::numberOfClasses()'],['../structarm__gaussian__naive__bayes__instance__f16.html#a40aa206e9576a40e06c7eafbf881b49e',1,'arm_gaussian_naive_bayes_instance_f16::numberOfClasses()']]], + ['numcols_34',['numCols',['../structarm__matrix__instance__f64.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f64::numCols()'],['../structarm__matrix__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f16::numCols()'],['../structarm__matrix__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q31::numCols()'],['../structarm__matrix__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q15::numCols()'],['../structarm__matrix__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q7::numCols()'],['../structarm__matrix__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f32::numCols()'],['../structarm__bilinear__interp__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_f16::numCols()'],['../structarm__bilinear__interp__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q7::numCols()'],['../structarm__bilinear__interp__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q15::numCols()'],['../structarm__bilinear__interp__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q31::numCols()'],['../structarm__bilinear__interp__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_f32::numCols()']]], + ['numrows_35',['numRows',['../structarm__bilinear__interp__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f16::numRows()'],['../structarm__matrix__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f16::numRows()'],['../structarm__matrix__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q31::numRows()'],['../structarm__matrix__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q15::numRows()'],['../structarm__matrix__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q7::numRows()'],['../structarm__matrix__instance__f64.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f64::numRows()'],['../structarm__matrix__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f32::numRows()'],['../structarm__bilinear__interp__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q7::numRows()'],['../structarm__bilinear__interp__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q15::numRows()'],['../structarm__bilinear__interp__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q31::numRows()'],['../structarm__bilinear__interp__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f32::numRows()']]], + ['numstages_36',['numStages',['../structarm__fir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q31::numStages()'],['../structarm__fir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_f32::numStages()'],['../structarm__iir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q15::numStages()'],['../structarm__iir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q31::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f16::numStages()'],['../structarm__iir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_f32::numStages()'],['../structarm__biquad__casd__df1__inst__f16.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f16::numStages()'],['../structarm__biquad__cascade__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f16::numStages()'],['../structarm__biquad__cas__df1__32x64__ins__q31.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cas_df1_32x64_ins_q31::numStages()'],['../structarm__biquad__cascade__df2T__instance__f64.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f64::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f32::numStages()'],['../structarm__biquad__cascade__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f32::numStages()'],['../structarm__biquad__casd__df1__inst__f32.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f32::numStages()'],['../structarm__biquad__casd__df1__inst__q31.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_q31::numStages()'],['../structarm__biquad__casd__df1__inst__q15.html#af59c4ceb94f92d6613492b37e7c949de',1,'arm_biquad_casd_df1_inst_q15::numStages()'],['../structarm__fir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q15::numStages()']]], + ['numtaps_37',['numTaps',['../structarm__lms__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q15::numTaps()'],['../structarm__lms__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q31::numTaps()'],['../structarm__lms__norm__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_f32::numTaps()'],['../structarm__lms__norm__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q31::numTaps()'],['../structarm__lms__norm__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_f32::numTaps()'],['../structarm__fir__sparse__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q31::numTaps()'],['../structarm__fir__sparse__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q7::numTaps()'],['../structarm__fir__instance__f16.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f16::numTaps()'],['../structarm__fir__decimate__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f64::numTaps()'],['../structarm__lms__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_f32::numTaps()'],['../structarm__fir__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q7::numTaps()'],['../structarm__fir__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q15::numTaps()'],['../structarm__fir__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q31::numTaps()'],['../structarm__fir__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f32::numTaps()'],['../structarm__fir__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f64::numTaps()'],['../structarm__fir__decimate__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q15::numTaps()'],['../structarm__fir__decimate__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q31::numTaps()'],['../structarm__fir__decimate__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f32::numTaps()']]], + ['nuttall3_20window_20function_20_2846_2e7_20db_29_38',['Nuttall3 window function (46.7 dB)',['../group__WindowNUTTALL3.html',1,'']]], + ['nuttall3a_20window_20function_20_2864_2e2_20db_29_39',['Nuttall3a window function (64.2 dB)',['../group__WindowNUTTALL3A.html',1,'']]], + ['nuttall3b_20window_20function_20_2871_2e5_20db_29_40',['Nuttall3b window function (71.5 dB)',['../group__WindowNUTTALL3B.html',1,'']]], + ['nuttall4_20window_20function_20_2860_2e9_20db_29_41',['Nuttall4 window function (60.9 dB)',['../group__WindowNUTTALL4.html',1,'']]], + ['nuttall4a_20window_20function_20_2882_2e6_20db_29_42',['Nuttall4a window function (82.6 dB)',['../group__WindowNUTTALL4A.html',1,'']]], + ['nuttall4b_20window_20function_20_2893_2e3_20db_29_43',['Nuttall4b window function (93.3 dB)',['../group__WindowNUTTALL4B.html',1,'']]], + ['nuttall4c_20window_20function_20_2898_2e1_20db_29_44',['Nuttall4c window function (98.1 dB)',['../group__WindowNUTTALL4C.html',1,'']]], + ['nvalues_45',['nValues',['../structarm__linear__interp__instance__f32.html#a2ea653b0599388e9a72ebab9841707ba',1,'arm_linear_interp_instance_f32::nValues()'],['../structarm__linear__interp__instance__f16.html#a2ea653b0599388e9a72ebab9841707ba',1,'arm_linear_interp_instance_f16::nValues()']]], + ['q15_2ehpp_46',['q15.hpp',['../num__features_2q15_8hpp.html',1,'']]], + ['q31_2ehpp_47',['q31.hpp',['../num__features_2q31_8hpp.html',1,'']]], + ['q7_2ehpp_48',['q7.hpp',['../num__features_2q7_8hpp.html',1,'']]] ]; diff --git a/main/search/all_f.js b/main/search/all_f.js index 502a7f37..af237f0a 100644 --- a/main/search/all_f.js +++ b/main/search/all_f.js @@ -1,28 +1,28 @@ var searchData= [ - ['one_0',['one',['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::one()'],['../group__GenericQ7Number.html#aea86199a7bf978d5d3cf33934ac72f94',1,'number_traits< Q7 >::one()'],['../group__GenericQ31Number.html#a120f287d31c2c00f0b63df5b44def83e',1,'number_traits< Q31 >::one()'],['../group__GenericQ15Number.html#ad3894151c2c44f451cd31c9ad627a9d8',1,'number_traits< Q15 >::one()'],['../group__GenericHalfNumber.html#a25a671571eecd67f93b1b432009e9d2d',1,'number_traits< float16_t >::one()'],['../group__GenericTUPLENumber.html#a7805ea622284a352d7ccfa176197294d',1,'number_traits< std::tuple< E... > >::one()'],['../group__GenericFloatNumber.html#ab3e3c2ddd1527a2dbfc759dc9188f5af',1,'number_traits< float >::one()'],['../group__GenericDoubleNumber.html#a3df6b40370f6ad4825da7bd00f950847',1,'number_traits< double >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::one()']]], - ['onebyfftlen_1',['onebyfftLen',['../structarm__cfft__radix2__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6',1,'arm_cfft_radix2_instance_f32::onebyfftLen()'],['../structarm__cfft__radix4__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6',1,'arm_cfft_radix4_instance_f32::onebyfftLen()'],['../structarm__cfft__radix2__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8',1,'arm_cfft_radix2_instance_f16::onebyfftLen()'],['../structarm__cfft__radix4__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8',1,'arm_cfft_radix4_instance_f16::onebyfftLen()']]], + ['one_0',['one',['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::one()'],['../group__GenericQ7Number.html#aea86199a7bf978d5d3cf33934ac72f94',1,'number_traits< Q7 >::one()'],['../group__GenericQ31Number.html#a120f287d31c2c00f0b63df5b44def83e',1,'number_traits< Q31 >::one()'],['../group__GenericQ15Number.html#ad3894151c2c44f451cd31c9ad627a9d8',1,'number_traits< Q15 >::one()'],['../group__GenericHalfNumber.html#a25a671571eecd67f93b1b432009e9d2d',1,'number_traits< float16_t >::one()'],['../group__GenericTUPLENumber.html#a7805ea622284a352d7ccfa176197294d',1,'number_traits< std::tuple< E... > >::one()'],['../group__GenericFloatNumber.html#ab3e3c2ddd1527a2dbfc759dc9188f5af',1,'number_traits< float >::one()'],['../group__GenericDoubleNumber.html#a3df6b40370f6ad4825da7bd00f950847',1,'number_traits< double >::one()'],['../group__GenericComplexQ7Number.html#af8a532a3c83f7af753c91f977a79ce42',1,'number_traits< std::complex< Q7 > >::one()'],['../group__GenericComplexQ31Number.html#a2f907cbf666ddf8a76418ce2bd231ae5',1,'number_traits< std::complex< Q31 > >::one()'],['../group__GenericComplexHalfNumber.html#a87830a7aaa03d032d9558cebdb168f98',1,'number_traits< std::complex< float16_t > >::one()'],['../group__GenericComplexFloatNumber.html#ac73130049ce030f87a560347ae4f5788',1,'number_traits< std::complex< float > >::one()'],['../group__GenericComplexDoubleNumber.html#aaf38e4650ee233a8e8b93eda842367ff',1,'number_traits< std::complex< double > >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::one()'],['../group__GenericComplexQ15Number.html#a63268006c71d724933b9fe2fdd4ad25c',1,'number_traits< std::complex< Q15 > >::one()']]], + ['onebyfftlen_1',['onebyfftLen',['../structarm__cfft__radix2__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6',1,'arm_cfft_radix2_instance_f32::onebyfftLen()'],['../structarm__cfft__radix4__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8',1,'arm_cfft_radix4_instance_f16::onebyfftLen()'],['../structarm__cfft__radix2__instance__f16.html#a43bb94dad90b4073e7bbb6577c6a39a8',1,'arm_cfft_radix2_instance_f16::onebyfftLen()'],['../structarm__cfft__radix4__instance__f32.html#acf295a7b97b7d48a9cae4d1ab5ed00f6',1,'arm_cfft_radix4_instance_f32::onebyfftLen()']]], ['operator_20int32_5ft_2',['operator int32_t',['../group__DSPQ15Number.html#a22862910355c4e47372fa741a0930307',1,'Q15DSPVector']]], - ['operator_21_3d_3',['operator!=',['../group__FIXED.html#ga37206591dd7725ecb9163ef29a9c5e5c',1,'arm_cmsis_dsp::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator!=()']]], + ['operator_21_3d_3',['operator!=',['../group__FIXED.html#ga37206591dd7725ecb9163ef29a9c5e5c',1,'arm_cmsis_dsp::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator!=()']]], ['operator_22_22_5fq15_4',['operator""_q15',['../group__FIXED.html#ga93999921405c691cb525a7c951ebcc06',1,'arm_cmsis_dsp']]], ['operator_22_22_5fq31_5',['operator""_q31',['../group__FIXED.html#ga5fb05a730354b1b8d145432cc372c909',1,'arm_cmsis_dsp']]], ['operator_22_22_5fq63_6',['operator""_q63',['../group__FIXED.html#gab6dc0fcddbf75d0f8af533af1069b7a5',1,'arm_cmsis_dsp']]], ['operator_22_22_5fq7_7',['operator""_q7',['../group__FIXED.html#gafc0599500da7a2c8a768ec08054d61cc',1,'arm_cmsis_dsp']]], - ['operator_28_29_8',['operator()',['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator()()'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#acae5d2876d2f62359f26356ce126c944',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63',1,'arm_cmsis_dsp::Matrix::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#acae5d2876d2f62359f26356ce126c944',1,'arm_cmsis_dsp::Matrix::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#a91d09c9b9950d9bf0e089ed691430cef',1,'arm_cmsis_dsp::_Outer::operator()()'],['../group__FUSION.html#afcb859e301fbde747fc476ff7b5bf8fd',1,'arm_cmsis_dsp::_Expr::operator()()'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator()()']]], + ['operator_28_29_8',['operator()',['../group__Matrix.html#a22555b357253147f5acf53cf92b316fc',1,'arm_cmsis_dsp::_Outer::operator()()'],['../group__FUSION.html#afcb859e301fbde747fc476ff7b5bf8fd',1,'arm_cmsis_dsp::_Expr::operator()()'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#acae5d2876d2f62359f26356ce126c944',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63',1,'arm_cmsis_dsp::Matrix::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#acae5d2876d2f62359f26356ce126c944',1,'arm_cmsis_dsp::Matrix::operator()(const index_t r, const index_t c)']]], ['operator_2a_9',['operator*',['../group__FIXED.html#ga71b6661d7647463a1bdca5881f1e12bf',1,'arm_cmsis_dsp::operator*(const Q7 &a, const Q7 &b)'],['../group__FIXED.html#gad490e44f3089baafc53efeb8e7f679e9',1,'arm_cmsis_dsp::operator*(const Q15 &a, const Q15 &b)'],['../group__FIXED.html#ga3a6238fab7aad5807a62d405691e8982',1,'arm_cmsis_dsp::operator*(const Q31 &a, const Q31 &b)'],['../group__VECTOR.html#ga598c716ed42fa423aa5ebdecdea243de',1,'arm_cmsis_dsp::operator*(const LHS &a, const RHS &b)']]], - ['operator_2a_3d_10',['operator*=',['../group__VECTOR.html#a3032b42481d346a92824003deb46829d',1,'arm_cmsis_dsp::VectorView::operator*=(const VectorView &other)'],['../group__VECTOR.html#acffdf9ec8be8937572a102f9eedd567c',1,'arm_cmsis_dsp::VectorView::operator*=(const T other)'],['../group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a3032b42481d346a92824003deb46829d',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const VectorView &other)'],['../group__VECTOR.html#acffdf9ec8be8937572a102f9eedd567c',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const T other)'],['../group__VECTOR.html#a91c39135884328da7486f8d9e28adace',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=()'],['../group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c',1,'arm_cmsis_dsp::VectorView::operator*=()'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView::operator*=(const _Expr< Derived > &other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView::operator*=(const MatrixView &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView::operator*=(const T other)'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const MatrixView &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const T other)'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const MatrixView &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const T other)'],['../group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041',1,'arm_cmsis_dsp::Vector::operator*=()'],['../group__VECTOR.html#a905e2625e82c47e21513c376bc3c6794',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=(const Vector &other)'],['../group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a91c39135884328da7486f8d9e28adace',1,'arm_cmsis_dsp::Vector::operator*=(const P other)'],['../group__VECTOR.html#a905e2625e82c47e21513c376bc3c6794',1,'arm_cmsis_dsp::Vector::operator*=(const Vector &other)']]], - ['operator_2b_11',['operator+',['../group__VECTOR.html#gacc32bb57431e32125d18d867f6427db7',1,'arm_cmsis_dsp::operator+(const LHS &a)'],['../group__FIXED.html#gaba2c791a1d3935b3b52d64b9043d76eb',1,'arm_cmsis_dsp::operator+(const Q< M, F, S > &a, const Q< M, F, S > &b)'],['../group__FIXED.html#ga2c8f0e4576c959b21a3b4241291199c5',1,'arm_cmsis_dsp::operator+(const Q< M, F, S > &a)'],['../group__VECTOR.html#ga9f8543dd0b651ecd256678915c9427ac',1,'arm_cmsis_dsp::operator+(const LHS &a, const RHS &b)']]], - ['operator_2b_3d_12',['operator+=',['../group__VECTOR.html#a42074bf749c737e1fc411977736c52cc',1,'arm_cmsis_dsp::VectorView::operator+=()'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView::operator+=()'],['../group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4113e345cd4d427d0360498432bf5420',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const VectorView &other)'],['../group__VECTOR.html#a42074bf749c737e1fc411977736c52cc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const T other)'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator+=()'],['../group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc',1,'arm_cmsis_dsp::VectorView::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator+=()'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView::operator+=(const T other)'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const T other)'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const T other)'],['../group__VECTOR.html#aadc6484d706b7cf01468804a9bf7fee1',1,'arm_cmsis_dsp::Vector::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c',1,'arm_cmsis_dsp::Vector::operator+=(const Vector &other)'],['../group__VECTOR.html#aa63047b307b33da942eb902708cae266',1,'arm_cmsis_dsp::Vector::operator+=(const P other)'],['../group__VECTOR.html#aadc6484d706b7cf01468804a9bf7fee1',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=(const Vector &other)'],['../group__VECTOR.html#aa63047b307b33da942eb902708cae266',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=(const P other)'],['../group__VECTOR.html#a4113e345cd4d427d0360498432bf5420',1,'arm_cmsis_dsp::VectorView::operator+=()']]], + ['operator_2a_3d_10',['operator*=',['../group__VECTOR.html#a3032b42481d346a92824003deb46829d',1,'arm_cmsis_dsp::VectorView::operator*=(const VectorView &other)'],['../group__VECTOR.html#acffdf9ec8be8937572a102f9eedd567c',1,'arm_cmsis_dsp::VectorView::operator*=(const T other)'],['../group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a3032b42481d346a92824003deb46829d',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const VectorView &other)'],['../group__VECTOR.html#acffdf9ec8be8937572a102f9eedd567c',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const T other)'],['../group__VECTOR.html#a91c39135884328da7486f8d9e28adace',1,'arm_cmsis_dsp::Vector::operator*=()'],['../group__VECTOR.html#a91c39135884328da7486f8d9e28adace',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=()'],['../group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c',1,'arm_cmsis_dsp::VectorView::operator*=()'],['../group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041',1,'arm_cmsis_dsp::Vector::operator*=()'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const T other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const MatrixView &other)'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const T other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const MatrixView &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView::operator*=(const T other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView::operator*=(const MatrixView &other)'],['../group__VECTOR.html#a905e2625e82c47e21513c376bc3c6794',1,'arm_cmsis_dsp::Vector::operator*=()'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView::operator*=()'],['../group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a905e2625e82c47e21513c376bc3c6794',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=(const Vector &other)'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=()']]], + ['operator_2b_11',['operator+',['../group__VECTOR.html#ga9f8543dd0b651ecd256678915c9427ac',1,'arm_cmsis_dsp::operator+(const LHS &a, const RHS &b)'],['../group__VECTOR.html#gacc32bb57431e32125d18d867f6427db7',1,'arm_cmsis_dsp::operator+(const LHS &a)'],['../group__FIXED.html#ga2c8f0e4576c959b21a3b4241291199c5',1,'arm_cmsis_dsp::operator+(const Q< M, F, S > &a)'],['../group__FIXED.html#gaba2c791a1d3935b3b52d64b9043d76eb',1,'arm_cmsis_dsp::operator+(const Q< M, F, S > &a, const Q< M, F, S > &b)']]], + ['operator_2b_3d_12',['operator+=',['../group__VECTOR.html#a42074bf749c737e1fc411977736c52cc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const T other)'],['../group__VECTOR.html#a4113e345cd4d427d0360498432bf5420',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const VectorView &other)'],['../group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a42074bf749c737e1fc411977736c52cc',1,'arm_cmsis_dsp::VectorView::operator+=(const T other)'],['../group__VECTOR.html#a4113e345cd4d427d0360498432bf5420',1,'arm_cmsis_dsp::VectorView::operator+=(const VectorView &other)'],['../group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc',1,'arm_cmsis_dsp::VectorView::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#aa63047b307b33da942eb902708cae266',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=(const P other)'],['../group__VECTOR.html#aadc6484d706b7cf01468804a9bf7fee1',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=(const _Expr< Derived > &other)'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator+=()'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView::operator+=(const T other)'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const T other)'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const T other)'],['../group__VECTOR.html#aadc6484d706b7cf01468804a9bf7fee1',1,'arm_cmsis_dsp::Vector::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c',1,'arm_cmsis_dsp::Vector::operator+=(const Vector &other)'],['../group__VECTOR.html#aa63047b307b33da942eb902708cae266',1,'arm_cmsis_dsp::Vector::operator+=(const P other)'],['../group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=()']]], ['operator_2d_13',['operator-',['../group__FIXED.html#ga8cf57cd14f97fad49fd53fd1afbec319',1,'arm_cmsis_dsp::operator-(const Q< M, F, S > &a, const Q< M, F, S > &b)'],['../group__FIXED.html#gaf3893e804abe8616e04946fb8b00d2fe',1,'arm_cmsis_dsp::operator-(const Q< M, F, S > &a)'],['../group__VECTOR.html#gafb7a15c827548a566c90fda1a4bd0ed0',1,'arm_cmsis_dsp::operator-(const LHS &a, const RHS &b)'],['../group__VECTOR.html#ga17bc7a3d066f076d89f5858e4bf6bcdf',1,'arm_cmsis_dsp::operator-(const LHS &a)']]], - ['operator_2d_3d_14',['operator-=',['../group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__VECTOR.html#ab219c25c76f5bb3617321a0054c7f3ab',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const VectorView &other)'],['../group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const T other)'],['../group__VECTOR.html#aafd64c288bfb44f6bb00f7ae90fe8ea2',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__VECTOR.html#ab219c25c76f5bb3617321a0054c7f3ab',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator-=()'],['../group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator-=()'],['../group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator-=()'],['../group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator-=()'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView::operator-=(const MatrixView &other)'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView::operator-=(const T other)'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__VECTOR.html#aafd64c288bfb44f6bb00f7ae90fe8ea2',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const MatrixView &other)'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const T other)'],['../group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba',1,'arm_cmsis_dsp::Vector::operator-=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2',1,'arm_cmsis_dsp::Vector::operator-=(const Vector &other)'],['../group__VECTOR.html#a69556ec665477f5fec2c155b58af059f',1,'arm_cmsis_dsp::Vector::operator-=(const P other)'],['../group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const Vector &other)'],['../group__VECTOR.html#a69556ec665477f5fec2c155b58af059f',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const P other)']]], + ['operator_2d_3d_14',['operator-=',['../group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const T other)'],['../group__VECTOR.html#ab219c25c76f5bb3617321a0054c7f3ab',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const VectorView &other)'],['../group__VECTOR.html#aafd64c288bfb44f6bb00f7ae90fe8ea2',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__VECTOR.html#aafd64c288bfb44f6bb00f7ae90fe8ea2',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=()'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator-=()'],['../group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator-=()'],['../group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator-=()'],['../group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator-=()'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView::operator-=(const MatrixView &other)'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView::operator-=(const T other)'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__VECTOR.html#ab219c25c76f5bb3617321a0054c7f3ab',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const MatrixView &other)'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const T other)'],['../group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba',1,'arm_cmsis_dsp::Vector::operator-=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2',1,'arm_cmsis_dsp::Vector::operator-=(const Vector &other)'],['../group__VECTOR.html#a69556ec665477f5fec2c155b58af059f',1,'arm_cmsis_dsp::Vector::operator-=(const P other)'],['../group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const Vector &other)'],['../group__VECTOR.html#a69556ec665477f5fec2c155b58af059f',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const P other)']]], ['operator_2f_15',['operator/',['../group__FIXED.html#ga0385cca6ea4f1a0443b4918d234f99fb',1,'arm_cmsis_dsp']]], - ['operator_3c_16',['operator<',['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<()'],['../group__FIXED.html#ga1347d2c68f4090b8bc3b2e4757a106a2',1,'arm_cmsis_dsp::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<()']]], - ['operator_3c_3c_17',['operator<<',['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<<()'],['../group__FIXED.html#ga0aa752f033eb2a4ec72d4ede35e25ff0',1,'arm_cmsis_dsp::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<<()'],['../group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572',1,'arm_cmsis_dsp::Matrix::operator<<()'],['../group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator<<()'],['../group__VECTOR.html#a38679461ba64e2b1d915f057efcf8f08',1,'arm_cmsis_dsp::Vector_Base::operator<<()'],['../group__VECTOR.html#a5999a20d9e9858000b888d4e5795f778',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator<<()'],['../group__VECTOR.html#a6984fed3efef899b24a2e8d3b9b2f85e',1,'arm_cmsis_dsp::VectorView::operator<<()']]], - ['operator_3c_3d_18',['operator<=',['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<=()'],['../group__FIXED.html#gaae6cfd9d58ded1c0583eef3f6d7eb6af',1,'arm_cmsis_dsp::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<=()']]], + ['operator_3c_16',['operator<',['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<()'],['../group__FIXED.html#ga1347d2c68f4090b8bc3b2e4757a106a2',1,'arm_cmsis_dsp::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<()']]], + ['operator_3c_3c_17',['operator<<',['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<<()'],['../group__FIXED.html#ga0aa752f033eb2a4ec72d4ede35e25ff0',1,'arm_cmsis_dsp::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<<()'],['../group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572',1,'arm_cmsis_dsp::Matrix::operator<<()'],['../group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator<<()'],['../group__VECTOR.html#a38679461ba64e2b1d915f057efcf8f08',1,'arm_cmsis_dsp::Vector_Base::operator<<()'],['../group__VECTOR.html#a5999a20d9e9858000b888d4e5795f778',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator<<()'],['../group__VECTOR.html#a6984fed3efef899b24a2e8d3b9b2f85e',1,'arm_cmsis_dsp::VectorView::operator<<()']]], + ['operator_3c_3d_18',['operator<=',['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<=()'],['../group__FIXED.html#gaae6cfd9d58ded1c0583eef3f6d7eb6af',1,'arm_cmsis_dsp::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<=()']]], ['operator_3d_19',['operator=',['../group__VECTOR.html#a5003a86b9216aa119f58e27a42e06d06',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator=()'],['../group__VECTOR.html#a7596f76f84de63fb97b8790c906955cd',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator=()'],['../group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5',1,'arm_cmsis_dsp::Matrix::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5',1,'arm_cmsis_dsp::Matrix::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f',1,'arm_cmsis_dsp::MatrixView::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758',1,'arm_cmsis_dsp::MatrixView::operator=(const T val)'],['../group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator=(const T val)'],['../group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator=(const T val)'],['../group__VECTOR.html#a5003a86b9216aa119f58e27a42e06d06',1,'arm_cmsis_dsp::Vector::operator=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a10bee8e440eddae43f3f16feacce8fba',1,'arm_cmsis_dsp::Vector::operator=(const T other)'],['../group__VECTOR.html#a10bee8e440eddae43f3f16feacce8fba',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator=()'],['../group__VECTOR.html#a80ffce01515364c42c33805d7e287157',1,'arm_cmsis_dsp::VectorView::operator=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a7596f76f84de63fb97b8790c906955cd',1,'arm_cmsis_dsp::VectorView::operator=(const T val)'],['../group__VECTOR.html#a80ffce01515364c42c33805d7e287157',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator=()']]], - ['operator_3d_3d_20',['operator==',['../group__FIXED.html#ga9920fa7eb3da1ec38ab63c8be771cd61',1,'arm_cmsis_dsp::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator==()']]], - ['operator_3e_21',['operator>',['../group__FIXED.html#ga27217ada53c40424a1f02485b4037d45',1,'arm_cmsis_dsp::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>()']]], - ['operator_3e_3d_22',['operator>=',['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>=()'],['../group__FIXED.html#gaf86ea70d98836c9722a5712d22375a97',1,'arm_cmsis_dsp::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>=()']]], + ['operator_3d_3d_20',['operator==',['../group__FIXED.html#ga9920fa7eb3da1ec38ab63c8be771cd61',1,'arm_cmsis_dsp::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator==()']]], + ['operator_3e_21',['operator>',['../group__FIXED.html#ga27217ada53c40424a1f02485b4037d45',1,'arm_cmsis_dsp::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>()']]], + ['operator_3e_3d_22',['operator>=',['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>=()'],['../group__FIXED.html#gaf86ea70d98836c9722a5712d22375a97',1,'arm_cmsis_dsp::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>=()']]], ['operator_3e_3e_23',['operator>>',['../group__FIXED.html#ga2366c883e1ae9dd74e38b7d1797bde87',1,'arm_cmsis_dsp']]], ['operator_5b_5d_24',['operator[]',['../group__FUSION.html#a6d5e7941c2aa2b4bd07a4186b7bf5290',1,'arm_cmsis_dsp::_Expr::operator[]()'],['../group__VECTOR.html#a44636a8cdaef9cfb393a28fca068bedd',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator[](index_t i) const'],['../group__VECTOR.html#a657eb179035d6112e1006d82ad1b3c47',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator[](index_t i)'],['../group__VECTOR.html#a1b491ae878ed3e9563a59405adf92046',1,'arm_cmsis_dsp::VectorView::operator[](const index_t i) const'],['../group__VECTOR.html#aa9edeec13db8d69f0eeec9129211b3f6',1,'arm_cmsis_dsp::VectorView::operator[](const index_t i)'],['../group__VECTOR.html#af371d21a183d0dafec200e4b24fec075',1,'arm_cmsis_dsp::Vector_Base::operator[](const index_t i) const'],['../group__VECTOR.html#af12e3260213f5a5d86de52ff7ea659d1',1,'arm_cmsis_dsp::Vector_Base::operator[](const index_t i)']]], ['outer_25',['outer',['../group__Matrix.html#gac70f640476a4639f2005ff2b338c2545',1,'arm_cmsis_dsp']]], diff --git a/main/search/classes_0.js b/main/search/classes_0.js index 5dbbfb6d..205100c0 100644 --- a/main/search/classes_0.js +++ b/main/search/classes_0.js @@ -3,22 +3,24 @@ var searchData= ['_5faddop_0',['_AddOp',['../group__FUSION.html#struct__AddOp',1,'']]], ['_5fbinary_1',['_Binary',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Binary',1,'arm_cmsis_dsp']]], ['_5fbinaryoperator_2',['_BinaryOperator',['../group__FUSION.html#struct__BinaryOperator',1,'']]], - ['_5fbinaryoperator_3c_20scalar_2c_20_5faddop_3c_20scalar_20_3e_20_3e_3',['_BinaryOperator< Scalar, _AddOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5fbinaryoperator_3c_20scalar_2c_20_5fmulop_3c_20scalar_20_3e_20_3e_4',['_BinaryOperator< Scalar, _MulOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5fbinaryoperator_3c_20scalar_2c_20_5fsubop_3c_20scalar_20_3e_20_3e_5',['_BinaryOperator< Scalar, _SubOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5fbinaryoperator_3c_20scalar_2c_20derivedop_20_3e_6',['_BinaryOperator< Scalar, DerivedOp >',['../group__FUSION.html',1,'']]], - ['_5fexpr_7',['_Expr',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Expr',1,'arm_cmsis_dsp']]], - ['_5fexpr_3c_20_5fbinary_3c_20lhs_2c_20rhs_2c_20derivedop_20_3e_20_3e_8',['_Expr< _Binary< LHS, RHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], - ['_5fexpr_3c_20_5fouter_3c_20lhs_2c_20rhs_2c_20derivedop_20_3e_20_3e_9',['_Expr< _Outer< LHS, RHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], - ['_5fexpr_3c_20_5funary_3c_20lhs_2c_20derivedop_20_3e_20_3e_10',['_Expr< _Unary< LHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], - ['_5fmulop_11',['_MulOp',['../group__FUSION.html#struct__MulOp',1,'']]], - ['_5fnegop_12',['_NegOp',['../group__FUSION.html#struct__NegOp',1,'']]], - ['_5fnoop_13',['_NoOp',['../group__FUSION.html#struct__NoOp',1,'']]], - ['_5fouter_14',['_Outer',['../group__Matrix.html#structarm__cmsis__dsp_1_1__Outer',1,'arm_cmsis_dsp']]], - ['_5fsubop_15',['_SubOp',['../group__FUSION.html#struct__SubOp',1,'']]], - ['_5funary_16',['_Unary',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Unary',1,'arm_cmsis_dsp']]], - ['_5funaryoperator_17',['_UnaryOperator',['../group__FUSION.html#struct__UnaryOperator',1,'']]], - ['_5funaryoperator_3c_20scalar_2c_20_5fnegop_3c_20scalar_20_3e_20_3e_18',['_UnaryOperator< Scalar, _NegOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5funaryoperator_3c_20scalar_2c_20_5fnoop_3c_20scalar_20_3e_20_3e_19',['_UnaryOperator< Scalar, _NoOp< Scalar > >',['../group__FUSION.html',1,'']]], - ['_5funaryoperator_3c_20scalar_2c_20derivedop_20_3e_20',['_UnaryOperator< Scalar, DerivedOp >',['../group__FUSION.html',1,'']]] + ['_5fbinaryoperator_3c_20scalarlhs_2c_20scalarrhs_2c_20_5faddop_3c_20scalarlhs_2c_20scalarrhs_20_3e_20_3e_3',['_BinaryOperator< ScalarLHS, ScalarRHS, _AddOp< ScalarLHS, ScalarRHS > >',['../group__FUSION.html',1,'']]], + ['_5fbinaryoperator_3c_20scalarlhs_2c_20scalarrhs_2c_20_5fmulop_3c_20scalarlhs_2c_20scalarrhs_20_3e_20_3e_4',['_BinaryOperator< ScalarLHS, ScalarRHS, _MulOp< ScalarLHS, ScalarRHS > >',['../group__FUSION.html',1,'']]], + ['_5fbinaryoperator_3c_20scalarlhs_2c_20scalarrhs_2c_20_5fsubop_3c_20scalarlhs_2c_20scalarrhs_20_3e_20_3e_5',['_BinaryOperator< ScalarLHS, ScalarRHS, _SubOp< ScalarLHS, ScalarRHS > >',['../group__FUSION.html',1,'']]], + ['_5fbinaryoperator_3c_20scalarlhs_2c_20scalarrhs_2c_20derivedop_20_3e_6',['_BinaryOperator< ScalarLHS, ScalarRHS, DerivedOp >',['../group__FUSION.html',1,'']]], + ['_5fconjugateop_7',['_ConjugateOp',['../group__FUSION.html#struct__ConjugateOp',1,'']]], + ['_5fexpr_8',['_Expr',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Expr',1,'arm_cmsis_dsp']]], + ['_5fexpr_3c_20_5fbinary_3c_20lhs_2c_20rhs_2c_20derivedop_20_3e_20_3e_9',['_Expr< _Binary< LHS, RHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], + ['_5fexpr_3c_20_5fouter_3c_20lhs_2c_20rhs_2c_20derivedop_20_3e_20_3e_10',['_Expr< _Outer< LHS, RHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], + ['_5fexpr_3c_20_5funary_3c_20lhs_2c_20derivedop_20_3e_20_3e_11',['_Expr< _Unary< LHS, DerivedOp > >',['../group__FUSION.html',1,'arm_cmsis_dsp']]], + ['_5fmulop_12',['_MulOp',['../group__FUSION.html#struct__MulOp',1,'']]], + ['_5fnegop_13',['_NegOp',['../group__FUSION.html#struct__NegOp',1,'']]], + ['_5fnoop_14',['_NoOp',['../group__FUSION.html#struct__NoOp',1,'']]], + ['_5fouter_15',['_Outer',['../group__Matrix.html#structarm__cmsis__dsp_1_1__Outer',1,'arm_cmsis_dsp']]], + ['_5fsubop_16',['_SubOp',['../group__FUSION.html#struct__SubOp',1,'']]], + ['_5funary_17',['_Unary',['../group__FUSION.html#structarm__cmsis__dsp_1_1__Unary',1,'arm_cmsis_dsp']]], + ['_5funaryoperator_18',['_UnaryOperator',['../group__FUSION.html#struct__UnaryOperator',1,'']]], + ['_5funaryoperator_3c_20scalar_2c_20_5fconjugateop_3c_20scalar_20_3e_20_3e_19',['_UnaryOperator< Scalar, _ConjugateOp< Scalar > >',['../group__FUSION.html',1,'']]], + ['_5funaryoperator_3c_20scalar_2c_20_5fnegop_3c_20scalar_20_3e_20_3e_20',['_UnaryOperator< Scalar, _NegOp< Scalar > >',['../group__FUSION.html',1,'']]], + ['_5funaryoperator_3c_20scalar_2c_20_5fnoop_3c_20scalar_20_3e_20_3e_21',['_UnaryOperator< Scalar, _NoOp< Scalar > >',['../group__FUSION.html',1,'']]], + ['_5funaryoperator_3c_20scalar_2c_20derivedop_20_3e_22',['_UnaryOperator< Scalar, DerivedOp >',['../group__FUSION.html',1,'']]] ]; diff --git a/main/search/classes_2.js b/main/search/classes_2.js index e97c9896..8d95cafb 100644 --- a/main/search/classes_2.js +++ b/main/search/classes_2.js @@ -1,5 +1,4 @@ var searchData= [ - ['default_5fuser_5fallocator_5fmalloc_5ffree_0',['default_user_allocator_malloc_free',['../group__MEMORY.html#structarm__cmsis__dsp_1_1default__user__allocator__malloc__free',1,'arm_cmsis_dsp']]], - ['dsp_1',['DSP',['../group__ARCH.html#classarm__cmsis__dsp_1_1DSP',1,'arm_cmsis_dsp']]] + ['complexvector_0',['ComplexVector',['../group__NUMBER.html#structarm__cmsis__dsp_1_1ComplexVector',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_3.js b/main/search/classes_3.js index 4cc1c12e..0068018c 100644 --- a/main/search/classes_3.js +++ b/main/search/classes_3.js @@ -1,16 +1,6 @@ var searchData= [ - ['fixed_5fstorage_5ftype_0',['fixed_storage_type',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_20_3e_1',['fixed_storage_type< M, F, false >',['../group__FIXED.html',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_2c_20test16_28m_2c_20f_2c_200_29_3e_2',['fixed_storage_type< M, F, false, test16(M, F, 0)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_2c_20test32_28m_2c_20f_2c_200_29_3e_3',['fixed_storage_type< M, F, false, test32(M, F, 0)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_2c_20test64_28m_2c_20f_2c_200_29_3e_4',['fixed_storage_type< M, F, false, test64(M, F, 0)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test64_07M_00_01F_00_010_08_4',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_2c_20test8_28m_2c_20f_2c_200_29_3e_5',['fixed_storage_type< M, F, false, test8(M, F, 0)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test8_07M_00_01F_00_010_08_4',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_20_3e_6',['fixed_storage_type< M, F, true >',['../group__FIXED.html',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_2c_20test16_28m_2c_20f_2c_201_29_3e_7',['fixed_storage_type< M, F, true, test16(M, F, 1)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test16_07M_00_01F_00_011_08_4',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_2c_20test32_28m_2c_20f_2c_201_29_3e_8',['fixed_storage_type< M, F, true, test32(M, F, 1)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test32_07M_00_01F_00_011_08_4',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_2c_20test64_28m_2c_20f_2c_201_29_3e_9',['fixed_storage_type< M, F, true, test64(M, F, 1)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4',1,'arm_cmsis_dsp']]], - ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_2c_20test8_28m_2c_20f_2c_201_29_3e_10',['fixed_storage_type< M, F, true, test8(M, F, 1)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4',1,'arm_cmsis_dsp']]], - ['fixedcastshift_3c_20m_2c_20fd_2c_20fs_2c_20s_2c_28fd_20_3efs_29_3e_11',['FixedCastShift< M, FD, FS, S,(FD >FS)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_01_4FS_08_4',1,'arm_cmsis_dsp']]], - ['fixedcastshift_3c_20m_2c_20fd_2c_20fs_2c_20s_2c_28fd_3c_20fs_29_3e_12',['FixedCastShift< M, FD, FS, S,(FD< FS)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_3_01FS_08_4',1,'arm_cmsis_dsp']]] + ['default_5fuser_5fallocator_5fmalloc_5ffree_0',['default_user_allocator_malloc_free',['../group__MEMORY.html#structarm__cmsis__dsp_1_1default__user__allocator__malloc__free',1,'arm_cmsis_dsp']]], + ['dsp_1',['DSP',['../group__ARCH.html#classarm__cmsis__dsp_1_1DSP',1,'arm_cmsis_dsp']]], + ['dual_2',['Dual',['../group__NUMBER.html#structarm__cmsis__dsp_1_1Dual',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_4.js b/main/search/classes_4.js index 40383050..4af76987 100644 --- a/main/search/classes_4.js +++ b/main/search/classes_4.js @@ -1,5 +1,17 @@ var searchData= [ - ['helium_0',['Helium',['../group__ARCH.html#classarm__cmsis__dsp_1_1Helium',1,'arm_cmsis_dsp']]], - ['helium82_1',['Helium82',['../group__ARCH.html#classarm__cmsis__dsp_1_1Helium82',1,'arm_cmsis_dsp']]] + ['fixed_5fstorage_5ftype_0',['fixed_storage_type',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_20_3e_1',['fixed_storage_type< M, F, false >',['../group__FIXED.html',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_2c_20test16_28m_2c_20f_2c_200_29_3e_2',['fixed_storage_type< M, F, false, test16(M, F, 0)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test16_07M_00_01F_00_010_08_4',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_2c_20test32_28m_2c_20f_2c_200_29_3e_3',['fixed_storage_type< M, F, false, test32(M, F, 0)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test32_07M_00_01F_00_010_08_4',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_2c_20test64_28m_2c_20f_2c_200_29_3e_4',['fixed_storage_type< M, F, false, test64(M, F, 0)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test64_07M_00_01F_00_010_08_4',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20false_2c_20test8_28m_2c_20f_2c_200_29_3e_5',['fixed_storage_type< M, F, false, test8(M, F, 0)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01false_00_01test8_07M_00_01F_00_010_08_4',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_20_3e_6',['fixed_storage_type< M, F, true >',['../group__FIXED.html',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_2c_20test16_28m_2c_20f_2c_201_29_3e_7',['fixed_storage_type< M, F, true, test16(M, F, 1)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test16_07M_00_01F_00_011_08_4',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_2c_20test32_28m_2c_20f_2c_201_29_3e_8',['fixed_storage_type< M, F, true, test32(M, F, 1)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test32_07M_00_01F_00_011_08_4',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_2c_20test64_28m_2c_20f_2c_201_29_3e_9',['fixed_storage_type< M, F, true, test64(M, F, 1)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test64_07M_00_01F_00_011_08_4',1,'arm_cmsis_dsp']]], + ['fixed_5fstorage_5ftype_3c_20m_2c_20f_2c_20true_2c_20test8_28m_2c_20f_2c_201_29_3e_10',['fixed_storage_type< M, F, true, test8(M, F, 1)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1fixed__storage__type_3_01M_00_01F_00_01true_00_01test8_07M_00_01F_00_011_08_4',1,'arm_cmsis_dsp']]], + ['fixedcastshift_3c_20m_2c_20fd_2c_20fs_2c_20s_2c_28fd_20_3efs_29_3e_11',['FixedCastShift< M, FD, FS, S,(FD >FS)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_01_4FS_08_4',1,'arm_cmsis_dsp']]], + ['fixedcastshift_3c_20m_2c_20fd_2c_20fs_2c_20s_2c_28fd_3c_20fs_29_3e_12',['FixedCastShift< M, FD, FS, S,(FD< FS)>',['../group__FIXED.html#structarm__cmsis__dsp_1_1FixedCastShift_3_01M_00_01FD_00_01FS_00_01S_00_07FD_3_01FS_08_4',1,'arm_cmsis_dsp']]], + ['floattype_13',['FloatType',['../group__FUSION.html#structarm__cmsis__dsp_1_1FloatType',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_5.js b/main/search/classes_5.js index 5b12c222..1f2b9a63 100644 --- a/main/search/classes_5.js +++ b/main/search/classes_5.js @@ -1,4 +1,6 @@ var searchData= [ - ['listelem_0',['ListElem',['../group__MEMORY.html#structarm__cmsis__dsp_1_1ListElem',1,'arm_cmsis_dsp']]] + ['halfcomplexvector_0',['HalfComplexVector',['../group__NUMBER.html#structarm__cmsis__dsp_1_1HalfComplexVector',1,'arm_cmsis_dsp']]], + ['helium_1',['Helium',['../group__ARCH.html#classarm__cmsis__dsp_1_1Helium',1,'arm_cmsis_dsp']]], + ['helium82_2',['Helium82',['../group__ARCH.html#classarm__cmsis__dsp_1_1Helium82',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_6.js b/main/search/classes_6.js index 64291241..5b12c222 100644 --- a/main/search/classes_6.js +++ b/main/search/classes_6.js @@ -1,10 +1,4 @@ var searchData= [ - ['malloc_5fallocator_0',['malloc_allocator',['../group__MEMORY.html#structarm__cmsis__dsp_1_1malloc__allocator',1,'arm_cmsis_dsp']]], - ['matrix_1',['Matrix',['../group__Matrix.html#structarm__cmsis__dsp_1_1Matrix',1,'arm_cmsis_dsp']]], - ['matrix_3c_20p_2c_20dynamic_2c_20dynamic_2c_20allocator_20_3e_2',['Matrix< P, DYNAMIC, DYNAMIC, Allocator >',['../group__Matrix.html#structarm__cmsis__dsp_1_1Matrix_3_01P_00_01DYNAMIC_00_01DYNAMIC_00_01Allocator_01_4',1,'arm_cmsis_dsp']]], - ['matrixview_3',['MatrixView',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView',1,'arm_cmsis_dsp']]], - ['matrixview_3c_20t_2c_20constrained_5fdynamic_20_3e_4',['MatrixView< T, CONSTRAINED_DYNAMIC >',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01CONSTRAINED__DYNAMIC_01_4',1,'arm_cmsis_dsp']]], - ['matrixview_3c_20t_2c_20dynamic_20_3e_5',['MatrixView< T, DYNAMIC >',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01DYNAMIC_01_4',1,'arm_cmsis_dsp']]], - ['memorypool_6',['MemoryPool',['../group__MEMORY.html#classarm__cmsis__dsp_1_1MemoryPool',1,'arm_cmsis_dsp']]] + ['listelem_0',['ListElem',['../group__MEMORY.html#structarm__cmsis__dsp_1_1ListElem',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_7.js b/main/search/classes_7.js index 37d0194d..64291241 100644 --- a/main/search/classes_7.js +++ b/main/search/classes_7.js @@ -1,12 +1,10 @@ var searchData= [ - ['neon_0',['Neon',['../group__ARCH.html#classarm__cmsis__dsp_1_1Neon',1,'arm_cmsis_dsp']]], - ['number_5ftraits_1',['number_traits',['../group__NUMBER.html#structarm__cmsis__dsp_1_1number__traits',1,'arm_cmsis_dsp']]], - ['number_5ftraits_3c_20double_20_3e_2',['number_traits< double >',['../group__GenericDoubleNumber.html#structnumber__traits_3_01double_01_4',1,'']]], - ['number_5ftraits_3c_20float_20_3e_3',['number_traits< float >',['../group__GenericFloatNumber.html#structnumber__traits_3_01float_01_4',1,'']]], - ['number_5ftraits_3c_20float16_5ft_20_3e_4',['number_traits< float16_t >',['../group__GenericHalfNumber.html#structnumber__traits_3_01float16__t_01_4',1,'']]], - ['number_5ftraits_3c_20q15_20_3e_5',['number_traits< Q15 >',['../group__GenericQ15Number.html#structnumber__traits_3_01Q15_01_4',1,'']]], - ['number_5ftraits_3c_20q31_20_3e_6',['number_traits< Q31 >',['../group__GenericQ31Number.html#structnumber__traits_3_01Q31_01_4',1,'']]], - ['number_5ftraits_3c_20q7_20_3e_7',['number_traits< Q7 >',['../group__GenericQ7Number.html#structnumber__traits_3_01Q7_01_4',1,'']]], - ['number_5ftraits_3c_20std_3a_3atuple_3c_20e_2e_2e_2e_20_3e_20_3e_8',['number_traits< std::tuple< E... > >',['../group__GenericTUPLENumber.html#structnumber__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_01_4',1,'']]] + ['malloc_5fallocator_0',['malloc_allocator',['../group__MEMORY.html#structarm__cmsis__dsp_1_1malloc__allocator',1,'arm_cmsis_dsp']]], + ['matrix_1',['Matrix',['../group__Matrix.html#structarm__cmsis__dsp_1_1Matrix',1,'arm_cmsis_dsp']]], + ['matrix_3c_20p_2c_20dynamic_2c_20dynamic_2c_20allocator_20_3e_2',['Matrix< P, DYNAMIC, DYNAMIC, Allocator >',['../group__Matrix.html#structarm__cmsis__dsp_1_1Matrix_3_01P_00_01DYNAMIC_00_01DYNAMIC_00_01Allocator_01_4',1,'arm_cmsis_dsp']]], + ['matrixview_3',['MatrixView',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView',1,'arm_cmsis_dsp']]], + ['matrixview_3c_20t_2c_20constrained_5fdynamic_20_3e_4',['MatrixView< T, CONSTRAINED_DYNAMIC >',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01CONSTRAINED__DYNAMIC_01_4',1,'arm_cmsis_dsp']]], + ['matrixview_3c_20t_2c_20dynamic_20_3e_5',['MatrixView< T, DYNAMIC >',['../group__Matrix.html#structarm__cmsis__dsp_1_1MatrixView_3_01T_00_01DYNAMIC_01_4',1,'arm_cmsis_dsp']]], + ['memorypool_6',['MemoryPool',['../group__MEMORY.html#classarm__cmsis__dsp_1_1MemoryPool',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_8.js b/main/search/classes_8.js index f3b4334a..e93355f0 100644 --- a/main/search/classes_8.js +++ b/main/search/classes_8.js @@ -1,13 +1,18 @@ var searchData= [ - ['q_0',['Q',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q',1,'arm_cmsis_dsp']]], - ['q15dspvector_1',['Q15DSPVector',['../group__DSPQ15Number.html#structQ15DSPVector',1,'']]], - ['q_3c_20m_2c_20f_2c_20false_2c_20uint16_5ft_20_3e_2',['Q< M, F, false, uint16_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint16__t_01_4',1,'arm_cmsis_dsp']]], - ['q_3c_20m_2c_20f_2c_20false_2c_20uint32_5ft_20_3e_3',['Q< M, F, false, uint32_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint32__t_01_4',1,'arm_cmsis_dsp']]], - ['q_3c_20m_2c_20f_2c_20false_2c_20uint64_5ft_20_3e_4',['Q< M, F, false, uint64_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint64__t_01_4',1,'arm_cmsis_dsp']]], - ['q_3c_20m_2c_20f_2c_20false_2c_20uint8_5ft_20_3e_5',['Q< M, F, false, uint8_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint8__t_01_4',1,'arm_cmsis_dsp']]], - ['q_3c_20m_2c_20f_2c_20true_2c_20int16_5ft_20_3e_6',['Q< M, F, true, int16_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int16__t_01_4',1,'arm_cmsis_dsp']]], - ['q_3c_20m_2c_20f_2c_20true_2c_20int32_5ft_20_3e_7',['Q< M, F, true, int32_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int32__t_01_4',1,'arm_cmsis_dsp']]], - ['q_3c_20m_2c_20f_2c_20true_2c_20int64_5ft_20_3e_8',['Q< M, F, true, int64_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int64__t_01_4',1,'arm_cmsis_dsp']]], - ['q_3c_20m_2c_20f_2c_20true_2c_20int8_5ft_20_3e_9',['Q< M, F, true, int8_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int8__t_01_4',1,'arm_cmsis_dsp']]] + ['neon_0',['Neon',['../group__ARCH.html#classarm__cmsis__dsp_1_1Neon',1,'arm_cmsis_dsp']]], + ['number_5ftraits_1',['number_traits',['../group__NUMBER.html#structarm__cmsis__dsp_1_1number__traits',1,'arm_cmsis_dsp']]], + ['number_5ftraits_3c_20double_20_3e_2',['number_traits< double >',['../group__GenericDoubleNumber.html#structnumber__traits_3_01double_01_4',1,'']]], + ['number_5ftraits_3c_20float_20_3e_3',['number_traits< float >',['../group__GenericFloatNumber.html#structnumber__traits_3_01float_01_4',1,'']]], + ['number_5ftraits_3c_20float16_5ft_20_3e_4',['number_traits< float16_t >',['../group__GenericHalfNumber.html#structnumber__traits_3_01float16__t_01_4',1,'']]], + ['number_5ftraits_3c_20q15_20_3e_5',['number_traits< Q15 >',['../group__GenericQ15Number.html#structnumber__traits_3_01Q15_01_4',1,'']]], + ['number_5ftraits_3c_20q31_20_3e_6',['number_traits< Q31 >',['../group__GenericQ31Number.html#structnumber__traits_3_01Q31_01_4',1,'']]], + ['number_5ftraits_3c_20q7_20_3e_7',['number_traits< Q7 >',['../group__GenericQ7Number.html#structnumber__traits_3_01Q7_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20double_20_3e_20_3e_8',['number_traits< std::complex< double > >',['../group__GenericComplexDoubleNumber.html#structnumber__traits_3_01std_1_1complex_3_01double_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20float_20_3e_20_3e_9',['number_traits< std::complex< float > >',['../group__GenericComplexFloatNumber.html#structnumber__traits_3_01std_1_1complex_3_01float_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_20_3e_10',['number_traits< std::complex< float16_t > >',['../group__GenericComplexHalfNumber.html#structnumber__traits_3_01std_1_1complex_3_01float16__t_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20q15_20_3e_20_3e_11',['number_traits< std::complex< Q15 > >',['../group__GenericComplexQ15Number.html#structnumber__traits_3_01std_1_1complex_3_01Q15_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20q31_20_3e_20_3e_12',['number_traits< std::complex< Q31 > >',['../group__GenericComplexQ31Number.html#structnumber__traits_3_01std_1_1complex_3_01Q31_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3acomplex_3c_20q7_20_3e_20_3e_13',['number_traits< std::complex< Q7 > >',['../group__GenericComplexQ7Number.html#structnumber__traits_3_01std_1_1complex_3_01Q7_01_4_01_4',1,'']]], + ['number_5ftraits_3c_20std_3a_3atuple_3c_20e_2e_2e_2e_20_3e_20_3e_14',['number_traits< std::tuple< E... > >',['../group__GenericTUPLENumber.html#structnumber__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_01_4',1,'']]] ]; diff --git a/main/search/classes_9.js b/main/search/classes_9.js index d78b0c0b..f3b4334a 100644 --- a/main/search/classes_9.js +++ b/main/search/classes_9.js @@ -1,5 +1,13 @@ var searchData= [ - ['scalar_0',['Scalar',['../group__ARCH.html#classarm__cmsis__dsp_1_1Scalar',1,'arm_cmsis_dsp']]], - ['slice_1',['Slice',['../group__Matrix.html#structarm__cmsis__dsp_1_1Slice',1,'arm_cmsis_dsp']]] + ['q_0',['Q',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q',1,'arm_cmsis_dsp']]], + ['q15dspvector_1',['Q15DSPVector',['../group__DSPQ15Number.html#structQ15DSPVector',1,'']]], + ['q_3c_20m_2c_20f_2c_20false_2c_20uint16_5ft_20_3e_2',['Q< M, F, false, uint16_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint16__t_01_4',1,'arm_cmsis_dsp']]], + ['q_3c_20m_2c_20f_2c_20false_2c_20uint32_5ft_20_3e_3',['Q< M, F, false, uint32_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint32__t_01_4',1,'arm_cmsis_dsp']]], + ['q_3c_20m_2c_20f_2c_20false_2c_20uint64_5ft_20_3e_4',['Q< M, F, false, uint64_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint64__t_01_4',1,'arm_cmsis_dsp']]], + ['q_3c_20m_2c_20f_2c_20false_2c_20uint8_5ft_20_3e_5',['Q< M, F, false, uint8_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01false_00_01uint8__t_01_4',1,'arm_cmsis_dsp']]], + ['q_3c_20m_2c_20f_2c_20true_2c_20int16_5ft_20_3e_6',['Q< M, F, true, int16_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int16__t_01_4',1,'arm_cmsis_dsp']]], + ['q_3c_20m_2c_20f_2c_20true_2c_20int32_5ft_20_3e_7',['Q< M, F, true, int32_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int32__t_01_4',1,'arm_cmsis_dsp']]], + ['q_3c_20m_2c_20f_2c_20true_2c_20int64_5ft_20_3e_8',['Q< M, F, true, int64_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int64__t_01_4',1,'arm_cmsis_dsp']]], + ['q_3c_20m_2c_20f_2c_20true_2c_20int8_5ft_20_3e_9',['Q< M, F, true, int8_t >',['../group__FIXED.html#structarm__cmsis__dsp_1_1Q_3_01M_00_01F_00_01true_00_01int8__t_01_4',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_a.js b/main/search/classes_a.js index 1856427b..d78b0c0b 100644 --- a/main/search/classes_a.js +++ b/main/search/classes_a.js @@ -1,4 +1,5 @@ var searchData= [ - ['user_5fallocator_5faligned_5fmalloc_0',['user_allocator_aligned_malloc',['../group__MEMORY.html#structarm__cmsis__dsp_1_1user__allocator__aligned__malloc',1,'arm_cmsis_dsp']]] + ['scalar_0',['Scalar',['../group__ARCH.html#classarm__cmsis__dsp_1_1Scalar',1,'arm_cmsis_dsp']]], + ['slice_1',['Slice',['../group__Matrix.html#structarm__cmsis__dsp_1_1Slice',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_b.js b/main/search/classes_b.js index 9a11b795..1856427b 100644 --- a/main/search/classes_b.js +++ b/main/search/classes_b.js @@ -1,33 +1,4 @@ var searchData= [ - ['vctpq_0',['vctpq',['../group__NUMBER.html#structarm__cmsis__dsp_1_1inner_1_1vctpq',1,'arm_cmsis_dsp::inner']]], - ['vctpq_3c_20float_20_3e_1',['vctpq< float >',['../group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4',1,'inner']]], - ['vctpq_3c_20float16_5ft_20_3e_2',['vctpq< float16_t >',['../group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4',1,'inner']]], - ['vector_3',['Vector',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector',1,'arm_cmsis_dsp']]], - ['vector_3c_20p_2c_20dynamic_20_2adynamic_2c_20malloc_5fallocator_20_3e_4',['Vector< P, DYNAMIC *DYNAMIC, malloc_allocator >',['../group__VECTOR.html',1,'arm_cmsis_dsp']]], - ['vector_3c_20p_2c_20dynamic_2c_20allocator_20_3e_5',['Vector< P, DYNAMIC, Allocator >',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector_3_01P_00_01DYNAMIC_00_01Allocator_01_4',1,'arm_cmsis_dsp']]], - ['vector_5fbase_6',['Vector_Base',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector__Base',1,'arm_cmsis_dsp']]], - ['vector_5ftraits_7',['vector_traits',['../group__NUMBER.html#structarm__cmsis__dsp_1_1vector__traits',1,'arm_cmsis_dsp']]], - ['vector_5ftraits_3c_20double_2c_20arch_2c_20void_20_3e_8',['vector_traits< double, arch, void >',['../group__GenericDoubleNumber.html#structvector__traits_3_01double_00_01arch_00_01void_01_4',1,'']]], - ['vector_5ftraits_3c_20float_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_9',['vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__ba5ab38020bf229f10c8cb296601cd2a',1,'']]], - ['vector_5ftraits_3c_20float_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_10',['vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__o90f4a252693d6998222af60019971d09',1,'']]], - ['vector_5ftraits_3c_20float16_5ft_20_3e_11',['vector_traits< float16_t >',['../group__GenericHalfNumber.html#structvector__traits_3_01float16__t_01_4',1,'']]], - ['vector_5ftraits_3c_20float16_5ft_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_12',['vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumHalfNumber.html#structvector__traits_3_01float16__t_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__bbf0c88ec3dcce04bc63f988798dbaaac',1,'']]], - ['vector_5ftraits_3c_20q15_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_13',['vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__of8f632c1300f8f47d48a293f567e4c1db',1,'']]], - ['vector_5ftraits_3c_20q15_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20dsp_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_14',['vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >',['../group__GenericQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_736401966ad6c7e96bbc91e818be4c30',1,'']]], - ['vector_5ftraits_3c_20q15_2c_20dsp_2c_20typename_20std_3a_3aenable_5fif_3c_20true_20_3e_3a_3atype_20_3e_15',['vector_traits< Q15, DSP, typename std::enable_if< true >::type >',['../group__DSPQ15Number.html#structvector__traits_3_01Q15_00_01DSP_00_01typename_01std_1_1enable__if_3_01true_01_4_1_1type_01_4',1,'']]], - ['vector_5ftraits_3c_20q31_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_16',['vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericQ31Number.html#structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f',1,'']]], - ['vector_5ftraits_3c_20q7_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20dsp_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_17',['vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >',['../group__GenericQ7Number.html#structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5',1,'']]], - ['vector_5ftraits_3c_20std_3a_3atuple_3c_20e_2e_2e_2e_20_3e_2c_20arch_20_3e_18',['vector_traits< std::tuple< E... >, arch >',['../group__GenericTUPLENumber.html#structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4',1,'']]], - ['vectorview_19',['VectorView',['../group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView',1,'arm_cmsis_dsp']]], - ['vectorview_3c_20t_2c_201_20_3e_20',['VectorView< T, 1 >',['../group__VECTOR.html',1,'arm_cmsis_dsp']]], - ['vectorview_3c_20t_2c_20dynamic_20_3e_21',['VectorView< T, DYNAMIC >',['../group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView_3_01T_00_01DYNAMIC_01_4',1,'arm_cmsis_dsp']]], - ['vload1_5fgen_5fstride_22',['vload1_gen_stride',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride',1,'inner']]], - ['vload1_5fgen_5fstride_3c_200_2c_201_2c_202_2c_203_20_3e_23',['vload1_gen_stride< 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_010_00_011_00_012_00_013_01_4',1,'inner']]], - ['vload1_5fgen_5fstride_5fz_24',['vload1_gen_stride_z',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z',1,'inner']]], - ['vload1_5fgen_5fstride_5fz_3c_200_2c_201_2c_202_2c_203_20_3e_25',['vload1_gen_stride_z< 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_010_00_011_00_012_00_013_01_4',1,'inner']]], - ['vstore1_5fgen_5fstride_26',['vstore1_gen_stride',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride',1,'inner']]], - ['vstore1_5fgen_5fstride_3c_200_2c_201_2c_202_2c_203_20_3e_27',['vstore1_gen_stride< 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_010_00_011_00_012_00_013_01_4',1,'inner']]], - ['vstore1_5fgen_5fstride_5fz_28',['vstore1_gen_stride_z',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z',1,'inner']]], - ['vstore1_5fgen_5fstride_5fz_3c_200_2c_201_2c_202_2c_203_20_3e_29',['vstore1_gen_stride_z< 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_010_00_011_00_012_00_013_01_4',1,'inner']]] + ['user_5fallocator_5faligned_5fmalloc_0',['user_allocator_aligned_malloc',['../group__MEMORY.html#structarm__cmsis__dsp_1_1user__allocator__aligned__malloc',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/classes_c.js b/main/search/classes_c.js new file mode 100644 index 00000000..3781f587 --- /dev/null +++ b/main/search/classes_c.js @@ -0,0 +1,41 @@ +var searchData= +[ + ['vctpq_0',['vctpq',['../group__NUMBER.html#structarm__cmsis__dsp_1_1inner_1_1vctpq',1,'arm_cmsis_dsp::inner']]], + ['vctpq_3c_20float_20_3e_1',['vctpq< float >',['../group__HeliumFloatNumber.html#structinner_1_1vctpq_3_01float_01_4',1,'inner']]], + ['vctpq_3c_20float16_5ft_20_3e_2',['vctpq< float16_t >',['../group__HeliumHalfNumber.html#structinner_1_1vctpq_3_01float16__t_01_4',1,'inner']]], + ['vector_3',['Vector',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector',1,'arm_cmsis_dsp']]], + ['vector_3c_20p_2c_20dynamic_20_2adynamic_2c_20malloc_5fallocator_20_3e_4',['Vector< P, DYNAMIC *DYNAMIC, malloc_allocator >',['../group__VECTOR.html',1,'arm_cmsis_dsp']]], + ['vector_3c_20p_2c_20dynamic_2c_20allocator_20_3e_5',['Vector< P, DYNAMIC, Allocator >',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector_3_01P_00_01DYNAMIC_00_01Allocator_01_4',1,'arm_cmsis_dsp']]], + ['vector_5fbase_6',['Vector_Base',['../group__VECTOR.html#structarm__cmsis__dsp_1_1Vector__Base',1,'arm_cmsis_dsp']]], + ['vector_5ftraits_7',['vector_traits',['../group__NUMBER.html#structarm__cmsis__dsp_1_1vector__traits',1,'arm_cmsis_dsp']]], + ['vector_5ftraits_3c_20double_2c_20arch_2c_20void_20_3e_8',['vector_traits< double, arch, void >',['../group__GenericDoubleNumber.html#structvector__traits_3_01double_00_01arch_00_01void_01_4',1,'']]], + ['vector_5ftraits_3c_20float_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_9',['vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__ba5ab38020bf229f10c8cb296601cd2a',1,'']]], + ['vector_5ftraits_3c_20float_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_10',['vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericFloatNumber.html#structvector__traits_3_01float_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__o90f4a252693d6998222af60019971d09',1,'']]], + ['vector_5ftraits_3c_20float16_5ft_20_3e_11',['vector_traits< float16_t >',['../group__GenericHalfNumber.html#structvector__traits_3_01float16__t_01_4',1,'']]], + ['vector_5ftraits_3c_20float16_5ft_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_12',['vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumHalfNumber.html#structvector__traits_3_01float16__t_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__bbf0c88ec3dcce04bc63f988798dbaaac',1,'']]], + ['vector_5ftraits_3c_20q15_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_13',['vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_01std_1_1is__base__of8f632c1300f8f47d48a293f567e4c1db',1,'']]], + ['vector_5ftraits_3c_20q15_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20dsp_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_14',['vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >',['../group__GenericQ15Number.html#structvector__traits_3_01Q15_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_736401966ad6c7e96bbc91e818be4c30',1,'']]], + ['vector_5ftraits_3c_20q15_2c_20dsp_2c_20typename_20std_3a_3aenable_5fif_3c_20true_20_3e_3a_3atype_20_3e_15',['vector_traits< Q15, DSP, typename std::enable_if< true >::type >',['../group__DSPQ15Number.html#structvector__traits_3_01Q15_00_01DSP_00_01typename_01std_1_1enable__if_3_01true_01_4_1_1type_01_4',1,'']]], + ['vector_5ftraits_3c_20q31_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_16',['vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericQ31Number.html#structvector__traits_3_01Q31_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_ed6a72ce773710148e7beb817362a08f',1,'']]], + ['vector_5ftraits_3c_20q7_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20dsp_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_17',['vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >',['../group__GenericQ7Number.html#structvector__traits_3_01Q7_00_01arch_00_01typename_01std_1_1enable__if_3_9std_1_1is__base__of_33bee4f23fe32f74c815c9681e55bcba5',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20double_20_3e_2c_20arch_2c_20void_20_3e_18',['vector_traits< std::complex< double >, arch, void >',['../group__GenericComplexDoubleNumber.html#structvector__traits_3_01std_1_1complex_3_01double_01_4_00_01arch_00_01void_01_4',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20float_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_19',['vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__11751ac6d7098be35f1b8fe9196fb3e3',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20float_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_20',['vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericComplexFloatNumber.html#structvector__traits_3_01std_1_1complex_3_01float_01_4_00_01arch_00_01typename_01std_1_1enable__73f2a24bea3143b58ca21945593103e1',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_20std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_21',['vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >',['../group__HeliumComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena339d51e8dc2ba33941aac3e04e0133db',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_22',['vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericComplexHalfNumber.html#structvector__traits_3_01std_1_1complex_3_01float16__t_01_4_00_01arch_00_01typename_01std_1_1ena18186abdc4117081afa2cab0d08f6ab1',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20q15_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_23',['vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericComplexQ15Number.html#structvector__traits_3_01std_1_1complex_3_01Q15_01_4_00_01arch_00_01typename_01std_1_1enable__if6ab49dcce4012978b979626dfc8de6f3',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20q31_20_3e_2c_20arch_2c_20typename_20std_3a_3aenable_5fif_3c_21std_3a_3ais_5fbase_5fof_3c_20helium_2c_20arch_20_3e_3a_3avalue_20_26_26_21std_3a_3ais_5fbase_5fof_3c_20neon_2c_20arch_20_3e_3a_3avalue_20_3e_3a_3atype_20_3e_24',['vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >',['../group__GenericComplexQ31Number.html#structvector__traits_3_01std_1_1complex_3_01Q31_01_4_00_01arch_00_01typename_01std_1_1enable__if02343795f8b2af01efa927769c3ffb70',1,'']]], + ['vector_5ftraits_3c_20std_3a_3acomplex_3c_20q7_20_3e_2c_20arch_2c_20void_20_3e_25',['vector_traits< std::complex< Q7 >, arch, void >',['../group__GenericComplexQ7Number.html#structvector__traits_3_01std_1_1complex_3_01Q7_01_4_00_01arch_00_01void_01_4',1,'']]], + ['vector_5ftraits_3c_20std_3a_3atuple_3c_20e_2e_2e_2e_20_3e_2c_20arch_20_3e_26',['vector_traits< std::tuple< E... >, arch >',['../group__GenericTUPLENumber.html#structvector__traits_3_01std_1_1tuple_3_01E_8_8_8_01_4_00_01arch_01_4',1,'']]], + ['vectorview_27',['VectorView',['../group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView',1,'arm_cmsis_dsp']]], + ['vectorview_3c_20t_2c_201_20_3e_28',['VectorView< T, 1 >',['../group__VECTOR.html',1,'arm_cmsis_dsp']]], + ['vectorview_3c_20t_2c_20dynamic_20_3e_29',['VectorView< T, DYNAMIC >',['../group__VECTOR.html#structarm__cmsis__dsp_1_1VectorView_3_01T_00_01DYNAMIC_01_4',1,'arm_cmsis_dsp']]], + ['vload1_5fgen_5fstride_3c_20float32_5ft_2c_200_2c_201_2c_202_2c_203_20_3e_30',['vload1_gen_stride< float32_t, 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vload1_5fgen_5fstride_3c_20std_3a_3acomplex_3c_20float_20_3e_2c_200_2c_201_2c_202_2c_203_20_3e_31',['vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >',['../group__HeliumComplexFloatNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float_01_4_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vload1_5fgen_5fstride_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_2c_200_2c_201_2c_202_2c_203_2c_204_2c_205_2c_206_2c_207_20_3e_32',['vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >',['../group__HeliumComplexHalfNumber.html#structinner_1_1vload1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_0f3764e0778e22e08a979438f422bbfe5',1,'inner']]], + ['vload1_5fgen_5fstride_5fz_3c_20float32_5ft_2c_200_2c_201_2c_202_2c_203_20_3e_33',['vload1_gen_stride_z< float32_t, 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vload1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vstore1_5fgen_5fstride_3c_20float32_5ft_2c_200_2c_201_2c_202_2c_203_20_3e_34',['vstore1_gen_stride< float32_t, 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01float32__t_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vstore1_5fgen_5fstride_3c_20std_3a_3acomplex_3c_20float16_5ft_20_3e_2c_200_2c_201_2c_202_2c_203_2c_204_2c_205_2c_206_2c_207_20_3e_35',['vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >',['../group__HeliumComplexHalfNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float16__t_01_4_00_010_00_011_00_012_5e642801addc2951256c14a74a86944f',1,'inner']]], + ['vstore1_5fgen_5fstride_3c_20std_3a_3acomplex_3c_20float32_5ft_20_3e_2c_200_2c_201_2c_202_2c_203_20_3e_36',['vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >',['../group__HeliumComplexFloatNumber.html#structinner_1_1vstore1__gen__stride_3_01std_1_1complex_3_01float32__t_01_4_00_010_00_011_00_012_00_013_01_4',1,'inner']]], + ['vstore1_5fgen_5fstride_5fz_3c_20float32_5ft_2c_200_2c_201_2c_202_2c_203_20_3e_37',['vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >',['../group__HeliumFloatNumber.html#structinner_1_1vstore1__gen__stride__z_3_01float32__t_00_010_00_011_00_012_00_013_01_4',1,'inner']]] +]; diff --git a/main/search/files_1.js b/main/search/files_1.js index df2535ad..897d15b9 100644 --- a/main/search/files_1.js +++ b/main/search/files_1.js @@ -1,4 +1,6 @@ var searchData= [ - ['common_2ehpp_0',['common.hpp',['../common_8hpp.html',1,'']]] + ['common_2ehpp_0',['common.hpp',['../common_8hpp.html',1,'']]], + ['complex_5fdouble_2ehpp_1',['complex_double.hpp',['../complex__double_8hpp.html',1,'']]], + ['complex_5fq7_2ehpp_2',['complex_q7.hpp',['../complex__q7_8hpp.html',1,'']]] ]; diff --git a/main/search/files_5.js b/main/search/files_5.js index 6f4c5d8e..eab1a61c 100644 --- a/main/search/files_5.js +++ b/main/search/files_5.js @@ -1,12 +1,16 @@ var searchData= [ ['basic_2ehpp_0',['basic.hpp',['../Helium_2basic_8hpp.html',1,'']]], - ['float_2ehpp_1',['float.hpp',['../Helium_2float_8hpp.html',1,'']]], - ['half_2ehpp_2',['half.hpp',['../Helium_2half_8hpp.html',1,'']]], - ['matrix_5fmultiply_2ehpp_3',['matrix_multiply.hpp',['../Helium_2matrix__multiply_8hpp.html',1,'']]], - ['matrix_5fmultiply_5ffixed_2ehpp_4',['matrix_multiply_fixed.hpp',['../Helium_2matrix__multiply__fixed_8hpp.html',1,'']]], - ['num_5ffeatures_2ehpp_5',['num_features.hpp',['../Helium_2num__features_8hpp.html',1,'']]], - ['q15_2ehpp_6',['q15.hpp',['../Helium_2q15_8hpp.html',1,'']]], - ['q31_2ehpp_7',['q31.hpp',['../Helium_2q31_8hpp.html',1,'']]], - ['q7_2ehpp_8',['q7.hpp',['../Helium_2q7_8hpp.html',1,'']]] + ['complex_5ffloat_2ehpp_1',['complex_float.hpp',['../Helium_2complex__float_8hpp.html',1,'']]], + ['complex_5fhalf_2ehpp_2',['complex_half.hpp',['../Helium_2complex__half_8hpp.html',1,'']]], + ['complex_5fq15_2ehpp_3',['complex_q15.hpp',['../Helium_2complex__q15_8hpp.html',1,'']]], + ['complex_5fq31_2ehpp_4',['complex_q31.hpp',['../Helium_2complex__q31_8hpp.html',1,'']]], + ['float_2ehpp_5',['float.hpp',['../Helium_2float_8hpp.html',1,'']]], + ['half_2ehpp_6',['half.hpp',['../Helium_2half_8hpp.html',1,'']]], + ['matrix_5fmultiply_2ehpp_7',['matrix_multiply.hpp',['../Helium_2matrix__multiply_8hpp.html',1,'']]], + ['matrix_5fmultiply_5ffixed_2ehpp_8',['matrix_multiply_fixed.hpp',['../Helium_2matrix__multiply__fixed_8hpp.html',1,'']]], + ['num_5ffeatures_2ehpp_9',['num_features.hpp',['../Helium_2num__features_8hpp.html',1,'']]], + ['q15_2ehpp_10',['q15.hpp',['../Helium_2q15_8hpp.html',1,'']]], + ['q31_2ehpp_11',['q31.hpp',['../Helium_2q31_8hpp.html',1,'']]], + ['q7_2ehpp_12',['q7.hpp',['../Helium_2q7_8hpp.html',1,'']]] ]; diff --git a/main/search/files_7.js b/main/search/files_7.js index 51e0d225..1f2d47f6 100644 --- a/main/search/files_7.js +++ b/main/search/files_7.js @@ -1,9 +1,13 @@ var searchData= [ - ['float_2ehpp_0',['float.hpp',['../num__features_2float_8hpp.html',1,'']]], - ['half_2ehpp_1',['half.hpp',['../num__features_2half_8hpp.html',1,'']]], - ['number_2ehpp_2',['number.hpp',['../number_8hpp.html',1,'']]], - ['q15_2ehpp_3',['q15.hpp',['../num__features_2q15_8hpp.html',1,'']]], - ['q31_2ehpp_4',['q31.hpp',['../num__features_2q31_8hpp.html',1,'']]], - ['q7_2ehpp_5',['q7.hpp',['../num__features_2q7_8hpp.html',1,'']]] + ['complex_5ffloat_2ehpp_0',['complex_float.hpp',['../num__features_2complex__float_8hpp.html',1,'']]], + ['complex_5fhalf_2ehpp_1',['complex_half.hpp',['../num__features_2complex__half_8hpp.html',1,'']]], + ['complex_5fq15_2ehpp_2',['complex_q15.hpp',['../num__features_2complex__q15_8hpp.html',1,'']]], + ['complex_5fq31_2ehpp_3',['complex_q31.hpp',['../num__features_2complex__q31_8hpp.html',1,'']]], + ['float_2ehpp_4',['float.hpp',['../num__features_2float_8hpp.html',1,'']]], + ['half_2ehpp_5',['half.hpp',['../num__features_2half_8hpp.html',1,'']]], + ['number_2ehpp_6',['number.hpp',['../number_8hpp.html',1,'']]], + ['q15_2ehpp_7',['q15.hpp',['../num__features_2q15_8hpp.html',1,'']]], + ['q31_2ehpp_8',['q31.hpp',['../num__features_2q31_8hpp.html',1,'']]], + ['q7_2ehpp_9',['q7.hpp',['../num__features_2q7_8hpp.html',1,'']]] ]; diff --git a/main/search/functions_0.js b/main/search/functions_0.js index e25cce70..43280122 100644 --- a/main/search/functions_0.js +++ b/main/search/functions_0.js @@ -1,11 +1,11 @@ var searchData= [ ['_5farm_5fmat_5ftrans_0',['_arm_mat_trans',['../group__SCALARALG.html#ga47bb2ac69df29ba95a74825e4fff2726',1,'matrix_multiply.hpp']]], - ['_5fdot_1',['_dot',['../group__HELIUMALG.html#ga6e93f3782669bf2f1870ea177c536d7e',1,'_dot(const DA &a, const DB &b, const vector_length_t l, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#ga5cf13c3f71d165f946688b084ec87a6a',1,'_dot(const DA &a, const DB &b, const vector_length_t l, const Scalar *=nullptr): basic.hpp']]], + ['_5fdot_1',['_dot',['../group__HELIUMALG.html#ga8b3315347db8969ec7d77c8277fdc692',1,'_dot(const DA &a, const DB &b, const vector_length_t l, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#gaab556ffb9401d98c72042cac1b9b1ea0',1,'_dot(const DA &a, const DB &b, const vector_length_t l, const Scalar *=nullptr): basic.hpp']]], ['_5fdot_5fm_5fm_2',['_dot_m_m',['../group__SCALARALG.html#ga4e6fec1c099138a96cf3f56e68b50880',1,'_dot_m_m(const MA &pSrcA, const MB &pSrcB, RES &&pDst, const TMP &BT, const Scalar *=nullptr): matrix_multiply_fixed.hpp'],['../group__SCALARALG.html#gadcf9c4800720cb2ffba648426eea4411',1,'_dot_m_m(const MA &pSrcA, const MB &pSrcB, RES &&pDst, const Scalar *=nullptr): matrix_multiply_float.hpp']]], ['_5fdot_5fm_5fv_3',['_dot_m_v',['../group__SCALARALG.html#gac896323f3479d29fb42470c2880ec387',1,'matrix_multiply.hpp']]], ['_5ffill_4',['_Fill',['../group__HELIUMALG.html#ga86891b1c2eb658a9f15746434e30fdd5',1,'_Fill(DST &v, const T val, const vector_length_t l, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#gaacfdbc65b4bc9eae30eae72788119c79',1,'_Fill(DST &v, const T val, vector_length_t l, const Scalar *=nullptr): basic.hpp']]], ['_5ffill2d_5',['_Fill2D',['../group__HELIUMALG.html#ga2acf49f8cba5a245ed8a3d30b8300c3b',1,'_Fill2D(DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#gadcb70129a3f439ce785e0ffc2bbb79d0',1,'_Fill2D(DST &v, const T val, const vector_length_t rows, const vector_length_t cols, const Scalar *=nullptr): basic.hpp']]], - ['_5fouter_6',['_Outer',['../group__Matrix.html#a39ac7c6f90f1e1add6e5b4a2fc20f222',1,'arm_cmsis_dsp::_Outer::_Outer(const LHS &lhs, const RHS &rhs, const _BinaryOperator< Scalar, DerivedOp > &op)'],['../group__Matrix.html#a92940fa16ed7a72448f710d0655cdb27',1,'arm_cmsis_dsp::_Outer::_Outer(const _Outer &other)'],['../group__Matrix.html#ad66af455b861f9e03c1166e5b3c20f6c',1,'arm_cmsis_dsp::_Outer::_Outer(_Outer &&other)']]], + ['_5fouter_6',['_Outer',['../group__Matrix.html#a40f017d8971c7a125d4e0e026a82e75e',1,'arm_cmsis_dsp::_Outer::_Outer(const LHS &lhs, const RHS &rhs, const _BinaryOperator< ScalarLHS, ScalarRHS, DerivedOp > &op)'],['../group__Matrix.html#a92940fa16ed7a72448f710d0655cdb27',1,'arm_cmsis_dsp::_Outer::_Outer(const _Outer &other)'],['../group__Matrix.html#ad66af455b861f9e03c1166e5b3c20f6c',1,'arm_cmsis_dsp::_Outer::_Outer(_Outer &&other)']]], ['_5fswap_7',['_swap',['../group__HELIUMALG.html#gaf769d651b0aa9c7cbc026beefc8257ba',1,'_swap(DA &&a, DB &&b, const vector_length_t l, const Helium *=nullptr): basic.hpp'],['../group__SCALARALG.html#gaeb8f0fc557ca32b051250003e56dba85',1,'_swap(DA &&a, DB &&b, const vector_length_t l, const Scalar *=nullptr): basic.hpp']]] ]; diff --git a/main/search/functions_1.js b/main/search/functions_1.js index 53c78209..4f8bbde8 100644 --- a/main/search/functions_1.js +++ b/main/search/functions_1.js @@ -1,7 +1,7 @@ var searchData= [ ['acc_0',['acc',['../group__FIXED.html#a8e532789de7edb66cc240ddf70b9b468',1,'arm_cmsis_dsp::Accumulate< MD, MS, F, S, true >']]], - ['accumulate_1',['accumulate',['../namespaceinner.html#a26cf88708ea49c78842ca6392276d637',1,'inner::accumulate(float16_t &a, const float16_t &b)'],['../namespaceinner.html#a5730dc14f53eecf85fd7231823d9709e',1,'inner::accumulate(float &a, const float &b)'],['../namespaceinner.html#a0884f0f2704b60b9aff383039e9ec67a',1,'inner::accumulate(double &a, const double &b)'],['../group__FIXED.html#ga1bffba044bb76b8457477d74a91e59f6',1,'arm_cmsis_dsp::accumulate(const Q< MD, F, S > &a, const Q< MS, F, S > &b)']]], + ['accumulate_1',['accumulate',['../namespaceinner.html#a26cf88708ea49c78842ca6392276d637',1,'inner::accumulate(float16_t &a, const float16_t &b)'],['../namespaceinner.html#a5730dc14f53eecf85fd7231823d9709e',1,'inner::accumulate(float &a, const float &b)'],['../namespaceinner.html#a0884f0f2704b60b9aff383039e9ec67a',1,'inner::accumulate(double &a, const double &b)'],['../namespaceinner.html#a4e05a7801281427f96742d608d5dfca8',1,'inner::accumulate(std::complex< float16_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a87333ccdc32ce41e222ab4f8b6f1aba6',1,'inner::accumulate(std::complex< float > &a, const std::complex< float > &b)'],['../namespaceinner.html#a0f2e05ee907df4eade7e9e447cb28dcf',1,'inner::accumulate(std::complex< double > &a, const std::complex< double > &b)'],['../group__FIXED.html#ga1bffba044bb76b8457477d74a91e59f6',1,'arm_cmsis_dsp::accumulate(const Q< MD, F, S > &a, const Q< MS, F, S > &b)']]], ['add_2',['add',['../group__FIXED.html#ga83b4352119780463d8192a1086c3cc13',1,'arm_cmsis_dsp']]], ['aligned_5ffree_3',['aligned_free',['../group__MEMBUF.html#ga274dd8714485eed9c9328973d44ec5dc',1,'arm_cmsis_dsp']]], ['aligned_5fmalloc_4',['aligned_malloc',['../group__MEMBUF.html#ga355913a807536c939461da9a431d9f51',1,'arm_cmsis_dsp']]], diff --git a/main/search/functions_10.js b/main/search/functions_10.js index 7bbb11d9..eb51405c 100644 --- a/main/search/functions_10.js +++ b/main/search/functions_10.js @@ -1,11 +1,12 @@ var searchData= [ - ['same_5fstatic_5flength_0',['same_static_length',['../group__FUSION.html#ga0d7636d950aa0638b9a6532e4814b22d',1,'arm_cmsis_dsp']]], - ['sat_1',['sat',['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::sat()'],['../group__FIXED.html#ae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::sat()']]], - ['saturate_2',['saturate',['../group__FIXED.html#gaae413a52cf3b2d641ad8121b807eafaf',1,'arm_cmsis_dsp::saturate(const Q< MS, F, true > &src, typename std::enable_if<(MD< MS) &&((MD+F)< 31)>::type *=nullptr)'],['../group__FIXED.html#gace6ec77975f52ad598ab4c70e0ab2bdc',1,'arm_cmsis_dsp::saturate(const Q< MS, F, false > &src, typename std::enable_if<(MD< MS) &&((MD+F)< 31)>::type *=nullptr)']]], - ['slice_3',['Slice',['../group__Matrix.html#a8e16785cf81a52c79bf57a683c3ffcbf',1,'arm_cmsis_dsp::Slice']]], - ['static_5flength_4',['static_length',['../group__FUSION.html#ga5e94654d3f1f670867fb8957577396dc',1,'arm_cmsis_dsp']]], - ['stride_5',['stride',['../group__VECTOR.html#aa40f983747f08a35ea85f91d45059336',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::stride()'],['../group__Matrix.html#a660cc287d61bac84138fe7fac3959de9',1,'arm_cmsis_dsp::MatrixView::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::stride()'],['../group__Matrix.html#a660cc287d61bac84138fe7fac3959de9',1,'arm_cmsis_dsp::Matrix::stride()']]], - ['sub_6',['sub',['../group__Matrix.html#ab75a7e6a7489be47fa7836134cac7587',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const Slice &cs)'],['../group__Matrix.html#a68ec7f0fa0366b0ef54d3ef08f055840',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const Slice &cs) const'],['../group__Matrix.html#ac627da20519ec89ebb92b2a6c1d055da',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce)'],['../group__Matrix.html#a050bf271784b7b5e5c7c19656c8330c8',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce) const'],['../group__VECTOR.html#ac55204f6b0e93c444eed5f71da211ad3',1,'arm_cmsis_dsp::Vector::sub()'],['../group__VECTOR.html#a0cf4ee1df7aec0d5f2905d1a2f1c3d28',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::sub()'],['../group__VECTOR.html#afd2c091ec1be8fee50e7b1d61aa01d4d',1,'arm_cmsis_dsp::VectorView::sub(const index_t start=0, const index_t stop=-1)'],['../group__VECTOR.html#a1f1d4237807ec7b18541e100b3ca463b',1,'arm_cmsis_dsp::VectorView::sub(const index_t start=0, const index_t stop=-1) const'],['../group__VECTOR.html#afb84f4725777a614c27f1b08ae64a355',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::sub(const index_t start=0, const index_t stop=-1)'],['../group__VECTOR.html#aed4157673307425bae94298cac691155',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::sub(const index_t start=0, const index_t stop=-1) const'],['../group__Matrix.html#a3eb58acde067d2d3d9a6be6c83f34237',1,'arm_cmsis_dsp::Matrix::sub()'],['../group__FIXED.html#gad75a6726a85f54f54d606a746d93ee3e',1,'arm_cmsis_dsp::sub()'],['../group__Matrix.html#a8ec59e9e8ca287ec76658ed37874dee3',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const Slice &cs) const'],['../group__Matrix.html#a81676dc7b4448c810d80f7fdd7fdf271',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const Slice &cs)'],['../group__Matrix.html#a1c932f31156287cd61b02e6b3bbba903',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const index_t cs) const'],['../group__Matrix.html#a6757820eff5b2b9b4cb7b65ef08754cd',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const index_t cs)'],['../group__Matrix.html#a5759e77b23a7a3f4f3c854d069a64c96',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t cs) const'],['../group__Matrix.html#a98d97d787079874b0628ba9d29b79d9d',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t cs)'],['../group__Matrix.html#a50d8b064449dd4909210aa5779b16e0c',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce)'],['../group__Matrix.html#a2dbffa29bb3a793b745857fa484d3ef9',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const Slice &cs) const'],['../group__Matrix.html#aa9816f3ba8ed086ce56aef9ed2313dc9',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const Slice &cs)'],['../group__Matrix.html#aa48d05b8685804d22542050771976da1',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const Slice &cs) const'],['../group__Matrix.html#a3c86ab9f0d0aa720752d96b66b6ec23f',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const Slice &cs)'],['../group__Matrix.html#abca00dccb6f37ab25656ba78c1148a48',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const index_t cs) const'],['../group__Matrix.html#a7c7069fb572485bdcb053f3ed3ca3a98',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const index_t cs)'],['../group__Matrix.html#a0a9220975aae16789db515892427923b',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t cs) const'],['../group__Matrix.html#aea381d885caa49623b14f84710370d29',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t cs)']]], - ['swap_7',['swap',['../group__FUSION.html#ga6075eb8ee82582f275e7e166f9293fb9',1,'arm_cmsis_dsp']]] + ['same_5fnb_5flanes_0',['same_nb_lanes',['../group__FUSION.html#ga38ba2ef20d9d28ef5e3ce091988aff60',1,'arm_cmsis_dsp']]], + ['same_5fstatic_5flength_1',['same_static_length',['../group__FUSION.html#ga0d7636d950aa0638b9a6532e4814b22d',1,'arm_cmsis_dsp']]], + ['sat_2',['sat',['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::sat()'],['../group__FIXED.html#gae2234c31cf1db03f62ced92be14a396b',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::sat()']]], + ['saturate_3',['saturate',['../group__FIXED.html#gaae413a52cf3b2d641ad8121b807eafaf',1,'arm_cmsis_dsp::saturate(const Q< MS, F, true > &src, typename std::enable_if<(MD< MS) &&((MD+F)< 31)>::type *=nullptr)'],['../group__FIXED.html#gace6ec77975f52ad598ab4c70e0ab2bdc',1,'arm_cmsis_dsp::saturate(const Q< MS, F, false > &src, typename std::enable_if<(MD< MS) &&((MD+F)< 31)>::type *=nullptr)']]], + ['slice_4',['Slice',['../group__Matrix.html#a8e16785cf81a52c79bf57a683c3ffcbf',1,'arm_cmsis_dsp::Slice']]], + ['static_5flength_5',['static_length',['../group__FUSION.html#ga5e94654d3f1f670867fb8957577396dc',1,'arm_cmsis_dsp']]], + ['stride_6',['stride',['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::stride()'],['../group__Matrix.html#a660cc287d61bac84138fe7fac3959de9',1,'arm_cmsis_dsp::MatrixView::stride()'],['../group__Matrix.html#a77ce93b968bb2f862d818adadada9eb9',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::stride()'],['../group__VECTOR.html#aa40f983747f08a35ea85f91d45059336',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::stride()'],['../group__Matrix.html#a660cc287d61bac84138fe7fac3959de9',1,'arm_cmsis_dsp::Matrix::stride()']]], + ['sub_7',['sub',['../group__VECTOR.html#afb84f4725777a614c27f1b08ae64a355',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::sub()'],['../group__Matrix.html#a68ec7f0fa0366b0ef54d3ef08f055840',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const Slice &cs) const'],['../group__Matrix.html#ac627da20519ec89ebb92b2a6c1d055da',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce)'],['../group__Matrix.html#a050bf271784b7b5e5c7c19656c8330c8',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce) const'],['../group__VECTOR.html#ac55204f6b0e93c444eed5f71da211ad3',1,'arm_cmsis_dsp::Vector::sub()'],['../group__VECTOR.html#a0cf4ee1df7aec0d5f2905d1a2f1c3d28',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::sub()'],['../group__VECTOR.html#afd2c091ec1be8fee50e7b1d61aa01d4d',1,'arm_cmsis_dsp::VectorView::sub(const index_t start=0, const index_t stop=-1)'],['../group__VECTOR.html#a1f1d4237807ec7b18541e100b3ca463b',1,'arm_cmsis_dsp::VectorView::sub(const index_t start=0, const index_t stop=-1) const'],['../group__VECTOR.html#aed4157673307425bae94298cac691155',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::sub()'],['../group__Matrix.html#a98d97d787079874b0628ba9d29b79d9d',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub()'],['../group__FIXED.html#gad75a6726a85f54f54d606a746d93ee3e',1,'arm_cmsis_dsp::sub()'],['../group__Matrix.html#a8ec59e9e8ca287ec76658ed37874dee3',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub()'],['../group__Matrix.html#aea381d885caa49623b14f84710370d29',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t cs)'],['../group__Matrix.html#a0a9220975aae16789db515892427923b',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t cs) const'],['../group__Matrix.html#a7c7069fb572485bdcb053f3ed3ca3a98',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const index_t cs)'],['../group__Matrix.html#abca00dccb6f37ab25656ba78c1148a48',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const index_t cs) const'],['../group__Matrix.html#a3c86ab9f0d0aa720752d96b66b6ec23f',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const Slice &cs)'],['../group__Matrix.html#aa48d05b8685804d22542050771976da1',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const Slice &cs) const'],['../group__Matrix.html#aa9816f3ba8ed086ce56aef9ed2313dc9',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const Slice &cs)'],['../group__Matrix.html#a2dbffa29bb3a793b745857fa484d3ef9',1,'arm_cmsis_dsp::Matrix::sub(const Slice &rs, const Slice &cs) const'],['../group__Matrix.html#a50d8b064449dd4909210aa5779b16e0c',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce)'],['../group__Matrix.html#a3eb58acde067d2d3d9a6be6c83f34237',1,'arm_cmsis_dsp::Matrix::sub(const index_t rs, const index_t re, const index_t cs, const index_t ce) const'],['../group__Matrix.html#a5759e77b23a7a3f4f3c854d069a64c96',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const index_t cs) const'],['../group__Matrix.html#a6757820eff5b2b9b4cb7b65ef08754cd',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const index_t cs)'],['../group__Matrix.html#a1c932f31156287cd61b02e6b3bbba903',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const index_t cs) const'],['../group__Matrix.html#a81676dc7b4448c810d80f7fdd7fdf271',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const index_t rs, const Slice &cs)'],['../group__Matrix.html#ab75a7e6a7489be47fa7836134cac7587',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::sub(const Slice &rs, const Slice &cs)']]], + ['swap_8',['swap',['../group__FUSION.html#ga6075eb8ee82582f275e7e166f9293fb9',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/functions_11.js b/main/search/functions_11.js index 83f999bb..b58776fd 100644 --- a/main/search/functions_11.js +++ b/main/search/functions_11.js @@ -1,11 +1,11 @@ var searchData= [ - ['temp_5facc_5fzero_0',['temp_acc_zero',['../group__DSPQ15Number.html#a2828ef5b1c219971f9f32b3f893d9f3f',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::temp_acc_zero()'],['../group__HeliumFloatNumber.html#af3aca4d4238acef42e16bc700750a591',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumHalfNumber.html#aa01b6f27c6c360d9e2abd98ff58751da',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumQ15Number.html#a2828ef5b1c219971f9f32b3f893d9f3f',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__GenericTUPLENumber.html#a678616ea4a12a0ceb5a881d51cad9c8f',1,'vector_traits< std::tuple< E... >, arch >::temp_acc_zero()']]], + ['temp_5facc_5fzero_0',['temp_acc_zero',['../group__HeliumComplexFloatNumber.html#af5ba0f4fb6135f7f2d5509ddeb7ea1ca',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumComplexHalfNumber.html#a82bf79cb9ea947e4e84254864467f1f0',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumFloatNumber.html#af3aca4d4238acef42e16bc700750a591',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumHalfNumber.html#aa01b6f27c6c360d9e2abd98ff58751da',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__HeliumQ15Number.html#a2828ef5b1c219971f9f32b3f893d9f3f',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_acc_zero()'],['../group__GenericTUPLENumber.html#a678616ea4a12a0ceb5a881d51cad9c8f',1,'vector_traits< std::tuple< E... >, arch >::temp_acc_zero()'],['../group__DSPQ15Number.html#a2828ef5b1c219971f9f32b3f893d9f3f',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::temp_acc_zero()']]], ['test16_1',['test16',['../group__FIXED.html#ga17b0ea005c375bc6596ed466b2dd2e29',1,'arm_cmsis_dsp']]], ['test32_2',['test32',['../group__FIXED.html#ga6718751b99b39522bd3922845a8ac615',1,'arm_cmsis_dsp']]], ['test64_3',['test64',['../group__FIXED.html#ga95a6d03c8204a5b55923ff90d850c476',1,'arm_cmsis_dsp']]], ['test8_4',['test8',['../group__FIXED.html#ga9be6e20798da3a17a4b5179b55bfb465',1,'arm_cmsis_dsp']]], ['tofrac_5',['toFrac',['../group__FIXED.html#ga149f07ea91b6d0eee7b3bae6c7d80d99',1,'arm_cmsis_dsp']]], - ['transpose_6',['transpose',['../group__Matrix.html#a78e2aa24c006e2bfa1d32dad4cd8362d',1,'arm_cmsis_dsp::Matrix::transpose()'],['../group__Matrix.html#af6a9502799ec81b84c2943ba4666418a',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::transpose()'],['../group__Matrix.html#af92b732111615edb4cd8fc670cec4a04',1,'arm_cmsis_dsp::MatrixView::transpose()'],['../group__Matrix.html#af92b732111615edb4cd8fc670cec4a04',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::transpose()'],['../group__Matrix.html#af92b732111615edb4cd8fc670cec4a04',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::transpose()']]], + ['transpose_6',['transpose',['../group__Matrix.html#af92b732111615edb4cd8fc670cec4a04',1,'arm_cmsis_dsp::MatrixView::transpose()'],['../group__Matrix.html#af92b732111615edb4cd8fc670cec4a04',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::transpose()'],['../group__Matrix.html#af92b732111615edb4cd8fc670cec4a04',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::transpose()'],['../group__Matrix.html#af6a9502799ec81b84c2943ba4666418a',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::transpose()'],['../group__Matrix.html#a78e2aa24c006e2bfa1d32dad4cd8362d',1,'arm_cmsis_dsp::Matrix::transpose()']]], ['transposeto_7',['transposeTo',['../group__ALGO.html#ga25c5f009d6955ec75b47dff97784bfe6',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/functions_12.js b/main/search/functions_12.js index 2851d1ba..a0d9d516 100644 --- a/main/search/functions_12.js +++ b/main/search/functions_12.js @@ -1,24 +1,25 @@ var searchData= [ - ['vadd_0',['vadd',['../namespaceinner.html#aa45c9bb44957b0df6cc500aacbf73963',1,'inner::vadd(const float16_t a, const float16x8_t b)'],['../namespaceinner.html#ab61aaf634c6fc0dfb607b6d88d5f47bb',1,'inner::vadd(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#a8143ee91966eb144e90813f136d6c8d4',1,'inner::vadd(const float32x4_t a, const float b)'],['../namespaceinner.html#a9101232b9099c7014613ff25435f6e1d',1,'inner::vadd(const float a, const float32x4_t b)'],['../namespaceinner.html#a9237031119eac23f9cc628b43349b69b',1,'inner::vadd(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a2c7a5370b55658e702af52dd37b7ecaf',1,'inner::vadd(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#ac5fda3b04c1145e83b4fb86c69c4a771',1,'inner::vadd(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a67fc2f01bdb9be1b165604be8510faa8',1,'inner::vadd(const float16x8_t a, const float16x8_t b)'],['../namespaceinner.html#a3444a62b5da474f8c1f7707b305623aa',1,'inner::vadd(const float16x8_t a, const float16_t b)'],['../namespaceinner.html#a10dc6270f4beb69c1575a29b9c295ab7',1,'inner::vadd(const float16x8_t a, const float16x8_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ad8d484110009d39e77297d1171fabed2',1,'inner::vadd(const float16x8_t a, const float16_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a92544a0ad27a9dc216e7bf2b854be8e2',1,'inner::vadd(const float16_t a, const float16x8_t b, const mve_pred16_t p0)']]], - ['vconst_1',['vconst',['../namespaceinner.html#ad07ea78a40293882c98c6c5cee24e0bf',1,'inner::vconst(Q15 val)'],['../namespaceinner.html#a37350a0ce870e8e8afecf70137a59b2c',1,'inner::vconst(const float v)'],['../namespaceinner.html#a6c72e9caeb22cad8aedf091ec0878111',1,'inner::vconst(float16_t v)']]], - ['vconst_5ftail_2',['vconst_tail',['../namespaceinner.html#a41e6d2dc3ed6fed80495b8b17ce6f52d',1,'inner::vconst_tail(const float v, const mve_pred16_t p0)'],['../namespaceinner.html#a93e22e42b2d361b236d0f0af89eeac6f',1,'inner::vconst_tail(const float16_t v, const mve_pred16_t p0)']]], - ['vector_3',['Vector',['../group__VECTOR.html#a79810f2ce7bc276c6c9c7f5e60e73b0d',1,'arm_cmsis_dsp::Vector::Vector()'],['../group__VECTOR.html#a97b012af38344d285c72d91cb6499864',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector()'],['../group__VECTOR.html#a4df026156780bc0ca651c342b7d6daa4',1,'arm_cmsis_dsp::Vector::Vector()'],['../group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d',1,'arm_cmsis_dsp::Vector::Vector(const std::initializer_list< P > &l)'],['../group__VECTOR.html#a9a7f45e7718b40e30bfac225508f0786',1,'arm_cmsis_dsp::Vector::Vector(const Vector< P, L, OtherAllocator > &other)'],['../group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771',1,'arm_cmsis_dsp::Vector::Vector(const VectorView< P, S > &other)'],['../group__VECTOR.html#a97b012af38344d285c72d91cb6499864',1,'arm_cmsis_dsp::Vector::Vector(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4482a7bf773a1eabd199f6a4894d56d2',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(vector_length_t length, P init_val)'],['../group__VECTOR.html#a281086b9c6098921385003ce17b4235f',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(vector_length_t length)'],['../group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const std::initializer_list< P > &l)'],['../group__VECTOR.html#ae14b3d1ebd2e188230eab92ea5aa55d6',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const Vector< P, K, OtherAllocator > &other)'],['../group__VECTOR.html#ae18a5c54fc21fb5fe69fbfb8e18275f7',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const Vector &other)'],['../group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const VectorView< P, S > &other)']]], - ['vector_5fidx_5fpair_4',['vector_idx_pair',['../group__FUSION.html#gac46de68e57bd3e7c10bc879645583d6c',1,'arm_cmsis_dsp']]], - ['vector_5fop_5',['vector_op',['../group__FUSION.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::_Expr::vector_op()'],['../group__VECTOR.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::Vector_Base::vector_op()'],['../group__VECTOR.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::VectorView::vector_op()'],['../group__VECTOR.html#a500b283ce371c87d9aec23f034345ddf',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_op()']]], - ['vector_5fop_5ftail_6',['vector_op_tail',['../group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::VectorView::vector_op_tail()'],['../group__FUSION.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::_Expr::vector_op_tail()'],['../group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::Vector_Base::vector_op_tail()'],['../group__VECTOR.html#ac4e558184c300cabdfd34bf9c52c1864',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_op_tail()']]], - ['vector_5fstore_7',['vector_store',['../group__VECTOR.html#aeb210f593fe1490d5e0f5391427c2014',1,'arm_cmsis_dsp::VectorView::vector_store()'],['../group__VECTOR.html#a2f7c0851c4204a880b6dfdc6515389f4',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_store()'],['../group__VECTOR.html#aab12e58859127e63cc3b56177f9e8927',1,'arm_cmsis_dsp::Vector_Base::vector_store()']]], - ['vector_5fstore_5ftail_8',['vector_store_tail',['../group__VECTOR.html#a4fb45f9f4f1b5503c4e4b915eab01ea0',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_store_tail()'],['../group__VECTOR.html#a087153674e277a90cca2514f2546f6ff',1,'arm_cmsis_dsp::VectorView::vector_store_tail()'],['../group__VECTOR.html#a43234ee88400c3276c152f7a5b42f57e',1,'arm_cmsis_dsp::Vector_Base::vector_store_tail()']]], - ['vectorview_9',['VectorView',['../group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff',1,'arm_cmsis_dsp::VectorView::VectorView()'],['../group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView()'],['../group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed',1,'arm_cmsis_dsp::VectorView::VectorView(const VectorView &other)'],['../group__VECTOR.html#a4ae410ceb64a78882e37cde0a6d19cb2',1,'arm_cmsis_dsp::VectorView::VectorView(const Vector_Base< T > &v, const index_t start, const index_t stop)'],['../group__VECTOR.html#acb4080aa6e72e58f3c7e01d80d8bc47b',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView()'],['../group__VECTOR.html#a227832769dae1600253815a19639a704',1,'arm_cmsis_dsp::VectorView::VectorView(const Vector_Base< T > &v)'],['../group__VECTOR.html#a18bbd0abdc05921450bf9524e76eacc8',1,'arm_cmsis_dsp::VectorView::VectorView(T *v, const vector_length_t start, const vector_length_t stop)'],['../group__VECTOR.html#a195c9f47399a58a0ebfb667c31c82fc6',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const Vector_Base< T > &v, const index_t stride)'],['../group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(VectorView &&other)'],['../group__VECTOR.html#a8677ae944080956113c3329280b224d2',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(T *v, const index_t start, const index_t stop, const index_t stride)']]], - ['vload1_10',['vload1',['../namespaceinner.html#a873f8f33efd363a92a431d5a53641ec1',1,'inner::vload1(const float32_t *p)'],['../namespaceinner.html#a78aecb6f187980b97950127afa66fb82',1,'inner::vload1(const float32_t *p, const index_t stride)'],['../namespaceinner.html#a18c90033f873b7801b2a847764064263',1,'inner::vload1(const Q15 *p)']]], - ['vload1_5fz_11',['vload1_z',['../namespaceinner.html#a4b4a6360138739e6a19c490898930b38',1,'inner::vload1_z(const float32_t *p, const std::size_t nb, const mve_pred16_t p0)'],['../namespaceinner.html#a77935fcebeb1f4f73e2de0ff9f29819c',1,'inner::vload1_z(const float32_t *p, const index_t stride, const std::size_t nb, const mve_pred16_t p0)']]], - ['vmacc_12',['vmacc',['../namespaceinner.html#ad8e2f1f93358cf800ecf893219c4a876',1,'inner::vmacc(const A &acc, const std::tuple< E... > &a, const std::tuple< E... > &b)'],['../namespaceinner.html#a4b27d59d7ec293cba89efea4e86c88aa',1,'inner::vmacc(const A &acc, const std::tuple< E... > &a, const std::tuple< E... > &b, const B p0)'],['../namespaceinner.html#a4abd76b41ccc19f690189ea43e228cb3',1,'inner::vmacc(const Q< 33, 30 > sum, const int16x8_t vala, const int16x8_t valb)'],['../namespaceinner.html#a8685105a6df68a50419946cc0367d819',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ac823c4f0fd8714560e259ef79c379d05',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float_t b)'],['../namespaceinner.html#ab1ff2dbd35c628f951b3cac89caca633',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float32x4_t b)']]], - ['vmacc_5fimpl_13',['vmacc_impl',['../namespaceinner.html#ab1e67e2936ace3cdebde3e06612fd8c1',1,'inner::vmacc_impl(const A &acc, const V &a, const V &b, std::index_sequence< Ns... >)'],['../namespaceinner.html#ab8ccf18d4244e3bc9d1419ef9d791b45',1,'inner::vmacc_impl(const A &acc, const V &a, const V &b, const B p0, std::index_sequence< Ns... >)']]], - ['vmul_14',['vmul',['../namespaceinner.html#a3375c10c0f8b773d8b8eb1b351c20828',1,'inner::vmul(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a961270ef40d9628dd1007a7bab1f0f69',1,'inner::vmul(const float a, const float32x4_t b)'],['../namespaceinner.html#a39132ee2d8e023ef6415f6e2f1b07a18',1,'inner::vmul(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a874956bb38d47c06fc032e81d4a19723',1,'inner::vmul(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a6740c80fdc1105c3b0b40e90f95889fd',1,'inner::vmul(const float32x4_t a, const float b)'],['../namespaceinner.html#ae9d2d35f1c9f5db8b075ffb6652cd72b',1,'inner::vmul(const float32x4_t a, const float32x4_t b)']]], - ['vneg_15',['vneg',['../namespaceinner.html#aa7f5007010aed91a77475e7b2547c2a4',1,'inner::vneg(const float16x8_t a, const mve_pred16_t p0)'],['../namespaceinner.html#a2e7edbc88d18b0cb6672ade5ea35cb00',1,'inner::vneg(const float32x4_t a, const mve_pred16_t p0)'],['../namespaceinner.html#a4a16dcaa8fbc60eaa8fb6068ab447bac',1,'inner::vneg(const float16x8_t a)'],['../namespaceinner.html#a0ac6054a53871e862310c4d487bbf7c8',1,'inner::vneg(const float32x4_t a)']]], - ['vreduce_16',['vreduce',['../namespaceinner.html#a209d4fdedaa36e2e0440cd58c77d55da',1,'inner::vreduce(const Q< 33, 30 > sum)'],['../namespaceinner.html#abe715f16db6071bb6ee155abec79adee',1,'inner::vreduce(const float32x4_t in)'],['../namespaceinner.html#ae1dab2dc00863f76597076b03ad18036',1,'inner::vreduce(const std::tuple< E... > &acc)']]], - ['vreduce_5fimpl_17',['vreduce_impl',['../namespaceinner.html#af353fc06a138dec5fb93c90d752df023',1,'inner']]], - ['vstore1_18',['vstore1',['../namespaceinner.html#abf6598c1e4bcfa99e1a9bfaeee9ead7b',1,'inner::vstore1(float32_t *p, const float32x4_t val)'],['../namespaceinner.html#a534604fc97b7006f4f49e219ca643e22',1,'inner::vstore1(float32_t *p, const index_t stride, const float32x4_t val)']]], - ['vstore1_5fz_19',['vstore1_z',['../namespaceinner.html#a0e04b6b531259fadf6af96942b523eee',1,'inner::vstore1_z()'],['../group__HeliumFloatNumber.html#a1e54518440eeb52d0a0a525c99ddcfd8',1,'inner::vstore1_gen_stride_z< 0, 1, 2, 3 >::vstore1_z()'],['../namespaceinner.html#af3597573058ac70b3e3d9210d5d16a83',1,'inner::vstore1_z()'],['../group__HeliumFloatNumber.html#a1e54518440eeb52d0a0a525c99ddcfd8',1,'inner::vstore1_gen_stride_z::vstore1_z()']]], - ['vsub_20',['vsub',['../namespaceinner.html#ab40ad55ce50f45c7809fa669897e820d',1,'inner::vsub(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#ad3864f3477597e2f8228b10ddad84618',1,'inner::vsub(const float32x4_t a, const float b)'],['../namespaceinner.html#aa33ce8a1c1fa399037be4bd1acf1057b',1,'inner::vsub(const float a, const float32x4_t b)'],['../namespaceinner.html#a566bd4e865b11382118f0a1522705e1c',1,'inner::vsub(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#acfc381713e1c4074d5f960923bbb326d',1,'inner::vsub(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a408c0abcd1169177718ab8e1a9dee1b0',1,'inner::vsub(const float a, const float32x4_t b, const mve_pred16_t p0)']]] + ['vadd_0',['vadd',['../namespaceinner.html#a10dc6270f4beb69c1575a29b9c295ab7',1,'inner::vadd(const float16x8_t a, const float16x8_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a14da36b6f6dfaab0b8764f1d4b2031cd',1,'inner::vadd(const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#afcd1b183ad03a042d88862df609acd0d',1,'inner::vadd(const ComplexVector< float32x4_t > &a, const std::complex< float > &b)'],['../namespaceinner.html#ad75d1e5085b84144924b219e9563d17c',1,'inner::vadd(const std::complex< float > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#acc1054c4207edb5ca1ba8725c4e04605',1,'inner::vadd(const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#aebcd528597dec2f06be20a9072615e51',1,'inner::vadd(const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a7d9478d6e8d055abc9b23842ac6e999d',1,'inner::vadd(const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#ab61aaf634c6fc0dfb607b6d88d5f47bb',1,'inner::vadd(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#a8143ee91966eb144e90813f136d6c8d4',1,'inner::vadd(const float32x4_t a, const float b)'],['../namespaceinner.html#a9101232b9099c7014613ff25435f6e1d',1,'inner::vadd(const float a, const float32x4_t b)'],['../namespaceinner.html#a9237031119eac23f9cc628b43349b69b',1,'inner::vadd(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a2c7a5370b55658e702af52dd37b7ecaf',1,'inner::vadd(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#ac5fda3b04c1145e83b4fb86c69c4a771',1,'inner::vadd(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a67fc2f01bdb9be1b165604be8510faa8',1,'inner::vadd(const float16x8_t a, const float16x8_t b)'],['../namespaceinner.html#a3444a62b5da474f8c1f7707b305623aa',1,'inner::vadd(const float16x8_t a, const float16_t b)'],['../namespaceinner.html#aa45c9bb44957b0df6cc500aacbf73963',1,'inner::vadd(const float16_t a, const float16x8_t b)'],['../namespaceinner.html#ad8d484110009d39e77297d1171fabed2',1,'inner::vadd(const float16x8_t a, const float16_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a92544a0ad27a9dc216e7bf2b854be8e2',1,'inner::vadd(const float16_t a, const float16x8_t b, const mve_pred16_t p0)']]], + ['vconjugate_1',['vconjugate',['../namespaceinner.html#a5775dcefe661f46d7d1ca8ce31001992',1,'inner::vconjugate(const ComplexVector< float32x4_t > &a)'],['../namespaceinner.html#a808c462cffd8588a6f93ab03081ef045',1,'inner::vconjugate(const ComplexVector< float16x8_t > &a)'],['../namespaceinner.html#ac28a3cf991af4fa82e5fcf89317207df',1,'inner::vconjugate(const float32x4_t a)'],['../namespaceinner.html#afe4f9c77761bfbbfbd97fbf819033297',1,'inner::vconjugate(const float32x4_t a, const mve_pred16_t p0)'],['../namespaceinner.html#a9b45b8592e092c19289438fce47d15c0',1,'inner::vconjugate(const float16x8_t a)'],['../namespaceinner.html#ae54a03f4d028d0f46b0c88b06b72ed9c',1,'inner::vconjugate(const float16x8_t a, const mve_pred16_t p0)']]], + ['vconst_2',['vconst',['../namespaceinner.html#ad07ea78a40293882c98c6c5cee24e0bf',1,'inner::vconst(Q15 val)'],['../namespaceinner.html#a8bea10ac8909e2a7c154bf46620f9417',1,'inner::vconst(const std::complex< float > v)'],['../namespaceinner.html#a2e08958727c654eb63aeeab985c716e8',1,'inner::vconst(const std::complex< float16_t > v)'],['../namespaceinner.html#a37350a0ce870e8e8afecf70137a59b2c',1,'inner::vconst(const float v)'],['../namespaceinner.html#a6c72e9caeb22cad8aedf091ec0878111',1,'inner::vconst(float16_t v)']]], + ['vconst_5ftail_3',['vconst_tail',['../namespaceinner.html#a41e6d2dc3ed6fed80495b8b17ce6f52d',1,'inner::vconst_tail(const float v, const mve_pred16_t p0)'],['../namespaceinner.html#a93e22e42b2d361b236d0f0af89eeac6f',1,'inner::vconst_tail(const float16_t v, const mve_pred16_t p0)']]], + ['vector_4',['Vector',['../group__VECTOR.html#a79810f2ce7bc276c6c9c7f5e60e73b0d',1,'arm_cmsis_dsp::Vector::Vector()'],['../group__VECTOR.html#ae18a5c54fc21fb5fe69fbfb8e18275f7',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector()'],['../group__VECTOR.html#a4df026156780bc0ca651c342b7d6daa4',1,'arm_cmsis_dsp::Vector::Vector()'],['../group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d',1,'arm_cmsis_dsp::Vector::Vector(const std::initializer_list< P > &l)'],['../group__VECTOR.html#a9a7f45e7718b40e30bfac225508f0786',1,'arm_cmsis_dsp::Vector::Vector(const Vector< P, L, OtherAllocator > &other)'],['../group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771',1,'arm_cmsis_dsp::Vector::Vector(const VectorView< P, S > &other)'],['../group__VECTOR.html#a97b012af38344d285c72d91cb6499864',1,'arm_cmsis_dsp::Vector::Vector(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4482a7bf773a1eabd199f6a4894d56d2',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(vector_length_t length, P init_val)'],['../group__VECTOR.html#a281086b9c6098921385003ce17b4235f',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(vector_length_t length)'],['../group__VECTOR.html#aa90c47d4ec435070031d2e55e034d29d',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const std::initializer_list< P > &l)'],['../group__VECTOR.html#ae14b3d1ebd2e188230eab92ea5aa55d6',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const Vector< P, K, OtherAllocator > &other)'],['../group__VECTOR.html#a3168a6a643e3afcce88e4d1e2a933771',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const VectorView< P, S > &other)'],['../group__VECTOR.html#a97b012af38344d285c72d91cb6499864',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::Vector(const _Expr< Derived > &other)']]], + ['vector_5fidx_5fpair_5',['vector_idx_pair',['../group__FUSION.html#gac46de68e57bd3e7c10bc879645583d6c',1,'arm_cmsis_dsp']]], + ['vector_5fop_6',['vector_op',['../group__VECTOR.html#a500b283ce371c87d9aec23f034345ddf',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_op()'],['../group__VECTOR.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::VectorView::vector_op()'],['../group__VECTOR.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::Vector_Base::vector_op()'],['../group__FUSION.html#a87d103b353abd756454367af97d98805',1,'arm_cmsis_dsp::_Expr::vector_op()']]], + ['vector_5fop_5ftail_7',['vector_op_tail',['../group__VECTOR.html#ac4e558184c300cabdfd34bf9c52c1864',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_op_tail()'],['../group__VECTOR.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::VectorView::vector_op_tail()'],['../group__VECTOR.html#a46410f8cb42bb9876a6e6a4ff49591a3',1,'arm_cmsis_dsp::Vector_Base::vector_op_tail()'],['../group__FUSION.html#a8c96bda91c2818ac500e643a08fd5430',1,'arm_cmsis_dsp::_Expr::vector_op_tail()']]], + ['vector_5fstore_8',['vector_store',['../group__VECTOR.html#a2f7c0851c4204a880b6dfdc6515389f4',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_store()'],['../group__VECTOR.html#aeb210f593fe1490d5e0f5391427c2014',1,'arm_cmsis_dsp::VectorView::vector_store()'],['../group__VECTOR.html#aab12e58859127e63cc3b56177f9e8927',1,'arm_cmsis_dsp::Vector_Base::vector_store(const index_t i, const Vector val) const']]], + ['vector_5fstore_5ftail_9',['vector_store_tail',['../group__VECTOR.html#a42c936d12fb0533e78cbc8de18c1c897',1,'arm_cmsis_dsp::Vector_Base::vector_store_tail()'],['../group__VECTOR.html#a087153674e277a90cca2514f2546f6ff',1,'arm_cmsis_dsp::VectorView::vector_store_tail()'],['../group__VECTOR.html#a4fb45f9f4f1b5503c4e4b915eab01ea0',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::vector_store_tail(index_t i, vector_length_t remaining, Vector val)']]], + ['vectorview_10',['VectorView',['../group__VECTOR.html#a8677ae944080956113c3329280b224d2',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView()'],['../group__VECTOR.html#a227832769dae1600253815a19639a704',1,'arm_cmsis_dsp::VectorView::VectorView(const Vector_Base< T > &v)'],['../group__VECTOR.html#a4ae410ceb64a78882e37cde0a6d19cb2',1,'arm_cmsis_dsp::VectorView::VectorView(const Vector_Base< T > &v, const index_t start, const index_t stop)'],['../group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed',1,'arm_cmsis_dsp::VectorView::VectorView(const VectorView &other)'],['../group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff',1,'arm_cmsis_dsp::VectorView::VectorView(VectorView &&other)'],['../group__VECTOR.html#af9e4c354287de5e3b87cbed6a4d60bff',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(VectorView &&other)'],['../group__VECTOR.html#abdddb35a1ae77496e61bc38c1903d2ed',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const VectorView &other)'],['../group__VECTOR.html#acb4080aa6e72e58f3c7e01d80d8bc47b',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const Vector_Base< T > &v, const index_t start, const index_t stop, const index_t stride)'],['../group__VECTOR.html#a195c9f47399a58a0ebfb667c31c82fc6',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::VectorView(const Vector_Base< T > &v, const index_t stride)'],['../group__VECTOR.html#a18bbd0abdc05921450bf9524e76eacc8',1,'arm_cmsis_dsp::VectorView::VectorView()']]], + ['vload1_11',['vload1',['../namespaceinner.html#ac10633a3ec45a85e6ef9e37fc5cf11ab',1,'inner::vload1(const std::complex< float16_t > *p)'],['../namespaceinner.html#a18c90033f873b7801b2a847764064263',1,'inner::vload1(const Q15 *p)'],['../namespaceinner.html#a78aecb6f187980b97950127afa66fb82',1,'inner::vload1(const float32_t *p, const index_t stride)'],['../namespaceinner.html#a873f8f33efd363a92a431d5a53641ec1',1,'inner::vload1(const float32_t *p)'],['../namespaceinner.html#a884682121ae62457cbd3970984c75b05',1,'inner::vload1(const std::complex< float16_t > *p, const index_t stride)'],['../namespaceinner.html#a764f869d5075df026e4258151276fa12',1,'inner::vload1(const std::complex< float32_t > *p, const index_t stride)'],['../namespaceinner.html#a268bc8ed07ac76695724048cfefe844f',1,'inner::vload1(const std::complex< float32_t > *p)']]], + ['vload1_5fz_12',['vload1_z',['../namespaceinner.html#a4b4a6360138739e6a19c490898930b38',1,'inner::vload1_z(const float32_t *p, const std::size_t nb, const mve_pred16_t p0)'],['../namespaceinner.html#a77935fcebeb1f4f73e2de0ff9f29819c',1,'inner::vload1_z(const float32_t *p, const index_t stride, const std::size_t nb, const mve_pred16_t p0)']]], + ['vmacc_13',['vmacc',['../namespaceinner.html#af1460a6cefac6e31d6cef4ed8d21a1cb',1,'inner::vmacc(const A &acc, const std::tuple< EA... > &a, const std::tuple< EB... > &b, const B p0)'],['../namespaceinner.html#a8ad529b6425e1866b935c1cabbaa6952',1,'inner::vmacc(const A &acc, const std::tuple< EA... > &a, const std::tuple< EB... > &b)'],['../namespaceinner.html#a4abd76b41ccc19f690189ea43e228cb3',1,'inner::vmacc(const Q< 33, 30 > sum, const int16x8_t vala, const int16x8_t valb)'],['../namespaceinner.html#a8685105a6df68a50419946cc0367d819',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#ac823c4f0fd8714560e259ef79c379d05',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float_t b)'],['../namespaceinner.html#ab1ff2dbd35c628f951b3cac89caca633',1,'inner::vmacc(const float32x4_t acc, const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#a9691e09d1346773d98c3abc0c420a060',1,'inner::vmacc(const ComplexVector< float16x8_t > &acc, const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#a46ea9ccc91273062855b13aa3f39e16e',1,'inner::vmacc(const ComplexVector< float32x4_t > &acc, const ComplexVector< float32x4_t > &a, const std::complex< float > &b)'],['../namespaceinner.html#a807a2c3ecf5940adda19a7f2943e3ca0',1,'inner::vmacc(const ComplexVector< float32x4_t > &acc, const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#a2c8598bfc9c986cfea5e0ff6eb7287db',1,'inner::vmacc(const ComplexVector< float16x8_t > &acc, const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)']]], + ['vmacc_5fimpl_14',['vmacc_impl',['../namespaceinner.html#af48824302f222bf49cfc8c428bfadfea',1,'inner::vmacc_impl(const A &acc, const VA &a, const VB &b, std::index_sequence< Ns... >)'],['../namespaceinner.html#a90677b6747ae7e073e3609d9f857a7bf',1,'inner::vmacc_impl(const A &acc, const VA &a, const VB &b, const B p0, std::index_sequence< Ns... >)']]], + ['vmul_15',['vmul',['../namespaceinner.html#ae9d2d35f1c9f5db8b075ffb6652cd72b',1,'inner::vmul(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#a3375c10c0f8b773d8b8eb1b351c20828',1,'inner::vmul(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a874956bb38d47c06fc032e81d4a19723',1,'inner::vmul(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a39132ee2d8e023ef6415f6e2f1b07a18',1,'inner::vmul(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#a961270ef40d9628dd1007a7bab1f0f69',1,'inner::vmul(const float a, const float32x4_t b)'],['../namespaceinner.html#a6740c80fdc1105c3b0b40e90f95889fd',1,'inner::vmul(const float32x4_t a, const float b)'],['../namespaceinner.html#aa97a592fcafc5e5f76f758f87dce39a9',1,'inner::vmul(const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#ac66de88a940de901eb83bf6cdd66646d',1,'inner::vmul(const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a576306bfe9ac75eb244e40ecec156f69',1,'inner::vmul(const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#abfed99deb087199e517b66cbe675436d',1,'inner::vmul(const std::complex< float > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#ab5e407092fe64cf1e1d2b5b69f928e5a',1,'inner::vmul(const ComplexVector< float32x4_t > &a, const std::complex< float > &b)'],['../namespaceinner.html#a57565b64490df1629b1d0f4b4af2f270',1,'inner::vmul(const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)']]], + ['vneg_16',['vneg',['../namespaceinner.html#a0da8f8495779f89b0fdbe4f876cd830e',1,'inner::vneg(const ComplexVector< float32x4_t > &a)'],['../namespaceinner.html#af5fe2024da04acc4d47b63dd908977c9',1,'inner::vneg(const ComplexVector< float16x8_t > &a)'],['../namespaceinner.html#a0ac6054a53871e862310c4d487bbf7c8',1,'inner::vneg(const float32x4_t a)'],['../namespaceinner.html#a2e7edbc88d18b0cb6672ade5ea35cb00',1,'inner::vneg(const float32x4_t a, const mve_pred16_t p0)'],['../namespaceinner.html#a4a16dcaa8fbc60eaa8fb6068ab447bac',1,'inner::vneg(const float16x8_t a)'],['../namespaceinner.html#aa7f5007010aed91a77475e7b2547c2a4',1,'inner::vneg(const float16x8_t a, const mve_pred16_t p0)']]], + ['vreduce_17',['vreduce',['../namespaceinner.html#a209d4fdedaa36e2e0440cd58c77d55da',1,'inner::vreduce(const Q< 33, 30 > sum)'],['../namespaceinner.html#ae1dab2dc00863f76597076b03ad18036',1,'inner::vreduce(const std::tuple< E... > &acc)'],['../namespaceinner.html#abe715f16db6071bb6ee155abec79adee',1,'inner::vreduce(const float32x4_t in)'],['../namespaceinner.html#ad41b93ff154765c525ab480df42bd1d4',1,'inner::vreduce(const ComplexVector< float32x4_t > &in)'],['../namespaceinner.html#afd951b0adba514dba0faec5e34a9017f',1,'inner::vreduce(const ComplexVector< float16x8_t > &in)']]], + ['vreduce_5fimpl_18',['vreduce_impl',['../namespaceinner.html#af353fc06a138dec5fb93c90d752df023',1,'inner']]], + ['vstore1_19',['vstore1',['../namespaceinner.html#a534604fc97b7006f4f49e219ca643e22',1,'inner::vstore1(float32_t *p, const index_t stride, const float32x4_t val)'],['../namespaceinner.html#abf6598c1e4bcfa99e1a9bfaeee9ead7b',1,'inner::vstore1(float32_t *p, const float32x4_t val)'],['../namespaceinner.html#aac213d22106ea1b1986271bb6e9c5bba',1,'inner::vstore1(std::complex< float16_t > *p, const index_t stride, const ComplexVector< float16x8_t > &val)'],['../namespaceinner.html#a57dc758aeb181b420eab93e2fc9a6c43',1,'inner::vstore1(std::complex< float16_t > *p, const ComplexVector< float16x8_t > &val)'],['../namespaceinner.html#ad976ed9258a6c80387533a74f8fb25d3',1,'inner::vstore1(std::complex< float32_t > *p, const index_t stride, const ComplexVector< float32x4_t > &val)'],['../namespaceinner.html#a1f5ce8dd21604a175e78f5bbf5f8c839',1,'inner::vstore1(std::complex< float32_t > *p, const ComplexVector< float32x4_t > &val)']]], + ['vstore1_5fz_20',['vstore1_z',['../namespaceinner.html#af3597573058ac70b3e3d9210d5d16a83',1,'inner::vstore1_z(float32_t *p, const float32x4_t val, const std::size_t nb, const mve_pred16_t p0)'],['../namespaceinner.html#a0e04b6b531259fadf6af96942b523eee',1,'inner::vstore1_z(float32_t *p, const index_t stride, const float32x4_t val, const std::size_t nb, const mve_pred16_t p0)'],['../group__HeliumFloatNumber.html#a1e54518440eeb52d0a0a525c99ddcfd8',1,'inner::vstore1_gen_stride_z< float32_t, 0, 1, 2, 3 >::vstore1_z()']]], + ['vsub_21',['vsub',['../namespaceinner.html#a408c0abcd1169177718ab8e1a9dee1b0',1,'inner::vsub(const float a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#acfc381713e1c4074d5f960923bbb326d',1,'inner::vsub(const float32x4_t a, const float b, const mve_pred16_t p0)'],['../namespaceinner.html#a566bd4e865b11382118f0a1522705e1c',1,'inner::vsub(const float32x4_t a, const float32x4_t b, const mve_pred16_t p0)'],['../namespaceinner.html#aa33ce8a1c1fa399037be4bd1acf1057b',1,'inner::vsub(const float a, const float32x4_t b)'],['../namespaceinner.html#ad3864f3477597e2f8228b10ddad84618',1,'inner::vsub(const float32x4_t a, const float b)'],['../namespaceinner.html#ab40ad55ce50f45c7809fa669897e820d',1,'inner::vsub(const float32x4_t a, const float32x4_t b)'],['../namespaceinner.html#a1e84856fed2b0cdd5ab4b2237bdb09b8',1,'inner::vsub(const std::complex< float16_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#a40edeaad478115f20dffcfe27592d603',1,'inner::vsub(const ComplexVector< float16x8_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#af768cfb94f210b75f57a56b854697c42',1,'inner::vsub(const ComplexVector< float16x8_t > &a, const ComplexVector< float16x8_t > &b)'],['../namespaceinner.html#a5f68559a8f94f2dc7ea94d4d43469b25',1,'inner::vsub(const std::complex< float > &a, const ComplexVector< float32x4_t > &b)'],['../namespaceinner.html#ac589d1161df1c6966ee850f8cb2f8b12',1,'inner::vsub(const ComplexVector< float32x4_t > &a, const std::complex< float > &b)'],['../namespaceinner.html#ac57b109b86c28f89850c811adb9a6ecb',1,'inner::vsub(const ComplexVector< float32x4_t > &a, const ComplexVector< float32x4_t > &b)']]] ]; diff --git a/main/search/functions_3.js b/main/search/functions_3.js index d222b352..1d7f4932 100644 --- a/main/search/functions_3.js +++ b/main/search/functions_3.js @@ -1,10 +1,11 @@ var searchData= [ - ['col_0',['col',['../group__Matrix.html#a5cc6b0ed875cfa1af09ae3ae5dda1cd3',1,'arm_cmsis_dsp::Matrix::col(const index_t i, const index_t start=0, const index_t stop=R) const'],['../group__Matrix.html#a4a7fd895c6f10261c3cdc129f2199bf7',1,'arm_cmsis_dsp::Matrix::col(const index_t i, const index_t start=0, const index_t stop=R)'],['../group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a0debe871b5dffff9c427427062d3e82c',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a0debe871b5dffff9c427427062d3e82c',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#a69c3747e99a6320796ccc2fbda4c57e6',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a1b4bee75d06b5bfd426f9ade8f53ede9',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#ac0ab62adc16d1427b1790a76165046db',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a32a8671aeb0d3c70fcf73e13ab4f498f',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#af6db0b146cf2443781c0143d83a241af',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a34b2c13038acf1bc2d20d8c89bf9efef',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#ae451a86820bd819a2a3411197ac4fa76',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a8f5768b8c57fc0744241045df4f08ac2',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start=0)']]], - ['columns_1',['columns',['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView::columns()'],['../group__Matrix.html#a414c883585f5b0900f7481128db6a14d',1,'arm_cmsis_dsp::Matrix::columns()'],['../group__Matrix.html#ab00a60bfa54e851d42f81f216c240a69',1,'arm_cmsis_dsp::_Outer::columns()'],['../group__FUSION.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::_Expr::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::columns()']]], + ['col_0',['col',['../group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col()'],['../group__Matrix.html#a4a7fd895c6f10261c3cdc129f2199bf7',1,'arm_cmsis_dsp::Matrix::col()'],['../group__Matrix.html#a2c89cfc9d462a12dfd6da8b6b73f2188',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a0debe871b5dffff9c427427062d3e82c',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#aa30a13fab205018847bd55d9d05d3db2',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a9f6ac1c0c3103373de53563431540c2f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a0debe871b5dffff9c427427062d3e82c',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#a8f5768b8c57fc0744241045df4f08ac2',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col()'],['../group__Matrix.html#a5cc6b0ed875cfa1af09ae3ae5dda1cd3',1,'arm_cmsis_dsp::Matrix::col()'],['../group__Matrix.html#a69c3747e99a6320796ccc2fbda4c57e6',1,'arm_cmsis_dsp::MatrixView::col()'],['../group__Matrix.html#ae451a86820bd819a2a3411197ac4fa76',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a34b2c13038acf1bc2d20d8c89bf9efef',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start=0) const'],['../group__Matrix.html#af6db0b146cf2443781c0143d83a241af',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::col(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a32a8671aeb0d3c70fcf73e13ab4f498f',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start=0)'],['../group__Matrix.html#ac0ab62adc16d1427b1790a76165046db',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a1b4bee75d06b5bfd426f9ade8f53ede9',1,'arm_cmsis_dsp::MatrixView::col(const index_t i, const index_t start=0) const']]], + ['columns_1',['columns',['../group__FUSION.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::_Expr::columns()'],['../group__Matrix.html#ab00a60bfa54e851d42f81f216c240a69',1,'arm_cmsis_dsp::_Outer::columns()'],['../group__Matrix.html#a414c883585f5b0900f7481128db6a14d',1,'arm_cmsis_dsp::Matrix::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::columns()'],['../group__Matrix.html#a2407bc5c02d16073944b9eab16179c5a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::columns()']]], ['compute_5flength_2',['compute_length',['../group__VECTOR.html#a2e959b346a8924d99d2ead35543a5e2d',1,'arm_cmsis_dsp::VectorView::compute_length()'],['../group__VECTOR.html#a447332a607788595a8c2fb744b86f782',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::compute_length()']]], - ['const_5fptr_3',['const_ptr',['../group__VECTOR.html#aef42fab2ae1dc05032eb31d353701f19',1,'arm_cmsis_dsp::Vector_Base::const_ptr()'],['../group__VECTOR.html#ade7cf34a619c49dc0dbc8bb1e155b411',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::const_ptr(const index_t i) const'],['../group__VECTOR.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::const_ptr() const'],['../group__VECTOR.html#ade7cf34a619c49dc0dbc8bb1e155b411',1,'arm_cmsis_dsp::VectorView::const_ptr(const index_t i) const'],['../group__VECTOR.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::VectorView::const_ptr() const'],['../group__VECTOR.html#ad2de869aa192fef5d011f854b7734a2f',1,'arm_cmsis_dsp::Vector_Base::const_ptr()'],['../group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::const_ptr()'],['../group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::MatrixView::const_ptr()']]], - ['convert_4',['convert',['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::convert()'],['../group__FIXED.html#ab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::convert()']]], - ['copy_5',['copy',['../group__VECTOR.html#ga642296392b4581cbc3761d8d34625f12',1,'arm_cmsis_dsp']]], - ['create_6',['create',['../group__Matrix.html#ae53a2a6a33e8e751225cbf2db30cce2f',1,'arm_cmsis_dsp::Matrix::create()'],['../group__Matrix.html#a72b177e916734c04aab9fc90daa24d58',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::create()']]] + ['conjugate_3',['conjugate',['../group__VECTOR.html#ga8d88b4b24a63a8e76886bcbe9da8f239',1,'arm_cmsis_dsp']]], + ['const_5fptr_4',['const_ptr',['../group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::MatrixView::const_ptr()'],['../group__Matrix.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::const_ptr()'],['../group__VECTOR.html#ad2de869aa192fef5d011f854b7734a2f',1,'arm_cmsis_dsp::Vector_Base::const_ptr() const'],['../group__VECTOR.html#aef42fab2ae1dc05032eb31d353701f19',1,'arm_cmsis_dsp::Vector_Base::const_ptr(const index_t i) const'],['../group__VECTOR.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::VectorView::const_ptr() const'],['../group__VECTOR.html#ade7cf34a619c49dc0dbc8bb1e155b411',1,'arm_cmsis_dsp::VectorView::const_ptr(const index_t i) const'],['../group__VECTOR.html#a762e0a4e5b0ae1b1d0ed3ba4d03f2ed8',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::const_ptr() const'],['../group__VECTOR.html#ade7cf34a619c49dc0dbc8bb1e155b411',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::const_ptr(const index_t i) const']]], + ['convert_5',['convert',['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::convert()'],['../group__FIXED.html#gab0702cc2ae5ab7bbe52d9ae59bc64f8e',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::convert()']]], + ['copy_6',['copy',['../group__VECTOR.html#ga642296392b4581cbc3761d8d34625f12',1,'arm_cmsis_dsp']]], + ['create_7',['create',['../group__Matrix.html#ae53a2a6a33e8e751225cbf2db30cce2f',1,'arm_cmsis_dsp::Matrix::create()'],['../group__Matrix.html#a72b177e916734c04aab9fc90daa24d58',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::create()'],['../group__Matrix.html#a46b2ac2ce751d8768dcbdbe26ea14688',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::create()']]] ]; diff --git a/main/search/functions_4.js b/main/search/functions_4.js index b7967e95..13bfebe1 100644 --- a/main/search/functions_4.js +++ b/main/search/functions_4.js @@ -3,5 +3,5 @@ var searchData= ['derived_0',['derived',['../group__FUSION.html#a14eb873a3c94c910d97d7d5dc469a85c',1,'arm_cmsis_dsp::_Expr::derived()'],['../group__FUSION.html#a74e98b8e607f5ef000a6d75c6b3e0c03',1,'arm_cmsis_dsp::_Expr::derived() const']]], ['destroy_1',['destroy',['../group__MEMORY.html#a67092a8b5388c349191dc471946096a7',1,'arm_cmsis_dsp::malloc_allocator']]], ['diagonal_2',['diagonal',['../group__Matrix.html#a67deb7fb5d7e21da4bf0d9b4fc76ee15',1,'arm_cmsis_dsp::Matrix::diagonal()'],['../group__Matrix.html#a308790672440faa2ecd8b275a2aaa955',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::diagonal()']]], - ['dot_3',['dot',['../group__ALGO.html#ga9ff393c027c34a738d05d7b85e142ef3',1,'arm_cmsis_dsp::dot(const M &m, const V &v)'],['../group__ALGO.html#ga6f240fadd29713133582469ac2fa629c',1,'arm_cmsis_dsp::dot(const MA &ma, const MB &mb)'],['../group__ALGO.html#ga0daa478d27289dac1758367ae8d19a86',1,'arm_cmsis_dsp::dot(RES &&res, const MA &ma, const MB &mb)'],['../group__FUSION.html#ga33724358c41f7bf00015fb1297232b31',1,'arm_cmsis_dsp::dot(const VA &a, const VB &b)']]] + ['dot_3',['dot',['../group__ALGO.html#ga9ff393c027c34a738d05d7b85e142ef3',1,'arm_cmsis_dsp::dot(const M &m, const V &v)'],['../group__ALGO.html#ga6f240fadd29713133582469ac2fa629c',1,'arm_cmsis_dsp::dot(const MA &ma, const MB &mb)'],['../group__ALGO.html#ga0daa478d27289dac1758367ae8d19a86',1,'arm_cmsis_dsp::dot(RES &&res, const MA &ma, const MB &mb)'],['../group__FUSION.html#gafce937761484296b656518840d9e7b72',1,'arm_cmsis_dsp::dot(const VA &a, const VB &b)']]] ]; diff --git a/main/search/functions_6.js b/main/search/functions_6.js index b77e0133..ca43b3e5 100644 --- a/main/search/functions_6.js +++ b/main/search/functions_6.js @@ -1,8 +1,8 @@ var searchData= [ - ['f_0',['f',['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::f()'],['../group__FIXED.html#adf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::f()']]], - ['fill_5fdiagonal_1',['fill_diagonal',['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::fill_diagonal()'],['../group__Matrix.html#ad93b3e4bb616fefe47e5c2af6dc2dddd',1,'arm_cmsis_dsp::Matrix::fill_diagonal()']]], - ['free_2',['free',['../group__MEMORY.html#aa83260bc7ffde63ba0aab4efaaf75737',1,'arm_cmsis_dsp::default_user_allocator_malloc_free::free()'],['../group__MEMORY.html#aa83260bc7ffde63ba0aab4efaaf75737',1,'arm_cmsis_dsp::user_allocator_aligned_malloc::free()']]], - ['from_5faccumulator_3',['from_accumulator',['../namespaceinner.html#ab641639c5a73d8af1fa62eea54fd4cd8',1,'inner::from_accumulator(const double a)'],['../namespaceinner.html#a51700c5f0ad4c76229b51cbd9196ad06',1,'inner::from_accumulator(const float a)'],['../namespaceinner.html#a33a603cf8d860f7f25355a76a0bdd1e7',1,'inner::from_accumulator(const std::tuple< E... > &acc)'],['../namespaceinner.html#a91425ff74ce25f89906bea97cb303bb8',1,'inner::from_accumulator(const float16_t a)'],['../namespaceinner.html#a5b72bf01955f068fb41fec77beb35e66',1,'inner::from_accumulator(const Q< 33, 30 > a)'],['../namespaceinner.html#ae0c7a1d3d9a4e45f52339908116ebaf0',1,'inner::from_accumulator(const Q< 15, 48 > a)'],['../namespaceinner.html#a9eeb14ac30c47b0ced92db675e038afa',1,'inner::from_accumulator(const Q< 17, 14 > a)']]], + ['f_0',['f',['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::f()'],['../group__FIXED.html#gadf2449c9723f7f60068848afa9aacbb6',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::f()']]], + ['fill_5fdiagonal_1',['fill_diagonal',['../group__Matrix.html#ad93b3e4bb616fefe47e5c2af6dc2dddd',1,'arm_cmsis_dsp::Matrix::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::fill_diagonal()'],['../group__Matrix.html#a24208668fc0f1a1abfff866c0dbfa6e7',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::fill_diagonal()']]], + ['free_2',['free',['../group__MEMORY.html#aa83260bc7ffde63ba0aab4efaaf75737',1,'arm_cmsis_dsp::user_allocator_aligned_malloc::free()'],['../group__MEMORY.html#aa83260bc7ffde63ba0aab4efaaf75737',1,'arm_cmsis_dsp::default_user_allocator_malloc_free::free()']]], + ['from_5faccumulator_3',['from_accumulator',['../namespaceinner.html#ae915e48d6bdbe628a163a450ac5c8c93',1,'inner::from_accumulator(const std::complex< double > &a)'],['../namespaceinner.html#abbcbcd9b0585fa8513e5ed7b814c6acd',1,'inner::from_accumulator(const std::complex< float > &a)'],['../namespaceinner.html#a3b729934c51c4d12c53a3c48df295874',1,'inner::from_accumulator(const std::complex< float16_t > a)'],['../namespaceinner.html#a0bc046a022c8a0fec2f47275eb4bbcc8',1,'inner::from_accumulator(const std::complex< Q< 33, 30 > > &a)'],['../namespaceinner.html#ad79d2098555ea0ffa18bd0d8e87db3fc',1,'inner::from_accumulator(const std::complex< Q< 15, 48 > > a)'],['../namespaceinner.html#aadc09034e744eebe88fac20a4530b993',1,'inner::from_accumulator(const std::complex< Q< 17, 14 > > &a)'],['../namespaceinner.html#ab641639c5a73d8af1fa62eea54fd4cd8',1,'inner::from_accumulator(const double a)'],['../namespaceinner.html#a51700c5f0ad4c76229b51cbd9196ad06',1,'inner::from_accumulator(const float a)'],['../namespaceinner.html#a33a603cf8d860f7f25355a76a0bdd1e7',1,'inner::from_accumulator(const std::tuple< E... > &acc)'],['../namespaceinner.html#a91425ff74ce25f89906bea97cb303bb8',1,'inner::from_accumulator(const float16_t a)'],['../namespaceinner.html#a5b72bf01955f068fb41fec77beb35e66',1,'inner::from_accumulator(const Q< 33, 30 > a)'],['../namespaceinner.html#ae0c7a1d3d9a4e45f52339908116ebaf0',1,'inner::from_accumulator(const Q< 15, 48 > a)'],['../namespaceinner.html#a9eeb14ac30c47b0ced92db675e038afa',1,'inner::from_accumulator(const Q< 17, 14 > a)']]], ['from_5faccumulator_5fimpl_4',['from_accumulator_impl',['../namespaceinner.html#a90c494db01b252301897524c39bf35e2',1,'inner']]] ]; diff --git a/main/search/functions_8.js b/main/search/functions_8.js index 1c3d9953..9796d17e 100644 --- a/main/search/functions_8.js +++ b/main/search/functions_8.js @@ -1,5 +1,6 @@ var searchData= [ - ['has_5fpredicate_5finst_0',['has_predicate_inst',['../group__FUSION.html#ga5cbfe80069a65eebf82f8b1b8e9ae86e',1,'arm_cmsis_dsp']]], - ['has_5fvector_5finst_1',['has_vector_inst',['../group__FUSION.html#ga29fc0caca6b223e2b108fd18f696b276',1,'arm_cmsis_dsp']]] + ['has_5fpredicate_0',['has_predicate',['../group__FUSION.html#ga36c13882f29abdf00846e5437ee0057e',1,'arm_cmsis_dsp']]], + ['has_5fpredicate_5finst_1',['has_predicate_inst',['../group__FUSION.html#ga5cbfe80069a65eebf82f8b1b8e9ae86e',1,'arm_cmsis_dsp']]], + ['has_5fvector_5finst_2',['has_vector_inst',['../group__FUSION.html#ga29fc0caca6b223e2b108fd18f696b276',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/functions_9.js b/main/search/functions_9.js index 35ddebce..b825860a 100644 --- a/main/search/functions_9.js +++ b/main/search/functions_9.js @@ -1,6 +1,10 @@ var searchData= [ ['identity_0',['identity',['../group__Matrix.html#a5612e2412693fe1d3f5f318031fc8864',1,'arm_cmsis_dsp::Matrix::identity()'],['../group__Matrix.html#af461a340b8787d621890a636ae5b91b8',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::identity()']]], - ['is_5fonly_5fvector_1',['is_only_vector',['../group__FUSION.html#gad3bbb6d52dc030dd2adcf61f232689a7',1,'arm_cmsis_dsp']]], - ['is_5fscalar_2',['is_scalar',['../group__FUSION.html#ga0e33c869f88a709094c90f6f9f0bcd5a',1,'arm_cmsis_dsp']]] + ['is_5fcomplex_1',['is_complex',['../group__FUSION.html#ga1bd960439b8f3e0eeb5069d3d47457aa',1,'arm_cmsis_dsp']]], + ['is_5ffixed_2',['is_fixed',['../group__FUSION.html#gacea8d6d85638c8b0a14726eedee25128',1,'arm_cmsis_dsp']]], + ['is_5ffloat_3',['is_float',['../group__FUSION.html#ga623d69c13dcec6b1b10432550d31c184',1,'arm_cmsis_dsp']]], + ['is_5fmixed_4',['is_mixed',['../group__FUSION.html#gadaf89cc3b2046a99f2da37073ce60780',1,'arm_cmsis_dsp']]], + ['is_5fonly_5fvector_5',['is_only_vector',['../group__FUSION.html#gad3bbb6d52dc030dd2adcf61f232689a7',1,'arm_cmsis_dsp']]], + ['is_5fscalar_6',['is_scalar',['../group__FUSION.html#ga0e33c869f88a709094c90f6f9f0bcd5a',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/functions_b.js b/main/search/functions_b.js index c9c6c6c7..11f846e0 100644 --- a/main/search/functions_b.js +++ b/main/search/functions_b.js @@ -1,18 +1,18 @@ var searchData= [ - ['mac_0',['mac',['../namespaceinner.html#a610e78558495d3f5ee0fc64d7cb16129',1,'inner::mac(const double acc, const double a, const double b)'],['../namespaceinner.html#a8014d6d6709fc355d2f427204d1e0999',1,'inner::mac(const float acc, const float a, const float b)'],['../namespaceinner.html#ab56b4c5aef04429cae0f228ad0c74b1b',1,'inner::mac(const A &acc, const std::tuple< E... > &a, const std::tuple< E... > &b)'],['../namespaceinner.html#a9c2d5faac160c4523a3d4d0a0ae104b2',1,'inner::mac(const A &acc, const std::tuple< E... > &a, const std::tuple< E... > &b, const B p0)'],['../namespaceinner.html#a89303b00c3c2903ede7c7e7dbd8c43a4',1,'inner::mac(const float16_t acc, const float16_t a, const float16_t b)'],['../namespaceinner.html#a777574d5bff66d9af59e7c37f1da2b4b',1,'inner::mac(const Q< 33, 30 > acc, const Q15 a, const Q15 b)'],['../namespaceinner.html#a562ab35f9afb9e1f3eb0484ee7bfc48a',1,'inner::mac(const Q< 15, 48 > acc, const Q31 a, const Q31 b)'],['../namespaceinner.html#a56a1b697090b777cab60b1f48e92b5aa',1,'inner::mac(const Q< 17, 14 > acc, const Q7 a, const Q7 b)']]], - ['mac_5fimpl_1',['mac_impl',['../namespaceinner.html#a4bdb89d04f37db2cd89dcca0025a4f32',1,'inner::mac_impl(const A &acc, const V &a, const V &b, std::index_sequence< Ns... >)'],['../namespaceinner.html#ad2d250a3a63b6d277c94f5e4cc1a213e',1,'inner::mac_impl(const A &acc, const V &a, const V &b, const B p0, std::index_sequence< Ns... >)']]], + ['mac_0',['mac',['../namespaceinner.html#a8014d6d6709fc355d2f427204d1e0999',1,'inner::mac(const float acc, const float a, const float b)'],['../namespaceinner.html#a56a1b697090b777cab60b1f48e92b5aa',1,'inner::mac(const Q< 17, 14 > acc, const Q7 a, const Q7 b)'],['../namespaceinner.html#a562ab35f9afb9e1f3eb0484ee7bfc48a',1,'inner::mac(const Q< 15, 48 > acc, const Q31 a, const Q31 b)'],['../namespaceinner.html#a777574d5bff66d9af59e7c37f1da2b4b',1,'inner::mac(const Q< 33, 30 > acc, const Q15 a, const Q15 b)'],['../namespaceinner.html#a89303b00c3c2903ede7c7e7dbd8c43a4',1,'inner::mac(const float16_t acc, const float16_t a, const float16_t b)'],['../namespaceinner.html#a1e19215b730691b12d95da08320eea71',1,'inner::mac(const A &acc, const std::tuple< EA... > &a, const std::tuple< EB... > &b, const B p0)'],['../namespaceinner.html#ac8cd70a6d0ce491f80b376134796456f',1,'inner::mac(const A &acc, const std::tuple< EA... > &a, const std::tuple< EB... > &b)'],['../namespaceinner.html#ab1113ea11ed1311033786c06558d06eb',1,'inner::mac(const std::complex< double > &acc, const std::complex< double > &a, const std::complex< double > &b)'],['../namespaceinner.html#ae7877f8c4b2fe212714a27806fb53279',1,'inner::mac(const std::complex< float > &acc, const std::complex< float > &a, const std::complex< float > &b)'],['../namespaceinner.html#a345290f6d502af591e63fe030b7ddc8c',1,'inner::mac(const std::complex< float16_t > acc, const std::complex< float16_t > a, const std::complex< float16_t > b)'],['../namespaceinner.html#a747d0d6dace4b31bf4e5aab5579e6efc',1,'inner::mac(const std::complex< Q< 33, 30 > > &acc, const std::complex< Q15 > a, const std::complex< Q15 > b)'],['../namespaceinner.html#a775a309356a0d92ef28caa0b14d165b4',1,'inner::mac(const std::complex< Q< 15, 48 > > acc, const std::complex< Q31 > a, const std::complex< Q31 > b)'],['../namespaceinner.html#a4f714b4a51c04548dfa6762da2ee477d',1,'inner::mac(const std::complex< Q< 17, 14 > > acc, const std::complex< Q7 > a, const std::complex< Q7 > b)'],['../namespaceinner.html#a610e78558495d3f5ee0fc64d7cb16129',1,'inner::mac(const double acc, const double a, const double b)']]], + ['mac_5fimpl_1',['mac_impl',['../namespaceinner.html#a0fe18feb05443903d1b6ff9961f9c144',1,'inner::mac_impl(const A &acc, const VA &a, const VB &b, std::index_sequence< Ns... >)'],['../namespaceinner.html#acbe2d41436a69709008ab8e55b3f0073',1,'inner::mac_impl(const A &acc, const VA &a, const VB &b, const B p0, std::index_sequence< Ns... >)']]], ['malloc_2',['malloc',['../group__MEMORY.html#a2dccee9ddb32743ee3f82882b4fbbb79',1,'arm_cmsis_dsp::user_allocator_aligned_malloc::malloc()'],['../group__MEMORY.html#a0d8981d262d8637fd4d847ed12646f80',1,'arm_cmsis_dsp::default_user_allocator_malloc_free::malloc()']]], - ['matrix_3',['Matrix',['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix::Matrix()'],['../group__Matrix.html#a2856349806237c54fcec23adb8fff942',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(vector_length_t r, vector_length_t c)'],['../group__Matrix.html#a5813348d82f4ffff56e76c908240a9b6',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(vector_length_t r, vector_length_t c, P init_val)'],['../group__Matrix.html#a3f40b54f9911dfc184749149b4b48c24',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const Matrix< P, RK, CK, OtherAllocator > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#a26a138c661ca0a7ab4d5263c12058172',1,'arm_cmsis_dsp::Matrix::Matrix(const Matrix< P, R, C, OtherAllocator > &other)'],['../group__Matrix.html#a152a6be370e8f9d66582074364b74f93',1,'arm_cmsis_dsp::Matrix::Matrix(P init_val)'],['../group__Matrix.html#a3aede62f513da27e6f61ae7a972b4f96',1,'arm_cmsis_dsp::Matrix::Matrix()']]], - ['matrix_5fop_4',['matrix_op',['../group__Matrix.html#a2a0db0db3652e250eb2d0780441c0c89',1,'arm_cmsis_dsp::_Outer::matrix_op()'],['../group__FUSION.html#a6b1af4850aca22b40d2769d4e07b9793',1,'arm_cmsis_dsp::_Expr::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::Matrix::matrix_op()']]], - ['matrix_5fop_5ftail_5',['matrix_op_tail',['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::Matrix::matrix_op_tail()'],['../group__Matrix.html#a2b07d557d906e244524ca72a204aefdc',1,'arm_cmsis_dsp::_Outer::matrix_op_tail()'],['../group__FUSION.html#a0c23b31f84f27a18ee4a34e31534058d',1,'arm_cmsis_dsp::_Expr::matrix_op_tail()']]], - ['matrix_5fstore_6',['matrix_store',['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::Matrix::matrix_store(const index_t row, const index_t col, const VectorType val) const']]], - ['matrix_5fstore_5ftail_7',['matrix_store_tail',['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::Matrix::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView::matrix_store_tail()']]], - ['matrixview_8',['MatrixView',['../group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::MatrixView(const Vector_Base< T > &v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::MatrixView(T *v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#aaec199749e60e2e881b4d3eb302123a3',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::MatrixView(const Vector_Base< T > &v, const vector_length_t rows, const vector_length_t cols, const uint32_t stride)'],['../group__Matrix.html#ac4ecc10146b3c70e8c8b982acf22a264',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::MatrixView(T *v, const vector_length_t rows, const vector_length_t cols, const uint32_t stride)'],['../group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59',1,'arm_cmsis_dsp::MatrixView::MatrixView(const Vector_Base< T > &v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b',1,'arm_cmsis_dsp::MatrixView::MatrixView(T *v, const vector_length_t rows, const vector_length_t cols)']]], + ['matrix_3',['Matrix',['../group__Matrix.html#a26a138c661ca0a7ab4d5263c12058172',1,'arm_cmsis_dsp::Matrix::Matrix(const Matrix< P, R, C, OtherAllocator > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#a2856349806237c54fcec23adb8fff942',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(vector_length_t r, vector_length_t c)'],['../group__Matrix.html#a5813348d82f4ffff56e76c908240a9b6',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(vector_length_t r, vector_length_t c, P init_val)'],['../group__Matrix.html#a3f40b54f9911dfc184749149b4b48c24',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const Matrix< P, RK, CK, OtherAllocator > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#abb20cdd597b9ff4a34cb9a01eb740cf7',1,'arm_cmsis_dsp::Matrix::Matrix(const _Expr< Derived > &other)'],['../group__Matrix.html#a152a6be370e8f9d66582074364b74f93',1,'arm_cmsis_dsp::Matrix::Matrix(P init_val)'],['../group__Matrix.html#a3aede62f513da27e6f61ae7a972b4f96',1,'arm_cmsis_dsp::Matrix::Matrix()']]], + ['matrix_5fop_4',['matrix_op',['../group__FUSION.html#a6b1af4850aca22b40d2769d4e07b9793',1,'arm_cmsis_dsp::_Expr::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::MatrixView::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_op()'],['../group__Matrix.html#a7ad4ca94593f2fbfdc74dff287d765b7',1,'arm_cmsis_dsp::Matrix::matrix_op()'],['../group__Matrix.html#a3f2a974f390acf7a5a25ba5e17c05714',1,'arm_cmsis_dsp::_Outer::matrix_op()']]], + ['matrix_5fop_5ftail_5',['matrix_op_tail',['../group__FUSION.html#a0c23b31f84f27a18ee4a34e31534058d',1,'arm_cmsis_dsp::_Expr::matrix_op_tail()'],['../group__Matrix.html#abc541f5ba42db2c3d6d9f8d839bc842f',1,'arm_cmsis_dsp::_Outer::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::Matrix::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_op_tail()'],['../group__Matrix.html#a650317a5381b16c9043b48e7ef5810e4',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_op_tail()']]], + ['matrix_5fstore_6',['matrix_store',['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::Matrix::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_store()'],['../group__Matrix.html#a0ccd183ce4debf4db98aad74fe31e013',1,'arm_cmsis_dsp::MatrixView::matrix_store()']]], + ['matrix_5fstore_5ftail_7',['matrix_store_tail',['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::MatrixView::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::matrix_store_tail()'],['../group__Matrix.html#aaa84d81a018b21a4612e48b89b621cf9',1,'arm_cmsis_dsp::Matrix::matrix_store_tail()']]], + ['matrixview_8',['MatrixView',['../group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b',1,'arm_cmsis_dsp::MatrixView::MatrixView()'],['../group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::MatrixView(const Vector_Base< T > &v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#a752d3b8ff9cb1878ba0eb32e6f1cf93b',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::MatrixView(T *v, const vector_length_t rows, const vector_length_t cols)'],['../group__Matrix.html#aaec199749e60e2e881b4d3eb302123a3',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::MatrixView(const Vector_Base< T > &v, const vector_length_t rows, const vector_length_t cols, const uint32_t stride)'],['../group__Matrix.html#ac4ecc10146b3c70e8c8b982acf22a264',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::MatrixView(T *v, const vector_length_t rows, const vector_length_t cols, const uint32_t stride)'],['../group__Matrix.html#a86a09e923d3817bab3117fbd5aa3dd59',1,'arm_cmsis_dsp::MatrixView::MatrixView()']]], ['memorypool_9',['MemoryPool',['../group__MEMORY.html#a5c53f3f575b27667ddb9725a3567ba34',1,'arm_cmsis_dsp::MemoryPool']]], ['mk_10',['mk',['../group__HeliumFloatNumber.html#af958cd9adf0300661e199f298934b22e',1,'inner::vctpq< float >::mk()'],['../group__HeliumHalfNumber.html#af958cd9adf0300661e199f298934b22e',1,'inner::vctpq< float16_t >::mk()']]], - ['mk_5fidentity_11',['mk_identity',['../group__ALGO.html#ga93d78ef39047753c0022cfdc02fa165c',1,'arm_cmsis_dsp::mk_identity(const vector_length_t l)'],['../group__ALGO.html#ga3136a72e7b1c5752887f605bef68575d',1,'arm_cmsis_dsp::mk_identity()']]], - ['mult_12',['mult',['../group__FIXED.html#gae54236b92fff9b3f0690ec1445cf1fa2',1,'arm_cmsis_dsp::mult()'],['../namespaceinner.html#a270283538407fd32a59ba01033ce13dc',1,'inner::mult(double &a, const double &b)'],['../namespaceinner.html#aa4b69e9b6ad84dc20f177bf96b24464c',1,'inner::mult(float &a, const float &b)'],['../namespaceinner.html#a6e720efb3843c78d6fdca083d29a7768',1,'inner::mult(float16_t &a, const float16_t &b)']]], + ['mk_5fidentity_11',['mk_identity',['../group__ALGO.html#ga3136a72e7b1c5752887f605bef68575d',1,'arm_cmsis_dsp::mk_identity()'],['../group__ALGO.html#ga93d78ef39047753c0022cfdc02fa165c',1,'arm_cmsis_dsp::mk_identity(const vector_length_t l)']]], + ['mult_12',['mult',['../group__FIXED.html#gae54236b92fff9b3f0690ec1445cf1fa2',1,'arm_cmsis_dsp::mult()'],['../namespaceinner.html#a532185ddc1f1c6156d9e143db4d8c1d9',1,'inner::mult(const std::complex< double > &a, const std::complex< double > &b)'],['../namespaceinner.html#a96a25b6c7da6c32b1ec5af1a0ca3315c',1,'inner::mult(const std::complex< float > &a, const std::complex< float > &b)'],['../namespaceinner.html#adae5626f869e4b7fedc58f346dec8772',1,'inner::mult(const std::complex< float16_t > &a, const std::complex< float16_t > &b)'],['../namespaceinner.html#a131309c515d59090f1dea3fdbf7afcc8',1,'inner::mult(const double &a, const double &b)'],['../namespaceinner.html#a8085257fc701f7f48336c10614e68d30',1,'inner::mult(const float &a, const float &b)'],['../namespaceinner.html#a6e720efb3843c78d6fdca083d29a7768',1,'inner::mult(float16_t &a, const float16_t &b)']]], ['must_5fuse_5fmatrix_5fidx_13',['must_use_matrix_idx',['../group__FUSION.html#ga5cde8a194003dbc98c300f76989492aa',1,'arm_cmsis_dsp']]], ['must_5fuse_5fmatrix_5fidx_5fpair_14',['must_use_matrix_idx_pair',['../group__FUSION.html#gabd6c4626892c6496eb44f2111d71ddf5',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/functions_c.js b/main/search/functions_c.js index cfeb44c1..1a9bf8e2 100644 --- a/main/search/functions_c.js +++ b/main/search/functions_c.js @@ -1,27 +1,27 @@ var searchData= [ - ['one_0',['one',['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::one()'],['../group__GenericQ7Number.html#aea86199a7bf978d5d3cf33934ac72f94',1,'number_traits< Q7 >::one()'],['../group__GenericQ31Number.html#a120f287d31c2c00f0b63df5b44def83e',1,'number_traits< Q31 >::one()'],['../group__GenericQ15Number.html#ad3894151c2c44f451cd31c9ad627a9d8',1,'number_traits< Q15 >::one()'],['../group__GenericHalfNumber.html#a25a671571eecd67f93b1b432009e9d2d',1,'number_traits< float16_t >::one()'],['../group__GenericTUPLENumber.html#a7805ea622284a352d7ccfa176197294d',1,'number_traits< std::tuple< E... > >::one()'],['../group__GenericFloatNumber.html#ab3e3c2ddd1527a2dbfc759dc9188f5af',1,'number_traits< float >::one()'],['../group__GenericDoubleNumber.html#a3df6b40370f6ad4825da7bd00f950847',1,'number_traits< double >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::one()'],['../group__FIXED.html#a6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::one()']]], + ['one_0',['one',['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::one()'],['../group__GenericQ7Number.html#aea86199a7bf978d5d3cf33934ac72f94',1,'number_traits< Q7 >::one()'],['../group__GenericQ31Number.html#a120f287d31c2c00f0b63df5b44def83e',1,'number_traits< Q31 >::one()'],['../group__GenericQ15Number.html#ad3894151c2c44f451cd31c9ad627a9d8',1,'number_traits< Q15 >::one()'],['../group__GenericHalfNumber.html#a25a671571eecd67f93b1b432009e9d2d',1,'number_traits< float16_t >::one()'],['../group__GenericTUPLENumber.html#a7805ea622284a352d7ccfa176197294d',1,'number_traits< std::tuple< E... > >::one()'],['../group__GenericFloatNumber.html#ab3e3c2ddd1527a2dbfc759dc9188f5af',1,'number_traits< float >::one()'],['../group__GenericDoubleNumber.html#a3df6b40370f6ad4825da7bd00f950847',1,'number_traits< double >::one()'],['../group__GenericComplexQ7Number.html#af8a532a3c83f7af753c91f977a79ce42',1,'number_traits< std::complex< Q7 > >::one()'],['../group__GenericComplexQ31Number.html#a2f907cbf666ddf8a76418ce2bd231ae5',1,'number_traits< std::complex< Q31 > >::one()'],['../group__GenericComplexQ15Number.html#a63268006c71d724933b9fe2fdd4ad25c',1,'number_traits< std::complex< Q15 > >::one()'],['../group__GenericComplexHalfNumber.html#a87830a7aaa03d032d9558cebdb168f98',1,'number_traits< std::complex< float16_t > >::one()'],['../group__GenericComplexFloatNumber.html#ac73130049ce030f87a560347ae4f5788',1,'number_traits< std::complex< float > >::one()'],['../group__GenericComplexDoubleNumber.html#aaf38e4650ee233a8e8b93eda842367ff',1,'number_traits< std::complex< double > >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::one()'],['../group__FIXED.html#ga6e871d27e7d814c414bb2bd46d826593',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::one()']]], ['operator_20int32_5ft_1',['operator int32_t',['../group__DSPQ15Number.html#a22862910355c4e47372fa741a0930307',1,'Q15DSPVector']]], - ['operator_21_3d_2',['operator!=',['../group__FIXED.html#ga37206591dd7725ecb9163ef29a9c5e5c',1,'arm_cmsis_dsp::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator!=()'],['../group__FIXED.html#a28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator!=()']]], + ['operator_21_3d_2',['operator!=',['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator!=()'],['../group__FIXED.html#ga37206591dd7725ecb9163ef29a9c5e5c',1,'arm_cmsis_dsp::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator!=()'],['../group__FIXED.html#ga28d86e3c76c4de2987c894a60af4699e',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator!=()']]], ['operator_22_22_5fq15_3',['operator""_q15',['../group__FIXED.html#ga93999921405c691cb525a7c951ebcc06',1,'arm_cmsis_dsp']]], ['operator_22_22_5fq31_4',['operator""_q31',['../group__FIXED.html#ga5fb05a730354b1b8d145432cc372c909',1,'arm_cmsis_dsp']]], ['operator_22_22_5fq63_5',['operator""_q63',['../group__FIXED.html#gab6dc0fcddbf75d0f8af533af1069b7a5',1,'arm_cmsis_dsp']]], ['operator_22_22_5fq7_6',['operator""_q7',['../group__FIXED.html#gafc0599500da7a2c8a768ec08054d61cc',1,'arm_cmsis_dsp']]], - ['operator_28_29_7',['operator()',['../group__Matrix.html#a91d09c9b9950d9bf0e089ed691430cef',1,'arm_cmsis_dsp::_Outer::operator()()'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator()()'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#acae5d2876d2f62359f26356ce126c944',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63',1,'arm_cmsis_dsp::Matrix::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#acae5d2876d2f62359f26356ce126c944',1,'arm_cmsis_dsp::Matrix::operator()(const index_t r, const index_t c)'],['../group__FUSION.html#afcb859e301fbde747fc476ff7b5bf8fd',1,'arm_cmsis_dsp::_Expr::operator()()'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator()()']]], - ['operator_2a_8',['operator*',['../group__FIXED.html#ga71b6661d7647463a1bdca5881f1e12bf',1,'arm_cmsis_dsp::operator*(const Q7 &a, const Q7 &b)'],['../group__VECTOR.html#ga598c716ed42fa423aa5ebdecdea243de',1,'arm_cmsis_dsp::operator*(const LHS &a, const RHS &b)'],['../group__FIXED.html#ga3a6238fab7aad5807a62d405691e8982',1,'arm_cmsis_dsp::operator*(const Q31 &a, const Q31 &b)'],['../group__FIXED.html#gad490e44f3089baafc53efeb8e7f679e9',1,'arm_cmsis_dsp::operator*(const Q15 &a, const Q15 &b)']]], - ['operator_2a_3d_9',['operator*=',['../group__VECTOR.html#a3032b42481d346a92824003deb46829d',1,'arm_cmsis_dsp::VectorView::operator*=()'],['../group__VECTOR.html#acffdf9ec8be8937572a102f9eedd567c',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const T other)'],['../group__VECTOR.html#a3032b42481d346a92824003deb46829d',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const VectorView &other)'],['../group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#acffdf9ec8be8937572a102f9eedd567c',1,'arm_cmsis_dsp::VectorView::operator*=(const T other)'],['../group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c',1,'arm_cmsis_dsp::VectorView::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a91c39135884328da7486f8d9e28adace',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=()'],['../group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041',1,'arm_cmsis_dsp::Vector::operator*=()'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const T other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const MatrixView &other)'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const T other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const MatrixView &other)'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView::operator*=(const MatrixView &other)'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a905e2625e82c47e21513c376bc3c6794',1,'arm_cmsis_dsp::Vector::operator*=(const Vector &other)'],['../group__VECTOR.html#a91c39135884328da7486f8d9e28adace',1,'arm_cmsis_dsp::Vector::operator*=(const P other)'],['../group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a905e2625e82c47e21513c376bc3c6794',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=(const Vector &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView::operator*=()']]], - ['operator_2b_10',['operator+',['../group__FIXED.html#ga2c8f0e4576c959b21a3b4241291199c5',1,'arm_cmsis_dsp::operator+(const Q< M, F, S > &a)'],['../group__VECTOR.html#gacc32bb57431e32125d18d867f6427db7',1,'arm_cmsis_dsp::operator+(const LHS &a)'],['../group__VECTOR.html#ga9f8543dd0b651ecd256678915c9427ac',1,'arm_cmsis_dsp::operator+(const LHS &a, const RHS &b)'],['../group__FIXED.html#gaba2c791a1d3935b3b52d64b9043d76eb',1,'arm_cmsis_dsp::operator+(const Q< M, F, S > &a, const Q< M, F, S > &b)']]], - ['operator_2b_3d_11',['operator+=',['../group__VECTOR.html#aa63047b307b33da942eb902708cae266',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=()'],['../group__VECTOR.html#a42074bf749c737e1fc411977736c52cc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const T other)'],['../group__VECTOR.html#a4113e345cd4d427d0360498432bf5420',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const VectorView &other)'],['../group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a42074bf749c737e1fc411977736c52cc',1,'arm_cmsis_dsp::VectorView::operator+=(const T other)'],['../group__VECTOR.html#a4113e345cd4d427d0360498432bf5420',1,'arm_cmsis_dsp::VectorView::operator+=(const VectorView &other)'],['../group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc',1,'arm_cmsis_dsp::VectorView::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator+=()'],['../group__FIXED.html#a962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator+=()'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView::operator+=(const T other)'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const T other)'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const T other)'],['../group__VECTOR.html#aadc6484d706b7cf01468804a9bf7fee1',1,'arm_cmsis_dsp::Vector::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c',1,'arm_cmsis_dsp::Vector::operator+=(const Vector &other)'],['../group__VECTOR.html#aa63047b307b33da942eb902708cae266',1,'arm_cmsis_dsp::Vector::operator+=(const P other)'],['../group__VECTOR.html#aadc6484d706b7cf01468804a9bf7fee1',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=()']]], + ['operator_28_29_7',['operator()',['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator()()'],['../group__Matrix.html#ad5d3007013eadb0f106e49f96f588b9f',1,'arm_cmsis_dsp::MatrixView::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#acae5d2876d2f62359f26356ce126c944',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#aa75374fd065ee08cc401b35573a6ad63',1,'arm_cmsis_dsp::Matrix::operator()(const index_t r, const index_t c) const'],['../group__Matrix.html#acae5d2876d2f62359f26356ce126c944',1,'arm_cmsis_dsp::Matrix::operator()(const index_t r, const index_t c)'],['../group__Matrix.html#a22555b357253147f5acf53cf92b316fc',1,'arm_cmsis_dsp::_Outer::operator()()'],['../group__FUSION.html#afcb859e301fbde747fc476ff7b5bf8fd',1,'arm_cmsis_dsp::_Expr::operator()()'],['../group__Matrix.html#afe56f38205f20cee29e0b3293d86485a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator()()']]], + ['operator_2a_8',['operator*',['../group__FIXED.html#ga71b6661d7647463a1bdca5881f1e12bf',1,'arm_cmsis_dsp::operator*(const Q7 &a, const Q7 &b)'],['../group__FIXED.html#gad490e44f3089baafc53efeb8e7f679e9',1,'arm_cmsis_dsp::operator*(const Q15 &a, const Q15 &b)'],['../group__FIXED.html#ga3a6238fab7aad5807a62d405691e8982',1,'arm_cmsis_dsp::operator*(const Q31 &a, const Q31 &b)'],['../group__VECTOR.html#ga598c716ed42fa423aa5ebdecdea243de',1,'arm_cmsis_dsp::operator*(const LHS &a, const RHS &b)']]], + ['operator_2a_3d_9',['operator*=',['../group__VECTOR.html#a3032b42481d346a92824003deb46829d',1,'arm_cmsis_dsp::VectorView::operator*=(const VectorView &other)'],['../group__VECTOR.html#acffdf9ec8be8937572a102f9eedd567c',1,'arm_cmsis_dsp::VectorView::operator*=(const T other)'],['../group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a3032b42481d346a92824003deb46829d',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const VectorView &other)'],['../group__VECTOR.html#acffdf9ec8be8937572a102f9eedd567c',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator*=(const T other)'],['../group__VECTOR.html#a905e2625e82c47e21513c376bc3c6794',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=(const Vector &other)'],['../group__VECTOR.html#a91c39135884328da7486f8d9e28adace',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=(const P other)'],['../group__VECTOR.html#ab85fe400b7c78faa660fc7eec19e757c',1,'arm_cmsis_dsp::VectorView::operator*=()'],['../group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041',1,'arm_cmsis_dsp::Vector::operator*=()'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const T other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const MatrixView &other)'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator*=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const T other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=(const MatrixView &other)'],['../group__Matrix.html#a6d0bf98e7c8035146f623dc244aa7031',1,'arm_cmsis_dsp::MatrixView::operator*=(const T other)'],['../group__Matrix.html#aca15e2e68bd4a3b93d4f033025ace86f',1,'arm_cmsis_dsp::MatrixView::operator*=(const MatrixView &other)'],['../group__VECTOR.html#a905e2625e82c47e21513c376bc3c6794',1,'arm_cmsis_dsp::Vector::operator*=(const Vector &other)'],['../group__VECTOR.html#a91c39135884328da7486f8d9e28adace',1,'arm_cmsis_dsp::Vector::operator*=(const P other)'],['../group__VECTOR.html#ac323bdbe0079315646ec62a2c10f8041',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator*=()'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView::operator*=()'],['../group__Matrix.html#a0959a94799d02bc0b7d8dee2bf9236e8',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator*=()']]], + ['operator_2b_10',['operator+',['../group__VECTOR.html#ga9f8543dd0b651ecd256678915c9427ac',1,'arm_cmsis_dsp::operator+(const LHS &a, const RHS &b)'],['../group__VECTOR.html#gacc32bb57431e32125d18d867f6427db7',1,'arm_cmsis_dsp::operator+(const LHS &a)'],['../group__FIXED.html#ga2c8f0e4576c959b21a3b4241291199c5',1,'arm_cmsis_dsp::operator+(const Q< M, F, S > &a)'],['../group__FIXED.html#gaba2c791a1d3935b3b52d64b9043d76eb',1,'arm_cmsis_dsp::operator+(const Q< M, F, S > &a, const Q< M, F, S > &b)']]], + ['operator_2b_3d_11',['operator+=',['../group__VECTOR.html#a42074bf749c737e1fc411977736c52cc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const T other)'],['../group__VECTOR.html#a4113e345cd4d427d0360498432bf5420',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const VectorView &other)'],['../group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a42074bf749c737e1fc411977736c52cc',1,'arm_cmsis_dsp::VectorView::operator+=(const T other)'],['../group__VECTOR.html#a4113e345cd4d427d0360498432bf5420',1,'arm_cmsis_dsp::VectorView::operator+=(const VectorView &other)'],['../group__VECTOR.html#a0eaec44b13944292e497206dd4476dbc',1,'arm_cmsis_dsp::VectorView::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#aa63047b307b33da942eb902708cae266',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=(const P other)'],['../group__VECTOR.html#aadc6484d706b7cf01468804a9bf7fee1',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=(const _Expr< Derived > &other)'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator+=()'],['../group__FIXED.html#ga962ed922493b7610ace88e4100c7bf0c',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator+=()'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView::operator+=(const T other)'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator+=(const T other)'],['../group__Matrix.html#ac97383814f751a5ea5da913a69b8b266',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const _Expr< Derived > &other)'],['../group__Matrix.html#ab7c0b49d5a9fc39d067a404c09e031ab',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const MatrixView &other)'],['../group__Matrix.html#a81bbd27472244a23580a875e567ea623',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator+=(const T other)'],['../group__VECTOR.html#aadc6484d706b7cf01468804a9bf7fee1',1,'arm_cmsis_dsp::Vector::operator+=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c',1,'arm_cmsis_dsp::Vector::operator+=(const Vector &other)'],['../group__VECTOR.html#aa63047b307b33da942eb902708cae266',1,'arm_cmsis_dsp::Vector::operator+=(const P other)'],['../group__VECTOR.html#a903756c65eb56be2c0b3164f0cdb003c',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator+=()']]], ['operator_2d_12',['operator-',['../group__FIXED.html#ga8cf57cd14f97fad49fd53fd1afbec319',1,'arm_cmsis_dsp::operator-(const Q< M, F, S > &a, const Q< M, F, S > &b)'],['../group__FIXED.html#gaf3893e804abe8616e04946fb8b00d2fe',1,'arm_cmsis_dsp::operator-(const Q< M, F, S > &a)'],['../group__VECTOR.html#gafb7a15c827548a566c90fda1a4bd0ed0',1,'arm_cmsis_dsp::operator-(const LHS &a, const RHS &b)'],['../group__VECTOR.html#ga17bc7a3d066f076d89f5858e4bf6bcdf',1,'arm_cmsis_dsp::operator-(const LHS &a)']]], - ['operator_2d_3d_13',['operator-=',['../group__VECTOR.html#aafd64c288bfb44f6bb00f7ae90fe8ea2',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const _Expr< Derived > &other)'],['../group__VECTOR.html#ab219c25c76f5bb3617321a0054c7f3ab',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const VectorView &other)'],['../group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const T other)'],['../group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=()'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator-=()'],['../group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator-=()'],['../group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator-=()'],['../group__FIXED.html#ab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator-=()'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView::operator-=(const MatrixView &other)'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView::operator-=(const T other)'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__VECTOR.html#ab219c25c76f5bb3617321a0054c7f3ab',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const MatrixView &other)'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const T other)'],['../group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba',1,'arm_cmsis_dsp::Vector::operator-=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2',1,'arm_cmsis_dsp::Vector::operator-=(const Vector &other)'],['../group__VECTOR.html#a69556ec665477f5fec2c155b58af059f',1,'arm_cmsis_dsp::Vector::operator-=(const P other)'],['../group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const Vector &other)'],['../group__VECTOR.html#a69556ec665477f5fec2c155b58af059f',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const P other)'],['../group__VECTOR.html#aafd64c288bfb44f6bb00f7ae90fe8ea2',1,'arm_cmsis_dsp::VectorView::operator-=()']]], + ['operator_2d_3d_13',['operator-=',['../group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba',1,'arm_cmsis_dsp::Vector::operator-=()'],['../group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const T other)'],['../group__VECTOR.html#ab219c25c76f5bb3617321a0054c7f3ab',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const VectorView &other)'],['../group__VECTOR.html#aafd64c288bfb44f6bb00f7ae90fe8ea2',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__VECTOR.html#a516f4eb9bb0bc88ee4fc505625eed4bc',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator-=()'],['../group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator-=()'],['../group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator-=()'],['../group__FIXED.html#gab73eea75bcf30cad3237b94812c74ecd',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator-=()'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView::operator-=(const MatrixView &other)'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView::operator-=(const T other)'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__VECTOR.html#ab219c25c76f5bb3617321a0054c7f3ab',1,'arm_cmsis_dsp::VectorView::operator-=()'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator-=()'],['../group__Matrix.html#a6b8eaa6efee3fb279778cae71dce8d82',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const _Expr< Derived > &other)'],['../group__Matrix.html#afe4b68a230247eb95dbf680d3928e6b0',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const MatrixView &other)'],['../group__Matrix.html#a8118683e0ec73b73b18f0a1a7fa1f906',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator-=(const T other)'],['../group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2',1,'arm_cmsis_dsp::Vector::operator-=(const Vector &other)'],['../group__VECTOR.html#a69556ec665477f5fec2c155b58af059f',1,'arm_cmsis_dsp::Vector::operator-=(const P other)'],['../group__VECTOR.html#abd66203eea21ed5c6d7a6d0bc52751ba',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a4592e722e8afd24193e2f536f9ab21f2',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const Vector &other)'],['../group__VECTOR.html#a69556ec665477f5fec2c155b58af059f',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator-=(const P other)'],['../group__VECTOR.html#aafd64c288bfb44f6bb00f7ae90fe8ea2',1,'arm_cmsis_dsp::VectorView::operator-=()']]], ['operator_2f_14',['operator/',['../group__FIXED.html#ga0385cca6ea4f1a0443b4918d234f99fb',1,'arm_cmsis_dsp']]], - ['operator_3c_15',['operator<',['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<()'],['../group__FIXED.html#ga1347d2c68f4090b8bc3b2e4757a106a2',1,'arm_cmsis_dsp::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<()'],['../group__FIXED.html#a1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<()']]], + ['operator_3c_15',['operator<',['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<()'],['../group__FIXED.html#ga1347d2c68f4090b8bc3b2e4757a106a2',1,'arm_cmsis_dsp::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<()'],['../group__FIXED.html#ga1142c76e6c46bb81c810ac62725f15a8',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<()']]], ['operator_3c_3c_16',['operator<<',['../group__FIXED.html#ga0aa752f033eb2a4ec72d4ede35e25ff0',1,'arm_cmsis_dsp']]], - ['operator_3c_3d_17',['operator<=',['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<=()'],['../group__FIXED.html#gaae6cfd9d58ded1c0583eef3f6d7eb6af',1,'arm_cmsis_dsp::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<=()'],['../group__FIXED.html#a72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<=()']]], + ['operator_3c_3d_17',['operator<=',['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<=()'],['../group__FIXED.html#gaae6cfd9d58ded1c0583eef3f6d7eb6af',1,'arm_cmsis_dsp::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<=()'],['../group__FIXED.html#ga72d203e42fb6ea5b553ba67a1de5c8e0',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<=()']]], ['operator_3d_18',['operator=',['../group__VECTOR.html#a5003a86b9216aa119f58e27a42e06d06',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator=()'],['../group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5',1,'arm_cmsis_dsp::Matrix::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5',1,'arm_cmsis_dsp::Matrix::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a3f903fb6260a6852a116232ce0d457d5',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f',1,'arm_cmsis_dsp::MatrixView::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758',1,'arm_cmsis_dsp::MatrixView::operator=(const T val)'],['../group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator=(const T val)'],['../group__Matrix.html#a9c24dc9442de2fea0be2233784dbd20f',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator=(const _Expr< Derived > &other)'],['../group__Matrix.html#a6ad582e33d9d357d18ad29a6782a4758',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator=(const T val)'],['../group__VECTOR.html#a5003a86b9216aa119f58e27a42e06d06',1,'arm_cmsis_dsp::Vector::operator=()'],['../group__VECTOR.html#a7596f76f84de63fb97b8790c906955cd',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator=(const T val)'],['../group__VECTOR.html#a80ffce01515364c42c33805d7e287157',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a7596f76f84de63fb97b8790c906955cd',1,'arm_cmsis_dsp::VectorView::operator=(const T val)'],['../group__VECTOR.html#a80ffce01515364c42c33805d7e287157',1,'arm_cmsis_dsp::VectorView::operator=(const _Expr< Derived > &other)'],['../group__VECTOR.html#a10bee8e440eddae43f3f16feacce8fba',1,'arm_cmsis_dsp::Vector< P, DYNAMIC, Allocator >::operator=()'],['../group__VECTOR.html#a10bee8e440eddae43f3f16feacce8fba',1,'arm_cmsis_dsp::Vector::operator=()']]], - ['operator_3d_3d_19',['operator==',['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator==()'],['../group__FIXED.html#ga9920fa7eb3da1ec38ab63c8be771cd61',1,'arm_cmsis_dsp::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator==()'],['../group__FIXED.html#aa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator==()']]], - ['operator_3e_20',['operator>',['../group__FIXED.html#ga27217ada53c40424a1f02485b4037d45',1,'arm_cmsis_dsp::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>()'],['../group__FIXED.html#a82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>()']]], - ['operator_3e_3d_21',['operator>=',['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>=()'],['../group__FIXED.html#a2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>=()'],['../group__FIXED.html#gaf86ea70d98836c9722a5712d22375a97',1,'arm_cmsis_dsp::operator>=(const Q< M, F > &a, const Q< M, F > &b)']]], + ['operator_3d_3d_19',['operator==',['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator==()'],['../group__FIXED.html#ga9920fa7eb3da1ec38ab63c8be771cd61',1,'arm_cmsis_dsp::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator==()'],['../group__FIXED.html#gaa7aa9e59be253b7615ce173e37ed946d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator==()']]], + ['operator_3e_20',['operator>',['../group__FIXED.html#ga27217ada53c40424a1f02485b4037d45',1,'arm_cmsis_dsp::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>()'],['../group__FIXED.html#ga82489093089b2a79bcd10151947d6ea0',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>()']]], + ['operator_3e_3d_21',['operator>=',['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator>=()'],['../group__FIXED.html#ga2d6406bd24ea114ba6b092bd28c915cf',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator>=()'],['../group__FIXED.html#gaf86ea70d98836c9722a5712d22375a97',1,'arm_cmsis_dsp::operator>=(const Q< M, F > &a, const Q< M, F > &b)']]], ['operator_3e_3e_22',['operator>>',['../group__FIXED.html#ga2366c883e1ae9dd74e38b7d1797bde87',1,'arm_cmsis_dsp']]], ['operator_5b_5d_23',['operator[]',['../group__VECTOR.html#a657eb179035d6112e1006d82ad1b3c47',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator[]()'],['../group__FUSION.html#a6d5e7941c2aa2b4bd07a4186b7bf5290',1,'arm_cmsis_dsp::_Expr::operator[]()'],['../group__VECTOR.html#af12e3260213f5a5d86de52ff7ea659d1',1,'arm_cmsis_dsp::Vector_Base::operator[](const index_t i)'],['../group__VECTOR.html#af371d21a183d0dafec200e4b24fec075',1,'arm_cmsis_dsp::Vector_Base::operator[](const index_t i) const'],['../group__VECTOR.html#aa9edeec13db8d69f0eeec9129211b3f6',1,'arm_cmsis_dsp::VectorView::operator[](const index_t i)'],['../group__VECTOR.html#a1b491ae878ed3e9563a59405adf92046',1,'arm_cmsis_dsp::VectorView::operator[](const index_t i) const'],['../group__VECTOR.html#a44636a8cdaef9cfb393a28fca068bedd',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator[]()']]], ['outer_24',['outer',['../group__Matrix.html#gac70f640476a4639f2005ff2b338c2545',1,'arm_cmsis_dsp']]] diff --git a/main/search/functions_e.js b/main/search/functions_e.js index a3a219e4..0b2264e6 100644 --- a/main/search/functions_e.js +++ b/main/search/functions_e.js @@ -1,5 +1,5 @@ var searchData= [ - ['q_0',['Q',['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q()'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q()'],['../group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q()'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q()'],['../group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q()'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q()'],['../group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q()'],['../group__FIXED.html#a6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q(const value_type x)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q()'],['../group__FIXED.html#aeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#ad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q()']]], + ['q_0',['Q',['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q()'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::Q()'],['../group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::Q()'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::Q()'],['../group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::Q()'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::Q()'],['../group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::Q()'],['../group__FIXED.html#ga6ddf14356d850b9eed4659204c0701f9',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q(const value_type x)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::Q()'],['../group__FIXED.html#gaeef9e0d98abf171afcc7b098740a7d87',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q(const Q< M, F, false > &other)'],['../group__FIXED.html#gad68a9e2f18b493a998a14c4ef0908a3c',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::Q()']]], ['q15dspvector_1',['Q15DSPVector',['../group__DSPQ15Number.html#ac6901274e6556f5f31b9be8794dbc634',1,'Q15DSPVector::Q15DSPVector()'],['../group__DSPQ15Number.html#ade65aea404ebe82cea0dfa4ebefd6fea',1,'Q15DSPVector::Q15DSPVector(int32_t val)']]] ]; diff --git a/main/search/functions_f.js b/main/search/functions_f.js index 9786fb91..61bd1485 100644 --- a/main/search/functions_f.js +++ b/main/search/functions_f.js @@ -2,7 +2,7 @@ var searchData= [ ['recycle_5fbuffer_0',['recycle_buffer',['../group__MEMORY.html#a3b12e09f14619e8516bac335eff12623',1,'arm_cmsis_dsp::MemoryPool']]], ['reset_1',['reset',['../group__MEMORY.html#a20194325f0380eb3bbc6bc6c8b2697d9',1,'arm_cmsis_dsp::MemoryPool']]], - ['row_2',['row',['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#a21fdccd79d0757d8b094490d05a13ca7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a6d255382635c508140d61fefbf56a139',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a104c4b97ad18da8b99b5760a5a1bfffc',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a75af2b6e66821cea29c146606b3d2e06',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#a9b8294b1a8c6b79806dd547b55eeea17',1,'arm_cmsis_dsp::Matrix::row(const index_t i, const index_t start=0, const index_t stop=C) const'],['../group__Matrix.html#a6e5d540a9dc9b09ac43aac1cb71c6e8a',1,'arm_cmsis_dsp::Matrix::row(const index_t i, const index_t start=0, const index_t stop=C)'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView::row()']]], + ['row_2',['row',['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#abef82aff66a21b7555704542dc028be5',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#af042b7d92409f81e199142de7633ca7a',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#ace752342b84c4006392c29bf3b8d3e3e',1,'arm_cmsis_dsp::MatrixView::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#a21fdccd79d0757d8b094490d05a13ca7',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start, const index_t stop) const'],['../group__Matrix.html#a6d255382635c508140d61fefbf56a139',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start=0) const'],['../group__Matrix.html#a104c4b97ad18da8b99b5760a5a1bfffc',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start, const index_t stop)'],['../group__Matrix.html#a75af2b6e66821cea29c146606b3d2e06',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::row(const index_t i, const index_t start=0)'],['../group__Matrix.html#a9b8294b1a8c6b79806dd547b55eeea17',1,'arm_cmsis_dsp::Matrix::row(const index_t i, const index_t start=0, const index_t stop=C) const'],['../group__Matrix.html#a6e5d540a9dc9b09ac43aac1cb71c6e8a',1,'arm_cmsis_dsp::Matrix::row(const index_t i, const index_t start=0, const index_t stop=C)'],['../group__Matrix.html#af8c1e92d2aa2984005d39958fb6b0558',1,'arm_cmsis_dsp::MatrixView::row()']]], ['rows_3',['rows',['../group__Matrix.html#af99af8432c5198ee872efb409e20383f',1,'arm_cmsis_dsp::Matrix::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::MatrixView::rows()'],['../group__Matrix.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::rows()'],['../group__Matrix.html#a0fb228c4ace4a06bc2d993f8ff4dd002',1,'arm_cmsis_dsp::_Outer::rows()'],['../group__FUSION.html#abbc70838051cf545ac3b19f0eceba75c',1,'arm_cmsis_dsp::_Expr::rows()']]], - ['run_4',['run',['../group__HeliumFloatNumber.html#a57bb9c7ce001f67cc45982c30519cba4',1,'inner::vload1_gen_stride::run()'],['../group__HeliumFloatNumber.html#a57bb9c7ce001f67cc45982c30519cba4',1,'inner::vload1_gen_stride< 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#ab92887742c4504b4af02840c09d13109',1,'inner::vload1_gen_stride_z::run()'],['../group__HeliumFloatNumber.html#ab92887742c4504b4af02840c09d13109',1,'inner::vload1_gen_stride_z< 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#a16e1b8c625b5b0bfa3609acba914dede',1,'inner::vstore1_gen_stride::run()'],['../group__HeliumFloatNumber.html#a16e1b8c625b5b0bfa3609acba914dede',1,'inner::vstore1_gen_stride< 0, 1, 2, 3 >::run()']]] + ['run_4',['run',['../group__HeliumComplexFloatNumber.html#aa478c2365b7c60f3776d9974e7015378',1,'inner::vload1_gen_stride< std::complex< float >, 0, 1, 2, 3 >::run()'],['../group__HeliumComplexFloatNumber.html#a318c8bcae1867703bc51951363a1bd53',1,'inner::vstore1_gen_stride< std::complex< float32_t >, 0, 1, 2, 3 >::run()'],['../group__HeliumComplexHalfNumber.html#afb2b9d93abf4343b274f043b5370de42',1,'inner::vload1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >::run()'],['../group__HeliumComplexHalfNumber.html#afe748018cbff17aca898e9cdb207ae1d',1,'inner::vstore1_gen_stride< std::complex< float16_t >, 0, 1, 2, 3, 4, 5, 6, 7 >::run()'],['../group__HeliumFloatNumber.html#a57bb9c7ce001f67cc45982c30519cba4',1,'inner::vload1_gen_stride< float32_t, 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#ab92887742c4504b4af02840c09d13109',1,'inner::vload1_gen_stride_z< float32_t, 0, 1, 2, 3 >::run()'],['../group__HeliumFloatNumber.html#a16e1b8c625b5b0bfa3609acba914dede',1,'inner::vstore1_gen_stride< float32_t, 0, 1, 2, 3 >::run()']]] ]; diff --git a/main/search/groups_2.js b/main/search/groups_2.js index c50a7f70..67551591 100644 --- a/main/search/groups_2.js +++ b/main/search/groups_2.js @@ -9,32 +9,38 @@ var searchData= ['common_20types_20and_20constants_6',['Common types and constants',['../group__COMMON.html',1,'']]], ['complex_20conjugate_7',['Complex Conjugate',['../group__cmplx__conj.html',1,'']]], ['complex_20dot_20product_8',['Complex Dot Product',['../group__cmplx__dot__prod.html',1,'']]], - ['complex_20fft_20f16_9',['Complex FFT F16',['../group__ComplexFFTF16.html',1,'']]], - ['complex_20fft_20f32_10',['Complex FFT F32',['../group__ComplexFFTF32.html',1,'']]], - ['complex_20fft_20f64_11',['Complex FFT F64',['../group__ComplexFFTF64.html',1,'']]], - ['complex_20fft_20functions_12',['Complex FFT Functions',['../group__ComplexFFT.html',1,'']]], - ['complex_20fft_20q15_13',['Complex FFT Q15',['../group__ComplexFFTQ15.html',1,'']]], - ['complex_20fft_20q31_14',['Complex FFT Q31',['../group__ComplexFFTQ31.html',1,'']]], - ['complex_20fft_20tables_15',['Complex FFT Tables',['../group__CFFT__CIFFT.html',1,'']]], - ['complex_20magnitude_16',['Complex Magnitude',['../group__cmplx__mag.html',1,'']]], - ['complex_20magnitude_20squared_17',['Complex Magnitude Squared',['../group__cmplx__mag__squared.html',1,'']]], - ['complex_20math_20functions_18',['Complex Math Functions',['../group__groupCmplxMath.html',1,'']]], - ['complex_20matrix_20multiplication_19',['Complex Matrix Multiplication',['../group__CmplxMatrixMult.html',1,'']]], - ['complex_20matrix_20transpose_20',['Complex Matrix Transpose',['../group__MatrixComplexTrans.html',1,'']]], - ['complex_2dby_2dcomplex_20multiplication_21',['Complex-by-Complex Multiplication',['../group__CmplxByCmplxMult.html',1,'']]], - ['complex_2dby_2dreal_20multiplication_22',['Complex-by-Real Multiplication',['../group__CmplxByRealMult.html',1,'']]], - ['controller_20functions_23',['Controller Functions',['../group__groupController.html',1,'']]], - ['convert_2016_2dbit_20fixed_20point_20value_24',['Convert 16-bit fixed point value',['../group__q15__to__x.html',1,'']]], - ['convert_2016_2dbit_20floating_20point_20value_25',['Convert 16-bit floating point value',['../group__f16__to__x.html',1,'']]], - ['convert_2032_2dbit_20fixed_20point_20value_26',['Convert 32-bit fixed point value',['../group__q31__to__x.html',1,'']]], - ['convert_2032_2dbit_20floating_20point_20value_27',['Convert 32-bit floating point value',['../group__float__to__x.html',1,'']]], - ['convert_2064_2dbit_20floating_20point_20value_28',['Convert 64-bit floating point value',['../group__f64__to__x.html',1,'']]], - ['convert_208_2dbit_20fixed_20point_20value_29',['Convert 8-bit fixed point value',['../group__q7__to__x.html',1,'']]], - ['convolution_30',['Convolution',['../group__Conv.html',1,'']]], - ['convolution_20example_31',['Convolution Example',['../group__ConvolutionExample.html',1,'']]], - ['correlation_32',['Correlation',['../group__Corr.html',1,'']]], - ['correlation_20distance_33',['Correlation distance',['../group__Correlation.html',1,'']]], - ['cosine_34',['Cosine',['../group__cos.html',1,'']]], - ['cosine_20distance_35',['Cosine distance',['../group__CosineDist.html',1,'']]], - ['cubic_20spline_20interpolation_36',['Cubic Spline Interpolation',['../group__SplineInterpolate.html',1,'']]] + ['complex_20double_9',['Complex Double',['../group__GenericComplexDoubleNumber.html',1,'']]], + ['complex_20fft_20f16_10',['Complex FFT F16',['../group__ComplexFFTF16.html',1,'']]], + ['complex_20fft_20f32_11',['Complex FFT F32',['../group__ComplexFFTF32.html',1,'']]], + ['complex_20fft_20f64_12',['Complex FFT F64',['../group__ComplexFFTF64.html',1,'']]], + ['complex_20fft_20functions_13',['Complex FFT Functions',['../group__ComplexFFT.html',1,'']]], + ['complex_20fft_20q15_14',['Complex FFT Q15',['../group__ComplexFFTQ15.html',1,'']]], + ['complex_20fft_20q31_15',['Complex FFT Q31',['../group__ComplexFFTQ31.html',1,'']]], + ['complex_20fft_20tables_16',['Complex FFT Tables',['../group__CFFT__CIFFT.html',1,'']]], + ['complex_20float_17',['Complex Float',['../group__GenericComplexFloatNumber.html',1,'(Global Namespace)'],['../group__HeliumComplexFloatNumber.html',1,'(Global Namespace)']]], + ['complex_20half_18',['Complex Half',['../group__GenericComplexHalfNumber.html',1,'(Global Namespace)'],['../group__HeliumComplexHalfNumber.html',1,'(Global Namespace)']]], + ['complex_20magnitude_19',['Complex Magnitude',['../group__cmplx__mag.html',1,'']]], + ['complex_20magnitude_20squared_20',['Complex Magnitude Squared',['../group__cmplx__mag__squared.html',1,'']]], + ['complex_20math_20functions_21',['Complex Math Functions',['../group__groupCmplxMath.html',1,'']]], + ['complex_20matrix_20multiplication_22',['Complex Matrix Multiplication',['../group__CmplxMatrixMult.html',1,'']]], + ['complex_20matrix_20transpose_23',['Complex Matrix Transpose',['../group__MatrixComplexTrans.html',1,'']]], + ['complex_20q15_24',['Complex Q15',['../group__GenericComplexQ15Number.html',1,'(Global Namespace)'],['../group__HeliumComplexQ15Number.html',1,'(Global Namespace)']]], + ['complex_20q31_25',['Complex Q31',['../group__GenericComplexQ31Number.html',1,'(Global Namespace)'],['../group__HeliumComplexQ31Number.html',1,'(Global Namespace)']]], + ['complex_20q7_26',['Complex Q7',['../group__GenericComplexQ7Number.html',1,'']]], + ['complex_2dby_2dcomplex_20multiplication_27',['Complex-by-Complex Multiplication',['../group__CmplxByCmplxMult.html',1,'']]], + ['complex_2dby_2dreal_20multiplication_28',['Complex-by-Real Multiplication',['../group__CmplxByRealMult.html',1,'']]], + ['controller_20functions_29',['Controller Functions',['../group__groupController.html',1,'']]], + ['convert_2016_2dbit_20fixed_20point_20value_30',['Convert 16-bit fixed point value',['../group__q15__to__x.html',1,'']]], + ['convert_2016_2dbit_20floating_20point_20value_31',['Convert 16-bit floating point value',['../group__f16__to__x.html',1,'']]], + ['convert_2032_2dbit_20fixed_20point_20value_32',['Convert 32-bit fixed point value',['../group__q31__to__x.html',1,'']]], + ['convert_2032_2dbit_20floating_20point_20value_33',['Convert 32-bit floating point value',['../group__float__to__x.html',1,'']]], + ['convert_2064_2dbit_20floating_20point_20value_34',['Convert 64-bit floating point value',['../group__f64__to__x.html',1,'']]], + ['convert_208_2dbit_20fixed_20point_20value_35',['Convert 8-bit fixed point value',['../group__q7__to__x.html',1,'']]], + ['convolution_36',['Convolution',['../group__Conv.html',1,'']]], + ['convolution_20example_37',['Convolution Example',['../group__ConvolutionExample.html',1,'']]], + ['correlation_38',['Correlation',['../group__Corr.html',1,'']]], + ['correlation_20distance_39',['Correlation distance',['../group__Correlation.html',1,'']]], + ['cosine_40',['Cosine',['../group__cos.html',1,'']]], + ['cosine_20distance_41',['Cosine distance',['../group__CosineDist.html',1,'']]], + ['cubic_20spline_20interpolation_42',['Cubic Spline Interpolation',['../group__SplineInterpolate.html',1,'']]] ]; diff --git a/main/search/pages_1.js b/main/search/pages_1.js index 37fe3476..0df1739e 100644 --- a/main/search/pages_1.js +++ b/main/search/pages_1.js @@ -1,4 +1,5 @@ var searchData= [ - ['code_20size_0',['Code size',['../dsppp_code_size.html',1,'dsppp_main']]] + ['code_20size_0',['Code size',['../dsppp_code_size.html',1,'dsppp_main']]], + ['complex_20numbers_1',['Complex numbers',['../dsppp_complex.html',1,'dsppp_main']]] ]; diff --git a/main/search/related_0.js b/main/search/related_0.js index eaaa591f..17f93ac3 100644 --- a/main/search/related_0.js +++ b/main/search/related_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['operator_3c_3c_0',['operator<<',['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<<()'],['../group__FIXED.html#a8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<<()'],['../group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572',1,'arm_cmsis_dsp::Matrix::operator<<()'],['../group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator<<()'],['../group__VECTOR.html#a38679461ba64e2b1d915f057efcf8f08',1,'arm_cmsis_dsp::Vector_Base::operator<<()'],['../group__VECTOR.html#a6984fed3efef899b24a2e8d3b9b2f85e',1,'arm_cmsis_dsp::VectorView::operator<<()'],['../group__VECTOR.html#a5999a20d9e9858000b888d4e5795f778',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator<<()']]] + ['operator_3c_3c_0',['operator<<',['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::operator<<()'],['../group__FIXED.html#ga8702762da9c5e87aec64585fbd394026',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::operator<<()'],['../group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572',1,'arm_cmsis_dsp::Matrix::operator<<()'],['../group__Matrix.html#ae96bfb09cb5209ed70ffdf5f41789572',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::operator<<()'],['../group__Matrix.html#aa9bf87d0563aaaea25d796d0f46a5b9e',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::operator<<()'],['../group__VECTOR.html#a38679461ba64e2b1d915f057efcf8f08',1,'arm_cmsis_dsp::Vector_Base::operator<<()'],['../group__VECTOR.html#a6984fed3efef899b24a2e8d3b9b2f85e',1,'arm_cmsis_dsp::VectorView::operator<<()'],['../group__VECTOR.html#a5999a20d9e9858000b888d4e5795f778',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::operator<<()']]] ]; diff --git a/main/search/searchdata.js b/main/search/searchdata.js index e5416e70..f478ef35 100644 --- a/main/search/searchdata.js +++ b/main/search/searchdata.js @@ -1,12 +1,12 @@ var indexSectionsWithContent = { 0: "_abcdefghijklmnopqrstuvwxyz~", - 1: "_adfhlmnqsuv", + 1: "_acdfhlmnqsuv", 2: "ai", 3: "acdfghmnsuv", 4: "_abcdefghilmopqrstvz~", 5: "abcdefghiklmnoprstvwxy", - 6: "acefinpqrstvw", + 6: "acdefhinpqrstvw", 7: "a", 8: "a", 9: "o", diff --git a/main/search/typedefs_0.js b/main/search/typedefs_0.js index 56d2c544..361c4587 100644 --- a/main/search/typedefs_0.js +++ b/main/search/typedefs_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['accumulator_0',['accumulator',['../group__GenericDoubleNumber.html#a0bbe27ede4e373cb8dbe97fae9ea9db0',1,'number_traits< double >::accumulator()'],['../group__GenericFloatNumber.html#a7975ef80ce1e2a471e5a59129dcc705a',1,'number_traits< float >::accumulator()'],['../group__GenericTUPLENumber.html#a6ddf5d8b0b530318dcc5b330775a7d95',1,'number_traits< std::tuple< E... > >::accumulator()'],['../group__GenericHalfNumber.html#abcdb1f86d2e9c500c8203cc607766b00',1,'number_traits< float16_t >::accumulator()'],['../group__GenericQ15Number.html#a08c5ca411f83dd18746260721f1782eb',1,'number_traits< Q15 >::accumulator()'],['../group__GenericQ31Number.html#ad9fbed5d4f41babc7698af277ddff4ca',1,'number_traits< Q31 >::accumulator()'],['../group__GenericQ7Number.html#a11afc18b08766b3e9348591798333164',1,'number_traits< Q7 >::accumulator()']]] + ['accumulator_0',['accumulator',['../group__GenericComplexDoubleNumber.html#a6edd73504114644d1e89141bffbba705',1,'number_traits< std::complex< double > >::accumulator()'],['../group__GenericComplexFloatNumber.html#a2af971cbb51868d0d4ed8edb29275e95',1,'number_traits< std::complex< float > >::accumulator()'],['../group__GenericComplexHalfNumber.html#ac271daae8dfa0fc762d3ce195a183081',1,'number_traits< std::complex< float16_t > >::accumulator()'],['../group__GenericComplexQ15Number.html#a61612a4cb56e1d9697b6bba5ba37d414',1,'number_traits< std::complex< Q15 > >::accumulator()'],['../group__GenericComplexQ31Number.html#a65d5b0ccd8fdd20632d0c0afbb9575f6',1,'number_traits< std::complex< Q31 > >::accumulator()'],['../group__GenericComplexQ7Number.html#a886d762b936ed8bd88ecdf115c889d9e',1,'number_traits< std::complex< Q7 > >::accumulator()'],['../group__GenericDoubleNumber.html#a0bbe27ede4e373cb8dbe97fae9ea9db0',1,'number_traits< double >::accumulator()'],['../group__GenericFloatNumber.html#a7975ef80ce1e2a471e5a59129dcc705a',1,'number_traits< float >::accumulator()'],['../group__GenericTUPLENumber.html#a6ddf5d8b0b530318dcc5b330775a7d95',1,'number_traits< std::tuple< E... > >::accumulator()'],['../group__GenericHalfNumber.html#abcdb1f86d2e9c500c8203cc607766b00',1,'number_traits< float16_t >::accumulator()'],['../group__GenericQ15Number.html#a08c5ca411f83dd18746260721f1782eb',1,'number_traits< Q15 >::accumulator()'],['../group__GenericQ31Number.html#ad9fbed5d4f41babc7698af277ddff4ca',1,'number_traits< Q31 >::accumulator()'],['../group__GenericQ7Number.html#a11afc18b08766b3e9348591798333164',1,'number_traits< Q7 >::accumulator()']]] ]; diff --git a/main/search/typedefs_1.js b/main/search/typedefs_1.js index 47bf09c5..54b1014b 100644 --- a/main/search/typedefs_1.js +++ b/main/search/typedefs_1.js @@ -1,4 +1,4 @@ var searchData= [ - ['compute_5ftype_0',['compute_type',['../group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f',1,'number_traits< double >::compute_type()'],['../group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114',1,'number_traits< float >::compute_type()'],['../group__GenericTUPLENumber.html#af278d4e4010149d9ca2551e5cba59e5e',1,'number_traits< std::tuple< E... > >::compute_type()'],['../group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811',1,'number_traits< float16_t >::compute_type()'],['../group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c',1,'number_traits< Q15 >::compute_type()'],['../group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86',1,'number_traits< Q31 >::compute_type()'],['../group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827',1,'number_traits< Q7 >::compute_type()']]] + ['compute_5ftype_0',['compute_type',['../group__GenericComplexDoubleNumber.html#af22ffe9626c863a31144cf3e115ce8c5',1,'number_traits< std::complex< double > >::compute_type()'],['../group__GenericComplexFloatNumber.html#a9bcd032c271b04ad90978b0bfb9d6320',1,'number_traits< std::complex< float > >::compute_type()'],['../group__GenericComplexHalfNumber.html#a17cd769118d7ce52d9b63c9fc03d1f34',1,'number_traits< std::complex< float16_t > >::compute_type()'],['../group__GenericComplexQ15Number.html#a4b2fb328797b24e7fb9d206cd4e6bb51',1,'number_traits< std::complex< Q15 > >::compute_type()'],['../group__GenericComplexQ31Number.html#a70e704db7e078338d19c6399d9c4cff2',1,'number_traits< std::complex< Q31 > >::compute_type()'],['../group__GenericComplexQ7Number.html#af6f31bf0552209f36fd433ceff55024c',1,'number_traits< std::complex< Q7 > >::compute_type()'],['../group__GenericDoubleNumber.html#aa6623381154dc583b47d77a531bc985f',1,'number_traits< double >::compute_type()'],['../group__GenericFloatNumber.html#aec08c1acfde9095cc4b8f6af4dbbe114',1,'number_traits< float >::compute_type()'],['../group__GenericTUPLENumber.html#af278d4e4010149d9ca2551e5cba59e5e',1,'number_traits< std::tuple< E... > >::compute_type()'],['../group__GenericHalfNumber.html#a7adc5c6fcda771f3d0a7659d461b9811',1,'number_traits< float16_t >::compute_type()'],['../group__GenericQ15Number.html#ae8605595911fd5f57d114161a4bee00c',1,'number_traits< Q15 >::compute_type()'],['../group__GenericQ31Number.html#afc1144c389064f951c9d80b6d216eb86',1,'number_traits< Q31 >::compute_type()'],['../group__GenericQ7Number.html#ab02ccae7d994a07e68b06307bb92d827',1,'number_traits< Q7 >::compute_type()']]] ]; diff --git a/main/search/typedefs_2.js b/main/search/typedefs_2.js index 36b17111..97c36761 100644 --- a/main/search/typedefs_2.js +++ b/main/search/typedefs_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['element_5ftype_0',['element_type',['../group__VECTOR.html#ad1bd8280fec0db42c50492373ae7c6b4',1,'arm_cmsis_dsp::Vector_Base::element_type()'],['../group__VECTOR.html#a6b450baffef776eef2b79ab3f9d572ed',1,'arm_cmsis_dsp::Vector::element_type()']]] + ['display_5ftype_0',['display_type',['../group__GenericComplexFloatNumber.html#ad904597fc89e3a4885bdb0c4400ba87e',1,'number_traits< std::complex< float > >::display_type()'],['../group__GenericComplexHalfNumber.html#a5d85fcb3c86e3d3716f7f6a4766f7e6c',1,'number_traits< std::complex< float16_t > >::display_type()'],['../group__GenericComplexQ15Number.html#a1cfad11eab721592908caef73ac1a32f',1,'number_traits< std::complex< Q15 > >::display_type()'],['../group__GenericComplexQ31Number.html#a2e11513ca30a9d79ea214ed1a5b45bcb',1,'number_traits< std::complex< Q31 > >::display_type()'],['../group__GenericComplexQ7Number.html#a7dbc4d3fc1492d971a3fb8754b9a096f',1,'number_traits< std::complex< Q7 > >::display_type()'],['../group__GenericDoubleNumber.html#a062f06d3634a219afa279325c6b6c167',1,'number_traits< double >::display_type()'],['../group__GenericFloatNumber.html#a79ed57cabeb9f78779679be212960882',1,'number_traits< float >::display_type()'],['../group__GenericHalfNumber.html#a79ed57cabeb9f78779679be212960882',1,'number_traits< float16_t >::display_type()'],['../group__GenericQ15Number.html#a4e616cf3b997fe051f31e9eb7885b440',1,'number_traits< Q15 >::display_type()'],['../group__GenericQ31Number.html#a3cb3d6494bd19033b03a4a9f7c891000',1,'number_traits< Q31 >::display_type()'],['../group__GenericQ7Number.html#a0e11385c6d349a4e19eaf8e849e331e1',1,'number_traits< Q7 >::display_type()']]] ]; diff --git a/main/search/typedefs_3.js b/main/search/typedefs_3.js index 9d5243f7..36b17111 100644 --- a/main/search/typedefs_3.js +++ b/main/search/typedefs_3.js @@ -1,13 +1,4 @@ var searchData= [ - ['f32x2_5ft_0',['f32x2_t',['../group__genericTypes.html#ga5a2e6d25ddb5523307305c42189bf05d',1,'arm_math_types.h']]], - ['f32x2x2_5ft_1',['f32x2x2_t',['../group__genericTypes.html#ga4e8ac500763bf83f06aeb0113ad297e6',1,'arm_math_types.h']]], - ['f32x2x3_5ft_2',['f32x2x3_t',['../group__genericTypes.html#ga56b58ee03e4f65b8be19d79f653e3863',1,'arm_math_types.h']]], - ['f32x2x4_5ft_3',['f32x2x4_t',['../group__genericTypes.html#gaf9f443d7781e43e681beb3e4725902aa',1,'arm_math_types.h']]], - ['f32x4_5ft_4',['f32x4_t',['../group__genericTypes.html#gaa72ea28cbde94b8b5992a6fe3e1dbd6c',1,'arm_math_types.h']]], - ['f32x4x2_5ft_5',['f32x4x2_t',['../group__genericTypes.html#ga915e90433fb41b8db1e0dfb621337c38',1,'arm_math_types.h']]], - ['f32x4x3_5ft_6',['f32x4x3_t',['../group__genericTypes.html#gac2b1a8aad973e75a63ff72c48d0410de',1,'arm_math_types.h']]], - ['f32x4x4_5ft_7',['f32x4x4_t',['../group__genericTypes.html#gac0b7ca992b885f69bb8789505b482d24',1,'arm_math_types.h']]], - ['float32_5ft_8',['float32_t',['../group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715',1,'arm_math_types.h']]], - ['float64_5ft_9',['float64_t',['../group__genericTypes.html#gac55f3ae81b5bc9053760baacf57e47f4',1,'arm_math_types.h']]] + ['element_5ftype_0',['element_type',['../group__VECTOR.html#ad1bd8280fec0db42c50492373ae7c6b4',1,'arm_cmsis_dsp::Vector_Base::element_type()'],['../group__VECTOR.html#a6b450baffef776eef2b79ab3f9d572ed',1,'arm_cmsis_dsp::Vector::element_type()']]] ]; diff --git a/main/search/typedefs_4.js b/main/search/typedefs_4.js index 6c1a426b..9d5243f7 100644 --- a/main/search/typedefs_4.js +++ b/main/search/typedefs_4.js @@ -1,4 +1,13 @@ var searchData= [ - ['index_5ft_0',['index_t',['../group__COMMON.html#ga6da8132ec1234c0d616142e3a246f858',1,'arm_cmsis_dsp']]] + ['f32x2_5ft_0',['f32x2_t',['../group__genericTypes.html#ga5a2e6d25ddb5523307305c42189bf05d',1,'arm_math_types.h']]], + ['f32x2x2_5ft_1',['f32x2x2_t',['../group__genericTypes.html#ga4e8ac500763bf83f06aeb0113ad297e6',1,'arm_math_types.h']]], + ['f32x2x3_5ft_2',['f32x2x3_t',['../group__genericTypes.html#ga56b58ee03e4f65b8be19d79f653e3863',1,'arm_math_types.h']]], + ['f32x2x4_5ft_3',['f32x2x4_t',['../group__genericTypes.html#gaf9f443d7781e43e681beb3e4725902aa',1,'arm_math_types.h']]], + ['f32x4_5ft_4',['f32x4_t',['../group__genericTypes.html#gaa72ea28cbde94b8b5992a6fe3e1dbd6c',1,'arm_math_types.h']]], + ['f32x4x2_5ft_5',['f32x4x2_t',['../group__genericTypes.html#ga915e90433fb41b8db1e0dfb621337c38',1,'arm_math_types.h']]], + ['f32x4x3_5ft_6',['f32x4x3_t',['../group__genericTypes.html#gac2b1a8aad973e75a63ff72c48d0410de',1,'arm_math_types.h']]], + ['f32x4x4_5ft_7',['f32x4x4_t',['../group__genericTypes.html#gac0b7ca992b885f69bb8789505b482d24',1,'arm_math_types.h']]], + ['float32_5ft_8',['float32_t',['../group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715',1,'arm_math_types.h']]], + ['float64_5ft_9',['float64_t',['../group__genericTypes.html#gac55f3ae81b5bc9053760baacf57e47f4',1,'arm_math_types.h']]] ]; diff --git a/main/search/typedefs_5.js b/main/search/typedefs_5.js index b492b743..32877100 100644 --- a/main/search/typedefs_5.js +++ b/main/search/typedefs_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['narrow_5ftype_0',['narrow_type',['../group__FIXED.html#a5963fd4cd2c67a9090c4ce2455d847dd',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::narrow_type()'],['../group__FIXED.html#a8cb3c5dac106a0ad1c6c9a30fe07ee8b',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::narrow_type()'],['../group__FIXED.html#a7ffc338938e520fd66808215955ff493',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::narrow_type()'],['../group__FIXED.html#a0ce5940174a9394578b544a6e30d53c4',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::narrow_type()'],['../group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::narrow_type()'],['../group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::narrow_type()'],['../group__FIXED.html#a8e5e814b5597ef8e3bc26eea1055d9cc',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::narrow_type()'],['../group__FIXED.html#a1f74fa781bcb32c98ee7fc965942cdfb',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::narrow_type()']]] + ['half_5fvector_0',['half_vector',['../group__HeliumComplexFloatNumber.html#a7f273faaf9bffa861f5c157e4bb339a7',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::half_vector()'],['../group__HeliumComplexHalfNumber.html#ae85f8b9083217e6e07ed8ac85267a576',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::half_vector()']]] ]; diff --git a/main/search/typedefs_6.js b/main/search/typedefs_6.js index 9596afbc..6c1a426b 100644 --- a/main/search/typedefs_6.js +++ b/main/search/typedefs_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['predicate_5ft_0',['predicate_t',['../group__DSPQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::predicate_t()'],['../group__HeliumFloatNumber.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumHalfNumber.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumQ15Number.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__GenericDoubleNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< double, arch, void >::predicate_t()'],['../group__GenericFloatNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericTUPLENumber.html#a8938573d3fc13e4d64dccf51839d9b7f',1,'vector_traits< std::tuple< E... >, arch >::predicate_t()'],['../group__GenericHalfNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< float16_t >::predicate_t()'],['../group__GenericQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::predicate_t()'],['../group__GenericQ31Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericQ7Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::predicate_t()']]] + ['index_5ft_0',['index_t',['../group__COMMON.html#ga6da8132ec1234c0d616142e3a246f858',1,'arm_cmsis_dsp']]] ]; diff --git a/main/search/typedefs_7.js b/main/search/typedefs_7.js index f0c1b78f..15b5867e 100644 --- a/main/search/typedefs_7.js +++ b/main/search/typedefs_7.js @@ -1,38 +1,4 @@ var searchData= [ - ['q15_0',['Q15',['../group__FIXED.html#ga51955f28b22fcdc84593909693a99e81',1,'arm_cmsis_dsp']]], - ['q15_5ft_1',['q15_t',['../group__genericTypes.html#gab5a8fb21a5b3b983d5f54f31614052ea',1,'arm_math_types.h']]], - ['q15x4_5ft_2',['q15x4_t',['../group__genericTypes.html#ga522d48f9efa674706cbdfea8036379af',1,'arm_math_types.h']]], - ['q15x4x2_5ft_3',['q15x4x2_t',['../group__genericTypes.html#ga9132508f4a1bffa18a203a4001a92df8',1,'arm_math_types.h']]], - ['q15x4x3_5ft_4',['q15x4x3_t',['../group__genericTypes.html#ga81fec99b3da05c9f893c0d0e425f653f',1,'arm_math_types.h']]], - ['q15x4x4_5ft_5',['q15x4x4_t',['../group__genericTypes.html#ga2f3c42bbc6af8d6605b359b16f39f68a',1,'arm_math_types.h']]], - ['q15x8_5ft_6',['q15x8_t',['../group__genericTypes.html#ga9551824e9be8e0dd3d9be8a795122eea',1,'arm_math_types.h']]], - ['q15x8x2_5ft_7',['q15x8x2_t',['../group__genericTypes.html#ga86812b3ac74040cf6be7800e1712b65f',1,'arm_math_types.h']]], - ['q15x8x3_5ft_8',['q15x8x3_t',['../group__genericTypes.html#gaffdb78001ec2e1aeb6a77ac510f8bc50',1,'arm_math_types.h']]], - ['q15x8x4_5ft_9',['q15x8x4_t',['../group__genericTypes.html#gaaa2f4c37777c944e348dd28b92c64c26',1,'arm_math_types.h']]], - ['q23_5ft_10',['q23_t',['../group__genericTypes.html#ga5c6fe896b23b8bcdf05c98051207da6c',1,'arm_math_types.h']]], - ['q23x4_5ft_11',['q23x4_t',['../group__genericTypes.html#ga41062b2fa31a08ab7c5bb1d6b60b2924',1,'arm_math_types.h']]], - ['q31_12',['Q31',['../group__FIXED.html#ga4e46b06c2ab0f1dfd4bce590f2d86678',1,'arm_cmsis_dsp']]], - ['q31_5ft_13',['q31_t',['../group__genericTypes.html#gadc89a3547f5324b7b3b95adec3806bc0',1,'arm_math_types.h']]], - ['q31x2_5ft_14',['q31x2_t',['../group__genericTypes.html#gac2b2db4c6d9106c5818ebaae373c9de7',1,'arm_math_types.h']]], - ['q31x2x2_5ft_15',['q31x2x2_t',['../group__genericTypes.html#ga1b0c76e5fd474cd1accac1cabcd32b81',1,'arm_math_types.h']]], - ['q31x2x3_5ft_16',['q31x2x3_t',['../group__genericTypes.html#ga5dfb59553bb3beda382d7e5596c45f74',1,'arm_math_types.h']]], - ['q31x2x4_5ft_17',['q31x2x4_t',['../group__genericTypes.html#ga195096166e0a020c5b0aeee085cc3dc6',1,'arm_math_types.h']]], - ['q31x4_5ft_18',['q31x4_t',['../group__genericTypes.html#ga93a1fec6f47d59f63147169b3b43f7a0',1,'arm_math_types.h']]], - ['q31x4x2_5ft_19',['q31x4x2_t',['../group__genericTypes.html#gade5b4339ea40c22e32028f2ca6cfd2b5',1,'arm_math_types.h']]], - ['q31x4x3_5ft_20',['q31x4x3_t',['../group__genericTypes.html#ga7cfc0b89d17a5a8d33a91ae81f223cdd',1,'arm_math_types.h']]], - ['q31x4x4_5ft_21',['q31x4x4_t',['../group__genericTypes.html#gab9a364b1d33095c364714a697b39f23c',1,'arm_math_types.h']]], - ['q63_22',['Q63',['../group__FIXED.html#ga2ab11417fdc15929fd908c719982ad53',1,'arm_cmsis_dsp']]], - ['q63_5ft_23',['q63_t',['../group__genericTypes.html#ga5aea1cb12fc02d9d44c8abf217eaa5c6',1,'arm_math_types.h']]], - ['q63x2_5ft_24',['q63x2_t',['../group__genericTypes.html#ga320a091814ba9ff779d02ece8d21f176',1,'arm_math_types.h']]], - ['q7_25',['Q7',['../group__FIXED.html#ga4974322f2e1fa028ac118085279682b1',1,'arm_cmsis_dsp']]], - ['q7_5ft_26',['q7_t',['../group__genericTypes.html#gae541b6f232c305361e9b416fc9eed263',1,'arm_math_types.h']]], - ['q7x16_5ft_27',['q7x16_t',['../group__genericTypes.html#ga371e9c8d3915ece597e11ec70a9d3231',1,'arm_math_types.h']]], - ['q7x16x2_5ft_28',['q7x16x2_t',['../group__genericTypes.html#gaa15e56f60abf07562e7c24786aad8485',1,'arm_math_types.h']]], - ['q7x16x3_5ft_29',['q7x16x3_t',['../group__genericTypes.html#gab688895cfd47b87889859b2f47755757',1,'arm_math_types.h']]], - ['q7x16x4_5ft_30',['q7x16x4_t',['../group__genericTypes.html#ga956128b7a0d71442fb29cbcbecd71d71',1,'arm_math_types.h']]], - ['q7x8_5ft_31',['q7x8_t',['../group__genericTypes.html#ga38ce433794763f27a4c71a5a2ec025ff',1,'arm_math_types.h']]], - ['q7x8x2_5ft_32',['q7x8x2_t',['../group__genericTypes.html#ga6152321ab423278b4dd68365a9d39aaa',1,'arm_math_types.h']]], - ['q7x8x3_5ft_33',['q7x8x3_t',['../group__genericTypes.html#gaab33b0d2b6890ea1b424b8b510470a1e',1,'arm_math_types.h']]], - ['q7x8x4_5ft_34',['q7x8x4_t',['../group__genericTypes.html#gae9ad2b56f3d94e6b12b5ecbd09c8d8ff',1,'arm_math_types.h']]] + ['narrow_5ftype_0',['narrow_type',['../group__FIXED.html#ga5963fd4cd2c67a9090c4ce2455d847dd',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::narrow_type()'],['../group__FIXED.html#ga8cb3c5dac106a0ad1c6c9a30fe07ee8b',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::narrow_type()'],['../group__FIXED.html#ga7ffc338938e520fd66808215955ff493',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::narrow_type()'],['../group__FIXED.html#ga0ce5940174a9394578b544a6e30d53c4',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::narrow_type()'],['../group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::narrow_type()'],['../group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::narrow_type()'],['../group__FIXED.html#ga8e5e814b5597ef8e3bc26eea1055d9cc',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::narrow_type()'],['../group__FIXED.html#ga1f74fa781bcb32c98ee7fc965942cdfb',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::narrow_type()']]] ]; diff --git a/main/search/typedefs_8.js b/main/search/typedefs_8.js index 2b69c729..ded879b1 100644 --- a/main/search/typedefs_8.js +++ b/main/search/typedefs_8.js @@ -1,4 +1,4 @@ var searchData= [ - ['refscalar_0',['RefScalar',['../group__GenericTUPLENumber.html#a778709132bba78a67ec4a2f266aed099',1,'vector_traits< std::tuple< E... >, arch >']]] + ['predicate_5ft_0',['predicate_t',['../group__GenericComplexQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericQ7Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::predicate_t()'],['../group__GenericQ31Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::predicate_t()'],['../group__GenericHalfNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< float16_t >::predicate_t()'],['../group__GenericTUPLENumber.html#a8938573d3fc13e4d64dccf51839d9b7f',1,'vector_traits< std::tuple< E... >, arch >::predicate_t()'],['../group__GenericFloatNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericDoubleNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< double, arch, void >::predicate_t()'],['../group__GenericComplexQ7Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< Q7 >, arch, void >::predicate_t()'],['../group__GenericComplexQ31Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__DSPQ15Number.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::predicate_t()'],['../group__GenericComplexHalfNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericComplexFloatNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::predicate_t()'],['../group__GenericComplexDoubleNumber.html#a43936fffbd629b832c214366ab886489',1,'vector_traits< std::complex< double >, arch, void >::predicate_t()'],['../group__HeliumQ15Number.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumHalfNumber.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumFloatNumber.html#af3b22a8914fdb0ccb348b19421f45bdc',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumComplexHalfNumber.html#a3777de34f2324cc76ea8e00520102243',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()'],['../group__HeliumComplexFloatNumber.html#a3777de34f2324cc76ea8e00520102243',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::predicate_t()']]] ]; diff --git a/main/search/typedefs_9.js b/main/search/typedefs_9.js index faa51ff7..f0c1b78f 100644 --- a/main/search/typedefs_9.js +++ b/main/search/typedefs_9.js @@ -1,12 +1,38 @@ var searchData= [ - ['scalar_0',['Scalar',['../group__Matrix.html#a92d556ad09113e9ed985e7636995413b',1,'arm_cmsis_dsp::_Outer']]], - ['status16x4_5ft_1',['status16x4_t',['../group__genericTypes.html#ga8e7a59684aa80c56a7728336f60c3b26',1,'arm_math_types.h']]], - ['status16x8_5ft_2',['status16x8_t',['../group__genericTypes.html#ga7dd24ee10b1e85c9faefe2a21b4495b4',1,'arm_math_types.h']]], - ['status32x2_5ft_3',['status32x2_t',['../group__genericTypes.html#gaf5f078125674727b1fff9924b76c1718',1,'arm_math_types.h']]], - ['status32x4_5ft_4',['status32x4_t',['../group__genericTypes.html#ga9e7c6646a4aaba462ceeb94533de4d47',1,'arm_math_types.h']]], - ['status64x2_5ft_5',['status64x2_t',['../group__genericTypes.html#ga4ae10a6dde9f54c9074a733f481677ba',1,'arm_math_types.h']]], - ['status8x16_5ft_6',['status8x16_t',['../group__genericTypes.html#ga627dde19e8863a3d375169bacbd1e2ee',1,'arm_math_types.h']]], - ['status8x8_5ft_7',['status8x8_t',['../group__genericTypes.html#gaead5b2800fc4b9d71f8507a03ce9a4a8',1,'arm_math_types.h']]], - ['storage_5ftype_8',['storage_type',['../group__GenericQ31Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__NUMBER.html#a86e6521d809d67f5bd0a3b1840a518af',1,'arm_cmsis_dsp::vector_traits::storage_type()'],['../group__GenericQ7Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::storage_type()'],['../group__GenericQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::storage_type()'],['../group__GenericHalfNumber.html#ac5706fee56c61076b3f152059180e4ad',1,'vector_traits< float16_t >::storage_type()'],['../group__GenericFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericDoubleNumber.html#a49f18be07ebdd69af9b364617b479476',1,'vector_traits< double, arch, void >::storage_type()'],['../group__HeliumQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumHalfNumber.html#ac5706fee56c61076b3f152059180e4ad',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__DSPQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::storage_type()']]] + ['q15_0',['Q15',['../group__FIXED.html#ga51955f28b22fcdc84593909693a99e81',1,'arm_cmsis_dsp']]], + ['q15_5ft_1',['q15_t',['../group__genericTypes.html#gab5a8fb21a5b3b983d5f54f31614052ea',1,'arm_math_types.h']]], + ['q15x4_5ft_2',['q15x4_t',['../group__genericTypes.html#ga522d48f9efa674706cbdfea8036379af',1,'arm_math_types.h']]], + ['q15x4x2_5ft_3',['q15x4x2_t',['../group__genericTypes.html#ga9132508f4a1bffa18a203a4001a92df8',1,'arm_math_types.h']]], + ['q15x4x3_5ft_4',['q15x4x3_t',['../group__genericTypes.html#ga81fec99b3da05c9f893c0d0e425f653f',1,'arm_math_types.h']]], + ['q15x4x4_5ft_5',['q15x4x4_t',['../group__genericTypes.html#ga2f3c42bbc6af8d6605b359b16f39f68a',1,'arm_math_types.h']]], + ['q15x8_5ft_6',['q15x8_t',['../group__genericTypes.html#ga9551824e9be8e0dd3d9be8a795122eea',1,'arm_math_types.h']]], + ['q15x8x2_5ft_7',['q15x8x2_t',['../group__genericTypes.html#ga86812b3ac74040cf6be7800e1712b65f',1,'arm_math_types.h']]], + ['q15x8x3_5ft_8',['q15x8x3_t',['../group__genericTypes.html#gaffdb78001ec2e1aeb6a77ac510f8bc50',1,'arm_math_types.h']]], + ['q15x8x4_5ft_9',['q15x8x4_t',['../group__genericTypes.html#gaaa2f4c37777c944e348dd28b92c64c26',1,'arm_math_types.h']]], + ['q23_5ft_10',['q23_t',['../group__genericTypes.html#ga5c6fe896b23b8bcdf05c98051207da6c',1,'arm_math_types.h']]], + ['q23x4_5ft_11',['q23x4_t',['../group__genericTypes.html#ga41062b2fa31a08ab7c5bb1d6b60b2924',1,'arm_math_types.h']]], + ['q31_12',['Q31',['../group__FIXED.html#ga4e46b06c2ab0f1dfd4bce590f2d86678',1,'arm_cmsis_dsp']]], + ['q31_5ft_13',['q31_t',['../group__genericTypes.html#gadc89a3547f5324b7b3b95adec3806bc0',1,'arm_math_types.h']]], + ['q31x2_5ft_14',['q31x2_t',['../group__genericTypes.html#gac2b2db4c6d9106c5818ebaae373c9de7',1,'arm_math_types.h']]], + ['q31x2x2_5ft_15',['q31x2x2_t',['../group__genericTypes.html#ga1b0c76e5fd474cd1accac1cabcd32b81',1,'arm_math_types.h']]], + ['q31x2x3_5ft_16',['q31x2x3_t',['../group__genericTypes.html#ga5dfb59553bb3beda382d7e5596c45f74',1,'arm_math_types.h']]], + ['q31x2x4_5ft_17',['q31x2x4_t',['../group__genericTypes.html#ga195096166e0a020c5b0aeee085cc3dc6',1,'arm_math_types.h']]], + ['q31x4_5ft_18',['q31x4_t',['../group__genericTypes.html#ga93a1fec6f47d59f63147169b3b43f7a0',1,'arm_math_types.h']]], + ['q31x4x2_5ft_19',['q31x4x2_t',['../group__genericTypes.html#gade5b4339ea40c22e32028f2ca6cfd2b5',1,'arm_math_types.h']]], + ['q31x4x3_5ft_20',['q31x4x3_t',['../group__genericTypes.html#ga7cfc0b89d17a5a8d33a91ae81f223cdd',1,'arm_math_types.h']]], + ['q31x4x4_5ft_21',['q31x4x4_t',['../group__genericTypes.html#gab9a364b1d33095c364714a697b39f23c',1,'arm_math_types.h']]], + ['q63_22',['Q63',['../group__FIXED.html#ga2ab11417fdc15929fd908c719982ad53',1,'arm_cmsis_dsp']]], + ['q63_5ft_23',['q63_t',['../group__genericTypes.html#ga5aea1cb12fc02d9d44c8abf217eaa5c6',1,'arm_math_types.h']]], + ['q63x2_5ft_24',['q63x2_t',['../group__genericTypes.html#ga320a091814ba9ff779d02ece8d21f176',1,'arm_math_types.h']]], + ['q7_25',['Q7',['../group__FIXED.html#ga4974322f2e1fa028ac118085279682b1',1,'arm_cmsis_dsp']]], + ['q7_5ft_26',['q7_t',['../group__genericTypes.html#gae541b6f232c305361e9b416fc9eed263',1,'arm_math_types.h']]], + ['q7x16_5ft_27',['q7x16_t',['../group__genericTypes.html#ga371e9c8d3915ece597e11ec70a9d3231',1,'arm_math_types.h']]], + ['q7x16x2_5ft_28',['q7x16x2_t',['../group__genericTypes.html#gaa15e56f60abf07562e7c24786aad8485',1,'arm_math_types.h']]], + ['q7x16x3_5ft_29',['q7x16x3_t',['../group__genericTypes.html#gab688895cfd47b87889859b2f47755757',1,'arm_math_types.h']]], + ['q7x16x4_5ft_30',['q7x16x4_t',['../group__genericTypes.html#ga956128b7a0d71442fb29cbcbecd71d71',1,'arm_math_types.h']]], + ['q7x8_5ft_31',['q7x8_t',['../group__genericTypes.html#ga38ce433794763f27a4c71a5a2ec025ff',1,'arm_math_types.h']]], + ['q7x8x2_5ft_32',['q7x8x2_t',['../group__genericTypes.html#ga6152321ab423278b4dd68365a9d39aaa',1,'arm_math_types.h']]], + ['q7x8x3_5ft_33',['q7x8x3_t',['../group__genericTypes.html#gaab33b0d2b6890ea1b424b8b510470a1e',1,'arm_math_types.h']]], + ['q7x8x4_5ft_34',['q7x8x4_t',['../group__genericTypes.html#gae9ad2b56f3d94e6b12b5ecbd09c8d8ff',1,'arm_math_types.h']]] ]; diff --git a/main/search/typedefs_a.js b/main/search/typedefs_a.js index b87200fd..35b2436e 100644 --- a/main/search/typedefs_a.js +++ b/main/search/typedefs_a.js @@ -1,5 +1,5 @@ var searchData= [ - ['temp_5faccumulator_0',['temp_accumulator',['../group__HeliumFloatNumber.html#a03e533d95267eea1ea9ef099b6c91bb3',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumHalfNumber.html#a2b56abefd20dce8f06ee8792a5e9e83e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__GenericDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< double, arch, void >::temp_accumulator()'],['../group__GenericFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericTUPLENumber.html#a3111dcd2e50f203ff8bc2dbfcb11db41',1,'vector_traits< std::tuple< E... >, arch >::temp_accumulator()'],['../group__GenericHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< float16_t >::temp_accumulator()'],['../group__GenericQ15Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::temp_accumulator()'],['../group__GenericQ31Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericQ7Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::temp_accumulator()'],['../group__DSPQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::temp_accumulator()']]], - ['type_1',['type',['../group__NUMBER.html#a565429e62c1d4fd084335146ba778e17',1,'arm_cmsis_dsp::vector_traits::type()'],['../group__GenericQ7Number.html#a3b716952ea77bf51a7bede967d86ab47',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::type()'],['../group__GenericQ31Number.html#aa999f3fdfb7e34a5cebd7f76cd070ac1',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::type()'],['../group__GenericHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e',1,'vector_traits< float16_t >::type()'],['../group__GenericFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericDoubleNumber.html#abc14b08675edcf33d151007d5134859a',1,'vector_traits< double, arch, void >::type()'],['../group__HeliumQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__HeliumHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__HeliumFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__DSPQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::type()']]] + ['real_5fvector_0',['real_vector',['../group__HeliumComplexFloatNumber.html#a7643201f518ac18e1cefe885f5330128',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::real_vector()'],['../group__HeliumComplexHalfNumber.html#a76c25894268d892709cb9d354a7a62a6',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::real_vector()'],['../group__GenericTUPLENumber.html#a44368d26d467915b5fd73a55f40fe80c',1,'vector_traits< std::tuple< E... >, arch >::real_vector()']]], + ['refscalar_1',['RefScalar',['../group__GenericTUPLENumber.html#a778709132bba78a67ec4a2f266aed099',1,'vector_traits< std::tuple< E... >, arch >']]] ]; diff --git a/main/search/typedefs_b.js b/main/search/typedefs_b.js index 40bf8724..ec8341ec 100644 --- a/main/search/typedefs_b.js +++ b/main/search/typedefs_b.js @@ -1,10 +1,12 @@ var searchData= [ - ['value_5ftype_0',['value_type',['../group__FIXED.html#a334467121b703df4737919be4ddf5ab6',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::value_type()'],['../group__FIXED.html#a9762a47a5bb47d23e70575b1e3c2c0a6',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::value_type()'],['../group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::value_type()'],['../group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::value_type()'],['../group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::value_type()'],['../group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::value_type()'],['../group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::value_type()'],['../group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::value_type()'],['../group__FIXED.html#a85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::value_type()'],['../group__FIXED.html#a93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::value_type()'],['../group__FIXED.html#a4bbdd41bfc847213cc17df2150f2d36f',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::value_type()'],['../group__FIXED.html#a44566a2275a84a317842a12fc16a2ab5',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::value_type()'],['../group__FIXED.html#a7999bfbf0aeb8968d9e650ae9a4cfb64',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::value_type()'],['../group__FIXED.html#a01ff1590236123181364f4f60e0612c1',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::value_type()'],['../group__FIXED.html#a5330a25089bcc989068baf0f475f8288',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::value_type()'],['../group__FIXED.html#acf448b0c979f51eb0ed528723bb8741e',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::value_type()']]], - ['vector_1',['vector',['../group__GenericQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::vector()'],['../group__GenericQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()']]], - ['vector_2',['Vector',['../group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d',1,'arm_cmsis_dsp::VectorView']]], - ['vector_3',['vector',['../group__GenericQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::vector()'],['../group__GenericHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< float16_t >::vector()'],['../group__GenericTUPLENumber.html#a7324a5b8982417230f50776a48c69d8f',1,'vector_traits< std::tuple< E... >, arch >::vector()'],['../group__GenericFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< double, arch, void >::vector()'],['../group__HeliumQ15Number.html#abe2e84848da0a86b66fb761063011e73',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumHalfNumber.html#adbc8cfdcdb696f357a77cabc445f11cb',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumFloatNumber.html#a80c09e97407d5640a99667e3ea61d293',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__DSPQ15Number.html#a282bf94548694174c49d21ae2dc672be',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::vector()']]], - ['vector_4',['Vector',['../group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::Vector()'],['../group__VECTOR.html#a308c13b7bc9aa9f3732d8e9af5e35894',1,'arm_cmsis_dsp::Vector_Base::Vector()'],['../group__Matrix.html#ac36ac26d54b3c30816c5d59a37242d22',1,'arm_cmsis_dsp::_Outer::Vector()']]], - ['vector_5flength_5ft_5',['vector_length_t',['../group__COMMON.html#ga87032cf209a345081caeb3692af2174b',1,'arm_cmsis_dsp']]], - ['vectortype_6',['VectorType',['../group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5',1,'arm_cmsis_dsp::Matrix::VectorType()'],['../group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::VectorType()']]] + ['scalarlhs_0',['ScalarLHS',['../group__Matrix.html#ae5a5ec66969419aacb382cbb1120e989',1,'arm_cmsis_dsp::_Outer']]], + ['status16x4_5ft_1',['status16x4_t',['../group__genericTypes.html#ga8e7a59684aa80c56a7728336f60c3b26',1,'arm_math_types.h']]], + ['status16x8_5ft_2',['status16x8_t',['../group__genericTypes.html#ga7dd24ee10b1e85c9faefe2a21b4495b4',1,'arm_math_types.h']]], + ['status32x2_5ft_3',['status32x2_t',['../group__genericTypes.html#gaf5f078125674727b1fff9924b76c1718',1,'arm_math_types.h']]], + ['status32x4_5ft_4',['status32x4_t',['../group__genericTypes.html#ga9e7c6646a4aaba462ceeb94533de4d47',1,'arm_math_types.h']]], + ['status64x2_5ft_5',['status64x2_t',['../group__genericTypes.html#ga4ae10a6dde9f54c9074a733f481677ba',1,'arm_math_types.h']]], + ['status8x16_5ft_6',['status8x16_t',['../group__genericTypes.html#ga627dde19e8863a3d375169bacbd1e2ee',1,'arm_math_types.h']]], + ['status8x8_5ft_7',['status8x8_t',['../group__genericTypes.html#gaead5b2800fc4b9d71f8507a03ce9a4a8',1,'arm_math_types.h']]], + ['storage_5ftype_8',['storage_type',['../group__GenericDoubleNumber.html#a49f18be07ebdd69af9b364617b479476',1,'vector_traits< double, arch, void >::storage_type()'],['../group__NUMBER.html#a86e6521d809d67f5bd0a3b1840a518af',1,'arm_cmsis_dsp::vector_traits::storage_type()'],['../group__GenericQ7Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::storage_type()'],['../group__GenericQ31Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::storage_type()'],['../group__GenericHalfNumber.html#ac5706fee56c61076b3f152059180e4ad',1,'vector_traits< float16_t >::storage_type()'],['../group__GenericFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexQ7Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< std::complex< Q7 >, arch, void >::storage_type()'],['../group__GenericComplexQ31Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::storage_type()'],['../group__GenericComplexDoubleNumber.html#ad6f689f5352dfaf9ff6b6cacc496f324',1,'vector_traits< std::complex< double >, arch, void >::storage_type()'],['../group__HeliumQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumHalfNumber.html#ac5706fee56c61076b3f152059180e4ad',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumFloatNumber.html#add1c7d91c34e7bbfdb88eb6b86707df0',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumComplexHalfNumber.html#a6ab8ff484b47de72c0a577ddb76ee2a4',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__HeliumComplexFloatNumber.html#ab91cde2f9b50a7ff1028a70dc85e79dd',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::storage_type()'],['../group__DSPQ15Number.html#ab37bf31182f95866b4675c3be4b7d136',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::storage_type()']]] ]; diff --git a/main/search/typedefs_c.js b/main/search/typedefs_c.js index 3cdad520..8a07820b 100644 --- a/main/search/typedefs_c.js +++ b/main/search/typedefs_c.js @@ -1,4 +1,5 @@ var searchData= [ - ['wider_5ftype_0',['wider_type',['../group__FIXED.html#a97baeea683b4be57269774d0485d11ab',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::wider_type()'],['../group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::wider_type()'],['../group__FIXED.html#a97baeea683b4be57269774d0485d11ab',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::wider_type()'],['../group__FIXED.html#ad283e893703a8081fe5ebfd84e80098d',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::wider_type()'],['../group__FIXED.html#a651aa0bb6eccbdebdfc06ab9391bef00',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::wider_type()'],['../group__FIXED.html#a557f81ce640773012edda158e39bbc6b',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::wider_type()'],['../group__FIXED.html#add70f98e7103309ae6d6d70bb41e52f8',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::wider_type()'],['../group__FIXED.html#a4c50ac10bfe807e90da32cd3fcc420c5',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::wider_type()'],['../group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::wider_type()'],['../group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::wider_type()'],['../group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::wider_type()'],['../group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::wider_type()'],['../group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::wider_type()'],['../group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::wider_type()'],['../group__FIXED.html#a8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::wider_type()'],['../group__FIXED.html#a9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::wider_type()']]] + ['temp_5faccumulator_0',['temp_accumulator',['../group__HeliumComplexFloatNumber.html#a0c4b26611359840ae77a3b6947421c07',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__DSPQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::temp_accumulator()'],['../group__GenericQ7Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::temp_accumulator()'],['../group__GenericQ31Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericQ15Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::temp_accumulator()'],['../group__GenericHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< float16_t >::temp_accumulator()'],['../group__GenericTUPLENumber.html#a3111dcd2e50f203ff8bc2dbfcb11db41',1,'vector_traits< std::tuple< E... >, arch >::temp_accumulator()'],['../group__GenericFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< double, arch, void >::temp_accumulator()'],['../group__GenericComplexQ7Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< Q7 >, arch, void >::temp_accumulator()'],['../group__GenericComplexQ15Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericComplexHalfNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericComplexFloatNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()'],['../group__GenericComplexDoubleNumber.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< double >, arch, void >::temp_accumulator()'],['../group__HeliumQ15Number.html#aecb8342610cd1ce26d3d00fa76523dd5',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumHalfNumber.html#a2b56abefd20dce8f06ee8792a5e9e83e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumFloatNumber.html#a03e533d95267eea1ea9ef099b6c91bb3',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__HeliumComplexHalfNumber.html#a56c566b930f094dde07cc68c9d0db9ad',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::temp_accumulator()'],['../group__GenericComplexQ31Number.html#a452485e9e084d2fa01f195e133d1eb34',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::temp_accumulator()']]], + ['type_1',['type',['../group__GenericComplexQ31Number.html#a431a3793964b0ccb95c834d6c0ea27d0',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericComplexQ7Number.html#a19f674ae62f8ddd2ab659c85aed7a71c',1,'vector_traits< std::complex< Q7 >, arch, void >::type()'],['../group__GenericDoubleNumber.html#abc14b08675edcf33d151007d5134859a',1,'vector_traits< double, arch, void >::type()'],['../group__GenericFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e',1,'vector_traits< float16_t >::type()'],['../group__GenericQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::type()'],['../group__GenericQ31Number.html#aa999f3fdfb7e34a5cebd7f76cd070ac1',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericQ7Number.html#a3b716952ea77bf51a7bede967d86ab47',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::type()'],['../group__NUMBER.html#a565429e62c1d4fd084335146ba778e17',1,'arm_cmsis_dsp::vector_traits::type()'],['../group__GenericComplexQ15Number.html#ac165450586fe2b3a686fd7f13332fe0f',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::type()'],['../group__GenericComplexDoubleNumber.html#a5dcaa7d60eb986563767774404fcee7a',1,'vector_traits< std::complex< double >, arch, void >::type()'],['../group__HeliumQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__HeliumHalfNumber.html#a00ca51725dbadd4d88b7a5f9b77fd36e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__HeliumFloatNumber.html#a663d96b7a459537aa21a8aa6aa5b441f',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__HeliumComplexHalfNumber.html#ac7badc0c5ab94c6ec8ecf789506bc3ff',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__HeliumComplexFloatNumber.html#abbe52eadc1c3d8be54b9216cba4a7d02',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::type()'],['../group__DSPQ15Number.html#a3fa29f1ef1bcf99ebdf099d4accd154c',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::type()']]] ]; diff --git a/main/search/typedefs_d.js b/main/search/typedefs_d.js new file mode 100644 index 00000000..135aa40c --- /dev/null +++ b/main/search/typedefs_d.js @@ -0,0 +1,10 @@ +var searchData= +[ + ['value_5ftype_0',['value_type',['../group__FIXED.html#ga334467121b703df4737919be4ddf5ab6',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::value_type()'],['../group__FIXED.html#ga9762a47a5bb47d23e70575b1e3c2c0a6',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::value_type()'],['../group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::value_type()'],['../group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::value_type()'],['../group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::value_type()'],['../group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::value_type()'],['../group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::value_type()'],['../group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::value_type()'],['../group__FIXED.html#ga85a6a04ab43381b2b7fe07411bc21c30',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::value_type()'],['../group__FIXED.html#ga4bbdd41bfc847213cc17df2150f2d36f',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::value_type()'],['../group__FIXED.html#ga44566a2275a84a317842a12fc16a2ab5',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::value_type()'],['../group__FIXED.html#ga7999bfbf0aeb8968d9e650ae9a4cfb64',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::value_type()'],['../group__FIXED.html#ga01ff1590236123181364f4f60e0612c1',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::value_type()'],['../group__FIXED.html#ga5330a25089bcc989068baf0f475f8288',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::value_type()'],['../group__FIXED.html#gacf448b0c979f51eb0ed528723bb8741e',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::value_type()'],['../group__FIXED.html#ga93d26b6a060cb54cf37226c1c0dace6d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::value_type()']]], + ['vector_1',['vector',['../group__GenericComplexQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericComplexQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericComplexQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< Q7 >, arch, void >::vector()'],['../group__GenericDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< double, arch, void >::vector()'],['../group__HeliumFloatNumber.html#a80c09e97407d5640a99667e3ea61d293',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__GenericFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericTUPLENumber.html#a7324a5b8982417230f50776a48c69d8f',1,'vector_traits< std::tuple< E... >, arch >::vector()'],['../group__GenericHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< float16_t >::vector()'],['../group__GenericQ15Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::vector()'],['../group__GenericQ31Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()'],['../group__GenericQ7Number.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::vector()'],['../group__GenericComplexFloatNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()']]], + ['vector_2',['Vector',['../group__VECTOR.html#a308c13b7bc9aa9f3732d8e9af5e35894',1,'arm_cmsis_dsp::Vector_Base::Vector()'],['../group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d',1,'arm_cmsis_dsp::VectorView::Vector()'],['../group__VECTOR.html#a33e22ce44cb5b57038a5ce6f9d21870d',1,'arm_cmsis_dsp::VectorView< T, DYNAMIC >::Vector()']]], + ['vector_3',['vector',['../group__DSPQ15Number.html#a282bf94548694174c49d21ae2dc672be',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::vector()'],['../group__HeliumComplexFloatNumber.html#a2c67b52bb4d2bfd4a88059e1372280f0',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumComplexHalfNumber.html#aa66a68dbd092697845ad1fdc8abbb0ee',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumHalfNumber.html#adbc8cfdcdb696f357a77cabc445f11cb',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__HeliumQ15Number.html#abe2e84848da0a86b66fb761063011e73',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::vector()'],['../group__GenericComplexDoubleNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< double >, arch, void >::vector()'],['../group__GenericComplexHalfNumber.html#a5d7353ee1e142d2d816dd479c088bedf',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::vector()']]], + ['vector_5flength_5ft_4',['vector_length_t',['../group__COMMON.html#ga87032cf209a345081caeb3692af2174b',1,'arm_cmsis_dsp']]], + ['vectorlhs_5',['VectorLHS',['../group__Matrix.html#a402a40d59c3350d926139ece2fd282b4',1,'arm_cmsis_dsp::_Outer']]], + ['vectortype_6',['VectorType',['../group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5',1,'arm_cmsis_dsp::Matrix::VectorType()'],['../group__Matrix.html#a6ea5f051a5f2d8ad61f6199a47a0e3c5',1,'arm_cmsis_dsp::Matrix< P, DYNAMIC, DYNAMIC, Allocator >::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView< T, DYNAMIC >::VectorType()'],['../group__Matrix.html#a687f8049693290108598990507ed57ea',1,'arm_cmsis_dsp::MatrixView< T, CONSTRAINED_DYNAMIC >::VectorType()']]] +]; diff --git a/main/search/typedefs_e.js b/main/search/typedefs_e.js new file mode 100644 index 00000000..f42c8908 --- /dev/null +++ b/main/search/typedefs_e.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['wider_5ftype_0',['wider_type',['../group__FIXED.html#ga97baeea683b4be57269774d0485d11ab',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test64(M, F, 1)>::wider_type()'],['../group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test64(M, F, 0)>::wider_type()'],['../group__FIXED.html#ga97baeea683b4be57269774d0485d11ab',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test32(M, F, 1)>::wider_type()'],['../group__FIXED.html#gad283e893703a8081fe5ebfd84e80098d',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test32(M, F, 0)>::wider_type()'],['../group__FIXED.html#ga651aa0bb6eccbdebdfc06ab9391bef00',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test16(M, F, 1)>::wider_type()'],['../group__FIXED.html#ga557f81ce640773012edda158e39bbc6b',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test16(M, F, 0)>::wider_type()'],['../group__FIXED.html#gadd70f98e7103309ae6d6d70bb41e52f8',1,'arm_cmsis_dsp::fixed_storage_type< M, F, true, test8(M, F, 1)>::wider_type()'],['../group__FIXED.html#ga4c50ac10bfe807e90da32cd3fcc420c5',1,'arm_cmsis_dsp::fixed_storage_type< M, F, false, test8(M, F, 0)>::wider_type()'],['../group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::wider_type()'],['../group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::wider_type()'],['../group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::wider_type()'],['../group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::wider_type()'],['../group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::wider_type()'],['../group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::wider_type()'],['../group__FIXED.html#ga8f96cd35088283e4b342b98b93de12fb',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::wider_type()'],['../group__FIXED.html#ga9793af4b1dc7b9f0821cc8a403f24a77',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::wider_type()']]] +]; diff --git a/main/search/variables_10.js b/main/search/variables_10.js index bc5bc040..f9a0fbf4 100644 --- a/main/search/variables_10.js +++ b/main/search/variables_10.js @@ -4,7 +4,8 @@ var searchData= ['sint_1',['Sint',['../structarm__rfft__fast__instance__f64.html#a0915e69281e9037d7a7508a2a04dea61',1,'arm_rfft_fast_instance_f64::Sint()'],['../structarm__rfft__fast__instance__f32.html#aa8a05a9fabc3852e5d476152a5067e53',1,'arm_rfft_fast_instance_f32::Sint()'],['../structarm__rfft__fast__instance__f16.html#ad3c25d7002465379ef6047b3ca0ea2d0',1,'arm_rfft_fast_instance_f16::Sint()']]], ['start_2',['start',['../group__Matrix.html#a17fa2ffc9618036b777daaaccb1b0133',1,'arm_cmsis_dsp::Slice']]], ['state_3',['state',['../group__PID.html#a4c4e19d77015f5f7a31a1daf0faf31b6',1,'arm_pid_instance_q15::state()'],['../group__PID.html#af0a2da4da9a94af652873ec7e7be4880',1,'arm_pid_instance_q31::state()'],['../group__PID.html#a473556ac6100fc188e77930d56f51062',1,'arm_pid_instance_f32::state()']]], - ['stateindex_4',['stateIndex',['../structarm__fir__sparse__instance__q15.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q15::stateIndex()'],['../structarm__fir__sparse__instance__q7.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q7::stateIndex()'],['../structarm__fir__sparse__instance__q31.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q31::stateIndex()'],['../structarm__fir__sparse__instance__f32.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_f32::stateIndex()']]], + ['stateindex_4',['stateIndex',['../structarm__fir__sparse__instance__q7.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q7::stateIndex()'],['../structarm__fir__sparse__instance__q15.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q15::stateIndex()'],['../structarm__fir__sparse__instance__q31.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_q31::stateIndex()'],['../structarm__fir__sparse__instance__f32.html#a566a0cb53437e48b9a3bf18e5b03d8aa',1,'arm_fir_sparse_instance_f32::stateIndex()']]], ['stop_5',['stop',['../group__Matrix.html#ac1064b2371946611521f83f697c61218',1,'arm_cmsis_dsp::Slice']]], - ['supportvectors_6',['supportVectors',['../structarm__svm__linear__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_linear_instance_f32::supportVectors()'],['../structarm__svm__polynomial__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_polynomial_instance_f32::supportVectors()'],['../structarm__svm__rbf__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_rbf_instance_f32::supportVectors()'],['../structarm__svm__sigmoid__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_sigmoid_instance_f32::supportVectors()'],['../structarm__svm__linear__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_linear_instance_f16::supportVectors()'],['../structarm__svm__polynomial__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_polynomial_instance_f16::supportVectors()'],['../structarm__svm__rbf__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_rbf_instance_f16::supportVectors()'],['../structarm__svm__sigmoid__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_sigmoid_instance_f16::supportVectors()']]] + ['support_5fmixed_6',['support_mixed',['../group__HeliumComplexFloatNumber.html#a6dc4c7ed8056e3b08c2fdb4080aa8a7a',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::support_mixed()'],['../group__HeliumComplexHalfNumber.html#a6dc4c7ed8056e3b08c2fdb4080aa8a7a',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::support_mixed()']]], + ['supportvectors_7',['supportVectors',['../structarm__svm__linear__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_linear_instance_f32::supportVectors()'],['../structarm__svm__polynomial__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_polynomial_instance_f32::supportVectors()'],['../structarm__svm__rbf__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_rbf_instance_f32::supportVectors()'],['../structarm__svm__sigmoid__instance__f32.html#ac74855c4f6df20c9b07ee5fe002378fc',1,'arm_svm_sigmoid_instance_f32::supportVectors()'],['../structarm__svm__linear__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_linear_instance_f16::supportVectors()'],['../structarm__svm__polynomial__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_polynomial_instance_f16::supportVectors()'],['../structarm__svm__rbf__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_rbf_instance_f16::supportVectors()'],['../structarm__svm__sigmoid__instance__f16.html#a6f886b9e51ee9222dda09261ee20799c',1,'arm_svm_sigmoid_instance_f16::supportVectors()']]] ]; diff --git a/main/search/variables_12.js b/main/search/variables_12.js index 54496eb4..eee67f10 100644 --- a/main/search/variables_12.js +++ b/main/search/variables_12.js @@ -1,6 +1,6 @@ var searchData= [ - ['v_0',['v',['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::v()'],['../group__FIXED.html#a804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::v()']]], + ['v_0',['v',['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::v()'],['../group__FIXED.html#ga804a08646faa832db35bdb76eb11d8ce',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::v()']]], ['vector_5fsize_1',['vector_size',['../group__VECTOR.html#af7057014e360b66bf03833c4f412cdb1',1,'arm_cmsis_dsp::Vector']]], ['vectordimension_2',['vectorDimension',['../structarm__svm__sigmoid__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_sigmoid_instance_f16::vectorDimension()'],['../structarm__svm__rbf__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_rbf_instance_f16::vectorDimension()'],['../structarm__svm__polynomial__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_polynomial_instance_f16::vectorDimension()'],['../structarm__svm__linear__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_linear_instance_f16::vectorDimension()'],['../structarm__svm__sigmoid__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_sigmoid_instance_f32::vectorDimension()'],['../structarm__svm__rbf__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_rbf_instance_f32::vectorDimension()'],['../structarm__svm__polynomial__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_polynomial_instance_f32::vectorDimension()'],['../structarm__svm__linear__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_svm_linear_instance_f32::vectorDimension()'],['../structarm__gaussian__naive__bayes__instance__f16.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_gaussian_naive_bayes_instance_f16::vectorDimension()'],['../structarm__gaussian__naive__bayes__instance__f32.html#ac0020a4e04df9d200969b1ba84799d88',1,'arm_gaussian_naive_bayes_instance_f32::vectorDimension()']]] ]; diff --git a/main/search/variables_5.js b/main/search/variables_5.js index 9f1ff239..f178258d 100644 --- a/main/search/variables_5.js +++ b/main/search/variables_5.js @@ -7,5 +7,5 @@ var searchData= ['filtercoefs_4',['filterCoefs',['../structarm__mfcc__instance__f32.html#a5dfb2cf763294de0b95c7a3a2cf8fbe1',1,'arm_mfcc_instance_f32::filterCoefs()'],['../structarm__mfcc__instance__q31.html#a60390d32129e3b390a6b249223168b63',1,'arm_mfcc_instance_q31::filterCoefs()'],['../structarm__mfcc__instance__q15.html#a8be8e70eb1e8f3ecf297c39d6bedafc9',1,'arm_mfcc_instance_q15::filterCoefs()'],['../structarm__mfcc__instance__f16.html#ad5e5aff68fbc05cb8ab468dce6cfe915',1,'arm_mfcc_instance_f16::filterCoefs()']]], ['filterlengths_5',['filterLengths',['../structarm__mfcc__instance__f32.html#a92fa17569af954a83e7d76d88693ecc6',1,'arm_mfcc_instance_f32::filterLengths()'],['../structarm__mfcc__instance__q31.html#a92fa17569af954a83e7d76d88693ecc6',1,'arm_mfcc_instance_q31::filterLengths()'],['../structarm__mfcc__instance__q15.html#a92fa17569af954a83e7d76d88693ecc6',1,'arm_mfcc_instance_q15::filterLengths()'],['../structarm__mfcc__instance__f16.html#a92fa17569af954a83e7d76d88693ecc6',1,'arm_mfcc_instance_f16::filterLengths()']]], ['filterpos_6',['filterPos',['../structarm__mfcc__instance__q31.html#a4bf2fc236988cf1e39f7b3efbd0a1797',1,'arm_mfcc_instance_q31::filterPos()'],['../structarm__mfcc__instance__f16.html#a4bf2fc236988cf1e39f7b3efbd0a1797',1,'arm_mfcc_instance_f16::filterPos()'],['../structarm__mfcc__instance__q15.html#a4bf2fc236988cf1e39f7b3efbd0a1797',1,'arm_mfcc_instance_q15::filterPos()'],['../structarm__mfcc__instance__f32.html#a4bf2fc236988cf1e39f7b3efbd0a1797',1,'arm_mfcc_instance_f32::filterPos()']]], - ['fracbits_7',['fracBits',['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::fracBits()'],['../group__FIXED.html#a1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::fracBits()']]] + ['fracbits_7',['fracBits',['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::fracBits()'],['../group__FIXED.html#ga1584849f3f51a524e17a48d8c0c4be0f',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::fracBits()']]] ]; diff --git a/main/search/variables_7.js b/main/search/variables_7.js index c6d745d6..e204c953 100644 --- a/main/search/variables_7.js +++ b/main/search/variables_7.js @@ -1,5 +1,5 @@ var searchData= [ - ['has_5fpredicate_0',['has_predicate',['../group__HeliumFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__DSPQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::has_predicate()'],['../group__GenericQ7Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_predicate()'],['../group__GenericQ31Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_predicate()'],['../group__GenericHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float16_t >::has_predicate()'],['../group__GenericTUPLENumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::tuple< E... >, arch >::has_predicate()'],['../group__GenericFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericDoubleNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< double, arch, void >::has_predicate()'],['../group__HeliumQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__HeliumHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()']]], - ['has_5fvector_1',['has_vector',['../group__NUMBER.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'arm_cmsis_dsp::vector_traits::has_vector()'],['../group__GenericQ7Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_vector()'],['../group__GenericQ31Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_vector()'],['../group__GenericHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float16_t >::has_vector()'],['../group__GenericTUPLENumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::tuple< E... >, arch >::has_vector()'],['../group__GenericFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericDoubleNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< double, arch, void >::has_vector()'],['../group__HeliumQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__DSPQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::has_vector()']]] + ['has_5fpredicate_0',['has_predicate',['../group__HeliumComplexFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__DSPQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::has_predicate()'],['../group__GenericQ7Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_predicate()'],['../group__GenericQ31Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_predicate()'],['../group__GenericHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float16_t >::has_predicate()'],['../group__GenericTUPLENumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::tuple< E... >, arch >::has_predicate()'],['../group__GenericFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericDoubleNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< double, arch, void >::has_predicate()'],['../group__GenericComplexQ7Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< Q7 >, arch, void >::has_predicate()'],['../group__GenericComplexQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericComplexHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericComplexFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()'],['../group__GenericComplexDoubleNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< double >, arch, void >::has_predicate()'],['../group__HeliumQ15Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__HeliumHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__HeliumFloatNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__HeliumComplexHalfNumber.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_predicate()'],['../group__GenericComplexQ31Number.html#a3cde0da79f5aea9b80e1128fba9b6e91',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_predicate()']]], + ['has_5fvector_1',['has_vector',['../group__GenericComplexQ31Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericComplexQ7Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< Q7 >, arch, void >::has_vector()'],['../group__GenericDoubleNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< double, arch, void >::has_vector()'],['../group__GenericFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericTUPLENumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::tuple< E... >, arch >::has_vector()'],['../group__GenericHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float16_t >::has_vector()'],['../group__GenericQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_vector()'],['../group__GenericQ31Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericQ7Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::has_vector()'],['../group__NUMBER.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'arm_cmsis_dsp::vector_traits::has_vector()'],['../group__GenericComplexQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericComplexHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericComplexFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::has_vector()'],['../group__GenericComplexDoubleNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< double >, arch, void >::has_vector()'],['../group__HeliumQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumComplexHalfNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__HeliumComplexFloatNumber.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::has_vector()'],['../group__DSPQ15Number.html#a3f53eb5044515ae4fecf393bbc038d0e',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::has_vector()']]] ]; diff --git a/main/search/variables_8.js b/main/search/variables_8.js index 35b2a621..67c983b4 100644 --- a/main/search/variables_8.js +++ b/main/search/variables_8.js @@ -2,8 +2,8 @@ var searchData= [ ['ifftflag_0',['ifftFlag',['../structarm__cfft__radix4__instance__q15.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix4_instance_q15::ifftFlag()'],['../structarm__cfft__radix2__instance__q31.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix2_instance_q31::ifftFlag()'],['../structarm__cfft__radix4__instance__q31.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix4_instance_q31::ifftFlag()'],['../structarm__cfft__radix2__instance__f32.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix2_instance_f32::ifftFlag()'],['../structarm__cfft__radix4__instance__f32.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix4_instance_f32::ifftFlag()'],['../structarm__cfft__radix2__instance__f16.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix2_instance_f16::ifftFlag()'],['../structarm__cfft__radix4__instance__f16.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix4_instance_f16::ifftFlag()'],['../structarm__cfft__radix2__instance__q15.html#ad6ca6e223f986ebfd94c5ee1e410aa73',1,'arm_cfft_radix2_instance_q15::ifftFlag()']]], ['ifftflagr_1',['ifftFlagR',['../structarm__rfft__instance__q15.html#a787d72055c89e4d62b188d6bd646341c',1,'arm_rfft_instance_q15::ifftFlagR()'],['../structarm__rfft__instance__q31.html#a787d72055c89e4d62b188d6bd646341c',1,'arm_rfft_instance_q31::ifftFlagR()'],['../structarm__rfft__instance__f32.html#a787d72055c89e4d62b188d6bd646341c',1,'arm_rfft_instance_f32::ifftFlagR()']]], - ['intercept_2',['intercept',['../structarm__svm__sigmoid__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_sigmoid_instance_f32::intercept()'],['../structarm__svm__sigmoid__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_sigmoid_instance_f16::intercept()'],['../structarm__svm__rbf__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_rbf_instance_f16::intercept()'],['../structarm__svm__polynomial__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_polynomial_instance_f16::intercept()'],['../structarm__svm__linear__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_linear_instance_f16::intercept()'],['../structarm__svm__rbf__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_rbf_instance_f32::intercept()'],['../structarm__svm__polynomial__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_polynomial_instance_f32::intercept()'],['../structarm__svm__linear__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_linear_instance_f32::intercept()']]], - ['is_5ffixed_3',['is_fixed',['../group__GenericQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_fixed()'],['../group__NUMBER.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'arm_cmsis_dsp::vector_traits::is_fixed()'],['../group__GenericQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_fixed()'],['../group__GenericQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q7 >::is_fixed()'],['../group__GenericQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q31 >::is_fixed()'],['../group__GenericQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q15 >::is_fixed()'],['../group__GenericHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float16_t >::is_fixed()'],['../group__GenericHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< float16_t >::is_fixed()'],['../group__GenericTUPLENumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::tuple< E... > >::is_fixed()'],['../group__GenericFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< float >::is_fixed()'],['../group__GenericDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< double, arch, void >::is_fixed()'],['../group__GenericDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< double >::is_fixed()'],['../group__HeliumQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__DSPQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::is_fixed()'],['../group__GenericTUPLENumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::tuple< E... >, arch >::is_fixed()']]], - ['is_5ffloat_4',['is_float',['../group__GenericHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< float16_t >::is_float()'],['../group__GenericTUPLENumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::tuple< E... > >::is_float()'],['../group__GenericHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float16_t >::is_float()'],['../group__GenericQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q15 >::is_float()'],['../group__GenericQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_float()'],['../group__GenericQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q31 >::is_float()'],['../group__GenericQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q7 >::is_float()'],['../group__GenericQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_float()'],['../group__NUMBER.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'arm_cmsis_dsp::vector_traits::is_float()'],['../group__GenericFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__DSPQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::is_float()'],['../group__HeliumFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__GenericDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< double >::is_float()'],['../group__GenericDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< double, arch, void >::is_float()'],['../group__GenericFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< float >::is_float()'],['../group__GenericTUPLENumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::tuple< E... >, arch >::is_float()']]], - ['issigned_5',['isSigned',['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::isSigned()'],['../group__FIXED.html#a89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::isSigned()']]] + ['intercept_2',['intercept',['../structarm__svm__rbf__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_rbf_instance_f16::intercept()'],['../structarm__svm__sigmoid__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_sigmoid_instance_f16::intercept()'],['../structarm__svm__polynomial__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_polynomial_instance_f16::intercept()'],['../structarm__svm__linear__instance__f16.html#a1abe530f26ba6a68edea942ebd904a0a',1,'arm_svm_linear_instance_f16::intercept()'],['../structarm__svm__rbf__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_rbf_instance_f32::intercept()'],['../structarm__svm__sigmoid__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_sigmoid_instance_f32::intercept()'],['../structarm__svm__polynomial__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_polynomial_instance_f32::intercept()'],['../structarm__svm__linear__instance__f32.html#a4c677d8d24d26b5f2aeb6162f796460b',1,'arm_svm_linear_instance_f32::intercept()']]], + ['is_5ffixed_3',['is_fixed',['../group__GenericComplexQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< Q7 >, arch, void >::is_fixed()'],['../group__GenericDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< double >::is_fixed()'],['../group__GenericDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< double, arch, void >::is_fixed()'],['../group__GenericFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< float >::is_fixed()'],['../group__GenericFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericTUPLENumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::tuple< E... > >::is_fixed()'],['../group__GenericTUPLENumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::tuple< E... >, arch >::is_fixed()'],['../group__GenericHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< float16_t >::is_fixed()'],['../group__GenericHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float16_t >::is_fixed()'],['../group__GenericQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q15 >::is_fixed()'],['../group__GenericQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q31 >::is_fixed()'],['../group__GenericQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< Q7 >::is_fixed()'],['../group__GenericQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_fixed()'],['../group__NUMBER.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'arm_cmsis_dsp::vector_traits::is_fixed()'],['../group__GenericQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_fixed()'],['../group__GenericComplexQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericComplexQ7Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< Q7 > >::is_fixed()'],['../group__DSPQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::is_fixed()'],['../group__HeliumComplexFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumComplexHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__HeliumQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_fixed()'],['../group__GenericComplexDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< double > >::is_fixed()'],['../group__GenericComplexDoubleNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< double >, arch, void >::is_fixed()'],['../group__GenericComplexFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< float > >::is_fixed()'],['../group__GenericComplexFloatNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericComplexHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< float16_t > >::is_fixed()'],['../group__GenericComplexHalfNumber.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericComplexQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< Q15 > >::is_fixed()'],['../group__GenericComplexQ15Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_fixed()'],['../group__GenericComplexQ31Number.html#a295a966cbf0b0f013ac51a063cc8b89c',1,'number_traits< std::complex< Q31 > >::is_fixed()']]], + ['is_5ffloat_4',['is_float',['../group__GenericComplexQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< Q15 > >::is_float()'],['../group__GenericDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< double >::is_float()'],['../group__GenericDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< double, arch, void >::is_float()'],['../group__GenericFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< float >::is_float()'],['../group__GenericComplexQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< Q7 >, arch, void >::is_float()'],['../group__GenericFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericTUPLENumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::tuple< E... > >::is_float()'],['../group__GenericTUPLENumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::tuple< E... >, arch >::is_float()'],['../group__GenericHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< float16_t >::is_float()'],['../group__GenericHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float16_t >::is_float()'],['../group__GenericQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q15 >::is_float()'],['../group__GenericQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_float()'],['../group__GenericQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q31 >::is_float()'],['../group__GenericQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< Q7 >::is_float()'],['../group__GenericQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::is_float()'],['../group__NUMBER.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'arm_cmsis_dsp::vector_traits::is_float()'],['../group__GenericComplexQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__DSPQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::is_float()'],['../group__HeliumComplexFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumComplexHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__HeliumQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::is_float()'],['../group__GenericComplexDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< double > >::is_float()'],['../group__GenericComplexDoubleNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< double >, arch, void >::is_float()'],['../group__GenericComplexFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< float > >::is_float()'],['../group__GenericComplexFloatNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericComplexHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< float16_t > >::is_float()'],['../group__GenericComplexHalfNumber.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericComplexQ15Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::is_float()'],['../group__GenericComplexQ31Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< Q31 > >::is_float()'],['../group__GenericComplexQ7Number.html#a8d9f5249deb8dccfe427f4eb22478bac',1,'number_traits< std::complex< Q7 > >::is_float()']]], + ['issigned_5',['isSigned',['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::isSigned()'],['../group__FIXED.html#ga89250113e0cd5a52da6f03a3bb56219b',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::isSigned()']]] ]; diff --git a/main/search/variables_b.js b/main/search/variables_b.js index 9f2d61c8..80d74f57 100644 --- a/main/search/variables_b.js +++ b/main/search/variables_b.js @@ -1,9 +1,9 @@ var searchData= [ ['m_0',['M',['../structarm__fir__decimate__instance__q31.html#ae2c8107d00d3c9942e7a20fc598edecf',1,'arm_fir_decimate_instance_q31::M()'],['../structarm__fir__decimate__instance__f32.html#ae2c8107d00d3c9942e7a20fc598edecf',1,'arm_fir_decimate_instance_f32::M()'],['../structarm__fir__decimate__instance__f64.html#ae2c8107d00d3c9942e7a20fc598edecf',1,'arm_fir_decimate_instance_f64::M()'],['../structarm__fir__decimate__instance__q15.html#ae2c8107d00d3c9942e7a20fc598edecf',1,'arm_fir_decimate_instance_q15::M()']]], - ['mantissabits_1',['mantissaBits',['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::mantissaBits()'],['../group__FIXED.html#ac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::mantissaBits()']]], + ['mantissabits_1',['mantissaBits',['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::mantissaBits()'],['../group__FIXED.html#gac81551d81064880d496fa063a419a2a2',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::mantissaBits()']]], ['maxdelay_2',['maxDelay',['../structarm__fir__sparse__instance__f32.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_f32::maxDelay()'],['../structarm__fir__sparse__instance__q31.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q31::maxDelay()'],['../structarm__fir__sparse__instance__q15.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q15::maxDelay()'],['../structarm__fir__sparse__instance__q7.html#ab25f4ee7550e6d92acff77ada283733f',1,'arm_fir_sparse_instance_q7::maxDelay()']]], - ['maxval_3',['maxVal',['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::maxVal()'],['../group__FIXED.html#ae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::maxVal()']]], - ['minval_4',['minVal',['../group__FIXED.html#aab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::minVal()'],['../group__FIXED.html#aab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::minVal()'],['../group__FIXED.html#aab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::minVal()'],['../group__FIXED.html#aab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::minVal()']]], + ['maxval_3',['maxVal',['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint64_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint8_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint16_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, false, uint32_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::maxVal()'],['../group__FIXED.html#gae4ac8f0823f79dc312f9e2b6347e6b71',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::maxVal()']]], + ['minval_4',['minVal',['../group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int64_t >::minVal()'],['../group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int32_t >::minVal()'],['../group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int16_t >::minVal()'],['../group__FIXED.html#gaab9452fc3ebba5b0d1c8867c7ac2330d',1,'arm_cmsis_dsp::Q< M, F, true, int8_t >::minVal()']]], ['mu_5',['mu',['../structarm__lms__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2',1,'arm_lms_instance_f32::mu()'],['../structarm__lms__instance__q15.html#aab4745770bd667de040227eec1b5ff8d',1,'arm_lms_instance_q15::mu()'],['../structarm__lms__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577',1,'arm_lms_instance_q31::mu()'],['../structarm__lms__norm__instance__f32.html#a11402afa7c9b9dac4cb953fa386e74d2',1,'arm_lms_norm_instance_f32::mu()'],['../structarm__lms__norm__instance__q31.html#a21ab4237a726ea7751f5026d89d2e577',1,'arm_lms_norm_instance_q31::mu()'],['../structarm__lms__norm__instance__q15.html#aab4745770bd667de040227eec1b5ff8d',1,'arm_lms_norm_instance_q15::mu()']]] ]; diff --git a/main/search/variables_c.js b/main/search/variables_c.js index e6283eb4..51fe8b4d 100644 --- a/main/search/variables_c.js +++ b/main/search/variables_c.js @@ -1,17 +1,17 @@ var searchData= [ - ['n_0',['N',['../structarm__dct4__instance__q31.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_q31::N()'],['../structarm__dct4__instance__q15.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_q15::N()'],['../structarm__dct4__instance__f32.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_f32::N()']]], + ['n_0',['N',['../structarm__dct4__instance__q31.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_q31::N()'],['../structarm__dct4__instance__f32.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_f32::N()'],['../structarm__dct4__instance__q15.html#a37d49571fe35012087153c093705cd11',1,'arm_dct4_instance_q15::N()']]], ['n_5fx_1',['n_x',['../structarm__spline__instance__f32.html#af5be28c7b7cbd186d14079f59192a50b',1,'arm_spline_instance_f32']]], - ['nb_5flanes_2',['nb_lanes',['../group__DSPQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::nb_lanes()'],['../group__HeliumFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__GenericTUPLENumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::tuple< E... >, arch >::nb_lanes()']]], + ['nb_5flanes_2',['nb_lanes',['../group__GenericComplexQ7Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< Q7 >, arch, void >::nb_lanes()'],['../group__GenericQ7Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q7, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::nb_lanes()'],['../group__GenericQ31Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q31, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value &&!std::is_base_of< DSP, arch >::value >::type >::nb_lanes()'],['../group__GenericHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float16_t >::nb_lanes()'],['../group__GenericTUPLENumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::tuple< E... >, arch >::nb_lanes()'],['../group__GenericFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericDoubleNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< double, arch, void >::nb_lanes()'],['../group__GenericComplexQ31Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< Q31 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericComplexQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< Q15 >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericComplexHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericComplexFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< float >, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type >::nb_lanes()'],['../group__GenericComplexDoubleNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< double >, arch, void >::nb_lanes()'],['../group__HeliumQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float16_t, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< float, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumComplexHalfNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< float16_t >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__HeliumComplexFloatNumber.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< std::complex< float >, arch, typename std::enable_if< std::is_base_of< Helium, arch >::value >::type >::nb_lanes()'],['../group__DSPQ15Number.html#a0b2d5e60d9401eb644d6fa9ee41f734b',1,'vector_traits< Q15, DSP, typename std::enable_if< true >::type >::nb_lanes()']]], ['nbdctoutputs_3',['nbDctOutputs',['../structarm__mfcc__instance__f32.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_f32::nbDctOutputs()'],['../structarm__mfcc__instance__q31.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_q31::nbDctOutputs()'],['../structarm__mfcc__instance__q15.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_q15::nbDctOutputs()'],['../structarm__mfcc__instance__f16.html#acfacbcf8d50f063823b8097880bc9485',1,'arm_mfcc_instance_f16::nbDctOutputs()']]], - ['nbmelfilters_4',['nbMelFilters',['../structarm__mfcc__instance__f32.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_f32::nbMelFilters()'],['../structarm__mfcc__instance__f16.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_f16::nbMelFilters()'],['../structarm__mfcc__instance__q15.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_q15::nbMelFilters()'],['../structarm__mfcc__instance__q31.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_q31::nbMelFilters()']]], + ['nbmelfilters_4',['nbMelFilters',['../structarm__mfcc__instance__f32.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_f32::nbMelFilters()'],['../structarm__mfcc__instance__f16.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_f16::nbMelFilters()'],['../structarm__mfcc__instance__q31.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_q31::nbMelFilters()'],['../structarm__mfcc__instance__q15.html#a8ac2a63296ee4e08bb019bf75f66f7d0',1,'arm_mfcc_instance_q15::nbMelFilters()']]], ['nbofsupportvectors_5',['nbOfSupportVectors',['../structarm__svm__linear__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_linear_instance_f32::nbOfSupportVectors()'],['../structarm__svm__polynomial__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_polynomial_instance_f32::nbOfSupportVectors()'],['../structarm__svm__rbf__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_rbf_instance_f32::nbOfSupportVectors()'],['../structarm__svm__sigmoid__instance__f32.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_sigmoid_instance_f32::nbOfSupportVectors()'],['../structarm__svm__linear__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_linear_instance_f16::nbOfSupportVectors()'],['../structarm__svm__polynomial__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_polynomial_instance_f16::nbOfSupportVectors()'],['../structarm__svm__rbf__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_rbf_instance_f16::nbOfSupportVectors()'],['../structarm__svm__sigmoid__instance__f16.html#aba6e7453494beedd1e73763a57247e33',1,'arm_svm_sigmoid_instance_f16::nbOfSupportVectors()']]], - ['nby2_6',['Nby2',['../structarm__dct4__instance__f32.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_f32::Nby2()'],['../structarm__dct4__instance__q15.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_q15::Nby2()'],['../structarm__dct4__instance__q31.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_q31::Nby2()']]], + ['nby2_6',['Nby2',['../structarm__dct4__instance__q31.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_q31::Nby2()'],['../structarm__dct4__instance__q15.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_q15::Nby2()'],['../structarm__dct4__instance__f32.html#afa64b1618089e35c2b55cff71cb29715',1,'arm_dct4_instance_f32::Nby2()']]], ['normalize_7',['normalize',['../structarm__dct4__instance__f32.html#a1bf2ed86ef2c3dd83af606bb3f520f2a',1,'arm_dct4_instance_f32::normalize()'],['../structarm__dct4__instance__q31.html#a3a2f571658a202a38fa508098001b47c',1,'arm_dct4_instance_q31::normalize()'],['../structarm__dct4__instance__q15.html#a8ba8c9fa75542dac82553fee982ccd3e',1,'arm_dct4_instance_q15::normalize()']]], ['numberofclasses_8',['numberOfClasses',['../structarm__gaussian__naive__bayes__instance__f32.html#a40aa206e9576a40e06c7eafbf881b49e',1,'arm_gaussian_naive_bayes_instance_f32::numberOfClasses()'],['../structarm__gaussian__naive__bayes__instance__f16.html#a40aa206e9576a40e06c7eafbf881b49e',1,'arm_gaussian_naive_bayes_instance_f16::numberOfClasses()']]], - ['numcols_9',['numCols',['../structarm__matrix__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f32::numCols()'],['../structarm__matrix__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f16::numCols()'],['../structarm__matrix__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q31::numCols()'],['../structarm__matrix__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q15::numCols()'],['../structarm__matrix__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q7::numCols()'],['../structarm__matrix__instance__f64.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f64::numCols()'],['../structarm__bilinear__interp__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_f16::numCols()'],['../structarm__bilinear__interp__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q7::numCols()'],['../structarm__bilinear__interp__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q15::numCols()'],['../structarm__bilinear__interp__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q31::numCols()'],['../structarm__bilinear__interp__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_f32::numCols()']]], - ['numrows_10',['numRows',['../structarm__matrix__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f16::numRows()'],['../structarm__matrix__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q31::numRows()'],['../structarm__bilinear__interp__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q15::numRows()'],['../structarm__matrix__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q15::numRows()'],['../structarm__matrix__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q7::numRows()'],['../structarm__matrix__instance__f64.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f64::numRows()'],['../structarm__bilinear__interp__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f16::numRows()'],['../structarm__bilinear__interp__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q7::numRows()'],['../structarm__bilinear__interp__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q31::numRows()'],['../structarm__bilinear__interp__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f32::numRows()'],['../structarm__matrix__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f32::numRows()']]], - ['numstages_11',['numStages',['../structarm__iir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q15::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f16::numStages()'],['../structarm__biquad__cascade__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f16::numStages()'],['../structarm__biquad__casd__df1__inst__f16.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f16::numStages()'],['../structarm__iir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_f32::numStages()'],['../structarm__iir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q31::numStages()'],['../structarm__fir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_f32::numStages()'],['../structarm__fir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q31::numStages()'],['../structarm__biquad__cascade__df2T__instance__f64.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f64::numStages()'],['../structarm__fir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q15::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f32::numStages()'],['../structarm__biquad__cascade__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f32::numStages()'],['../structarm__biquad__cas__df1__32x64__ins__q31.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cas_df1_32x64_ins_q31::numStages()'],['../structarm__biquad__casd__df1__inst__f32.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f32::numStages()'],['../structarm__biquad__casd__df1__inst__q31.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_q31::numStages()'],['../structarm__biquad__casd__df1__inst__q15.html#af59c4ceb94f92d6613492b37e7c949de',1,'arm_biquad_casd_df1_inst_q15::numStages()']]], - ['numtaps_12',['numTaps',['../structarm__lms__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q31::numTaps()'],['../structarm__lms__norm__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_f32::numTaps()'],['../structarm__lms__norm__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q31::numTaps()'],['../structarm__lms__norm__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_f32::numTaps()'],['../structarm__fir__sparse__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q31::numTaps()'],['../structarm__fir__sparse__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q7::numTaps()'],['../structarm__fir__instance__f16.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f16::numTaps()'],['../structarm__fir__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q7::numTaps()'],['../structarm__lms__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q15::numTaps()'],['../structarm__lms__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_f32::numTaps()'],['../structarm__fir__decimate__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f64::numTaps()'],['../structarm__fir__decimate__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f32::numTaps()'],['../structarm__fir__decimate__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q31::numTaps()'],['../structarm__fir__decimate__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q15::numTaps()'],['../structarm__fir__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f64::numTaps()'],['../structarm__fir__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f32::numTaps()'],['../structarm__fir__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q31::numTaps()'],['../structarm__fir__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q15::numTaps()']]], + ['numcols_9',['numCols',['../structarm__matrix__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f16::numCols()'],['../structarm__matrix__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q31::numCols()'],['../structarm__matrix__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q15::numCols()'],['../structarm__matrix__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_q7::numCols()'],['../structarm__matrix__instance__f64.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f64::numCols()'],['../structarm__bilinear__interp__instance__f16.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_f16::numCols()'],['../structarm__bilinear__interp__instance__q7.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q7::numCols()'],['../structarm__bilinear__interp__instance__q15.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q15::numCols()'],['../structarm__bilinear__interp__instance__q31.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_q31::numCols()'],['../structarm__bilinear__interp__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_bilinear_interp_instance_f32::numCols()'],['../structarm__matrix__instance__f32.html#a4bb5ec0d13eb4c9cf887aa8366a44117',1,'arm_matrix_instance_f32::numCols()']]], + ['numrows_10',['numRows',['../structarm__matrix__instance__f64.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f64::numRows()'],['../structarm__matrix__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f16::numRows()'],['../structarm__matrix__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q31::numRows()'],['../structarm__matrix__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q15::numRows()'],['../structarm__matrix__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_q7::numRows()'],['../structarm__matrix__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_matrix_instance_f32::numRows()'],['../structarm__bilinear__interp__instance__f16.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f16::numRows()'],['../structarm__bilinear__interp__instance__q7.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q7::numRows()'],['../structarm__bilinear__interp__instance__q15.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q15::numRows()'],['../structarm__bilinear__interp__instance__q31.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_q31::numRows()'],['../structarm__bilinear__interp__instance__f32.html#a1bcf80ccdc2acc29198f1592ae300390',1,'arm_bilinear_interp_instance_f32::numRows()']]], + ['numstages_11',['numStages',['../structarm__iir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q15::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f16::numStages()'],['../structarm__biquad__cascade__df2T__instance__f16.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f16::numStages()'],['../structarm__biquad__casd__df1__inst__f16.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f16::numStages()'],['../structarm__iir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_f32::numStages()'],['../structarm__iir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_iir_lattice_instance_q31::numStages()'],['../structarm__fir__lattice__instance__f32.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_f32::numStages()'],['../structarm__fir__lattice__instance__q31.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q31::numStages()'],['../structarm__biquad__cascade__df2T__instance__f64.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f64::numStages()'],['../structarm__biquad__cascade__stereo__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_stereo_df2T_instance_f32::numStages()'],['../structarm__biquad__cascade__df2T__instance__f32.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cascade_df2T_instance_f32::numStages()'],['../structarm__biquad__cas__df1__32x64__ins__q31.html#a3615af038f56917909e0370c11bc2ec7',1,'arm_biquad_cas_df1_32x64_ins_q31::numStages()'],['../structarm__biquad__casd__df1__inst__f32.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_f32::numStages()'],['../structarm__biquad__casd__df1__inst__q31.html#aed9c8a6224cd149e8e12b17b25b9b767',1,'arm_biquad_casd_df1_inst_q31::numStages()'],['../structarm__biquad__casd__df1__inst__q15.html#af59c4ceb94f92d6613492b37e7c949de',1,'arm_biquad_casd_df1_inst_q15::numStages()'],['../structarm__fir__lattice__instance__q15.html#a4cceb90547b3e585d4c7aabaa8057212',1,'arm_fir_lattice_instance_q15::numStages()']]], + ['numtaps_12',['numTaps',['../structarm__lms__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q31::numTaps()'],['../structarm__fir__decimate__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f32::numTaps()'],['../structarm__lms__norm__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_f32::numTaps()'],['../structarm__lms__norm__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q31::numTaps()'],['../structarm__lms__norm__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_norm_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_f32::numTaps()'],['../structarm__fir__sparse__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q31::numTaps()'],['../structarm__fir__sparse__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q15::numTaps()'],['../structarm__fir__sparse__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_sparse_instance_q7::numTaps()'],['../structarm__fir__instance__f16.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f16::numTaps()'],['../structarm__lms__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_q15::numTaps()'],['../structarm__lms__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_lms_instance_f32::numTaps()'],['../structarm__fir__decimate__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_f64::numTaps()'],['../structarm__fir__decimate__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q31::numTaps()'],['../structarm__fir__decimate__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_decimate_instance_q15::numTaps()'],['../structarm__fir__instance__f64.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f64::numTaps()'],['../structarm__fir__instance__f32.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_f32::numTaps()'],['../structarm__fir__instance__q31.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q31::numTaps()'],['../structarm__fir__instance__q15.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q15::numTaps()'],['../structarm__fir__instance__q7.html#a751941891e47f522a7f5375fe8990aac',1,'arm_fir_instance_q7::numTaps()']]], ['nvalues_13',['nValues',['../structarm__linear__interp__instance__f32.html#a2ea653b0599388e9a72ebab9841707ba',1,'arm_linear_interp_instance_f32::nValues()'],['../structarm__linear__interp__instance__f16.html#a2ea653b0599388e9a72ebab9841707ba',1,'arm_linear_interp_instance_f16::nValues()']]] ]; diff --git a/main/vec_8hpp.html b/main/vec_8hpp.html index cd701c9b..617b8987 100644 --- a/main/vec_8hpp.html +++ b/main/vec_8hpp.html @@ -137,7 +137,6 @@
    #include <memory>
    #include <cstring>
    #include <algorithm>
    -#include <iostream>
    #include "common.hpp"
    #include "arch.hpp"
    #include <type_traits>
    @@ -159,7 +158,7 @@ - + @@ -178,7 +177,7 @@ - + @@ -189,7 +188,14 @@
    - + + + + + diff --git a/main/vector__impl_8hpp.html b/main/vector__impl_8hpp.html index 708a1d86..246f4645 100644 --- a/main/vector__impl_8hpp.html +++ b/main/vector__impl_8hpp.html @@ -137,7 +137,6 @@
    #include <memory>
    #include <cstring>
    #include <algorithm>
    -#include <iostream>
    #include "common.hpp"
    #include "arch.hpp"
    #include <type_traits>
    diff --git a/main/vector__view_8hpp.html b/main/vector__view_8hpp.html index 79129645..0d71437c 100644 --- a/main/vector__view_8hpp.html +++ b/main/vector__view_8hpp.html @@ -137,7 +137,6 @@
    #include <memory>
    #include <cstring>
    #include <algorithm>
    -#include <iostream>
    #include "common.hpp"
    #include "arch.hpp"
    #include <type_traits>
    diff --git a/version.js b/version.js index ed914595..e7a923da 100644 --- a/version.js +++ b/version.js @@ -1,6 +1,6 @@ //--- list of versions --- const versions = { - "main": "1.16.3-dev2", + "main": "1.16.3-dev3", "latest": "1.16.2", "v1.16.1": "1.16.1", "v1.16.0": "1.16.0",

    Functions

    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&SameElementType< LHS, RHS >::value &&same_static_length< LHS, RHS >(), bool >::type = true>
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&compatible_element< LHS, RHS >() &&same_static_length< LHS, RHS >(), bool >::type = true>
    auto operator+ (const LHS &a, const RHS &b)
     Addition operator for expressions.
     
    auto copy (const LHS &a)
     Identity operator for expression.
     
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&SameElementType< LHS, RHS >::value &&same_static_length< LHS, RHS >(), bool >::type = true>
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&compatible_element< LHS, RHS >() &&same_static_length< LHS, RHS >(), bool >::type = true>
    auto operator- (const LHS &a, const RHS &b)
     Subtraction operator for expressions.
     
     
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&SameElementType< LHS, RHS >::value &&same_static_length< LHS, RHS >(), bool >::type = true>
    template<typename LHS , typename std::enable_if<!is_scalar< LHS >(), bool >::type = true>
    auto conjugate (const LHS &a)
     
      +
    • operator for expressions
    • +
    +
     
    template<typename LHS , typename RHS , typename std::enable_if<(!is_scalar< LHS >()||!is_scalar< RHS >()) &&compatible_element< LHS, RHS >() &&same_static_length< LHS, RHS >(), bool >::type = true>
    auto operator* (const LHS &a, const RHS &b)
     Element wise multiplication operator for expressions.