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

Detailed Description

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

If the input type T is either an eigen matrix with 1 column or 1 row at compile time or a standard vector, this has a static member with a value of true.

Else this has a static member with a value of false.

Definition at line 418 of file is_vector.hpp.

#include <is_vector.hpp>

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

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