Searched defs:VectorView (Results 1 – 3 of 3) sorted by relevance
30 struct VectorView struct48 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() argument68 explicit VectorView(const Vector_Base<T> &v): in VectorView() function78 explicit VectorView(const Vector_Base<T> &v,const index_t start,const index_t stop): in VectorView() function86 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 …]
48 ## VectorView section in Matrix {#dsppp_matrix}52 ### Row vector84 ### Column vector
54 ## VectorView section in Vector {#dsppp_vector}