Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_rev_vector< T, require_any_t< is_rev_col_vector< T >, is_rev_row_vector< T > > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::is_rev_vector< T, require_any_t< is_rev_col_vector< T >, is_rev_row_vector< T > > >

Defines a static member named value which is defined to be true if the type is either a type derived from Eigen::EigenBase with a Scalar type of var_value<double> or a var_value<T> where T is derived from Eigen::EigenBase.

And the type must have a compile time constant number of rows equal to 1.

Definition at line 63 of file is_rev_matrix.hpp.

#include <is_rev_matrix.hpp>

+ Inheritance diagram for stan::is_rev_vector< T, require_any_t< is_rev_col_vector< T >, is_rev_row_vector< T > > >:

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