![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <concepts.hpp>
Public Types | |
| typedef const value_type * | const_pointer |
| typedef M | matrix_type |
| typedef M::size_type | size_type |
| typedef M::value_type | value_type |
Public Member Functions | |
| void | constraints () |
Definition at line 550 of file concepts.hpp.
| typedef M boost::numeric::ublas::MatrixConcept< M >::matrix_type |
Definition at line 551 of file concepts.hpp.
| typedef M::size_type boost::numeric::ublas::MatrixConcept< M >::size_type |
Definition at line 552 of file concepts.hpp.
| typedef M::value_type boost::numeric::ublas::MatrixConcept< M >::value_type |
Definition at line 553 of file concepts.hpp.
| typedef const value_type* boost::numeric::ublas::MatrixConcept< M >::const_pointer |
Definition at line 554 of file concepts.hpp.
| void boost::numeric::ublas::MatrixConcept< M >::constraints | ( | ) | [inline] |
Definition at line 556 of file concepts.hpp.