deal.II version GIT relicensing-1962-gd05d5f3b38 2024-10-10 14:10:00+00:00
|
#include <deal.II/base/numbers.h>
Static Public Attributes | |
static constexpr unsigned int | max_width = 1 |
A helper class specifying the maximal vector length of VectorizedArray for a specified data type Number for the given processor architecture and optimization level.
The value of the maximal vector length is used as default template argument in VectorizedArray, such that VectorizedArray<Number> is equivalent to VectorizedArray<Number, VectorizedArrayWidthSpecifier<Number>::max_width>.
Number | The underlying data type for which one wants to find out the maximal length of hardware supported vectors. |
|
staticconstexpr |
Maximal vector length of VectorizedArray for an arbitrary type.