|
class | boost::numeric::ublas::vector< T, A > |
| A dense vector of values of type T . More...
|
|
class | boost::numeric::ublas::vector< T, A >::const_iterator |
|
class | boost::numeric::ublas::vector< T, A >::iterator |
|
class | boost::numeric::ublas::bounded_vector< T, N > |
| a dense vector of values of type T , of variable size but with maximum . More...
|
|
class | boost::numeric::ublas::zero_vector< T, ALLOC > |
| A zero vector of type T and a given size A zero vector of type T and a given size . More...
|
|
class | boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator |
|
class | boost::numeric::ublas::unit_vector< T, ALLOC > |
| unit_vector represents a canonical unit vector unit_vector represents a canonical unit vector. More...
|
|
class | boost::numeric::ublas::unit_vector< T, ALLOC >::const_iterator |
|
class | boost::numeric::ublas::scalar_vector< T, ALLOC > |
| A scalar (i.e. More...
|
|
class | boost::numeric::ublas::scalar_vector< T, ALLOC >::const_iterator |
|
class | boost::numeric::ublas::c_vector< T, N > |
| A dense vector of values of type T with the given size . The data is stored as an ordinary C++ array T data_ [M]. More...
|
|
class | boost::numeric::ublas::c_vector< T, N >::const_iterator |
|
class | boost::numeric::ublas::c_vector< T, N >::iterator |
|