Lines Matching defs:PT

768    begin( const DenseMatrixProxy<PT,MT>& proxy, size_t i )  in begin()
791 cbegin( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in cbegin()
815 end( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in end()
839 cend( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in cend()
855 BLAZE_ALWAYS_INLINE size_t rows( const DenseMatrixProxy<PT,MT>& proxy ) in rows()
871 BLAZE_ALWAYS_INLINE size_t columns( const DenseMatrixProxy<PT,MT>& proxy ) in columns()
887 BLAZE_ALWAYS_INLINE size_t capacity( const DenseMatrixProxy<PT,MT>& proxy ) in capacity()
909 BLAZE_ALWAYS_INLINE size_t capacity( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in capacity()
925 BLAZE_ALWAYS_INLINE size_t nonZeros( const DenseMatrixProxy<PT,MT>& proxy ) in nonZeros()
947 BLAZE_ALWAYS_INLINE size_t nonZeros( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in nonZeros()
974 resize_backend( const DenseMatrixProxy<PT,MT>& proxy, size_t m, size_t n, bool preserve ) in resize_backend()
1002 resize_backend( const DenseMatrixProxy<PT,MT>& proxy, size_t m, size_t n, bool preserve ) in resize_backend()
1027 resize_backend( const DenseMatrixProxy<PT,MT>& proxy, size_t m, size_t n, bool preserve ) in resize_backend()
1066 BLAZE_ALWAYS_INLINE void resize( const DenseMatrixProxy<PT,MT>& proxy, size_t m, size_t n, bool pre… in resize()
1084 BLAZE_ALWAYS_INLINE void reset( const DenseMatrixProxy<PT,MT>& proxy ) in reset()
1106 BLAZE_ALWAYS_INLINE void reset( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in reset()
1124 BLAZE_ALWAYS_INLINE void clear( const DenseMatrixProxy<PT,MT>& proxy ) in clear()