Jafar
|
Bounded symmetric matrix class. More...
Bounded symmetric matrix class.
Definition at line 11 of file boundedSymmetricMatrix.hpp.
#include <boundedSymmetricMatrix.hpp>
Public Types | |
typedef boost::numeric::ublas::symmetric_matrix < T, TRI, L, boost::numeric::ublas::bounded_array < T, M *M > > | symmetric_matrix_type |
typedef symmetric_matrix_type::size_type | size_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | bounded_symmetric_matrix (size_type size1, size_type size2) |
BOOST_UBLAS_INLINE | bounded_symmetric_matrix (const bounded_symmetric_matrix &m) |
template<class A2 > | |
BOOST_UBLAS_INLINE | bounded_symmetric_matrix (const ublas::matrix< T, L, A2 > &m) |
template<class AE > | |
BOOST_UBLAS_INLINE | bounded_symmetric_matrix (const ublas::matrix_expression< AE > &ae) |
BOOST_UBLAS_INLINE bounded_symmetric_matrix & | operator= (const bounded_symmetric_matrix &m) |
template<class L2 , class A2 > | |
BOOST_UBLAS_INLINE bounded_symmetric_matrix & | operator= (const ublas::symmetric_matrix< T, L2, A2 > &m) |
template<class L2 , class A2 > | |
BOOST_UBLAS_INLINE bounded_symmetric_matrix & | operator= (const ublas::matrix< T, L2, A2 > &m) |
template<class C > | |
BOOST_UBLAS_INLINE bounded_symmetric_matrix & | operator= (const ublas::matrix_container< C > &m) |
template<class AE > | |
BOOST_UBLAS_INLINE bounded_symmetric_matrix & | operator= (const ublas::matrix_expression< AE > &ae) |
Static Public Attributes | |
static const size_type | max_size1 = M |
static const size_type | max_size2 = M |
Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |