![]() |
Stan Math Library
2.8.0
reverse mode automatic differentiation
|
VectorView that has const correctness. More...
#include <VectorView.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 72 of file VectorView.hpp.
typedef scalar_type<T>::type stan::VectorView< const T, is_array, throw_if_accessed >::scalar_t |
Definition at line 74 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 76 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 78 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 80 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 83 of file VectorView.hpp.
|
inline |
Definition at line 85 of file VectorView.hpp.