Home
last modified time | relevance | path

Searched refs:VecRef (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvec.hpp28 struct VecRef;
31 struct VecRef<Vector_Base<T>> struct
40 struct VecRef<VectorView<T,S>> struct
51 struct VecRef<Vector<P,L,A>,(L<0)> struct
63 struct VecRef<Vector<P,L,A>,(L>0)> struct
74 struct VecRef<_Binary<LHS,RHS,OP>> struct
83 struct VecRef<_Unary<LHS,OP>> struct
92 struct VecRef<_Expr<Derived>> struct
101 struct VecRef<double> struct
110 struct VecRef<float> struct
[all …]
Dmatrix.hpp430 struct VecRef<MatrixView<T,S>> struct
440 struct VecRef<Matrix<P,R,C,A>,((R>0) && (C>0))> struct
450 struct VecRef<Matrix<P,R,C,A>,((R<0) || (C<0))> struct
683 struct VecRef<_Outer<LHS,RHS,OP>> struct
727 using VecLHS = VecRef<VA>; in outer()
728 using VecRHS = VecRef<VB>; in outer()