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

boost::numeric::ublas::mutable_vector_traits< T[N] > Struct Template Reference

#include <c_array.hpp>

List of all members.

Public Types

typedef vector_reference< T[N] > closure_type
typedef T * pointer
typedef T & reference

Detailed Description

template<class T, int N>
struct boost::numeric::ublas::mutable_vector_traits< T[N] >

Definition at line 97 of file traits/c_array.hpp.


Member Typedef Documentation

template<class T , int N>
typedef T& boost::numeric::ublas::mutable_vector_traits< T[N] >::reference

Definition at line 99 of file traits/c_array.hpp.

template<class T , int N>
typedef T* boost::numeric::ublas::mutable_vector_traits< T[N] >::pointer

Definition at line 100 of file traits/c_array.hpp.

template<class T , int N>
typedef vector_reference< T[N] > boost::numeric::ublas::mutable_vector_traits< T[N] >::closure_type

Definition at line 101 of file traits/c_array.hpp.


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