Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::internal::is_col_vector_impl< T, bool > Struct Template Reference

Detailed Description

template<typename T, bool = bool_constant<is_eigen<T>::value || (is_eigen<value_type_t<T>>::value && is_var<T>::value)>::value>
struct stan::internal::is_col_vector_impl< T, bool >

Underlying implementation for detecting if a Matrix is a column vector.

Definition at line 55 of file is_vector.hpp.

#include <is_vector.hpp>

+ Inheritance diagram for stan::internal::is_col_vector_impl< T, bool >:

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