Public Types | |
typedef T | value_type |
typedef value_type & | reference |
typedef const value_type & | const_reference |
typedef matrix< T >::size_type | size_type |
Public Member Functions | |
const_matrixrange (const matrix< T > &m, const range< size_type > &rr, const range< size_type > &cr) | |
const_matrixrange (const const_matrixrange< T > &mr) | |
~const_matrixrange () | |
size_type | rows () const |
size_type | cols () const |
size_type | size1 () const |
size_type | size2 () const |
bool | operator== (const const_matrixrange &mr) const |
bool | operator!= (const const_matrixrange &mr) const |
bool | equals (const const_matrixrange &mr, value_type eps=value_type(consts::epsilon)) const |
const_reference | operator() (size_type r, size_type c) const |
operator matrix () const | |
Protected Member Functions | |
const_matrixrange () | |
const_reference | _m (size_type r, size_type c) const |
Protected Attributes | |
const matrix< T > & | m |
range< size_type > | rr |
range< size_type > | cr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 728 of file Matrix. Referenced by base::matrix< T >::equals(). |
|
Definition at line 699 of file Matrix. Referenced by base::matrix< T >::equals(), and base::matrix< T >::size2(). |
|
|
|
Definition at line 712 of file Matrix. References base::Int. |
|
|
|
Definition at line 709 of file Matrix. References base::Matrix. |
|
|
|
Definition at line 698 of file Matrix. Referenced by base::matrix< T >::equals(), and base::matrix< T >::size1(). |
|
Definition at line 700 of file Matrix. References base::Matrix. |
|
Definition at line 701 of file Matrix. References base::Matrix. |
|
Definition at line 726 of file Matrix. Referenced by base::matrix< T >::operator!=(), and base::matrix< T >::operator==(). |
|
Definition at line 724 of file Matrix. Referenced by base::matrix< T >::operator!=(), base::matrix< T >::operator==(), and base::matrix< T >::resize(). |
|
Definition at line 725 of file Matrix. Referenced by base::matrix< T >::operator!=(), and base::matrix< T >::operator==(). |