![]() |
Stan Math Library
2.6.3
probability, sampling & optimization
|
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 127 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 130 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 133 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 131 of file Eigen_NumTraits.hpp.
anonymous enum |
Enumerator | |
---|---|
LhsStorageOrder |
Definition at line 134 of file Eigen_NumTraits.hpp.
|
inlinestatic |
Definition at line 136 of file Eigen_NumTraits.hpp.