Searched refs:columns_ (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | matrix_impl.hpp | 604 vector_length_t columns() const {return(columns_);} in columns() 609 uint32_t stride() const {return(columns_);} in stride() 616 Vector<P,DYNAMIC,Allocator>(r*c),rows_(r),columns_(c){}; in Matrix() 624 Vector<P,DYNAMIC,Allocator>(r*c,init_val),rows_(r),columns_(c){}; in Matrix() 660 rows_(other.rows()),columns_(other.columns()) in Matrix() 678 rows_(other.rows()),columns_(other.columns()) in Matrix() 693 rows_(other.rows()),columns_(other.columns()) 1156 vector_length_t rows_,columns_; member
|