Automatic Differentiation
 
Loading...
Searching...
No Matches
vector_seq_view.hpp File Reference
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/meta.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  stan::vector_seq_view< T, require_matrix_t< T > >
 This class provides a low-cost wrapper for situations where you either need an Eigen Vector or RowVector or a std::vector of them and you want to be agnostic between those two options. More...
 
class  stan::vector_seq_view< T, require_std_vector_vt< internal::is_matrix_or_std_vector, T > >
 This class provides a low-cost wrapper for situations where you either need an Eigen Vector or RowVector or a std::vector of them and you want to be agnostic between those two options. More...
 

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::internal
 

Typedefs

template<typename T >
using stan::internal::is_matrix_or_std_vector = math::disjunction< is_matrix< T >, is_std_vector< T > >