Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix_impl.hpp599 vector_length_t rows() const {return(rows_);} in rows()
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