#include <matrix_proxy.hpp>
Public Member Functions |
| | matrix_range (MatrixType &A, range const &row_range, range const &col_range) |
| size_type | start1 () const |
| size_type | size1 () const |
| size_type | start2 () const |
| size_type | size2 () const |
| template<typename MatrixType1 , typename MatrixType2 > |
| matrix_range< MatrixType > & | operator= (const matrix_expression< MatrixType1, MatrixType2, op_prod > &proxy) |
| matrix_range< MatrixType > & | operator+= (matrix_range< MatrixType > const &other) |
| template<typename MatrixType1 , typename MatrixType2 > |
| matrix_range< MatrixType > & | operator+= (const matrix_expression< MatrixType1, MatrixType2, op_prod > &proxy) |
| template<typename MatrixType1 , typename MatrixType2 > |
| matrix_range< MatrixType > & | operator+= (const matrix_expression< const matrix_range< MatrixType1 >, const matrix_range< MatrixType2 >, op_prod > &proxy) |
| MatrixType & | get () |
| const MatrixType & | get () const |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
| const MatrixType& get |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: