CMSIS-DSP
CMSIS DSP Software Library
Loading...
Searching...
No Matches
Typedefs
|
Variables
Common types and constants
C++ extension
Typedefs
typedef int32_t
index_t
index datatype. It must be a signed datatype
typedef int32_t
vector_length_t
Vector
length datatype. Iy must be a signed datatype.
Variables
constexpr int
DYNAMIC
= -1
Dynamic objects (dimensions only known at runtime)
constexpr int
CONSTRAINED_DYNAMIC
= -2
Dynamic objects (dimensions only known at runtime) but with some constraints (like stride == nb_cols)
Description