#include <iterator>
#include "../ErrorCheck.h"
#include "../Iterators.h"
#include "../Allocator.h"
#include "SIMDAlignment.h"
#include "../Assignment.h"
Go to the source code of this file.
Namespaces | |
| namespace | exmat |
| namespace | exmat::SIMD |
Classes | |
| struct | exmat::SIMD::SCon_RM< ROWS_, COLS_, T > |
| SIMD container, row major. More... | |
| struct | exmat::SIMD::SCon_CM< ROWS_, COLS_, T > |
| SIMD container, column major. Special use for column vector. More... | |
| struct | exmat::SIMD::SConCA_RM< ROWS_, COLS_, T > |
| SIMD container, row major and custom stack allocated. More... | |
| struct | exmat::SIMD::SConCA_CM< ROWS_, COLS_, T > |
| SIMD container, column major and custom stack allocated. Special use for column vector. More... | |
| struct | exmat::SIMD::SConCHooser< R, C, T > |
| Choose the column major container for. More... | |
| struct | exmat::SIMD::SCon< ROWS_, COLS_, T > |
| struct | exmat::SIMD::SSCon< Rep > |
| Wrapper class for all kinds of SIMD containers and expressions. More... | |
Variables | |
| exmat::SIMD::SCon_RM | exmat::SIMD::aligned |
| SIMD container, row major. | |
| exmat::SIMD::SCon_CM | exmat::SIMD::aligned |
| SIMD container, column major. Special use for column vector. | |
| exmat::SIMD::SCon | exmat::SIMD::aligned |
1.4.6-NO