apply(const std::function< void(T &, int, int)> &func) | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
at(int r, int c) const | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
at(int r, int c) | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
col(int c) | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
ColView typedef (defined in pbpt::math::MatrixView< T, R, C, ViewR, ViewC >) | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | |
m_col_start | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | protected |
m_original | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | protected |
m_row_start | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | protected |
MatrixView(const Matrix< T, R, C > &original, int row_start, int col_start) | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
operator=(const Matrix< T, ViewR, ViewC > &other) | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
operator[](int r) const | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
operator[](int r) | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
row(int r) const | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |
RowView typedef (defined in pbpt::math::MatrixView< T, R, C, ViewR, ViewC >) | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | |
to_matrix() const | pbpt::math::MatrixView< T, R, C, ViewR, ViewC > | inline |