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

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

#include <c_array.hpp>

List of all members.

Public Types

typedef matrix_reference
< matrix_type
closure_type
typedef T matrix_type [M][N]
typedef T * reference

Detailed Description

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

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


Member Typedef Documentation

template<class T , int M, int N>
typedef T boost::numeric::ublas::mutable_matrix_traits< T[M][N] >::matrix_type[M][N]

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

template<class T , int M, int N>
typedef T* boost::numeric::ublas::mutable_matrix_traits< T[M][N] >::reference

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

template<class T , int M, int N>
typedef matrix_reference<matrix_type> boost::numeric::ublas::mutable_matrix_traits< T[M][N] >::closure_type

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


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