Reference documentation for deal.II version GIT ca9e7e8105 2023-03-24 14:15:03+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Functions
internal::TensorImplementation Namespace Reference

Functions

template<int rank, int dim, typename Number , typename OtherNumber , std::enable_if_t< !std::is_integral< typename ProductType< Number, OtherNumber >::type >::value, int > = 0>
constexpr Tensor< rank, dim, typename ProductType< Number, OtherNumber >::type > division_operator (const Tensor< rank, dim, Number > &t, const OtherNumber &factor)
 

Function Documentation

◆ division_operator()

template<int rank, int dim, typename Number , typename OtherNumber , std::enable_if_t< !std::is_integral< typename ProductType< Number, OtherNumber >::type >::value, int > = 0>
constexpr Tensor< rank, dim, typename ProductType< Number, OtherNumber >::type > internal::TensorImplementation::division_operator ( const Tensor< rank, dim, Number > &  t,
const OtherNumber &  factor 
)
inlineconstexpr

Definition at line 2139 of file tensor.h.