![]() |
Stan Math Library
2.14.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 324 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 327 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 330 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 328 of file Eigen_NumTraits.hpp.
anonymous enum |
Enumerator | |
---|---|
LhsStorageOrder |
Definition at line 331 of file Eigen_NumTraits.hpp.
|
inlinestatic |
Definition at line 334 of file Eigen_NumTraits.hpp.