![]() |
Stan
2.5.0
probability, sampling & optimization
|
VectorView that has const correctness. More...
#include <traits.hpp>
Public Types | |
| typedef scalar_type< T >::type | scalar_t |
Public Member Functions | |
| VectorView (const scalar_t &c) | |
| VectorView (const scalar_t *x) | |
| VectorView (const std::vector< scalar_t > &v) | |
| template<int R, int C> | |
| VectorView (const Eigen::Matrix< scalar_t, R, C > &m) | |
| const scalar_t & | operator[] (int i) const |
VectorView that has const correctness.
Definition at line 305 of file traits.hpp.
| typedef scalar_type<T>::type stan::VectorView< const T, is_array, throw_if_accessed >::scalar_t |
Definition at line 307 of file traits.hpp.
|
inline |
Definition at line 309 of file traits.hpp.
|
inline |
Definition at line 311 of file traits.hpp.
|
inline |
Definition at line 313 of file traits.hpp.
|
inline |
Definition at line 316 of file traits.hpp.
|
inline |
Definition at line 318 of file traits.hpp.