![]() |
Stan Math Library
2.8.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 185 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 189 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 192 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 190 of file Eigen_NumTraits.hpp.
|
inlinestatic |
Definition at line 193 of file Eigen_NumTraits.hpp.