![]() |
Stan Math Library
2.6.3
probability, sampling & optimization
|
#include <stan/math/prim/scal/meta/return_type.hpp>
#include <stan/math/prim/scal/meta/scalar_type.hpp>
#include <stan/math/prim/scal/err/invalid_argument.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T , int R, int C> | |
bool | stan::math::check_vector (const char *function, const char *name, const Eigen::Matrix< T, R, C > &x) |
Return true if the matrix is either a row vector or column vector. More... | |