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

boost::numeric::ublas::anonymous_namespace{concepts.hpp}::LinearOperatorConcept< T, V, M > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef M matrix_type
typedef T value_type
typedef V vector_type

Public Member Functions

void constraints ()

Detailed Description

template<class T, class V, class M>
struct boost::numeric::ublas::anonymous_namespace{concepts.hpp}::LinearOperatorConcept< T, V, M >

Definition at line 880 of file concepts.hpp.


Member Typedef Documentation

template<class T , class V , class M >
typedef T boost::numeric::ublas::anonymous_namespace{concepts.hpp}::LinearOperatorConcept< T, V, M >::value_type

Definition at line 881 of file concepts.hpp.

template<class T , class V , class M >
typedef V boost::numeric::ublas::anonymous_namespace{concepts.hpp}::LinearOperatorConcept< T, V, M >::vector_type

Definition at line 882 of file concepts.hpp.

template<class T , class V , class M >
typedef M boost::numeric::ublas::anonymous_namespace{concepts.hpp}::LinearOperatorConcept< T, V, M >::matrix_type

Definition at line 883 of file concepts.hpp.


Member Function Documentation

template<class T , class V , class M >
void boost::numeric::ublas::anonymous_namespace{concepts.hpp}::LinearOperatorConcept< T, V, M >::constraints ( ) [inline]

Definition at line 885 of file concepts.hpp.


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