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

boost::numeric::ublas::Mutable_SparseMatrixConcept< M > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef M matrix_type
typedef M::size_type size_type
typedef M::value_type value_type

Public Member Functions

void constraints ()

Detailed Description

template<class M>
struct boost::numeric::ublas::Mutable_SparseMatrixConcept< M >

Definition at line 622 of file concepts.hpp.


Member Typedef Documentation

Definition at line 623 of file concepts.hpp.

template<class M >
typedef M::size_type boost::numeric::ublas::Mutable_SparseMatrixConcept< M >::size_type

Definition at line 624 of file concepts.hpp.

template<class M >
typedef M::value_type boost::numeric::ublas::Mutable_SparseMatrixConcept< M >::value_type

Definition at line 625 of file concepts.hpp.


Member Function Documentation

template<class M >
void boost::numeric::ublas::Mutable_SparseMatrixConcept< M >::constraints ( ) [inline]

Definition at line 627 of file concepts.hpp.


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