|
NABLA
Nabla Ain't Basic Linear Algebra
|
Binary expression template class. More...

Public Types | |
| typedef const value_type | const_reference |
| Type of reference to constant element. | |
|
typedef op< typename expr1::value_type, typename expr2::value_type > ::result_type | value_type |
| Type of elements. | |
Public Member Functions | |
| binary (const util::pair_const_ref< expr1, expr2 > &p) | |
| Initializing constructor. | |
| size_t | cols () const |
| Returns number of columns. | |
| const_reference | operator() (size_t row, size_t col) const |
| Subscript operator. | |
| size_t | rows () const |
| Returns number of rows. | |
Private Member Functions | |
| binary (const binary &) | |
| Inaccessible copy constructor. | |
| binary & | operator= (const binary &) |
| Inaccessible copy assignment operator. | |
Binary expression template class.
This class represents a binary matrix expression.
1.8.1.2