![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Definition at line 359 of file Eigen_NumTraits.hpp.
#include <Eigen_NumTraits.hpp>
Public Types | |
| enum | { LhsStorageOrder = RowMajor } |
| 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 RhsScalar &alpha) |
| static void | run (Index rows, Index cols, const LhsScalar *lhs, Index lhsStride, const RhsScalar *rhs, Index rhsIncr, ResScalar *res, Index resIncr, const RhsScalar &alpha) |