![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Classes | |
struct | matrix_size_type |
Wrapper type-traits used in boost::lazy_enabled_if for getting the size type (see below). More... | |
struct | size_by_dim_impl< 1, matrix_tag > |
Specialization of size_by_dim_impl for computing the number of rows of a matrix. More... | |
struct | size_by_dim_impl< 1, vector_tag > |
Specialization of size_by_dim_impl for computing the size of a vector. More... | |
struct | size_by_dim_impl< 2, matrix_tag > |
Specialization of size_by_dim_impl for computing the number of columns of a matrix. More... | |
struct | size_by_tag_impl< tag::leading, matrix_tag, column_major_tag > |
Specialization of size_by_tag_impl for computing the size of the leading dimension of a column-major oriented matrix. More... | |
struct | size_by_tag_impl< tag::leading, matrix_tag, row_major_tag > |
Specialization of size_by_tag_impl for computing the size of the leading dimension of a row-major oriented matrix. More... | |
struct | size_by_tag_impl< tag::major, matrix_tag, column_major_tag > |
Specialization of size_by_tag_impl for computing the size of the major dimension of a column-major oriented matrix. More... | |
struct | size_by_tag_impl< tag::major, matrix_tag, row_major_tag > |
Specialization of size_by_tag_impl for computing the size of the major dimension of a row-major oriented matrix. More... | |
struct | size_by_tag_impl< tag::minor, matrix_tag, column_major_tag > |
Specialization of size_by_tag_impl for computing the size of the minor dimension of a column-major oriented matrix. More... | |
struct | size_by_tag_impl< tag::minor, matrix_tag, row_major_tag > |
Specialization of size_by_tag_impl for computing the size of the minor dimension of a row-major oriented matrix. More... | |
struct | size_by_tag_impl< TagT, CategoryT, unknown_orientation_tag > |
Specialization of size_by_tag_impl for computing the size of the given dimension of a unknown oriented expression. More... | |
struct | vector_size_type |
Define a has_size_type trait class. More... |