Stan Math Library
2.8.0
reverse mode automatic differentiation
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerator
Friends
Macros
Groups
stan
math
prim
mat
meta
is_vector_like.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_MAT_META_IS_VECTOR_LIKE_HPP
2
#define STAN_MATH_PRIM_MAT_META_IS_VECTOR_LIKE_HPP
3
4
#include <
stan/math/prim/scal/meta/is_vector_like.hpp
>
5
#include <
stan/math/prim/mat/fun/Eigen.hpp
>
6
7
namespace
stan {
8
9
// handles eigen matrix
10
template
<
typename
T>
11
struct
is_vector_like
<Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic> > {
12
enum
{
value
=
true
};
13
};
14
}
15
#endif
16
stan::is_vector_like
Definition:
is_vector_like.hpp:12
is_vector_like.hpp
stan::is_vector_like::value
Definition:
is_vector_like.hpp:13
Eigen.hpp
[
Stan Home Page
]
© 2011–2015, Stan Development Team.