|
RTC Toolkit 6.0.0
|
This is the complete list of members for MatrixBuffer< T, A >, including all inherited members.
| GetElementIndex(size_t row, size_t col) | MatrixBuffer< T, A > | inline |
| GetNcols() const | MatrixBuffer< T, A > | inline |
| GetNrows() const | MatrixBuffer< T, A > | inline |
| MatrixBuffer() noexcept(noexcept(A()))=default | MatrixBuffer< T, A > | |
| MatrixBuffer(const MatrixBuffer &other)=default | MatrixBuffer< T, A > | |
| MatrixBuffer(MatrixBuffer &&other) noexcept=default | MatrixBuffer< T, A > | |
| MatrixBuffer(size_type n, size_type m, const std::vector< T, A > &data) | MatrixBuffer< T, A > | inline |
| operator()(size_type n, size_type m) | MatrixBuffer< T, A > | inline |
| operator()(size_type n, size_type m) const | MatrixBuffer< T, A > | inline |
| operator=(const MatrixBuffer &other)=default | MatrixBuffer< T, A > | |
| operator=(MatrixBuffer &&other) noexcept(std::allocator_traits< A >::propagate_on_container_move_assignment::value or std::allocator_traits< A >::is_always_equal::value) | MatrixBuffer< T, A > | inline |
| resize(size_type n, size_type m) | MatrixBuffer< T, A > | inline |
| resize(size_type n, size_type m, const value_type &value) | MatrixBuffer< T, A > | inline |