Home
last modified time | relevance | path

Searched defs:VectorView (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvector_view.hpp30 struct VectorView struct
48 constexpr static vector_length_t compute_length(const index_t start,const index_t stop) in compute_length()
60 explicit VectorView(T *v,const vector_length_t start,const vector_length_t stop): in VectorView() argument
68 explicit VectorView(const Vector_Base<T> &v): in VectorView() function
78 explicit VectorView(const Vector_Base<T> &v,const index_t start,const index_t stop): in VectorView() function
86 vector_length_t length() const {return(nb_samples_);}; in length()
94 T* ptr() const {return(v_);} in ptr()
104 T* ptr(const index_t i) const {return(&v_[i*stride]);} in ptr()
111 const T* const_ptr() const {return(v_);} in const_ptr()
121 const T* const_ptr(const index_t i) const {return(&v_[i*stride]);} in const_ptr()
[all …]
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmatrix.md48 ## VectorView section in Matrix {#dsppp_matrix}
52 ### Row vector
84 ### Column vector
Dvector.md54 ## VectorView section in Vector {#dsppp_vector}