![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
Override matrix-vector and matrix-matrix products to use more efficient implementation. More...
#include <Eigen_NumTraits.hpp>
Public Types | |
enum | { LhsStorageOrder = ColMajor } |
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 ResScalar &alpha) |
Override matrix-vector and matrix-matrix products to use more efficient implementation.
Definition at line 128 of file Eigen_NumTraits.hpp.
typedef stan::math::var Eigen::internal::general_matrix_vector_product< Index, stan::math::var, ColMajor, ConjugateLhs, stan::math::var, ConjugateRhs >::LhsScalar |
Definition at line 131 of file Eigen_NumTraits.hpp.
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType Eigen::internal::general_matrix_vector_product< Index, stan::math::var, ColMajor, ConjugateLhs, stan::math::var, ConjugateRhs >::ResScalar |
Definition at line 134 of file Eigen_NumTraits.hpp.
typedef stan::math::var Eigen::internal::general_matrix_vector_product< Index, stan::math::var, ColMajor, ConjugateLhs, stan::math::var, ConjugateRhs >::RhsScalar |
Definition at line 132 of file Eigen_NumTraits.hpp.
anonymous enum |
Enumerator | |
---|---|
LhsStorageOrder |
Definition at line 135 of file Eigen_NumTraits.hpp.
|
inlinestatic |
Definition at line 137 of file Eigen_NumTraits.hpp.