Searched refs:matrix_op (Results 1 – 5 of 5) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fusion.hpp | 299 …Vector const matrix_op(const index_t r,const index_t c) const {return(this->derived().matrix_op(r,… in matrix_op() function 540 Vector const matrix_op(const index_t r,const index_t c) const in matrix_op() function 542 return(op_(lhs_.matrix_op(r,c),rhs_.matrix_op(r,c))); in matrix_op() 559 Vector const matrix_op(const index_t r,const index_t c) const 561 return(op_(lhs_.matrix_op(r,c),rhs_)); 579 Vector const matrix_op(const index_t r,const index_t c) const 581 return(op_(lhs_,rhs_.matrix_op(r,c))); 794 Vector const matrix_op(const index_t r,const index_t c) const in matrix_op() function 796 return(op_(lhs_.matrix_op(r,c))); in matrix_op()
|
D | matrix_view.hpp | 434 VectorType const matrix_op(const index_t row, in matrix_op() function 918 VectorType const matrix_op(const index_t row, in matrix_op() function 1404 VectorType const matrix_op(const index_t row, in matrix_op() function
|
D | matrix_impl.hpp | 579 VectorType const matrix_op(const index_t row, in matrix_op() function 997 VectorType const matrix_op(const index_t row, in matrix_op() function
|
D | matrix.hpp | 603 Vector const matrix_op(const index_t r,const index_t c) const in matrix_op() function
|
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/ |
D | basic.hpp | 154 v.matrix_store(row+k,col,other.matrix_op(row+k,col)); in eval2D() 173 v.matrix_store(row,col,other.matrix_op(row,col)); in eval2D()
|