Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Static Public Attributes
jblas::bounded_symmetric_matrix< T, M, TRI, L > Class Template Reference

Bounded symmetric matrix class. More...


Detailed Description

template<class T, std::size_t M, class TRI = boost::numeric::ublas::lower, class L = boost::numeric::ublas::row_major>
class jblas::bounded_symmetric_matrix< T, M, TRI, L >

Bounded symmetric matrix class.

Definition at line 11 of file boundedSymmetricMatrix.hpp.

#include <boundedSymmetricMatrix.hpp>

Inheritance diagram for jblas::bounded_symmetric_matrix< T, M, TRI, L >:
Inheritance graph
[legend]

List of all members.

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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1
LAAS-CNRS