![]() |
Stan Math Library
2.10.0
reverse mode automatic differentiation
|
#include <Eigen_NumTraits.hpp>
Public Types | |
enum | { LhsStorageOrder = RowMajor } |
typedef stan::math::var | LhsScalar |
typedef stan::math::var | RhsScalar |
typedef scalar_product_traits< LhsScalar, RhsScalar >::ReturnType | ResScalar |
Static Public Member Functions | |
static EIGEN_DONT_INLINE void | run (Index rows, Index cols, const LhsScalar *lhs, Index lhsStride, const RhsScalar *rhs, Index rhsIncr, ResScalar *res, Index resIncr, const RhsScalar &alpha) |
Definition at line 157 of file Eigen_NumTraits.hpp.
typedef stan::math::var Eigen::internal::general_matrix_vector_product< Index, stan::math::var, RowMajor, ConjugateLhs, stan::math::var, ConjugateRhs >::LhsScalar |
Definition at line 160 of file Eigen_NumTraits.hpp.
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType Eigen::internal::general_matrix_vector_product< Index, stan::math::var, RowMajor, ConjugateLhs, stan::math::var, ConjugateRhs >::ResScalar |
Definition at line 163 of file Eigen_NumTraits.hpp.
typedef stan::math::var Eigen::internal::general_matrix_vector_product< Index, stan::math::var, RowMajor, ConjugateLhs, stan::math::var, ConjugateRhs >::RhsScalar |
Definition at line 161 of file Eigen_NumTraits.hpp.
anonymous enum |
Enumerator | |
---|---|
LhsStorageOrder |
Definition at line 164 of file Eigen_NumTraits.hpp.
|
inlinestatic |
Definition at line 167 of file Eigen_NumTraits.hpp.