Home
last modified time | relevance | path

Searched refs:matrix_op (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfusion.hpp299 …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()
Dmatrix_view.hpp434 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
Dmatrix_impl.hpp579 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
Dmatrix.hpp603 Vector const matrix_op(const index_t r,const index_t c) const in matrix_op() function
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dbasic.hpp154 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()