Reference documentation for deal.II version 9.6.0
|
#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.