![]() |
Stan
1.0
probability, sampling & optimization
|
#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 |
Definition at line 228 of file traits.hpp.
| typedef scalar_type<T>::type stan::VectorView< const T, is_array >::scalar_t |
Definition at line 230 of file traits.hpp.
|
inline |
Definition at line 232 of file traits.hpp.
|
inline |
Definition at line 234 of file traits.hpp.
|
inline |
Definition at line 236 of file traits.hpp.
|
inline |
Definition at line 239 of file traits.hpp.
|
inline |
Definition at line 241 of file traits.hpp.