* This gives the number of elements collected in this class. In the general
* case, there is only one element. Specializations use SIMD intrinsics and
* can work on multiple elements at the same time.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 1;
/**
* This gives the number of vectors collected in this class.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 8;
/**
* This gives the number of vectors collected in this class.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 16;
/**
* This gives the number of vectors collected in this class.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 4;
/**
* This gives the number of vectors collected in this class.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 8;
/**
* This gives the number of vectors collected in this class.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 2;
/**
* This gives the number of vectors collected in this class.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 4;
/**
* This gives the number of vectors collected in this class.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 2;
/**
* This gives the number of vectors collected in this class.
+ *
+ * @deprecated Use VectorizedArrayBase::size() instead.
*/
DEAL_II_DEPRECATED static const unsigned int n_array_elements = 4;