Go to the source code of this file.
|
| namespace | stan |
| | The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
|
| |
| namespace | stan::math |
| | Matrices and templated mathematical functions.
|
| |
|
| template<bool Colwise, bool Rowwise, typename T , typename = require_all_kernel_expressions_and_none_scalar_t<T>> |
| auto | stan::math::broadcast (T &&a) |
| | Broadcast an expression in specified dimension(s).
|
| |
| template<typename T , typename = require_all_kernel_expressions_and_none_scalar_t<T>> |
| auto | stan::math::rowwise_broadcast (T &&a) |
| | Broadcast an expression in rowwise dimmension.
|
| |
| template<typename T , typename = require_all_kernel_expressions_and_none_scalar_t<T>> |
| auto | stan::math::colwise_broadcast (T &&a) |
| | Broadcast an expression in colwise dimmension.
|
| |