Automatic Differentiation
 
Loading...
Searching...
No Matches
broadcast.hpp File Reference

Go to the source code of this file.

Classes

class  stan::math::broadcast_< T, Colwise, Rowwise >
 Represents a broadcasting operation in kernel generator expressions. More...
 

Namespaces

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.
 

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.