Stan Math Library  2.14.0
reverse mode automatic differentiation
Namespaces | Functions
check_vector.hpp File Reference
#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>
void stan::math::check_vector (const char *function, const char *name, const Eigen::Matrix< T, R, C > &x)
 Check if the matrix is either a row vector or column vector. More...
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.