|
Jafar
|
Definition at line 943 of file serialize_matrix.hpp.

Public Types | |
| typedef matrix_type::size_type | size_type |
Public Member Functions | |
| BOOST_UBLAS_INLINE | bounded_matrix (size_type size1, size_type size2) |
| BOOST_UBLAS_INLINE | bounded_matrix (const bounded_matrix &m) |
| template<class A2 > | |
| BOOST_UBLAS_INLINE | bounded_matrix (const matrix< T, L, A2 > &m) |
| template<class AE > | |
| BOOST_UBLAS_INLINE | bounded_matrix (const matrix_expression< AE > &ae) |
| BOOST_UBLAS_INLINE bounded_matrix & | operator= (const bounded_matrix &m) |
| template<class L2 , class A2 > | |
| BOOST_UBLAS_INLINE bounded_matrix & | operator= (const matrix< T, L2, A2 > &m) |
| template<class C > | |
| BOOST_UBLAS_INLINE bounded_matrix & | operator= (const matrix_container< C > &m) |
| template<class AE > | |
| BOOST_UBLAS_INLINE bounded_matrix & | operator= (const matrix_expression< AE > &ae) |
Static Public Attributes | |
| static const size_type | max_size1 = M |
| static const size_type | max_size2 = N |
Private Types | |
|
typedef matrix< T, L, bounded_array< T, M *N > > | matrix_type |
| Generated on Wed Oct 15 2014 00:37:31 for Jafar by doxygen 1.7.6.1 |
|