Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::hidden::banded_indexing< row_major_tag > Class Template Reference

A helper for indexing row major banded matrices. More...

#include <banded.hpp>

Static Public Member Functions

template<class T >
static BOOST_UBLAS_INLINE T size (T size1, T)
 
template<class T >
static BOOST_UBLAS_INLINE T get_index (T size1, T, T lower, T upper, T i, T j)
 

Detailed Description

template<>
class boost::numeric::ublas::hidden::banded_indexing< row_major_tag >

A helper for indexing row major banded matrices.

Member Function Documentation

template<class T >
static BOOST_UBLAS_INLINE T boost::numeric::ublas::hidden::banded_indexing< row_major_tag >::get_index ( T  size1,
T  ,
T  lower,
T  upper,
T  i,
T  j 
)
inlinestatic
template<class T >
static BOOST_UBLAS_INLINE T boost::numeric::ublas::hidden::banded_indexing< row_major_tag >::size ( T  size1,
T   
)
inlinestatic

The documentation for this class was generated from the following file: