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

boost::numeric::ublas::matrix_matrix_solve_traits< E1, E2 > Struct Template Reference

#include <triangular.hpp>

List of all members.

Public Types

typedef promote_traits
< typename E1::value_type,
typename E2::value_type >
::promote_type 
promote_type
typedef matrix< promote_typeresult_type

Detailed Description

template<class E1, class E2>
struct boost::numeric::ublas::matrix_matrix_solve_traits< E1, E2 >

Definition at line 2351 of file triangular.hpp.


Member Typedef Documentation

template<class E1, class E2>
typedef promote_traits<typename E1::value_type, typename E2::value_type>::promote_type boost::numeric::ublas::matrix_matrix_solve_traits< E1, E2 >::promote_type

Definition at line 2352 of file triangular.hpp.

template<class E1, class E2>
typedef matrix<promote_type> boost::numeric::ublas::matrix_matrix_solve_traits< E1, E2 >::result_type

Definition at line 2353 of file triangular.hpp.


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