![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Definition at line 116 of file scalar_seq_view.hpp.
#include <scalar_seq_view.hpp>
Public Member Functions | |
| template<typename T , typename = require_same_t<plain_type_t<T>, plain_type_t<C>>> | |
| scalar_seq_view (const T &c) | |
| auto | operator[] (size_t i) const |
| Segfaults if out of bounds. | |
| auto | size () const noexcept |
| const auto * | data () const noexcept |
| template<typename T = C, require_st_arithmetic< T > * = nullptr> | |
| decltype(auto) | val (size_t i) const |
| template<typename T = C, require_st_autodiff_scalar< T > * = nullptr> | |
| decltype(auto) | val (size_t i) const |
Private Attributes | |
| const C & | c_ |