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

Detailed Description

template<typename T, typename = void>
struct stan::is_rev_vector< T, typename >

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 columns or rows equal to 1.

Definition at line 90 of file is_rev_matrix.hpp.

#include <is_rev_matrix.hpp>

+ Inheritance diagram for stan::is_rev_vector< T, typename >:

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