![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Definition at line 249 of file holder.hpp.
#include <holder.hpp>
Inheritance diagram for Eigen::internal::evaluator< stan::math::Holder< ArgType, Ptrs... > >:Public Types | |
| enum | { CoeffReadCost = evaluator<ArgTypeNestedCleaned>::CoeffReadCost , Flags = evaluator<ArgTypeNestedCleaned>::Flags , Alignment = evaluator<ArgTypeNestedCleaned>::Alignment } |
| typedef stan::math::Holder< ArgType, Ptrs... > | XprType |
| typedef remove_all< ArgType >::type | ArgTypeNestedCleaned |
| typedef XprType::CoeffReturnType | CoeffReturnType |
| typedef XprType::Scalar | Scalar |
Public Member Functions | |
| evaluator (const XprType &xpr) | |
| evaluator (XprType &&xpr) | |
| CoeffReturnType | coeff (Index row, Index col) const |
| CoeffReturnType | coeff (Index index) const |
| Scalar & | coeffRef (Index row, Index col) |
| Scalar & | coeffRef (Index index) |
| template<int LoadMode, typename PacketType > | |
| PacketType | packet (Index row, Index col) const |
| template<int LoadMode, typename PacketType > | |
| PacketType | packet (Index index) const |
| template<int StoreMode, typename PacketType > | |
| void | writePacket (Index row, Index col, const PacketType &x) |
| template<int StoreMode, typename PacketType > | |
| void | writePacket (Index index, const PacketType &x) |
Public Attributes | |
| evaluator< ArgTypeNestedCleaned > | m_argImpl |