constexpr DEAL_II_CUDA_HOST_DEV
Tensor(const Tensor<0, dim, OtherNumber> &initializer);
-#if __GNUC__ >= 11 || defined __INTEL_COMPILER
/**
* Constructor, where the data is copied from a C-style array.
*
constexpr DEAL_II_CUDA_HOST_DEV
Tensor(const OtherNumber &initializer);
+#if __GNUC__ >= 11 || defined __INTEL_COMPILER
/**
* Copy constructor
*/
-# if __GNUC__ >= 11 || defined __INTEL_COMPILER
+#if __GNUC__ >= 11 || defined __INTEL_COMPILER
template <int dim, typename Number>
constexpr DEAL_II_ALWAYS_INLINE DEAL_II_CUDA_HOST_DEV
Tensor<0, dim, Number>::Tensor(const Tensor<0, dim, Number> &other)
}
-# if __GNUC__ >= 11 || defined __INTEL_COMPILER
+#if __GNUC__ >= 11 || defined __INTEL_COMPILER
template <int rank_, int dim, typename Number>
constexpr DEAL_II_ALWAYS_INLINE
Tensor<rank_, dim, Number>::Tensor(const Tensor<rank_, dim, Number> &other)