![]() |
Stan
2.5.0
probability, sampling & optimization
|
Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
Functions | |
| template<typename T1 , typename T2 , typename T3 > | |
| fvar< typename stan::return_type< T1, T2, T3 > ::type > | stan::agrad::fma (const fvar< T1 > &x1, const fvar< T2 > &x2, const fvar< T3 > &x3) |
| The fused multiply-add operation (C99). More... | |
| template<typename T1 , typename T2 , typename T3 > | |
| fvar< typename stan::return_type< T1, T2, T3 > ::type > | stan::agrad::fma (const T1 &x1, const fvar< T2 > &x2, const fvar< T3 > &x3) |
| See all-var input signature for details on the function and derivatives. More... | |
| template<typename T1 , typename T2 , typename T3 > | |
| fvar< typename stan::return_type< T1, T2, T3 > ::type > | stan::agrad::fma (const fvar< T1 > &x1, const T2 &x2, const fvar< T3 > &x3) |
| See all-var input signature for details on the function and derivatives. More... | |
| template<typename T1 , typename T2 , typename T3 > | |
| fvar< typename stan::return_type< T1, T2, T3 > ::type > | stan::agrad::fma (const fvar< T1 > &x1, const fvar< T2 > &x2, const T3 &x3) |
| See all-var input signature for details on the function and derivatives. More... | |
| template<typename T1 , typename T2 , typename T3 > | |
| fvar< typename stan::return_type< T1, T2, T3 > ::type > | stan::agrad::fma (const T1 &x1, const T2 &x2, const fvar< T3 > &x3) |
| See all-var input signature for details on the function and derivatives. More... | |
| template<typename T1 , typename T2 , typename T3 > | |
| fvar< typename stan::return_type< T1, T2, T3 > ::type > | stan::agrad::fma (const fvar< T1 > &x1, const T2 &x2, const T3 &x3) |
| See all-var input signature for details on the function and derivatives. More... | |
| template<typename T1 , typename T2 , typename T3 > | |
| fvar< typename stan::return_type< T1, T2, T3 > ::type > | stan::agrad::fma (const T1 &x1, const fvar< T2 > &x2, const T3 &x3) |
| See all-var input signature for details on the function and derivatives. More... | |