Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
stan::math::apply_scalar_unary< F, T, require_var_matrix_t< T > > Struct Template Reference

Detailed Description

template<typename F, typename T>
struct stan::math::apply_scalar_unary< F, T, require_var_matrix_t< T > >

Definition at line 39 of file apply_scalar_unary.hpp.

#include <apply_scalar_unary.hpp>

Public Types

using return_t = plain_type_t< T >
 Function return type, which is a var_value with plain value type.
 

Static Public Member Functions

template<typename T2 >
static auto apply (T2 &&x)
 Apply the function specified by F to the specified argument.
 

The documentation for this struct was generated from the following file: