#include <cstddef>#include <utility>#include <cml/defaults.h>


Go to the source code of this file.
Classes | |
| struct | cml::col_basis |
| Column-vector matrix basis tag. More... | |
| struct | cml::col_major |
| Col-major storage tag. More... | |
| struct | cml::dynamic_memory_tag |
| Dynamically-allocated memory tag. More... | |
| struct | cml::dynamic_size_tag |
| Runtime-sized tag. More... | |
| struct | cml::external_memory_tag |
| Externally-allocated memory tag. More... | |
| struct | cml::fixed_memory_tag |
| Statically-allocated memory tag. More... | |
| struct | cml::fixed_size_tag |
| Statically-sized tag. More... | |
| struct | cml::not_resizable_tag |
| Not resizable tag. More... | |
| struct | cml::oned_tag |
| 1D tag (to select array shape). More... | |
| struct | cml::resizable_tag |
| Resizable tag. More... | |
| struct | cml::row_basis |
| Row-vector matrix basis tag. More... | |
| struct | cml::row_major |
| Row-major storage tag. More... | |
| struct | cml::twod_tag |
| 2D tag (to select array shape). More... | |
| struct | cml::unit_size_tag |
| Unit-sized tag. More... | |
Namespaces | |
| namespace | cml |
Typedefs | |
| typedef std::pair< size_t, size_t > | cml::matrix_size |
Definition in file common.h.
1.5.9