![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Specialization of matrix-vector products for reverse-mode autodiff variables.
| Index | index type |
| LhsMapper | left-hand side data and stride |
| CongjuageLhs | left-hand side conjugacy flag |
| CongjuageRhs | right-hand side conjugacy flag |
| RhsMapper | right-hand side data and stride |
| Version | integer version number |
Definition at line 324 of file Eigen_NumTraits.hpp.
#include <Eigen_NumTraits.hpp>
Public Types | |
| enum | { LhsStorageOrder = ColMajor } |
| using | LhsScalar = stan::math::var |
| using | RhsScalar = stan::math::var |
| using | ResScalar = stan::math::var |
Static Public Member Functions | |
| static void | run (Index rows, Index cols, const LhsMapper &lhsMapper, const RhsMapper &rhsMapper, ResScalar *res, Index resIncr, const ResScalar &alpha) |
| static void | run (Index rows, Index cols, const LhsScalar *lhs, Index lhsStride, const RhsScalar *rhs, Index rhsIncr, ResScalar *res, Index resIncr, const ResScalar &alpha) |