![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Classes | |
struct | base_result_of |
struct | is_basic |
Typedefs | |
typedef char(& | bool_value_type )[1] |
typedef char(& | cant_deduce_type )[16] |
typedef char(& | char_value_type )[5] |
typedef char(& | double_value_type )[3] |
typedef char(& | float_value_type )[2] |
typedef char(& | int_value_type )[10] |
typedef char(& | long_double_value_type )[4] |
typedef char(& | long_value_type )[12] |
typedef char(& | schar_value_type )[6] |
typedef char(& | short_value_type )[8] |
typedef char(& | uchar_value_type )[7] |
typedef char(& | uint_value_type )[11] |
typedef char(& | ulong_value_type )[13] |
typedef char(& | ushort_value_type )[9] |
typedef char(& | x_value_type )[14] |
typedef char(& | y_value_type )[15] |
Functions | |
template<typename X , typename Y > | |
cant_deduce_type | test (...) |
template<typename X , typename Y > | |
disable_if< mpl::or_< is_basic < Y >, is_same< Y, asymmetric > , is_same< const X, const Y > >, y_value_type >::type | test (Y const &) |
template<typename X , typename Y > | |
disable_if< is_basic< X > , x_value_type >::type | test (X const &) |
template<typename X , typename Y > | |
ulong_value_type | test (unsigned long const &) |
template<typename X , typename Y > | |
long_value_type | test (long const &) |
template<typename X , typename Y > | |
uint_value_type | test (unsigned int const &) |
template<typename X , typename Y > | |
int_value_type | test (int const &) |
template<typename X , typename Y > | |
ushort_value_type | test (unsigned short const &) |
template<typename X , typename Y > | |
short_value_type | test (short const &) |
template<typename X , typename Y > | |
uchar_value_type | test (unsigned char const &) |
template<typename X , typename Y > | |
schar_value_type | test (signed char const &) |
template<typename X , typename Y > | |
char_value_type | test (char const &) |
template<typename X , typename Y > | |
long_double_value_type | test (long double const &) |
template<typename X , typename Y > | |
double_value_type | test (double const &) |
template<typename X , typename Y > | |
float_value_type | test (float const &) |
template<typename X , typename Y > | |
bool_value_type | test (bool const &) |
typedef char(& boost::numeric::ublas::type_deduction_detail::bool_value_type)[1] |
Definition at line 27 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::float_value_type)[2] |
Definition at line 28 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::double_value_type)[3] |
Definition at line 29 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::long_double_value_type)[4] |
Definition at line 30 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::char_value_type)[5] |
Definition at line 31 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::schar_value_type)[6] |
Definition at line 32 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::uchar_value_type)[7] |
Definition at line 33 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::short_value_type)[8] |
Definition at line 34 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::ushort_value_type)[9] |
Definition at line 35 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::int_value_type)[10] |
Definition at line 36 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::uint_value_type)[11] |
Definition at line 37 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::long_value_type)[12] |
Definition at line 38 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::ulong_value_type)[13] |
Definition at line 39 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::x_value_type)[14] |
Definition at line 41 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::y_value_type)[15] |
Definition at line 42 of file returntype_deduction.hpp.
typedef char(& boost::numeric::ublas::type_deduction_detail::cant_deduce_type)[16] |
Definition at line 44 of file returntype_deduction.hpp.
cant_deduce_type boost::numeric::ublas::type_deduction_detail::test | ( | ... | ) |
bool_value_type boost::numeric::ublas::type_deduction_detail::test | ( | bool const & | ) |
float_value_type boost::numeric::ublas::type_deduction_detail::test | ( | float const & | ) |
double_value_type boost::numeric::ublas::type_deduction_detail::test | ( | double const & | ) |
long_double_value_type boost::numeric::ublas::type_deduction_detail::test | ( | long double const & | ) |
char_value_type boost::numeric::ublas::type_deduction_detail::test | ( | char const & | ) |
schar_value_type boost::numeric::ublas::type_deduction_detail::test | ( | signed char const & | ) |
uchar_value_type boost::numeric::ublas::type_deduction_detail::test | ( | unsigned char const & | ) |
short_value_type boost::numeric::ublas::type_deduction_detail::test | ( | short const & | ) |
ushort_value_type boost::numeric::ublas::type_deduction_detail::test | ( | unsigned short const & | ) |
int_value_type boost::numeric::ublas::type_deduction_detail::test | ( | int const & | ) |
uint_value_type boost::numeric::ublas::type_deduction_detail::test | ( | unsigned int const & | ) |
long_value_type boost::numeric::ublas::type_deduction_detail::test | ( | long const & | ) |
ulong_value_type boost::numeric::ublas::type_deduction_detail::test | ( | unsigned long const & | ) |
disable_if< is_basic<X>, x_value_type >::type boost::numeric::ublas::type_deduction_detail::test | ( | X const & | ) |
disable_if< mpl::or_< is_basic<Y> , is_same<Y, asymmetric> , is_same<const X, const Y> > , y_value_type >::type boost::numeric::ublas::type_deduction_detail::test | ( | Y const & | ) |