![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
Definition at line 54 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 (T &&c) | |
auto | operator[] (size_t i) const |
Segfaults if out of bounds. | |
const auto * | data () const noexcept |
auto * | data () noexcept |
auto | size () const noexcept |
template<typename T = C, require_st_autodiff< T > * = nullptr> | |
auto | val (size_t i) const |
template<typename T = C, require_st_autodiff< T > * = nullptr> | |
auto & | val (size_t i) |
Private Attributes | |
std::decay_t< C > | c_ |