Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::basic_strict_lower< Z > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for boost::numeric::ublas::basic_strict_lower< Z >:
Collaboration diagram for boost::numeric::ublas::basic_strict_lower< Z >:

List of all members.

Public Types

typedef Z size_type
typedef strict_lower_tag triangular_type

Static Public Member Functions

template<class L >
static BOOST_UBLAS_INLINE size_type element (L, size_type i, size_type size_i, size_type j, size_type size_j)
static BOOST_UBLAS_INLINE size_type global_mutable_restrict1 (size_type index1, size_type size1, size_type, size_type)
static BOOST_UBLAS_INLINE size_type global_mutable_restrict2 (size_type, size_type, size_type index2, size_type size2)
static BOOST_UBLAS_INLINE size_type global_restrict1 (size_type index1, size_type size1, size_type index2, size_type size2)
static BOOST_UBLAS_INLINE size_type global_restrict2 (size_type index1, size_type size1, size_type index2, size_type size2)
static BOOST_UBLAS_INLINE size_type mutable_restrict1 (size_type i, size_type j, size_type size1, size_type)
static BOOST_UBLAS_INLINE size_type mutable_restrict2 (size_type i, size_type j, size_type, size_type)
static BOOST_UBLAS_INLINE bool one (size_type, size_type)
static BOOST_UBLAS_INLINE bool other (size_type i, size_type j)
template<class L >
static BOOST_UBLAS_INLINE size_type packed_size (L, size_type size_i, size_type size_j)
static BOOST_UBLAS_INLINE size_type restrict1 (size_type i, size_type j, size_type size1, size_type size2)
static BOOST_UBLAS_INLINE size_type restrict2 (size_type i, size_type j, size_type size1, size_type size2)
static BOOST_UBLAS_INLINE bool zero (size_type i, size_type j)

Detailed Description

template<class Z>
struct boost::numeric::ublas::basic_strict_lower< Z >

Definition at line 1979 of file functional.hpp.


Member Typedef Documentation

template<class Z>
typedef Z boost::numeric::ublas::basic_strict_lower< Z >::size_type

Reimplemented from boost::numeric::ublas::basic_unit_lower< Z >.

Definition at line 1980 of file functional.hpp.


Member Function Documentation

template<class Z>
template<class L >
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_strict_lower< Z >::packed_size ( ,
size_type  size_i,
size_type  size_j 
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_unit_lower< Z >.

Definition at line 1986 of file functional.hpp.

template<class Z>
static BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_strict_lower< Z >::zero ( size_type  i,
size_type  j 
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 1994 of file functional.hpp.

template<class Z>
static BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_strict_lower< Z >::one ( size_type  ,
size_type   
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_unit_lower< Z >.

Definition at line 1999 of file functional.hpp.

template<class Z>
static BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_strict_lower< Z >::other ( size_type  i,
size_type  j 
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_unit_lower< Z >.

Definition at line 2004 of file functional.hpp.

template<class Z>
template<class L >
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_strict_lower< Z >::element ( ,
size_type  i,
size_type  size_i,
size_type  j,
size_type  size_j 
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_unit_lower< Z >.

Definition at line 2010 of file functional.hpp.

template<class Z>
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_strict_lower< Z >::restrict1 ( size_type  i,
size_type  j,
size_type  size1,
size_type  size2 
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 2018 of file functional.hpp.

template<class Z>
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_strict_lower< Z >::restrict2 ( size_type  i,
size_type  j,
size_type  size1,
size_type  size2 
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 2023 of file functional.hpp.

template<class Z>
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_strict_lower< Z >::global_restrict1 ( size_type  index1,
size_type  size1,
size_type  index2,
size_type  size2 
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 2030 of file functional.hpp.

template<class Z>
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_strict_lower< Z >::global_restrict2 ( size_type  index1,
size_type  size1,
size_type  index2,
size_type  size2 
) [inline, static]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 2036 of file functional.hpp.

template<class Z >
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_unit_lower< Z >::mutable_restrict1 ( size_type  i,
size_type  j,
size_type  size1,
size_type   
) [inline, static, inherited]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 1953 of file functional.hpp.

template<class Z >
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_unit_lower< Z >::mutable_restrict2 ( size_type  i,
size_type  j,
size_type  ,
size_type   
) [inline, static, inherited]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 1958 of file functional.hpp.

template<class Z >
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_unit_lower< Z >::global_mutable_restrict1 ( size_type  index1,
size_type  size1,
size_type  ,
size_type   
) [inline, static, inherited]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 1965 of file functional.hpp.

template<class Z >
static BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_unit_lower< Z >::global_mutable_restrict2 ( size_type  ,
size_type  ,
size_type  index2,
size_type  size2 
) [inline, static, inherited]

Reimplemented from boost::numeric::ublas::basic_lower< Z >.

Definition at line 1971 of file functional.hpp.


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