Searched defs:Matrix (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | matrix_impl.hpp | 60 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() argument 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/ |
D | api.rst | 183 Matrix section in API
|
/cmsis-dsp-latest/ |
D | PythonWrapper_README.md | 185 ## Matrix section in Usage
|