Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix_impl.hpp60 struct Matrix:Vector<P,R*C,Allocator> struct
65 constexpr vector_length_t rows() const {return(R);} in rows()
70 constexpr vector_length_t columns() const {return(C);} in columns()
75 constexpr uint32_t stride() const {return(C);} in stride()
80 Matrix():Vector<P,R*C,Allocator>(){}; in Matrix() function
85 explicit Matrix(P init_val):Vector<P,R*C,Allocator>(init_val){}; in Matrix() function
95 explicit Matrix(const Matrix<P,R,C,OtherAllocator>& other):Vector<P,R*C,Allocator>() in Matrix() argument
111 Matrix(const _Expr<Derived>& other):Vector<P,R*C,Allocator>(other) in Matrix() function
140 Matrix& operator=(const _Expr<Derived>& other) in operator =()
169 MatrixView<P,C> sub(const index_t rs,const index_t cs) in sub()
[all …]
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dapi.rst183 Matrix section in API
/cmsis-dsp-latest/
DPythonWrapper_README.md185 ## Matrix section in Usage