Arageli::type_traits< matrix< T, REFCNT > > Struct Template Reference

#include <matrix.hpp>

Inheritance diagram for Arageli::type_traits< matrix< T, REFCNT > >:

Arageli::type_traits_default< T > List of all members.

Public Types

typedef T element_type
 Type of each element.
typedef type_category::dense_matrix category_type

Static Public Attributes

static const bool is_specialized = type_traits<T>::is_specialized
static const bool is_number = false
static const bool is_integer_number = false
static const bool is_polynom = false
static const bool is_real_number = false
static const bool is_rational_number = false
static const bool is_complex_number = false
static const bool is_ring = type_traits<T>::is_ring
static const bool is_field = false
static const bool is_finite = type_traits<T>::is_finite
static const bool is_additive_group = type_traits<T>::is_additive_group
static const bool is_multiplicative_group = false
static const bool has_zero_divisor = type_traits<T>::has_zero_divisor
static const bool is_integer_modulo_ring = false
static const bool is_matrix = true
static const bool is_vector = false
static const bool has_commutative_multiplication
static const bool has_commutative_addition
static const bool has_null = type_traits<T>::has_null
static const bool has_unit
static const bool has_opposite_unit
static const bool is_aggregate = true
 True iff type is composite type consists another elements.
static const category_type category_value

Detailed Description

template<typename T, bool REFCNT>
struct Arageli::type_traits< matrix< T, REFCNT > >

Definition at line 3414 of file matrix.hpp.


Member Typedef Documentation

template<typename T, bool REFCNT>
typedef type_category::dense_matrix Arageli::type_traits< matrix< T, REFCNT > >::category_type

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3458 of file matrix.hpp.

template<typename T, bool REFCNT>
typedef T Arageli::type_traits< matrix< T, REFCNT > >::element_type

Type of each element.

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3456 of file matrix.hpp.


Member Data Documentation

template<typename T, bool REFCNT>
const type_category::dense_matrix Arageli::type_traits< matrix< T, REFCNT > >::category_value [static]

Initial value:

    type_category::dense_matrix()

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3459 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::has_commutative_addition [static]

Initial value:

                        type_traits<T>::has_commutative_addition

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3439 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::has_commutative_multiplication [static]

Initial value:

                        type_traits<T>::has_commutative_multiplication &&
                        type_traits<T>::has_commutative_addition

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3435 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::has_null = type_traits<T>::has_null [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3442 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::has_opposite_unit [static]

Initial value:

                        type_traits<T>::has_opposite_unit &&
                        type_traits<T>::has_null

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3448 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::has_unit [static]

Initial value:

                        type_traits<T>::has_unit &&
                        type_traits<T>::has_null

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3444 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::has_zero_divisor = type_traits<T>::has_zero_divisor [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3430 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_additive_group = type_traits<T>::is_additive_group [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3428 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_aggregate = true [static]

True iff type is composite type consists another elements.

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3453 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_complex_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3424 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_field = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3426 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_finite = type_traits<T>::is_finite [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3427 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_integer_modulo_ring = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3431 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_integer_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3420 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_matrix = true [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3432 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_multiplicative_group = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3429 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3419 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_polynom = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3421 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_rational_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3423 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_real_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3422 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_ring = type_traits<T>::is_ring [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3425 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_specialized = type_traits<T>::is_specialized [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3417 of file matrix.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< matrix< T, REFCNT > >::is_vector = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 3433 of file matrix.hpp.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 17:38:26 2006 for Arageli by  doxygen 1.4.7