Stan Math Library
2.14.0
reverse mode automatic differentiation
stan
math
prim
mat
meta
length.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_MAT_META_LENGTH_HPP
2
#define STAN_MATH_PRIM_MAT_META_LENGTH_HPP
3
4
#include <
stan/math/prim/mat/fun/Eigen.hpp
>
5
6
namespace
stan
{
7
8
template
<
typename
T,
int
R,
int
C>
9
size_t
length
(
const
Eigen::Matrix<T, R, C>& m) {
10
return
m.size();
11
}
12
}
13
#endif
14
stan
Definition:
log_sum_exp.hpp:8
stan::length
size_t length(const std::vector< T > &x)
Definition:
length.hpp:10
Eigen.hpp
[
Stan Home Page
]
© 2011–2016, Stan Development Team.