![]() |
ryujin 2.1.1 revision 278ffc8900f5d1004863c7ac71144813769b0ae4
|

Go to the source code of this file.
Namespaces | |
| namespace | ryujin |
Functions | |
Transcendental and other mathematical operations | |
| template<typename T , std::size_t width> | |
| dealii::VectorizedArray< T, width > | ryujin::pow (const dealii::VectorizedArray< T, width > x, const T b) |
| template<typename T , std::size_t width> | |
| dealii::VectorizedArray< T, width > | ryujin::pow (const dealii::VectorizedArray< T, width > x, const dealii::VectorizedArray< T, width > b) |
| template<typename T , std::size_t width> | |
| dealii::VectorizedArray< T, width > | ryujin::fast_pow (const dealii::VectorizedArray< T, width > x, const T b, const Bias bias=Bias::none) |
| template<typename T , std::size_t width> | |
| dealii::VectorizedArray< T, width > | ryujin::fast_pow (const dealii::VectorizedArray< T, width > x, const dealii::VectorizedArray< T, width > b, const Bias bias=Bias::none) |