Home
last modified time | relevance | path

Searched refs:CompatibleDynamicMatVecProduct (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dforward.hpp43 struct CompatibleDynamicMatVecProduct;
Dalgorithms.hpp138 typename std::enable_if<CompatibleDynamicMatVecProduct<M,V>::value,bool>::type = true>
149 typename std::enable_if<CompatibleDynamicMatVecProduct<M,V>::value,bool>::type = true>
Dmatrix.hpp348 struct CompatibleDynamicMatVecProduct struct