Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::is_var_vector< T > Struct Template Reference

Detailed Description

template<typename T>
struct stan::is_var_vector< T >

Check if a type is a var_value whose value_type is derived from Eigen::EigenBase.

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

Template Parameters
Ttype to check.

Definition at line 116 of file is_var_matrix.hpp.

#include <is_var_matrix.hpp>

+ Inheritance diagram for stan::is_var_vector< T >:

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