Home
last modified time | relevance | path

Searched defs:MatrixView (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix_view.hpp32 struct MatrixView struct
37 vector_length_t rows() const {return(nb_rows_);} in rows()
42 vector_length_t columns() const {return(nb_cols_);} in columns()
47 constexpr uint32_t stride() const {return(S);} in stride()
54 explicit MatrixView(T* v, in MatrixView() function
64 explicit MatrixView(const Vector_Base<T> &v, in MatrixView() function
69 virtual ~MatrixView() {}; in ~MatrixView()
71 MatrixView(const MatrixView& other): in MatrixView() function
75 MatrixView(MatrixView&& other) : in MatrixView() function
89 T& operator()(const index_t r,const index_t c) in operator ()()
[all …]
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmatrix.md94 ## MatrixView section in Matrix {#dsppp_matrix}