Reference documentation for deal.II version 9.5.0
\(\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\}}\)
Loading...
Searching...
No Matches
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 2143 of file tensor.h.