![]() |
Stan Math Library
2.12.0
reverse mode automatic differentiation
|
#include <Eigen_NumTraits.hpp>
Public Types | |
typedef stan::math::var | LhsScalar |
typedef stan::math::var | RhsScalar |
typedef scalar_product_traits< LhsScalar, RhsScalar >::ReturnType | ResScalar |
Static Public Member Functions | |
static void | run (Index rows, Index cols, Index depth, const LhsScalar *lhs, Index lhsStride, const RhsScalar *rhs, Index rhsStride, ResScalar *res, Index resStride, const ResScalar &alpha, level3_blocking< LhsScalar, RhsScalar > &, GemmParallelInfo< Index > *) |
Definition at line 130 of file Eigen_NumTraits.hpp.
typedef stan::math::var Eigen::internal::general_matrix_matrix_product< Index, stan::math::var, LhsStorageOrder, ConjugateLhs, stan::math::var, RhsStorageOrder, ConjugateRhs, ColMajor >::LhsScalar |
Definition at line 134 of file Eigen_NumTraits.hpp.
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType Eigen::internal::general_matrix_matrix_product< Index, stan::math::var, LhsStorageOrder, ConjugateLhs, stan::math::var, RhsStorageOrder, ConjugateRhs, ColMajor >::ResScalar |
Definition at line 137 of file Eigen_NumTraits.hpp.
typedef stan::math::var Eigen::internal::general_matrix_matrix_product< Index, stan::math::var, LhsStorageOrder, ConjugateLhs, stan::math::var, RhsStorageOrder, ConjugateRhs, ColMajor >::RhsScalar |
Definition at line 135 of file Eigen_NumTraits.hpp.
|
inlinestatic |
Definition at line 138 of file Eigen_NumTraits.hpp.