1 #ifndef STAN_MATH_PRIM_MAT_ERR_IS_LOWER_TRIANGULAR_HPP 2 #define STAN_MATH_PRIM_MAT_ERR_IS_LOWER_TRIANGULAR_HPP 23 template <
typename T_y>
25 const Eigen::Matrix<T_y, Eigen::Dynamic, Eigen::Dynamic>& y) {
int isnan(const stan::math::var &a)
Checks if the given number is NaN.
bool is_lower_triangular(const Eigen::Matrix< T_y, Eigen::Dynamic, Eigen::Dynamic > &y)
Return true is matrix is lower triangular.